LiveActive security incident?Get immediate response
CVE Record

CVE-2021-1530: Cisco BroadWorks Messaging Server XML External Entity Injection Vulnerability

A vulnerability in the web-based management interface of Cisco BroadWorks Messaging Server Software could allow an authenticated, remote attacker to access sensitive information or cause a partial denial of service (DoS) condition on an affected system. This vulnerability is due to improper handling of XML External Entity (XXE) entries when parsing certain XML files. An attacker could exploit this vulnerability by uploading a crafted XML file that contains references to external entities. A successful exploit could allow the attacker to retrieve files from the local system, resulting in the disclosure of sensitive information, or cause the application to consume available resources, resulting in a partial DoS condition on an affected system. There are workarounds that address this vulnerability.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Cisco BroadWorks Messaging Server had an XML parsing flaw in its web management interface. An authenticated remote user could upload a crafted XML file and potentially read local files or partially disrupt the application. The issue is medium severity because it requires login access and has limited confidentiality and availability impact.

Executive priority

Handle this as a scheduled remediation item for BroadWorks environments. Raise priority if the management interface is internet-accessible, broadly reachable internally, or used by many non-administrative accounts. File disclosure on a messaging platform can have business and privacy impact even without evidence of active exploitation.

Technical view

CVE-2021-1530 is a CWE-611 XML External Entity injection issue in Cisco BroadWorks Messaging Server Software. The vulnerable management interface improperly handles external entities while parsing certain XML files. Successful exploitation could disclose local system files or consume resources, causing partial denial of service. CVSS 3.1 is 5.4: AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L.

Likely exposure

Exposure is likely limited to organizations running Cisco BroadWorks Messaging Server with the web-based management interface reachable by authenticated users. The provided bundle does not list exact affected versions, so asset owners should confirm version exposure against Cisco guidance.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation evidence. Exploitation requires authenticated remote access and the ability to upload a crafted XML file through the management interface. No unauthenticated exploitation is indicated in the provided sources.

Researcher notes

The bundle confirms the vulnerability class, attack preconditions, impact, CVSS vector, Cisco advisory, and existence of workarounds. It does not include specific affected or fixed versions, workaround details, or exploitation telemetry. Avoid assuming broader Cisco product impact beyond Cisco BroadWorks Messaging Server Software.

Mitigation direction

  • Review Cisco's advisory for affected releases, fixed software, and named workarounds.
  • Apply vendor-provided fixes or workarounds where applicable.
  • Restrict access to the BroadWorks management interface to trusted administrative networks.
  • Limit management accounts to least privilege and remove unnecessary access.
  • Monitor for abnormal XML uploads, parser errors, and resource exhaustion symptoms.

Validation and detection

  • Inventory Cisco BroadWorks Messaging Server deployments and exposed management interfaces.
  • Compare installed versions and configuration against Cisco's advisory.
  • Review account access to identify users able to upload XML files.
  • Check logs for suspicious XML processing errors or unexplained partial DoS events.
  • Confirm compensating access controls protect the management interface.
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-611: 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
cve · low confidence lookup

CVE-2021-1530 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.4 (3.1)
Known Exploited
No
Published

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

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.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L2.82.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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 BroadWorksn/aListed
Weakness

CWE details

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

CWE-611 · source CWE mapping

Improper Restriction of XML External Entity Reference

Improper Restriction of XML External Entity Reference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.