ET WEB_SPECIFIC_APPS Wordpress Custom Contact Forms DB Upload/Download Auth Bypass


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/wp-admin/admin-post.php?"; nocase;
content:"page=ccf_settings"; nocase; fast_pattern;
http.request_body;
pcre:"/ccf_(?:(?:clear|merge)_im|ex)port/i";
Raw source ET WEB_SPECIFIC_APPS Wordpress Custom Contact Forms DB Upload/Download Auth Bypass · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> $HTTP_SERVERS any (
    msg:"ET WEB_SPECIFIC_APPS Wordpress Custom Contact Forms DB Upload/Download Auth Bypass";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/wp-admin/admin-post.php?"; nocase;
    content:"page=ccf_settings"; nocase; fast_pattern;
    http.request_body;
    pcre:"/ccf_(?:(?:clear|merge)_im|ex)port/i";
    reference:url,blog.sucuri.net/2014/08/database-takeover-in-custom-contact-forms.html;
    classtype:web-application-attack;
    sid:2018975; rev:7;
    metadata:affected_product Wordpress, affected_product Wordpress_Plugins, attack_target Web_Server, created_at 2014_08_21, deployment Datacenter, signature_severity Major, tag Wordpress, updated_at 2020_09_14;
)

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.