ET WEB_SERVER ColdFusion Path Traversal (locale 2/5)


Query · suricata

flow:to_server,established;
content:"locale=../../"; nocase;
http.method;
content:"POST";
http.uri;
content:"/CFIDE/administrator/archives/index.cfm"; nocase;
target:dest_ip;
Raw source ET WEB_SERVER ColdFusion Path Traversal (locale 2/5) · 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_SERVER ColdFusion Path Traversal (locale 2/5)";
    flow:to_server,established;
    content:"locale=../../"; nocase;
    http.method;
    content:"POST";
    http.uri;
    content:"/CFIDE/administrator/archives/index.cfm"; nocase;
    reference:url,www.exploit-db.com/exploits/14641/;
    reference:url,h30507.www3.hp.com/t5/Following-the-White-Rabbit-A/Adobe-ColdFusion-s-Directory-Traversal-Disaster/ba-p/81964;
    reference:url,www.gnucitizen.org/blog/coldfusion-directory-traversal-faq-cve-2010-2861/;
    reference:cve,CVE-2010-2861;
    classtype:web-application-attack;
    sid:2011359; rev:7;
    metadata:created_at 2010_09_28, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, tag CISA_KEV, 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.