ET WEB_SPECIFIC_APPS Potential Wordpress local file disclosure vulnerability


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri.raw;
content:"/options-runnow-iframe.php?wpabs=/"; nocase;
content:"%00&"; distance:0;
Raw source ET WEB_SPECIFIC_APPS Potential Wordpress local file disclosure vulnerability · 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 Potential Wordpress local file disclosure vulnerability";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri.raw;
    content:"/options-runnow-iframe.php?wpabs=/"; nocase;
    content:"%00&"; distance:0;
    reference:url,lists.grok.org.uk/pipermail/full-disclosure/2011-February/079568.html;
    classtype:web-application-attack;
    sid:2012407; rev:6;
    metadata:affected_product Wordpress, affected_product Wordpress_Plugins, attack_target Web_Server, created_at 2011_03_01, deployment Datacenter, signature_severity Major, tag Wordpress, updated_at 2020_11_07;
)

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.