ET WEB_CLIENT Attempted WordPress GDPR Plugin Privilege Escalation M1 (Enable Registration)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/admin-ajax.php";
http.request_body;
content:"action=wpgdprc_"; fast_pattern;
content:"users_can_register|22|,|22|value|22 3a 22|1"; distance:0;
Raw source ET WEB_CLIENT Attempted WordPress GDPR Plugin Privilege Escalation M1 (Enable Registration) · 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_CLIENT Attempted WordPress GDPR Plugin Privilege Escalation M1 (Enable Registration)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/admin-ajax.php";
    http.request_body;
    content:"action=wpgdprc_"; fast_pattern;
    content:"users_can_register|22|,|22|value|22 3a 22|1"; distance:0;
    reference:url,www.wordfence.com/blog/2018/11/trends-following-vulnerability-in-wp-gdpr-compliance-plugin/;
    classtype:attempted-admin;
    sid:2026605; rev:3;
    metadata:affected_product Wordpress_Plugins, attack_target Web_Server, created_at 2018_11_13, deployment Perimeter, performance_impact Low, signature_severity Major, tag PrivilegeEsc, updated_at 2020_08_27;
)

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.