ET WEB_SPECIFIC_APPS GitList Argument Injection


Query · suricata

flow:established,to_server;
http.request_body;
content:"query=--open-files-in-pager"; fast_pattern;
content:"php%20";
content:"%22eval";
content:"base64_decode";
Raw source ET WEB_SPECIFIC_APPS GitList Argument Injection · 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 GitList Argument Injection";
    flow:established,to_server;
    http.request_body;
    content:"query=--open-files-in-pager"; fast_pattern;
    content:"php%20";
    content:"%22eval";
    content:"base64_decode";
    reference:url,exploit-db.com/exploits/44993/;
    classtype:attempted-user;
    sid:2025820; rev:3;
    metadata:affected_product PHP, attack_target Web_Server, created_at 2018_07_10, deployment Datacenter, performance_impact Low, signature_severity Major, updated_at 2020_11_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.