← Back to Feed CACHED · 2026-06-30 01:53:05 · CACHE_KEY CVE-2026-20210
CVE-2026-20210 · CWE-779 · Disclosed 2026-05-14

A vulnerability in the web UI of Cisco Catalyst SD-WAN Manager

ASSESSED — NOISGATE V0.5
Vendor
Reassessed
Verdict:
Do you agree?
01 · The Real Story

The auditor with read-only badge access can quietly walk into the server room and adjust the racks

CVE-2026-20210 is a privilege/scope-enforcement flaw in the web UI of Cisco Catalyst SD-WAN Manager (formerly vManage). An authenticated user holding only *read-only* role membership can drive UI actions that modify device configurations and templates, and on top of that the UI fails to redact sensitive fields (CWE-779) inside templates and config previews — secrets, keys, and credentials embedded in templates are visible to roles that shouldn't see them. Affected trains span 20.9.x through 20.9.8, 20.10–20.12.4, 20.13–20.14, 20.15–20.15.4.3, 20.16–20.18.2.1, and 26.1–26.1.1.0; Cisco shipped fixes in 20.9.9.1, 20.12.5.4, 20.15.4.4, 20.18.2.2, and 26.1.1.1.

Cisco's 5.4 MEDIUM label tracks the CVSS math (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N) — partial confidentiality, partial integrity, no availability, and a *real* authentication gate. That math is fair. The bug does NOT yield unauthenticated RCE on the SD-WAN control plane, and it does not bypass tenant isolation or pivot to edge routers directly. It's a lateral-privilege issue gated by an existing valid account. Vendor severity matches reality here; the hype upgrade temptation comes only from the high-value role of the affected box, not from the chain itself.

"Read-only auditors on vManage shouldn't be able to touch templates — but a read-only account is still an account, and the chain ends in info leak, not fleet takeover."
02 · The Attack Path

4 steps from start to impact.

STEP 01

Obtain read-only vManage credentials

Attacker needs a working session on the SD-WAN Manager web UI with any role that includes read-only permissions. This can be a compromised auditor, NOC observer, or third-party MSP login. Local accounts, TACACS+, RADIUS, or SAML-federated identities all qualify if they land on a read-only role.
Conditions required:
  • Valid credentials for a read-only vManage account
  • Network reachability to vManage management interface (443/tcp)
Where this breaks in practice:
  • vManage admin UI is typically isolated to a management VRF or jump-host segment
  • MFA on TACACS+/SAML federations stops credential-only attacks
  • Most orgs do NOT expose vManage to the public internet
Detection/coverage: Standard auth telemetry; no scanner signature needed — this is an account-state check, not a network probe
STEP 02

Drive privileged UI actions through the broken authorization check

Tooling: browser session + Burp Suite Repeater to replay UI XHRs with the read-only session cookie. The attacker invokes config/template endpoints that the UI normally hides for read-only roles. The backend fails to re-enforce role scope, so the action succeeds.
Conditions required:
  • Active read-only session token
  • Knowledge of the privileged endpoint paths (trivial — UI source reveals them)
Where this breaks in practice:
  • Audit logging on vManage records the actor
  • WAFs in front of vManage can flag anomalous POSTs from sessions that have never made writes
Detection/coverage: vManage audit log captures user, role, and endpoint — SIEM rule on role=read-only AND action IN (template_modify, device_config_push) catches it cleanly
STEP 03

Harvest unredacted secrets from templates

Template preview and export endpoints leak credentials, SNMP community strings, IPSec PSKs, and BGP MD5 keys that should be redacted for any role below netadmin. Attacker exfiltrates the JSON/CLI render of feature templates.
Conditions required:
  • Read access to template inventory (read-only role has this)
Where this breaks in practice:
  • Mature shops use external KMS/Vault references in templates instead of inline secrets
Detection/coverage: Bulk template GETs from a single session look anomalous; UEBA can flag
STEP 04

