ET EXPLOIT xdebug OS Command Execution


Query · suricata

flow:established,to_server;
content:"eval -i 1 --|0d 0a|ZmlsZV9wdXRfY29udGVudH";
Raw source ET EXPLOIT xdebug OS 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 tcp $EXTERNAL_NET any -> $HOME_NET 9000 (
    msg:"ET EXPLOIT xdebug OS Command Execution";
    flow:established,to_server;
    content:"eval -i 1 --|0d 0a|ZmlsZV9wdXRfY29udGVudH";
    reference:url,exploit-db.com/exploits/44568/;
    classtype:attempted-user;
    sid:2025794; rev:2;
    metadata:attack_target Web_Server, created_at 2018_07_09, deployment Perimeter, performance_impact Low, confidence High, signature_severity Major, updated_at 2019_07_26;
)

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.