LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3517: There is a flaw in the xml entity encoding functionality of libxml2 in versions before 2.9.11.

There is a flaw in the xml entity encoding functionality of libxml2 in versions before 2.9.11. An attacker who is able to supply a crafted file to be processed by an application linked with the affected functionality of libxml2 could trigger an out-of-bounds read. The most likely impact of this flaw is to application availability, with some potential impact to confidentiality and integrity if an attacker is able to use memory information to further exploit the application.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2021-3517 is a high-severity libxml2 flaw in XML entity encoding. If an exposed application processes attacker-supplied crafted files through affected libxml2 functionality, it may read memory out of bounds. The most likely business impact is service disruption, with limited possible confidentiality or integrity impact depending on the consuming application.

Executive priority

Treat this as a high-priority patching item where libxml2 handles untrusted files. It is not KEV-listed in the bundle, but the availability impact is high and libxml2 is widely embedded across operating systems and products.

Technical view

The source bundle describes an out-of-bounds read in libxml2 versions before 2.9.11, mapped to CWE-125 and CWE-787. Exploitation requires a crafted file reaching an application linked to the affected functionality. CVSS 3.1 is 8.6, with high availability impact and low confidentiality and integrity impact.

Likely exposure

Exposure is most likely in servers, desktop tools, containers, and appliances that include libxml2 and parse untrusted XML or files. Distribution backports may fix the issue without showing upstream version 2.9.11, so package advisory status matters.

Exploitation context

The bundle does not provide evidence of active exploitation, and KEV status is false. The credible attack context is crafted file processing by applications using affected libxml2 XML entity encoding functionality.

Researcher notes

The source bundle centers on file-driven exposure rather than a standalone remotely reachable service. Validate exploitability through application data flow into libxml2, package provenance, and whether vendor backports include the fix. The bundle does not establish a public exploit or active exploitation.

Mitigation direction

  • Upgrade libxml2 to a vendor-fixed package or version not affected by this CVE.
  • Prioritize internet-facing or automated file-processing services that parse untrusted XML content.
  • Apply relevant Debian, Fedora, Gentoo, NetApp, or Oracle guidance where those products are deployed.
  • Review container base images and appliance firmware for vulnerable bundled libxml2 packages.
  • Limit untrusted XML or file ingestion where patching is delayed.

Validation and detection

  • Inventory libxml2 versions across hosts, containers, applications, and appliances.
  • Map which applications process untrusted XML or crafted file inputs.
  • Compare installed packages with vendor advisories, including distro backported fixes.
  • Confirm remediation through package metadata, SBOM updates, or vendor patch records.
  • Check vulnerability scanner findings against actual runtime images and deployed appliances.
Prepared
Confidence
high
Sources
10

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-125: 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
cwe · low confidence lookup

CWE-787: 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-3517 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
8.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/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
14Source 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
8.6CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H3.94.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/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
n/alibxml2libxml2 2.9.11Listed
Weakness

CWE details

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

CWE-125 · source CWE mapping

Out-of-bounds Read

Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-787 · source CWE mapping

Out-of-bounds Write

Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.