ET WEB_SPECIFIC_APPS Symantec Endpoint Manager XXE RCE Attempt


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/servlet/ConsoleServlet?ActionType=ConsoleLog";
http.request_body;
content:"Content-Type|3a| text/xml|0d 0a|"; nocase;
content:"|3c 21|DOCTYPE"; nocase;
content:"http|3a|//127.0.0.1|3a|9090/servlet/ConsoleServlet?ActionType=ConfigServer&action=test_av&SequenceNum="; nocase;
content:"&Parameter="; nocase;
Raw source ET WEB_SPECIFIC_APPS Symantec Endpoint Manager XXE RCE 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 -> $HOME_NET [8443,9090] (
    msg:"ET WEB_SPECIFIC_APPS Symantec Endpoint Manager XXE RCE Attempt";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/servlet/ConsoleServlet?ActionType=ConsoleLog";
    http.request_body;
    content:"Content-Type|3a| text/xml|0d 0a|"; nocase;
    content:"|3c 21|DOCTYPE"; nocase;
    content:"http|3a|//127.0.0.1|3a|9090/servlet/ConsoleServlet?ActionType=ConfigServer&action=test_av&SequenceNum="; nocase;
    content:"&Parameter="; nocase;
    reference:cve,2013-5014;
    reference:cve,2013-5015;
    reference:url,cxsecurity.com/issue/WLB-2014020199;
    classtype:web-application-attack;
    sid:2018176; rev:4;
    metadata:created_at 2014_02_26, cve CVE_2013_5014, signature_severity Major, updated_at 2020_04_28;
)

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.