ET WEB_SPECIFIC_APPS SonicOS SSLVPN Authentication Bypass (CVE-2024-53704)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/__api__/v1/client/sessionstatus|3f|"; fast_pattern;
content:"cookie|3d|";
threshold:type threshold, track by_src, count 30, seconds 10;
target:dest_ip;
Raw source ET WEB_SPECIFIC_APPS SonicOS SSLVPN Authentication Bypass (CVE-2024-53704) · 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 -> $HOME_NET any (
    msg:"ET WEB_SPECIFIC_APPS SonicOS SSLVPN Authentication Bypass (CVE-2024-53704)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/__api__/v1/client/sessionstatus|3f|"; fast_pattern;
    content:"cookie|3d|";
    threshold:type threshold, track by_src, count 30, seconds 10;
    reference:url,attackerkb.com/topics/UB3P3xHVAo/cve-2024-53704/rapid7-analysis;
    reference:cve,2024-53704;
    classtype:web-application-attack;
    sid:2059786; rev:1;
    metadata:affected_product SonicWall, attack_target Networking_Equipment, tls_state TLSDecrypt, created_at 2025_01_30, cve CVE_2024_53704, deployment Perimeter, deployment Internal, deployment SSLDecrypt, confidence High, signature_severity Major, updated_at 2025_01_30;
    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.