ET WEB_SPECIFIC_APPS Possible HP Power Manager Management Web Server Login Remote Buffer Overflow Attempt


Query · suricata

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";
Raw source ET WEB_SPECIFIC_APPS Possible HP Power Manager Management Web Server Login Remote Buffer Overflow Attempt · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
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;
)

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.