ET EXPLOIT aiohttp Directory Traversal in Static Routing (CVE-2024-23334)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri.raw;
content:"/static/"; fast_pattern; startswith;
pcre:"/^[^\x26\x3f]*(?:(?:\x2e|%2[Ee]){1,2}(?:\x2f|\x5c|%5[Cc]|%2[Ff]){1,}){2,}/R";
http.header;
content:!"Referer|0d 0a|";
target:dest_ip;
Raw source ET EXPLOIT aiohttp Directory Traversal in Static Routing (CVE-2024-23334) · 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 -> $HOME_NET any (
#    msg:"ET EXPLOIT aiohttp Directory Traversal in Static Routing (CVE-2024-23334)";
#    flow:established,to_server;
#    http.method;
#    content:"GET";
#    http.uri.raw;
#    content:"/static/"; fast_pattern; startswith;
#    pcre:"/^[^\x26\x3f]*(?:(?:\x2e|%2[Ee]){1,2}(?:\x2f|\x5c|%5[Cc]|%2[Ff]){1,}){2,}/R";
#    http.header;
#    content:!"Referer|0d 0a|";
#    reference:url,x.com/W01fh4cker/status/1762491210953060827;
#    reference:cve,2024-23334;
#    classtype:web-application-activity;
#    sid:2056166; rev:3;
#    metadata:created_at 2024_09_24, cve CVE_2024_23334, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_11_26, mitre_tactic_id TA0007, mitre_tactic_name Discovery, mitre_technique_id T1083, mitre_technique_name File_And_Directory_Discovery;
#    target:dest_ip;
#)

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.