ET WEB_SPECIFIC_APPS Oracle JSF2 Path Traversal Attempt


Query · suricata

flow:established,to_server;
http.uri;
content:"/WEB-INF/web.xml"; nocase; fast_pattern;
http.uri.raw;
content:"|2e 2e 2f|";
target:dest_ip;
Raw source ET WEB_SPECIFIC_APPS Oracle JSF2 Path Traversal Attempt · 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 Oracle JSF2 Path Traversal Attempt";
    flow:established,to_server;
    http.uri;
    content:"/WEB-INF/web.xml"; nocase; fast_pattern;
    http.uri.raw;
    content:"|2e 2e 2f|";
    reference:url,www.synopsys.com/blogs/software-security/path-traversal-defects-oracles-jsf2-implementation.html;
    reference:cve,2013-3827;
    classtype:web-application-attack;
    sid:2017611; rev:5;
    metadata:created_at 2013_10_17, cve CVE_2013_3827, 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.