LiveActive security incident?Get immediate response
CVE Record

CVE-2021-40131: Cisco Common Services Platform Collector Stored Cross-Site Scripting Vulnerability

A vulnerability in the web-based management interface of Cisco Common Services Platform Collector (CSPC) could allow an authenticated, remote attacker to conduct a cross-site scripting (XSS) attack against a user of the interface. This vulnerability is due to insufficient validation of user-supplied input that is processed by the web-based management interface. An attacker could exploit this vulnerability by adding malicious code to the configuration by using the web-based management interface. A successful exploit could allow the attacker to execute arbitrary code in the context of the interface or access sensitive, browser-based information.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Cisco CSPC has a stored cross-site scripting flaw in its web management interface. A logged-in, highly privileged remote attacker could save malicious code in configuration data, causing code to run in the interface context and potentially expose browser-based information.

Executive priority

Treat this as a targeted administration-plane risk, not an emergency mass-exploitation event based on the provided evidence. Prioritize confirmation of CSPC presence, management-plane exposure reduction, and applying Cisco guidance through normal change control.

Technical view

CVE-2021-40131 is a CWE-87 stored XSS issue caused by insufficient validation of user-supplied input processed by Cisco CSPC's web-based management interface. CVSS 3.1 is 5.5: network exploitable, low complexity, high privileges required, scope changed, low confidentiality and integrity impact, no availability impact.

Likely exposure

Exposure is limited to organizations running Cisco Common Services Platform Collector Software where the management interface is reachable by authenticated privileged users. The provided bundle does not identify specific affected or fixed versions.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. Exploitation requires authenticated high-privilege access to the CSPC management interface, reducing broad internet-scale risk but increasing concern for insider misuse or compromised administrator accounts.

Researcher notes

The main evidence gap is version specificity: the bundle lists Cisco CSPC Software but gives versions as n/a. Do not assert fixed releases or active exploitation without Cisco advisory confirmation or another cited source.

Mitigation direction

  • Check Cisco's advisory for affected releases, fixed software, and official workarounds.
  • Inventory Cisco CSPC deployments and identify exposed management interfaces.
  • Restrict CSPC management access to trusted administrative networks and VPN paths.
  • Review privileged CSPC accounts and remove unnecessary access.
  • Monitor CSPC configuration changes for unexpected or unapproved entries.

Validation and detection

  • Confirm whether Cisco CSPC is deployed in the environment.
  • Identify CSPC software versions and compare them with Cisco's advisory.
  • Verify the management interface is not reachable from untrusted networks.
  • Review CSPC privileged-user activity and recent configuration changes.
  • Check vulnerability tracking for CVE-2021-40131 remediation status.
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-87: 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

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. 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-40131 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
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

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

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
5.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N2.32.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2021-40131Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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 Common Services Platform Collector Softwaren/aListed
Weakness

CWE details

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

CWE-87 · source CWE mapping

Improper Neutralization of Alternate XSS Syntax

Improper Neutralization of Alternate XSS Syntax represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.