ET EXPLOIT Possible Zend Framework Exploit (CVE-2021-3007)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/zend3/public/"; bsize:14; fast_pattern;
http.request_body;
content:"zend"; nocase;
content:"validator"; nocase; distance:0;
content:"callback"; nocase; distance:0;
content:"file_put_contents"; nocase;
Raw source ET EXPLOIT Possible Zend Framework Exploit (CVE-2021-3007) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET EXPLOIT Possible Zend Framework Exploit (CVE-2021-3007)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/zend3/public/"; bsize:14; fast_pattern;
    http.request_body;
    content:"zend"; nocase;
    content:"validator"; nocase; distance:0;
    content:"callback"; nocase; distance:0;
    content:"file_put_contents"; nocase;
    reference:url,research.checkpoint.com/2021/freakout-leveraging-newest-vulnerabilities-for-creating-a-botnet/;
    reference:cve,2021-3007;
    classtype:attempted-admin;
    sid:2031536; rev:1;
    metadata:created_at 2021_01_22, cve CVE_2021_3007, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_01_22;
)

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.