What is CVE-2026-15409?
- Aug 02, 2026
- Adrienne Juett
CVE-2026-15409, also known as the SonicWall SMA1000 Server-Side Request Forgery (SSRF) flaw, is a critical security vulnerability affecting enterprise secure remote access gateways. The flaw was discovered by Adam Babis of SonicWall PSIRT. It was observed in zero-day attacks in July 2026, and allows unauthenticated attackers to bypass perimeter controls.
Attack Mechanism:
The flaw resides within the WebSocket proxy feature (/wsproxy) of the “SonicWall WorkPlace” web application interface. An unauthenticated remote attacker can pass malicious URL parameters containing a targeted hostname (such as localhost or loopback IP addresses). This forces the appliance to establish a netcat-like TCP tunnel to local, isolated system services running behind the firewall that should otherwise be inaccessible.
Impact:
Successful exploitation permits unauthenticated attackers to query internal appliance services. In observed attacks, this vulnerability is frequently chained with CVE-2026-15410 to achieve remote code execution as root, allowing threat actors to harvest session tokens, steal TOTP seeds, and establish a stealthy backdoor for lateral network movement.
Mitigation:
SonicWall released emergency hotfixes and firmware upgrades on July 14, 2026, to neutralize the vulnerability. The official updates validate and restrict user-supplied parameters passed to the /wsproxy endpoint.
Because attackers may have already harvested credentials or established persistence prior to patching, administrators must explicitly audit system logs for indicators of compromise (IOCs) rather than relying solely on the firmware upgrade.
According to the National Vulnerability Database (NVD) and initial vendor advisories, CVE-2026-15409 has a CVSS v3.x Base Score of 10.0 (CRITICAL) and is categorized under CWE-918 Server-Side Request Forgery (SSRF).
Product:
SonicWall Secure Mobile Access (SMA) 1000 Series (Models: SMA6210, SMA7210, and SMA8200v)
Affected Firmware Versions:
This vulnerability is exploited remotely over port 443 by sending a specifically crafted HTTP/WebSocket request containing an unauthorized target destination parameter to the /wsproxy pathway. It requires no prior credentials or user interaction.
Deploy the latest official firmware releases (such as 12.4.3-03453, 12.5.0-02835, or higher) immediately. If your organization cannot patch immediately, restrict inbound access to the SMA WorkPlace login interface to trusted IP addresses only.
There are no built-in mitigating factors that eliminate the risk if the WorkPlace interface is exposed directly to the public internet. If exploitation is detected via log analysis (e.g., unexpected requests returning HTTP 101 switching protocols on the WebSocket path), organizations must execute an incident response plan. This includes re-imaging physical hardware, resetting all administrator/user corporate passwords, and rotating active multi-factor authentication (MFA) TOTP secret seeds.