What is SonicWall SonicOS SSLVPN?
SonicWall SonicOS is the operating system of SonicWall's next-generation firewalls, which include integrated SSLVPN functionality allowing remote workers to connect to corporate networks. SonicWall appliances are widely deployed as perimeter security devices in SMB and enterprise environments. The SSLVPN service is internet-facing by design, making authentication bypass vulnerabilities in it particularly dangerous.
SonicWall appliances have been targeted repeatedly: CVE-2021-20016 (2021 zero-day used by ransomware), CVE-2023-44221 (2023), and CVE-2024-53704 (this CVE) represent a recurring pattern.
Overview
CVE-2024-53704 is an improper authentication vulnerability (CWE-287) in the SonicWall SonicOS SSLVPN authentication mechanism that allows a remote unauthenticated attacker to bypass authentication and gain unauthorized access to the SSLVPN. Fog ransomware and Akira ransomware operators actively exploited this vulnerability after technical analysis and a proof-of-concept were published in February 2025, leading to CISA's KEV listing with a 21-day remediation deadline.
Affected Versions
| SonicOS Branch | Vulnerable | Fixed |
|---|---|---|
| 7.1.x | < 7.1.3.2 | 7.1.3.2 |
| 7.1.2.x | < 7.1.2.7019 | 7.1.2.7019 |
| 8.0.0.x | < 8.0.0.1-11e | 8.0.0.1-11e |
Technical Details
The improper authentication (CWE-287) in the SSLVPN authentication flow allows an attacker to bypass authentication checks and obtain a valid VPN session without presenting valid credentials. The exact mechanism involves manipulating the SSLVPN authentication flow such that session validation is bypassed — the attacker receives a valid session token without going through the credential verification step.
With a valid SSLVPN session, the attacker gains:
- Network access to internal resources accessible through the VPN
- The ability to appear as a legitimate authenticated VPN user in logs
- A foothold for lateral movement into the corporate network
Impact scope: SonicWall SSLVPN is used by organizations for remote access — compromising it provides direct access to the internal network as if the attacker were a legitimate remote employee.
Discovery
Not publicly attributed for initial discovery. Bishop Fox published technical analysis on February 12, 2025, which accelerated exploitation by lowering the technical barrier for ransomware operators.
Exploitation Context
Fog ransomware and Akira ransomware operators were confirmed exploiting CVE-2024-53704 following Bishop Fox's February 2025 analysis. Both ransomware groups target SMB and mid-market organizations across multiple industries. CISA added to KEV on February 18, 2025 — six days after the technical analysis was published, reflecting rapid exploitation in the wild.
The ransomwareUse: true flag confirms direct ransomware deployment following SSLVPN authentication bypass.
Remediation
- Apply SonicWall SonicOS patches per the version table above immediately. The CISA deadline was March 11, 2025.
- Enable Multi-Factor Authentication for SSLVPN — even if the authentication bypass is patched, MFA adds a second factor that prevents credential-based attacks and reduces the impact of future authentication vulnerabilities.
- Restrict SSLVPN access to known IP ranges where feasible — geo-blocking or IP allowlisting reduces exposure to opportunistic scanning.
- Audit SSLVPN session logs for authentication events without corresponding valid credential submissions — indicators of authentication bypass exploitation.
- Review network access logs for VPN sessions from unexpected source IP addresses or times, which could indicate unauthorized access using bypassed authentication.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2024-53704 |
| Vendor / Product | SonicWall — SonicOS |
| NVD Published | 2025-01-09 |
| NVD Last Modified | 2025-10-31 |
| CVSS 3.1 Score | 9.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| Severity | CRITICAL |
| CWE | CWE-287 find similar ↗ |
| CISA KEV Added | 2025-02-18 |
| CISA KEV Deadline | 2025-03-11 |
| Known Ransomware Use | ⚠️ Yes |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2025-01-09 | CVE published; SonicWall releases patches |
| 2025-02-12 | Bishop Fox publishes technical analysis; PoC released; Arctic Wolf confirms ransomware exploitation |
| 2025-02-18 | CISA adds to KEV |
| 2025-03-11 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| SonicWall PSIRT Advisory SNWLID-2025-0003 | Vendor Advisory |
| NVD — CVE-2024-53704 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| Arctic Wolf — CVE-2024-53704 SonicWall SSLVPN Exploitation | Security Research |