ET WEB_SERVER possible SAP Crystal Report Server 2008 path parameter Directory Traversal vulnerability


Query · suricata

flow:established,to_server;
content:"|2e 2e 2f|"; nocase; depth:200;
http.uri;
content:"/PerformanceManagement/jsp/qa.jsp?"; nocase;
content:"func="; nocase;
content:"root="; nocase;
content:"path="; nocase;
target:dest_ip;
Raw source ET WEB_SERVER possible SAP Crystal Report Server 2008 path parameter Directory Traversal vulnerability · 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 possible SAP Crystal Report Server 2008 path parameter Directory Traversal vulnerability";
    flow:established,to_server;
    content:"|2e 2e 2f|"; nocase; depth:200;
    http.uri;
    content:"/PerformanceManagement/jsp/qa.jsp?"; nocase;
    content:"func="; nocase;
    content:"root="; nocase;
    content:"path="; nocase;
    reference:url,1337day.com/exploits/15332;
    classtype:web-application-attack;
    sid:2015035; rev:4;
    metadata:created_at 2012_07_07, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, 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.