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


Query · suricata

flow:established,to_server;
flowbits:set,ET.CVE_2024_53704;
http.method;
content:"GET";
http.uri;
content:"/cgi-bin/sslvpnclient|3f|"; fast_pattern;
content:"launchplatform|3d|";
http.cookie;
content:"swap|3d|";
pcre:"/^[\x00-\xff]{32}/R";
target:dest_ip;

Rule dependencies

Feeds into

  • 1 rule read ET.CVE_2024_53704 · view all
Raw source ET WEB_SPECIFIC_APPS SonicOS SSLVPN Authentication Bypass HTTP Cookie (swap) (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 HTTP Cookie (swap) (CVE-2024-53704)";
    flow:established,to_server;
    flowbits:set,ET.CVE_2024_53704;
    http.method;
    content:"GET";
    http.uri;
    content:"/cgi-bin/sslvpnclient|3f|"; fast_pattern;
    content:"launchplatform|3d|";
    http.cookie;
    content:"swap|3d|";
    pcre:"/^[\x00-\xff]{32}/R";
    reference:url,bishopfox.com/blog/sonicwall-cve-2024-53704-ssl-vpn-session-hijacking;
    reference:cve,2024-53704;
    classtype:web-application-attack;
    sid:2060055; rev:1;
    metadata:affected_product SonicWall, attack_target Networking_Equipment, tls_state TLSDecrypt, created_at 2025_02_13, cve CVE_2024_53704, deployment Perimeter, deployment Internal, deployment SSLDecrypt, confidence High, signature_severity Major, tag Exploit, updated_at 2025_02_13;
    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.