SonicWall SMA zero-days were exploited weeks before disclosure
Vulnerabilities mentionedAll →
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2026-15409 +1 in the same advisory: …15410 | Unauthenticated SSRF in SonicWall SMA1000 Appliances CVE-2026-15409 is a server-side request forgery (SSRF, CWE-918) in the Appliance Work Place interface of SonicWall SMA1000 series appliances. A remote, unauthenticated attacker can trigger the flaw over the network, causing the appliance to issue requests to attacker-influenced or unintended internal locations. Because the CVSS vector scores scope-changed impacts on confidentiality, integrity, and availability, the SSRF is assessed as capable of reaching sensitive internal services, and reporting indicates it is being used alongside a second SMA1000 zero-day in what may be an exploitation chain. Affected organizations are those running SMA1000 appliances, including SMA 6210, SMA 7210, and SMA 8200v models, which typically act as internet-facing remote-access/VPN gateways. Exploitation is confirmed in the wild: the flaw was added to CISA's KEV on 2026-07-14, ransomware use is known, and EPSS assigns an 83.7% probability of exploitation within 30 days, though no public PoC is available. Do: Apply SonicWall's SMA1000 firmware update per the vendor's instructions immediately, prioritizing appliances with the Appliance Work Place interface reachable from the internet. Because the flaw is in CISA's KEV with known ransomware use and may be chained with a second SMA1000 zero-day, hunt for signs of compromise (unexpected outbound or internal requests, anomalous VPN sessions, follow-on ransomware activity) and restrict internet exposure of the interface in the interim. Federal and critical-infrastructure operators must comply with CISA BOD 26-04, including cloud-service guidance, or discontinue use if mitigations are unavailable. | 10.0 group max | 85% | KEV ransomware |
| largeon the order of tens of thousands of internet-exposed appliances (estimate) |
Full article537 words · extracted from helpnetsecurity.com · click to collapse
Two recently disclosed SonicWall SMA 1000 vulnerabilities – CVE-2026-15409 and CVE-2026-15410 – were exploited in zero-day attacks for weeks, allowing threat actors to install custom malware on vulnerable VPN appliances, Volexity researchers revealed.
The intrusions began as early as June 22, 2026, well before the flaws became public. According to the researchers, the attackers’ goal was stealthy, long-term access: once inside, the intruders could reach stored or cached credentials, capture network traffic, and potentially intercept credentials processed by the appliances.
Despite their ability to leverage zero-day exploits and compromise the devices, “available evidence suggests the threat actor was less successful moving laterally or gaining access to other systems,” they added.
How the attack unfolded
Volexity was able to analyze logs, disk images, and the memory of two compromised appliances, which generally serve as secure remote-access gateways for medium-to-large businesses, multinationals, government agencies, and managed security providers.
The attack chain (Source: Volexity)
They found that the group first abused CVE-2026-15409 (a SSRF flaw) to open a tunnel from the open internet to internal-only services. This exposed three localhost services, including a bundled CouchDB database and an internal control service.
The bundled CouchDB ships with hardcoded admin:admin credentials and is normally localhost-only, but the SSRF tunnel put it within reach. The attackers used it to write and run a script that read the hardware ID file, which allowed them to “access methods in the sysCtrl endpoint, which were vulnerable to command injection, privilege escalation, and code execution.”
From there they exploited the second bug: CVE-2026-15410, a code-injection flaw that lets attackers run arbitrary operating-system commands. They did it via a booby-trapped file path that let them execute their own script with the highest level of privilege on the device.
Once they had root, the attackers installed a privilege-escalation tool (ROOTRUN, file name: xzfind) and a Python-based loader (KNUCKLEBALL, file name: deploy_new.py). The latter injected two hidden Java components directly into a legitimate running SonicWall process, to keep the malware in memory.
One component was an open-source proxy tool (Suo5, file name: agent_wp8.jar) for relaying traffic; the other was a custom web shell Volexity calls ORANGETAIL (file name: agent_wp9.jar), which only responded to requests carrying a specific, slightly-off browser identification string, and executes Java payloads sent by the attackers.
Finally, the attackers rewrote the appliance’s web configuration so that innocuous-looking web addresses secretly routed to Suo5 and ORANGETAIL, and attempted to pivot further into the target organizations’ network by capturing and using authentication credentials.
What should defenders do?
Patching is necessary but not enough.
SonicWall advises organizations that find indicators of compromise to re-image or re-deploy the affected appliances, change all user and administrator passwords, and reset TOTP tokens. The company stressed that even after applying the update, customers should review logs for indicators of compromise.
Volexity researchers shared indicators of compromise and YARA signatures to help organizations detect the malware families used by the attackers, and advised them to look for:
- Unexpected connections from SonicWall SMA appliances
- Unexpected files in /var/tmp and /tmp
- Unexpected routes in the nginx configuration file (/var/lib/unit/conf.json)
- Unexpected setuid binaries

Subscribe to our breaking news e-mail alert to never miss out on the latest breaches, vulnerabilities and cybersecurity threats. Subscribe here!

Text extracted automatically; images, tables and formatting may be missing. Original: https://www.helpnetsecurity.com/2026/07/21/sonicwall-sma-zero-days-exploited-cve-2026-15409-cve-2026-15410/