Push modified config to attached edge routers

If step 2 succeeded against the template-attach endpoint, the attacker can mutate a template and let vManage propagate the change to attached vEdge/cEdge devices. Realistic outcome: weakened ACLs, attacker-controlled DNS/NTP, or new admin local accounts on edge routers.
Conditions required:
  • Step 2 succeeded against the attach endpoint
  • Target edge devices are in production attach state
Where this breaks in practice:
  • Change-control workflows (template approval) block raw pushes in mature orgs
  • Drift detection on edge routers catches surprise config
  • Cisco's own CVSS scoring treats integrity as Low (I:L), suggesting the bypass does NOT cleanly reach full template push in every code path
Detection/coverage: Config-management drift monitors (NetBrain, IP Fabric, custom RANCID/Oxidized) flag unexpected edge changes
03 · Intelligence Metadata

The supporting signals.

In-the-wild statusNo known exploitation as of 2026-06-30. Not on CISA KEV. Sibling CVE-2026-20245 in the same product family IS being actively exploited — keep the family on your radar but this CVE is not the one being hit.
Proof-of-conceptNo public PoC observed on GitHub, ExploitDB, or vx-underground. Cisco PSIRT credits internal discovery in advisory cisco-sa-sdwan-mltvnps2-JxpWm7R.
EPSS0.0019 (~0.19%) — bottom-decile likelihood of exploitation in next 30 days.
KEV statusNot listed. CISA has not added CVE-2026-20210 to the Known Exploited Vulnerabilities catalog.
CVSS vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:Nnetwork-reachable, low complexity, low-privilege auth required, no user interaction, partial C+I impact, no availability impact. The PR:L is the load-bearing brake.
Affected versionsvManage 20.9.x–20.9.8, 20.10–20.12.4, 20.13–20.14, 20.15–20.15.4.3, 20.16–20.18.2.1, 26.1–26.1.1.0.
Fixed versions20.9.9.1, 20.12.5.4, 20.15.4.4, 20.18.2.2, 26.1.1.1 and later. No cloud-hosted vManage action needed — Cisco patches the SaaS instances.
Exposure dataShodan/Censys typically show fewer than 600 internet-exposed vManage instances globally — vManage is almost always behind a jump host or mgmt VRF. Public-facing population is a small fraction of the installed base.
Disclosure date2026-05-14, Cisco semi-annual SD-WAN bundle advisory.
ReporterCisco PSIRT internal discovery; no external researcher credit in advisory.
04 · The Call

noisgate verdict.

Final Verdict
= UNCHANGED to MEDIUM (5.4/10)

The decisive factor is the authenticated read-only credential requirement combined with partial-only confidentiality/integrity impact — the CVSS math (C:L/I:L/A:N) reflects a scope-enforcement gap inside an authenticated session, not a control-plane takeover. Even though vManage is canonically a high-value-role component, the chain does not deliver fleet compromise from an unauthenticated position, and Cisco's own integrity rating of Low suggests the privileged-write path is partial rather than wholesale.

HIGH Vendor advisory accuracy and affected-version mapping
HIGH No active exploitation, no public PoC
MEDIUM Exact reach of the integrity bypass — Cisco describes 'modify configurations' but rates I:L, leaving ambiguity on whether template-push to edge routers fully succeeds

Why this verdict

  • Authentication gate is real: PR:L requires a working read-only account. That alone removes ~99% of opportunistic internet attackers.
  • Exposure population is tiny: vManage is almost universally deployed behind management VRFs, jump hosts, or VPN-only access. Internet-facing population per Censys/Shodan is in the low hundreds globally.
  • No KEV, no PoC, EPSS 0.0019: all three exploitation-likelihood signals agree this is not under active attack.
  • Role multiplier: SD-WAN Manager is a canonical high-value-role component (network orchestration plane). In a typical enterprise deployment the chain succeeds within the bounds of CVSS — secret disclosure from templates and partial config modification — but does NOT cleanly extend to full edge-router takeover because of I:L scoring and change-control friction. Blast radius lands at tenant-of-vManage, not fleet supply-chain pivot, so the high-value-role floor lifts the verdict to MEDIUM but does not break into HIGH.
  • Sibling-CVE context bumps urgency, not severity: CVE-2026-20245 in the same product is being actively exploited; that means SD-WAN Manager is on attackers' workbench right now. Patching this CVE in the same maintenance window as the KEV-listed sibling is the pragmatic move.

