ET WEB_SPECIFIC_APPS Wordpress Host Header Injection (CVE-2016-10033) M3


Query · suricata

flow:to_server,established;
http.header;
content:"substr{"; nocase; fast_pattern;
pcre:"/^Host\x3a[^\r\n]+?[\x28\x29\x27\x22\x7b\x7d]/mi";
Raw source ET WEB_SPECIFIC_APPS Wordpress Host Header Injection (CVE-2016-10033) M3 · 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 Host Header Injection (CVE-2016-10033) M3";
    flow:to_server,established;
    http.header;
    content:"substr{"; nocase; fast_pattern;
    pcre:"/^Host\x3a[^\r\n]+?[\x28\x29\x27\x22\x7b\x7d]/mi";
    reference:url,exploitbox.io/vuln/WordPress-Exploit-4-6-RCE-CODE-EXEC-CVE-2016-10033.html;
    classtype:web-application-attack;
    sid:2024279; rev:3;
    metadata:affected_product Wordpress, attack_target Web_Server, created_at 2017_05_05, cve CVE_2016_10033, deployment Perimeter, signature_severity Major, updated_at 2020_08_05;
)

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.