What is the SonicWall SMA1000?
The SonicWall Secure Mobile Access (SMA) 1000 series (models 6210, 7210, and the virtual 8200v) is an enterprise SSL-VPN/remote-access appliance. Its Appliance Management Console (AMC) is the administrative interface where the device is configured — code execution there means root control of a gateway that terminates VPN sessions and holds directory service credentials for an entire organization.
Overview
CVE-2026-83549 is an OS command injection (CWE-78) in the SMA1000 AMC: an authenticated administrator — or an unauthenticated attacker who reaches AMC functionality via the companion SSRF CVE-2026-83548 — can execute arbitrary OS commands on the appliance. Both flaws were zero-days exploited in the wild as a chain before SonicWall's 2026-09-01 advisory, and both entered the CISA KEV catalog on 2026-09-02 with an accelerated 2026-09-05 deadline. The modest standalone CVSS (7.8, local/authenticated) understates it: in the observed attacks this is the code-execution stage of an unauthenticated remote chain.
Affected Versions
| Product | Vulnerable | Fixed |
|---|---|---|
| SMA1000 6210 / 7210 / 8200v — 12.4.3 branch | platform-hotfix 12.4.3-03453 and earlier | 12.4.3-03526 |
| SMA1000 6210 / 7210 / 8200v — 12.5.0 branch | platform-hotfix 12.5.0-02835 and earlier | 12.5.0-02952 |
SMA 100 series appliances and SonicWall firewalls are not affected.
Technical Details
The AMC fails to properly neutralize special elements in input that reaches OS command construction (CWE-78), allowing arbitrary command execution with the privileges of the appliance's administrative context. Standalone prerequisites are an authenticated admin session with AMC access — but the in-the-wild attacks removed that requirement by first exploiting the pre-auth WorkPlace SSRF (CVE-2026-83548) to reach AMC functionality, producing an end-to-end unauthenticated RCE chain against internet-facing appliances.
Discovery
Discovered by SonicWall's William Perry and Adam Babis alongside the SSRF; SonicWall itself identified the active exploitation, making both CVEs zero-days at disclosure.
Exploitation Context
Confirmed active exploitation as part of the SSRF-to-command-injection chain (see CVE-2026-83548 for the full picture). No threat actor has been named and attack-start timing was not disclosed. ~420 SMA1000 appliances are internet-reachable per Shadowserver. A successful chain gives the attacker root on a perimeter VPN gateway — historically the precursor to credential theft, lateral movement, and ransomware deployment on this device class.
Remediation
- Apply the platform hotfix: 12.4.3-03526 or 12.5.0-02952 depending on branch (fixes both chained CVEs). Federal deadline: 2026-09-05.
- Treat exposed unpatched appliances as potentially compromised: review AMC logs for unexpected admin sessions, configuration changes, and command execution artifacts; engage SonicWall support for IoC guidance.
- On confirmed or suspected compromise, rebuild the appliance firmware and reset every credential it touches — local admins, bound LDAP/AD service accounts, user sessions, and certificates.
- Isolate AMC management access on a dedicated management network, unreachable from user-facing interfaces or the internet.
- Track SonicWall PSIRT advisories for this platform — the SMA1000 has now had actively exploited zero-days in consecutive years.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2026-83549 |
| Vendor / Product | SonicWall — SMA1000 Appliances |
| NVD Published | 2026-09-01 |
| NVD Last Modified | 2026-09-03 |
| CVSS 3.1 Score | 7.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CWE | CWE-78 find similar ↗ |
| CISA KEV Added | 2026-09-02 |
| CISA KEV Deadline | 2026-09-05 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2026-09-01 | SonicWall publishes advisory SNWLID-2026-0016 with fixed hotfixes; confirms active exploitation (zero-day); CVE published |
| 2026-09-02 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2026-09-05 | CISA BOD 22-01 remediation deadline (accelerated) |
References
| Resource | Type |
|---|---|
| NVD — CVE-2026-83549 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| SonicWall PSIRT — SNWLID-2026-0016 | Vendor Advisory |
| BleepingComputer — SonicWall warns of actively exploited SMA1000 zero-day flaws | News |
| Rapid7 — Critical SonicWall SMA1000 vulnerabilities exploited in the wild | Security Research |
| SecurityWeek — SonicWall warns of two SMA1000 zero-days exploited in attacks | News |