CVE-2016-9684
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe SonicWall Secure Remote Access server (version 8.1.0.2-14sv) is vulnerable to a Remote Command Injection vulnerability in its web administrative interface. This vulnerability occurs in the 'viewcert' CGI (/cgi-bin/viewcert) component responsible for processing SSL certificate information. The CGI application doesn't properly escape the information it's passed in the 'CERT' variable before a call to system() is performed - allowing for remote command injection. Exploitation of this vulnerability yields shell access to the remote machine under the nobody user account.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceRemote command injection in SonicWall Secure Remote Access 8.1.0.2-14sv's viewcert CGI component (/cgi-bin/viewcert). The CERT parameter is passed unsanitized to a system() call, allowing arbitrary command execution as the 'nobody' user.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= 8.1.0.2-14svCVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify if SonicWall Secure Remote Access Server is installedCheck for the product in installed programs (Windows) or package list (Linux). On the server, look for the installation directory, typically under /opt/sonicwall or C:\Program Files\SonicWall. Check running processes for SMA-related services.Affected if The product is present on the system
-
Verify the installed version matches the affected rangeAccess the web administrative interface and navigate to the About or System Information page to view the firmware/software version. Alternatively, check the version file in the installation directory if accessible.Affected if Version is 8.1.0.2-14sv exactly
-
Confirm the web administrative interface is accessibleAttempt to reach the SonicWall SMA login page via HTTP/HTTPS on the configured port (typically 443). Check firewall rules and network ACLs to determine if the interface is exposed to network segments.Affected if The web interface responds to requests (even if authentication is required)
-
Verify the viewcert CGI endpoint is exposedSend a request to /cgi-bin/viewcert on the SMA web server. For example: curl -k https://<target>/cgi-bin/viewcert or check if the URL is reachable from your network position.Affected if The CGI script responds (returns any HTTP response rather than 404)
-
Determine if the CERT parameter accepts unsanitized inputWhile active exploitation should be avoided, verify the parameter exists by making a request with a test value: curl -k 'https://<target>/cgi-bin/viewcert?CERT=test'. A vulnerable endpoint will process this parameter without rejecting it.Affected if The CERT parameter is accepted and processed by the CGI (non-404 response)
You are affected if SonicWall Secure Remote Access Server version 8.1.0.2-14sv is installed AND the web interface with the viewcert CGI is accessible from your network.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedApply vendor patch/upgrade to fixed version; if immediate patching unavailable, disable or restrict access to the web administrative interface and viewcert CGI.
Any later firmware version beyond 8.1.0.2-14sv that includes the CVE-2016-9684 patch (refer to SonicWall PSIRT advisory for exact fixed release)
- 1. Identify the current firmware version of the SonicWall Secure Remote Access Server by accessing the administrative web interface.
- 2. Navigate to the SonicWall support portal at support.sonicwall.com or psirt.global.sonicwall.com to locate security advisories and firmware updates.
- 3. Download and apply the latest firmware version for the Secure Remote Access (SRA) product line that includes the security fix for CVE-2016-9684.
- 4. After applying the firmware update, verify the version number reflects the patched release.
- 5. Test the 'viewcert' CGI functionality to ensure proper operation after the update.
- 6. Review the SonicWall SRA release notes or security advisory for this CVE to confirm the specific fixed version number.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,408.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2016-9684 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2016-9684 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data