LiveActive security incident?Get immediate response
CVE Record

CVE-2021-1528: Cisco SD-WAN Software Privilege Escalation Vulnerability

A vulnerability in the CLI of Cisco SD-WAN Software could allow an authenticated, local attacker to gain elevated privileges on an affected system. This vulnerability exists because the affected software does not properly restrict access to privileged processes. An attacker could exploit this vulnerability by invoking a privileged process in the affected system. A successful exploit could allow the attacker to perform actions with the privileges of the root user.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2021-1528 is a local privilege escalation flaw in Cisco SD-WAN Software. A user who already has low-level authenticated local access to the CLI could invoke a privileged process and gain root-level control. The main risk is full compromise of an already-accessible SD-WAN system, not remote internet exploitation from scratch.

Executive priority

Prioritize remediation for SD-WAN systems with multiple local administrators, weak account governance, or evidence of account compromise. This is high severity because successful exploitation grants root, but urgency is lower than unauthenticated remote-code-execution issues absent active exploitation evidence.

Technical view

The CLI did not properly restrict access to privileged processes, categorized as CWE-250. CVSS 3.1 is 7.8 with AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H. Successful exploitation gives root privileges, affecting confidentiality, integrity, and availability. The source bundle names Cisco SD-WAN Solution but does not provide specific affected release ranges.

Likely exposure

Organizations running Cisco SD-WAN Software may be exposed if they have affected releases and allow local CLI access to authenticated users. Exposure depends on deployed versions and account access patterns. The provided sources do not list exact vulnerable versions in the bundle.

Exploitation context

The bundle does not show CISA KEV listing or other evidence of active exploitation. Exploitation requires authenticated local access and low attack complexity, so insider misuse, compromised admin accounts, or post-compromise escalation are the relevant risk scenarios.

Researcher notes

Key constraints are local attack vector and required low privileges. The vulnerability is improper restriction of privileged process access in the CLI. The bundle lacks exact version ranges and fixed release details, so researchers should anchor exposure analysis to Cisco’s advisory rather than infer affected builds.

Mitigation direction

  • Review Cisco’s advisory for affected and fixed software release guidance.
  • Upgrade affected Cisco SD-WAN Software according to Cisco’s vendor instructions.
  • Restrict local CLI access to trusted administrative users only.
  • Review and reduce unnecessary low-privilege local accounts.
  • Monitor SD-WAN systems for unusual CLI and privilege-related activity.

Validation and detection

  • Inventory Cisco SD-WAN Software deployments and versions.
  • Compare installed releases against Cisco’s advisory details.
  • Confirm CLI access is limited to authorized administrators.
  • Verify remediation by documenting upgraded or non-affected versions.
  • Review device logs for unexpected privileged-process activity.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-250: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-1528 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2021-1528Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
CiscoCisco SD-WAN Solutionn/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-250 · source CWE mapping

Execution with Unnecessary Privileges

Execution with Unnecessary Privileges represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.