What is SonicWall SMA100?
The SonicWall SMA100 series is an SSL-VPN appliance providing remote employees with secure access to internal corporate resources — a perimeter device that is a high-value target because compromising it can open a path straight into the internal network.
Overview
CVE-2019-7483 is a directory traversal vulnerability (CWE-22) in the SMA100's handleWAFRedirect CGI script, allowing an unauthenticated remote attacker to test for the presence of specific files on the appliance's filesystem. It is rated high severity (CVSS 7.5) and was patched in late 2019.
Technical Details
The handleWAFRedirect CGI endpoint accepts a file-path-like parameter without adequately validating it against directory-traversal sequences, letting an attacker probe the filesystem outside the web root. While this variant is limited to confirming file existence rather than reading full contents, it can be used for reconnaissance ahead of a more damaging attack, or combined with other flaws for greater impact.
Discovery
Identified and patched by SonicWall as part of routine security maintenance for the SMA100 series in late 2019.
Exploitation Context
CISA added this CVE to the KEV catalog in March 2022, reflecting confirmed exploitation activity against SonicWall SSL-VPN appliances — a product line that has been a recurring target for both opportunistic scanning and targeted ransomware intrusions throughout the early 2020s.
Remediation
- Update SMA100 firmware to the latest SonicWall-supplied release.
- Restrict inbound access to the SMA100 management and CGI interfaces to trusted IP ranges only.
- Monitor web server logs for repeated traversal-style requests (e.g.,
../sequences) against CGI endpoints. - Enable available WAF/IPS protections in front of the appliance if supported.
- Combine with SonicWall's broader hardening guidance for SMA100, including MFA for VPN users.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2019-7483 |
| Vendor / Product | SonicWall — SMA100 |
| NVD Published | 2019-12-19 |
| NVD Last Modified | 2025-10-31 |
| CVSS 3.1 Score | 7.5 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
| Severity | HIGH |
| CWE | CWE-22 find similar ↗ |
| CISA KEV Added | 2022-03-28 |
| CISA KEV Deadline | 2022-04-18 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2019-12-19 | Fixed by SonicWall in SMA 100 series firmware |
| 2022-03-28 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-04-18 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2019-7483 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |