ET WEB_SERVER Possible Wordpress Super Cache Plugin PHP Injection dynamic-cached-content


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.request_body;
content:"comment"; nocase;
content:"dynamic-cached-content"; fast_pattern; nocase; distance:0;
pcre:"/(?:%3C%21|\<\!)--[\r\n\s]*?dynamic-cached-content/i";
Raw source ET WEB_SERVER Possible Wordpress Super Cache Plugin PHP Injection dynamic-cached-content · 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 Possible Wordpress Super Cache Plugin PHP Injection dynamic-cached-content";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.request_body;
    content:"comment"; nocase;
    content:"dynamic-cached-content"; fast_pattern; nocase; distance:0;
    pcre:"/(?:%3C%21|\<\!)--[\r\n\s]*?dynamic-cached-content/i";
    classtype:attempted-user;
    sid:2016790; rev:3;
    metadata:affected_product Wordpress, affected_product Wordpress_Plugins, attack_target Web_Server, created_at 2013_04_26, deployment Datacenter, confidence Medium, signature_severity Major, tag Wordpress, updated_at 2020_04_24;
)

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.