CVE-2023-20113
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 · uneditedA vulnerability in the web-based management interface of Cisco SD-WAN vManage Software could allow an unauthenticated, remote attacker to conduct a cross-site request forgery (CSRF) attack on an affected system. This vulnerability is due to insufficient CSRF protections for the web-based management interface on an affected system. An attacker could exploit this vulnerability by persuading a user of the interface to click a malicious link. A successful exploit could allow the attacker to perform arbitrary actions with the privilege level of the affected user. These actions could include modifying the system configuration and deleting accounts.
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 · moderate confidenceA CSRF vulnerability in Cisco SD-WAN vManage's web-based management interface allows unauthenticated remote attackers to trick authenticated users into executing unintended actions by clicking malicious links. Successful exploitation grants the attacker the victim's privilege level, enabling system configuration modifications and account deletion.
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< 20.6.5= 20.8.0= 20.9.0CVSS 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
- Required
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/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 Cisco SD-WAN vManage installationCheck for the vManage service or process running on the system. On Linux, run 'ps aux | grep vmanage' or check for the vmanage process. On the device, use 'show version' or check the software version through the CLI if available.Affected if Cisco SD-WAN vManage software is installed and running
-
Determine the installed vManage versionAccess the vManage web UI and navigate to Administration > Software or use the CLI command 'request software version' or check the '/opt/vmanage/version' file if accessible. Alternatively, check the software release notes or the vManage dashboard for the version number.Affected if The installed version is less than 20.6.5, or exactly 20.8.0, or exactly 20.9.0
-
Verify the web-based management interface is enabledCheck if the vManage web UI port (default 8443 or 443) is listening and accessible. Use 'netstat -tlnp | grep -E "(8443|443)"' or 'ss -tlnp | grep -E "(8443|443)"' to verify the web service is bound to an interface.Affected if The vManage web management interface is exposed and listening on a network interface
-
Confirm authentication is required for web UI accessVerify that the web-based management interface requires authentication by attempting to access it or checking the authentication settings in vManage's configuration. CSRF requires an authenticated session to exploit.Affected if The web interface accepts authenticated sessions, meaning users can log in and maintain active sessions
The environment is affected if Cisco SD-WAN vManage is running with a version matching < 20.6.5, = 20.8.0, or = 20.9.0, and the web-based management interface is accessible and accepts authenticated users.
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 · scoped20.6.5
Apply the Cisco-provided patch for this vulnerability. In the interim, educate users to avoid clicking untrusted links and consider implementing additional CSRF countermeasures at the network perimeter if feasible.
Upgrade to vManage version 20.6.5.1 or later (20.10.x or latest stable release)
- 1. Identify the current installed version of Cisco SD-WAN vManage by logging into the vManage web interface and navigating to Administration > System Settings > Software Repository, or by running 'show version' via CLI.
- 2. Confirm the running version against the affected versions: anything below 20.6.5, or exactly 20.8.0 or 20.9.0.
- 3. Schedule a maintenance window as the upgrade will require a system reboot and may cause brief downtime.
- 4. Backup the current vManage configuration using the web interface (Administration > Backup & Restore) or CLI before proceeding.
- 5. Download the fixed software version from Cisco (contact Cisco TAC or access the Cisco software download portal with valid service contract).
- 6. Upload the new software image via vManage: navigate to Maintenance > Software Upgrade > Upload Software Image.
- 7. Initiate the upgrade: select the uploaded image and click 'Install Upgrade', choosing 'Reboot' as the install type.
- 8. After the upgrade completes, verify the new version by logging into vManage and confirming the version number in the About section.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation2.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,840.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-20113 — 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-2023-20113 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