S-120: Universal Plug and Play Vulnerability


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) S-120: Universal Plug and Play Vulnerability
# 1  
Old 01-17-2008
S-120: Universal Plug and Play Vulnerability

Multilple vendors ship devices with UPnP enabled by default. By convincing a user to open a malicious URL, an attacker may be able to remotely control or configure UPnP enabled devices. The risk is LOW.


More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. AIX

43p 120

I have acquired a 43p 120 (7248-120) and I have two questions: Can anyone remember what is the highest version of AIX which I can install (5.1 I believe) and Can anyone remember how to boot this from the CDROM (boot floppy?) (1 Reply)
Discussion started by: johnf
1 Replies

2. Debian

new hd of 120 gb

i have 120 gb hd external (new --- no partition --- no frmat) i am using fc5 i need to partition and format my hd as (30 fat32, 40 ntfs , 20 ext2 , 30 as free) please help me anybody (8 Replies)
Discussion started by: sadiquep
8 Replies

3. Shell Programming and Scripting

Split a huge line into multiple 120 characters lines with sed?

Hello , I'm trying to split a file which contains a single very long line. My aim is to split this single line each 120 characters. I tried with the sed command : `cat ${MYPATH}/${FILE}|sed -e :a -e 's/^.\{1,120\}$/&\n/;ta' >{MYPATH}/${DEST}` but when I wc -l the destination file it is... (2 Replies)
Discussion started by: jerome_1664
2 Replies

4. UNIX for Dummies Questions & Answers

prc_sync: Script (s90atlas) failed to complete in 120 seconds

I got this message during the reboot process of a Sco Open Server 5 machine: prc_sync: Script (s90atlas) failed to complete in 120 seconds After that, the server rebooted normally, BUT, ftp into that server takes a lot of time to get connected. Another thing is that pinging another outside... (1 Reply)
Discussion started by: BAM
1 Replies
Login or Register to Ask a Question
PNPBIOS(4)                                               BSD/i386 Kernel Interfaces Manual                                              PNPBIOS(4)

NAME
pnpbios -- support for embedded devices on the motherboard DESCRIPTION
The pnpbios driver enumerates embedded ISA devices on the motherboard whose BIOS supports ``Plug and Play BIOS Specification''. It assigns ISA bus resources (interrupt line, DMA channel, I/O ports, and memory region) to each device and activates it. If it cannot assign necessary resources to a device without causing conflict with other devices in the system, the device will not be acti- vated and will be unavailable to programs. CAVEATS
There is no explicit way to disable individual embedded devices. The pnpbios driver will find all devices reported by the ``Plug and Play (PnP)'' BIOS and try to activate them all. There is no way to explicitly assign particular resource to a device. The resource assignment is fully automatic and there is no provision for manual override. SEE ALSO
pnp(4) STANDARDS
Compaq, Phenix, and Intel, Plug and Play BIOS Specification Version 1.0A, May 5, 1994. Compaq, Phenix, and Intel, Plug and Play BIOS CLARIFICATION Paper for Plug and Play BIOS Specification Version 1.0A, October 6, 1994. HISTORY
The pnpbios driver first appeared in FreeBSD 4.0. AUTHORS
The pnpbios driver was written by Mike Smith. BSD September 20, 2001 BSD