PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-6653 GNOME CVE debrief

CVE-2026-6653 is a Use After Free vulnerability in libxml2's xmlParseInternalSubset from GNOME libxml2 version 2.9.11 to 2.11.0. A remote attacker can cause a denial-of-service via maliciously crafted XML input with improper entity resolution handling. This CVE was published on 2026-06-22 and has a CVSS score of 7, indicating a High severity. Defenders should assess their exposure and prioritize patching.

Vendor
GNOME
Product
libxml2
CVSS
HIGH 7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-22
Original CVE updated
2026-07-14
Advisory published
2026-06-22
Advisory updated
2026-07-14

Who should care

Defenders managing systems with libxml2 versions 2.9.11 to 2.11.0 should prioritize patching to prevent potential denial-of-service attacks. This vulnerability is particularly concerning for environments with high exposure to XML input from untrusted sources.

Technical summary

The vulnerability exists in the xmlParseInternalSubset function of libxml2, which is used for parsing internal subsets of XML documents. The issue arises from a Use After Free error, where memory is accessed after it has been freed. This can be exploited by a remote attacker through maliciously crafted XML input, leading to a denial-of-service condition. The CVSS score of 7 reflects the High severity of this vulnerability.

Defensive priority

High priority due to potential for remote denial-of-service attacks

Recommended defensive actions

  • Inventory libxml2 versions 2.9.11 to 2.11.0 in your environment
  • Review official advisories from GNOME for patching guidance
  • Apply patches or updates for libxml2 as soon as available
  • Implement compensating controls to limit exposure to untrusted XML input
  • Monitor systems for unusual activity related to XML parsing

Evidence notes

The primary evidence for this CVE comes from the NVD and CVE.org records. The vulnerability affects libxml2 versions from 2.9.11 to 2.11.0. Defenders should verify the version of libxml2 in use and review official advisories for patching guidance. The CVSS score and vector provide additional context for assessing the risk.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-6653 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-6653

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-6653 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-6653

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.