ET EXPLOIT SysAid Traversal Attack (CVE-2023-47246)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/userentry?accountId="; nocase; fast_pattern;
pcre:"/^[^&]+\x2e(?:\x2e|\x2f)/Ri";
http.request_body;
content:"|78 9c|"; startswith;
target:dest_ip;
Raw source ET EXPLOIT SysAid Traversal Attack (CVE-2023-47246) · 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,$HTTP_SERVERS] any (
    msg:"ET EXPLOIT SysAid Traversal Attack (CVE-2023-47246)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/userentry?accountId="; nocase; fast_pattern;
    pcre:"/^[^&]+\x2e(?:\x2e|\x2f)/Ri";
    http.request_body;
    content:"|78 9c|"; startswith;
    reference:url,www.huntress.com/blog/critical-vulnerability-sysaid-cve-2023-47246;
    reference:url,profero.io/posts/sysaidonpremvulnerability/;
    reference:url,swww.sysaid.com/blog/service-desk/on-premise-software-security-vulnerability-notification;
    reference:cve,2023-47246;
    classtype:attempted-admin;
    sid:2049295; rev:1;
    metadata:attack_target Web_Server, created_at 2023_11_27, cve CVE_2023_47246, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Major, tag CISA_KEV, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_11_29;
    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.