lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 8 Jun 2007 13:30:24 -0000
From: nnposter@...closed.not
To: bugtraq@...urityfocus.com
Subject: Packeteer PacketShaper Web Management Denial of Service

Packeteer PacketShaper Web Management Denial of Service


Critical: Less critical
Impact: DoS
Where: Local network

Product: Packeteer PacketShaper
http://www.packetshaper.com/


Packeteer PacketShaper is susceptible to a denial of service vulnerability in the web management interface. Requesting a specific URL will cause the device to reboot:

http://(target)/rpttop.htm?OP.MEAS.DATAQUERY=&MEAS.TYPE=

The user must first log in but even read-only "look" access is sufficient.


The vulnerability has been identified in version 7.3.0g2 and 7.5.0g1. However, other versions may be also affected.


Solution:
Restrict network access to the device management interfaces


Snort:
alert tcp $EXTERNAL_NET any -> $HOME_NET $HTTP_PORTS
    (msg:"WEB-MISC PacketShaper DoS attempt"; flow:to_server,established;
    uricontent:"/rpttop.htm"; pcre:"/MEAS\.TYPE=(?!(link|class)&)/U";
    classtype:denial-of-service; sid:TBD; rev:1;)


Found by:
nnposter

Powered by blists - more mailing lists