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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCWE-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H3.94.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.6HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
Source materials
- CVE List V5 sourceCVE List V5
- FEDORA-2021-e3ed1ba38bCVE reference · vendor-advisory, x_refsource_FEDORA
- [debian-lts-announce] 20210510 [SECURITY] [DLA 2653-1] libxml2 security updateCVE reference · mailing-list, x_refsource_MLIST
- https://bugzilla.redhat.com/show_bug.cgi?id=1954232CVE reference · x_refsource_MISC
- FEDORA-2021-b950000d2bCVE reference · vendor-advisory, x_refsource_FEDORA
- [bookkeeper-issues] 20210628 [GitHub] [bookkeeper] padma81 opened a new issue #2746: Security Vulnerabilities in CentOS 7 image, Upgrade image to CentOS 8CVE reference · mailing-list, x_refsource_MLIST
- [bookkeeper-issues] 20210629 [GitHub] [bookkeeper] padma81 opened a new issue #2746: Security Vulnerabilities in CentOS 7 image, Upgrade image to CentOS 8CVE reference · mailing-list, x_refsource_MLIST
- GLSA-202107-05CVE reference · vendor-advisory, x_refsource_GENTOO
- https://security.netapp.com/advisory/ntap-20210625-0002/CVE reference · x_refsource_CONFIRM
- https://www.oracle.com/security-alerts/cpuoct2021.htmlCVE reference · x_refsource_MISC
- https://www.oracle.com/security-alerts/cpujan2022.htmlCVE reference · x_refsource_MISC
- https://security.netapp.com/advisory/ntap-20211022-0004/CVE reference · x_refsource_CONFIRM
- https://www.oracle.com/security-alerts/cpuapr2022.htmlCVE reference · x_refsource_MISC
- https://www.oracle.com/security-alerts/cpujul2022.htmlCVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
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.