Why not higher?

HIGH would require either unauthenticated reach, a clean integrity bypass that reliably pushes attacker-controlled config to edge routers, or active in-the-wild exploitation. None of those are present. CVSS I:L (not I:H) is Cisco's own admission that the integrity reach is bounded.

Why not lower?

LOW is wrong because the affected component is an SD-WAN orchestration plane — a high-value-role box where any privilege-boundary failure is meaningful, and because secrets stored in templates (IPSec PSKs, SNMP communities, BGP MD5) genuinely leak to roles that shouldn't see them. That is more than backlog hygiene.

05 · Compensating Control

What to do — in priority order.

  1. Audit and prune read-only vManage accounts — Inventory every local, TACACS+, RADIUS, and SAML-mapped role that resolves to read-only on vManage. Disable dormant accounts (>30 days no login) and revoke third-party MSP/auditor logins not currently in active engagement. Complete within the noisgate mitigation window for MEDIUM — note: MEDIUM has no formal mitigation SLA, treat as routine within 30 days because of the active sibling-CVE exploitation context.
  2. Enforce MFA on all vManage role-bearing identities — PR:L collapses to PR:N for any attacker who phishes a read-only credential. SAML/TACACS+ federations must require MFA. Push to the identity provider, not vManage — vManage's native local-auth MFA is weak. Within 30 days.
  3. Move secrets out of inline template fields — Replace inline IPSec PSKs, SNMP communities, and credentials in feature templates with references to an external secret store or per-device variables. This neutralizes the CWE-779 disclosure pathway even on unpatched vManage. Within 30 days.
  4. Enable and ship vManage audit logs to SIEM with a write-action-by-read-only-role rule — Detection rule: role IN (basic, operator, read-only) AND http_method IN (POST, PUT, DELETE) AND endpoint IN (/dataservice/template/*, /dataservice/device/action/*). Alert immediately on match. Within 14 days.
  5. Restrict vManage UI to a dedicated management VRF / bastion — If vManage is reachable from a general-purpose corporate VLAN or — worst case — the internet, put it behind a jump host and a network ACL limiting source IPs to the NOC subnet. Within 30 days.
What doesn't work
  • WAF signature blocking on the vManage UI — the malicious requests are well-formed authenticated XHRs to legitimate endpoints; there is no payload signature to match.
  • Edge-router-side ACLs — the abuse happens on the management plane before any edge device is touched.
  • EDR on the vManage appliance — vManage runs on appliance/VM with restricted shell; host-agent EDR has minimal visibility into the Java/web app layer.
  • Read-only role hardening alone — the bug is that the backend ignores the role on certain endpoints; tightening the role definition in vManage does not patch the missing server-side check.
06 · Verification

Crowdsourced verification payload.

Run on the vManage appliance shell as a user with vshell access, or from an auditor workstation that can SSH to vManage. Example: ./check-cve-2026-20210.sh 10.20.30.40 where the argument is the vManage management IP. Requires SSH credentials with shell access, OR root on the appliance itself. The script reads the running vManage version and compares against Cisco's fixed-version matrix.

noisgate-verify.sh
BASHREAD-ONLYSAFE
#!/usr/bin/env bash
# noisgate verification: CVE-2026-20210 — Cisco Catalyst SD-WAN Manager (vManage)
# Exit codes: 0=PATCHED, 1=VULNERABLE, 2=UNKNOWN
set -u

TARGET="${1:-localhost}"

get_version() {
  if [[ "$TARGET" == "localhost" ]]; then
    # On-appliance: read directly
    if command -v vshell >/dev/null 2>&1; then
      vshell -c 'show version' 2>/dev/null | awk '/version/ {print $2; exit}'
    elif [[ -r /etc/viptela/version ]]; then
      cat /etc/viptela/version
    fi
  else
    # Remote: SSH and pull show version
    ssh -o StrictHostKeyChecking=no -o ConnectTimeout=10 "$TARGET" \
      "show version" 2>/dev/null | awk '/version/ {print $2; exit}'
  fi
}

VER="$(get_version | tr -d '[:space:]')"
if [[ -z "$VER" ]]; then
  echo "UNKNOWN: could not determine vManage version on $TARGET"
  exit 2
fi

echo "Detected vManage version: $VER"

# Compare against Cisco fixed-version matrix
# Fixed: 20.9.9.1, 20.12.5.4, 20.15.4.4, 20.18.2.2, 26.1.1.1
vercmp() {
  # returns 0 if $1 >= $2
  printf '%s\n%s\n' "$2" "$1" | sort -V -C
}

case "$VER" in
  20.9.*)   FIXED="20.9.9.1" ;;
  20.1[0-2].*) FIXED="20.12.5.4" ;;
  20.1[3-4].*) FIXED="20.15.4.4" ;;
  20.15.*)  FIXED="20.15.4.4" ;;
  20.1[6-8].*) FIXED="20.18.2.2" ;;
  26.1.*)   FIXED="26.1.1.1" ;;
  *)
    echo "UNKNOWN: version $VER not in known affected/fixed train"
    exit 2
    ;;
esac

if vercmp "$VER" "$FIXED"; then
  echo "PATCHED: $VER >= $FIXED"
  exit 0
else
  echo "VULNERABLE: $VER < $FIXED  (CVE-2026-20210)"
  exit 1
fi
07 · Bottom Line

If you remember one thing.

TL;DR
Treat CVE-2026-20210 as a real MEDIUM with high-value-role context, not a fire drill. Per the noisgate mitigation SLA, MEDIUM has no formal mitigation deadline — but the sibling CVE-2026-20245 in the same product is on KEV and being actively exploited, so any SD-WAN Manager touch this quarter must bundle this fix in the same window. Monday morning: (1) inventory all read-only role assignments and disable dormant ones, (2) confirm MFA enforcement on every identity that can authenticate to vManage, (3) ship vManage audit logs to your SIEM with a write-action-by-read-only-role detection rule. Schedule the actual upgrade to 20.9.9.1 / 20.12.5.4 / 20.15.4.4 / 20.18.2.2 / 26.1.1.1 inside your normal change window — per the noisgate remediation SLA for MEDIUM, that is ≤ 365 days, but realistically you will be in vManage for the KEV-listed sibling within weeks, so do both at once and close this out in the next quarterly maintenance.

Sources

  1. Cisco Security Advisory — SD-WAN Manager Multiple Vulnerabilities (cisco-sa-sdwan-mltvnps2-JxpWm7R)
  2. Cisco Security Advisory — SD-WAN Authenticated Privilege Escalation
  3. Help Net Security — Cisco SD-WAN zero-day coverage (sibling CVE context)
  4. The Hacker News — Cisco Catalyst SD-WAN Manager CVE-2026-20245 actively exploited
  5. runZero — Cisco Catalyst SD-WAN vulnerability landscape
  6. CSA Singapore — Vulnerability in Cisco Catalyst SD-WAN Manager
  7. CISA Known Exploited Vulnerabilities Catalog
  8. FIRST EPSS Model
Peer Review

What defenders are saying.

Submit a review attribution: handle + country only
0 flags selected · stored anonymously
Validation Results

Crowdsourced verification outputs.

Results submitted by users who ran the verification payload against their environment.