SonicWall's SMA 1000 secure remote access appliance sits at the edge of the network, internet-facing by design, as the front door into internal estates. Two chained flaws turn a single unauthenticated request into root on that gateway. Three weeks after disclosure the two things responders feared most both arrived: a public proof of concept surfaced on August 3, and CISA flagged the pair for known ransomware use on August 4, with INC Ransomware now the dominant operator.
When we first wrote about this pair, the appliances were under active zero day exploitation but there was no public exploit code, and CISA had not tied the flaws to ransomware. Both of those caveats have now fallen away, which is why we are returning to it rather than leaving it on the watch list.
At disclosure, Tenable's Scott Caveza set the expectation directly.
If and when a public PoC exploit becomes available for these vulnerabilities, we anticipate an increase in exploitation as attackers will attempt to leverage these flaws as part of their attacks.
That PoC is now public. When a maximum severity, unauthenticated flaw on an internet-facing appliance gains working exploit code, the population of capable attackers widens from a handful of skilled operators to anyone who can run a script, so the practical urgency is higher today than it was three weeks ago even though the CVEs are the same.
The SMA 1000 series are SonicWall's enterprise SSL VPN gateways. They sit at the edge of the network, internet-facing by design, and they are the front door remote workers pass through to reach internal systems. Because they aggregate remote access credentials, live VPN session tokens, and multi-factor secrets, and because they have a clear view of the internal network behind them, a compromise at the appliance itself is far more valuable than a single stolen laptop. SonicWall lists the operators of these devices as including government agencies, large multinationals, and managed security service providers. The patched models are the 6210, 7210, and 8200v.
We describe the mechanics at the level reputable responders have published, and we do not reproduce or run exploit code. According to Resecurity's analysis, the chain has two conceptual stages that fit together into one unauthenticated path to root.
First, CVE-2026-15409, rated a maximum 10.0, is a pre-authentication weakness in the appliance's /wsproxy endpoint on the Workplace interface. It lets a remote, unauthenticated attacker open a tunnel to services that were only ever meant to be reachable from the appliance itself, on localhost. This is the classic server-side request forgery problem, an outsider persuading the trusted machine to make requests on their behalf, and on an edge gateway it is exactly the inward reach that perimeter controls are supposed to deny. Second, CVE-2026-15410, rated 7.2, is a path traversal in the remove_hotfix workflow of the appliance's control service. Reached through the first flaw's tunnel, it is abused to climb from a low privilege service account to root. One note on how the public description of CVE-2026-15410 has evolved: at disclosure, SonicWall and Tenable characterized it as a code injection flaw in the Appliance Management Console requiring authentication, and our July 15 coverage followed that framing; the control-service path traversal described here is the fuller mechanism responders published once they took the chain apart, reached through the SSRF rather than an admin login.
When combined, these flaws transform a single unauthenticated HTTP request into full root control of a VPN gateway.
The public proof of concept published on August 3 describes reaching code execution through an internal service exposed by the first flaw. We note its existence because a working exploit changes the threat model, but we have not validated or executed it, and we treat its specific technical claims as unconfirmed until corroborated by the vendor or established researchers. What is already well corroborated is what attackers do after they land. Volexity attributes the pre-disclosure activity, beginning June 22, to a cluster it tracks as UTA0533, and describes the deployment of a Python loader named KNUCKLEBALL that launches the open source Suo5 HTTP proxy, alongside a custom Java web shell it calls ORANGETAIL. Rapid7 reports that the operators extract high value credentials, active session databases, and Time-Based One-Time Password multi-factor seed configurations, the ingredients for durable access and lateral movement into the internal network. That is the pivot from a single gateway into the estate behind it.
The reason this update matters beyond a scanner alert is who is now driving the exploitation. Multiple responders have converged on the same actor.
More recently, INC Ransomware has emerged as the dominant threat actor actively weaponizing this vulnerability chain.
That assessment comes from Douglas McKee, director of vulnerability intelligence at Rapid7, in reporting by The Hacker News, and it aligns with Resecurity, which observed INC accelerating its activity since the beginning of August and listing new victims on its data leak site. The victims disclosed between mid July and the start of August span private sector and government organizations in the United States, Australia, the United Arab Emirates, Colombia, and Switzerland. Resecurity also documents aggressive follow-on pressure, with victims receiving phone calls and emails from people claiming to represent the attackers, a reminder that the extortion does not end when the encryption does. CISA's August 4 update to the KEV entries, marking both CVEs as known to be used in ransomware, is the government catalog catching up to what those responders are seeing in the field.
We want to be precise about scope. The SMA 1000 is an IT security appliance, not an industrial control system, and neither CVE is an ICS advisory. We flag it under our operational technology and critical infrastructure watch for a specific and, we think, defensible reason. An SSL VPN gateway is the sanctioned bridge from the outside world into the internal network, and the internal networks behind these appliances frequently include the IT that sits next to plant floors, clinics, water and energy operations, and building systems. The whole security value of segmentation between a corporate network and an operational one depends on the edge not being an open pivot. An unauthenticated flaw that turns the gateway itself into attacker-controlled root is that pivot, delivered. When the actor on the other end is a ransomware crew that harvests credentials and MFA seeds before moving laterally, the distance from the public internet to a sensitive internal network collapses to a single request. That exposure is real even though the flaw lives in an IT product, and we frame it as indirect rather than overstating it as a direct ICS compromise.
We run a fleet of honeypots and edge decoys, and this vulnerability sits squarely in our lane by category. It is reached by sending traffic to the web interface of an internet-facing VPN gateway, which is exactly the reachability our edge decoys are built to emulate and observe. Internet-wide scanning for SSL VPN endpoints, and probing of appliance specific paths, is a constant in our first-party data, and it reliably intensifies once a public exploit exists for a named product.
/wsproxy from unexpected external addresses, and any correlation between those and internal authentication or lateral movement.Patching is necessary but, because these attacks steal credentials and session material before they are noticed, it is not sufficient on its own. Treat any exposed, unpatched appliance as potentially already compromised and hunt accordingly.
12.4.3-03453 and later, or 12.5.0-02835 and later, on SMA 1000 models 6210, 7210, and 8200v12.4.3-03453 or later, or 12.5.0-02835 or later, per SonicWall advisory SNWLID-2026-0008. The CISA KEV remediation date was July 17, so any still-exposed appliance is well past due and should be treated as urgent./wsproxy or used unusual parameters, and correlate them with internal authentication and lateral movement activity.| Type | Detail |
|---|---|
| CVEs | CVE-2026-15409, SMA 1000 server-side request forgery, CVSS 10.0; CVE-2026-15410, remote code execution via path traversal in the control service, CVSS 7.2 |
| Product | SonicWall Secure Mobile Access (SMA) 1000 series SSL VPN gateway, models 6210, 7210, 8200v, internet-facing by design |
| Chain | Pre-auth /wsproxy tunnel to localhost-only services (15409), then path traversal in the remove_hotfix workflow of the control service to root (15410); one unauthenticated request to root |
| Post-exploitation | Theft of credentials, active session databases, and TOTP MFA seeds; KNUCKLEBALL Python loader, Suo5 HTTP proxy, ORANGETAIL Java web shell; lateral movement into the internal network |
| Fixed | 12.4.3-03453+ or 12.5.0-02835+ per SonicWall SNWLID-2026-0008 |
| Public PoC | Repository for CVE-2026-15409 published 2026-08-03 (surfaced via the PoC-in-GitHub feed); existence noted, technical claims unvalidated, not executed |
| Ransomware | CISA KEV marked known ransomware use on 2026-08-04; INC Ransomware named as the dominant actor by Rapid7, Volexity, and Resecurity; 885 claimed victims on Ransomware.Live, latest 2026-08-02 |
| Exploitation | Active in the wild since at least 2026-06-22 (Volexity cluster UTA0533); added to CISA KEV 2026-07-14, remediation due 2026-07-17 |