ET WEB_SERVER Apache Continuum Arbitrary Command Execution


Query · suricata

flow:to_server,established;
http.method;
content:"POST";
http.uri;
content:"/saveInstallation.action"; fast_pattern;
http.request_body;
content:"&installation.varValue=";
content:"|25|60";
Raw source ET WEB_SERVER Apache Continuum Arbitrary Command Execution · 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_SERVER Apache Continuum Arbitrary Command Execution";
    flow:to_server,established;
    http.method;
    content:"POST";
    http.uri;
    content:"/saveInstallation.action"; fast_pattern;
    http.request_body;
    content:"&installation.varValue=";
    content:"|25|60";
    classtype:attempted-user;
    sid:2022912; rev:4;
    metadata:created_at 2016_06_22, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_10_06;
)

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.