ET WEB_SPECIFIC_APPS Wordpress Arbitrary File Deletion 2


Query · suricata

flow:established,to_server;
http.uri;
content:"/wp-admin/post.php?post=";
http.request_body;
content:"action=delete&_wpnonce="; fast_pattern;
Raw source ET WEB_SPECIFIC_APPS Wordpress Arbitrary File Deletion 2 · 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 Wordpress Arbitrary File Deletion 2";
    flow:established,to_server;
    http.uri;
    content:"/wp-admin/post.php?post=";
    http.request_body;
    content:"action=delete&_wpnonce="; fast_pattern;
    reference:url,exploit-db.com/exploits/44949/;
    classtype:attempted-user;
    sid:2025758; rev:3;
    metadata:affected_product Wordpress, attack_target Web_Server, created_at 2018_06_27, deployment Datacenter, confidence Medium, signature_severity Major, updated_at 2020_08_25;
)

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.