alert http $EXTERNAL_NET any -> $HTTP_SERVERS any (
msg:"ET WEB_SPECIFIC_APPS Possible HP Power Manager Management Web Server Login Remote Buffer Overflow Attempt";
flow:established,to_server;
http.method;
content:"POST"; nocase;
http.uri;
content:"/goform/formLogin"; nocase;
http.request_body;
content:"Login="; nocase;
content:!"|0A|"; within:300;
isdataat:300,relative;
pcre:"/Login=[^\r\n]{300}/i";
reference:url,www.securityfocus.com/bid/36933;
reference:cve,2009-2685;
classtype:web-application-attack;
sid:2010699; rev:8;
metadata:created_at 2010_07_30, cve CVE_2009_2685, confidence Low, signature_severity Major, updated_at 2020_09_04;
)