In PHP versions 8.4.* before 8.4.21 and 8.5.* before 8.5.6, DOMNode::C14N() method may process the XML data incorrectly, causing a circular linked list in the data structure representing the XML document. This may cause subsequent processing of the XML document to enter infinite loop, causing denial of service in the processing application.
Security readout for executives and security teams
Plain-English summary
A flaw in PHP's DOM XML handling can make an application hang when DOMNode::C14N() processes certain XML data. The result is denial of service, not data theft or code execution. Business impact depends on whether internet-facing PHP services canonicalize XML from users or partners.
Executive priority
Prioritize patching internet-facing or partner-facing PHP XML services. This is availability-focused, but the unauthenticated network CVSS profile makes outage risk credible where vulnerable XML canonicalization is reachable.
Technical view
PHP 8.4.* before 8.4.21 and 8.5.* before 8.5.6 can incorrectly process XML in DOMNode::C14N(), creating a circular linked list in the document structure. Later processing can enter an infinite loop. The CVSS vector is network-accessible, low complexity, unauthenticated, no user interaction, availability-only impact.
Likely exposure
Exposure is most likely in PHP applications using the DOM extension to canonicalize XML, especially services accepting untrusted XML. The provided sources identify PHP 8.4.* and 8.5.* below the fixed releases; they do not identify other products or frameworks as affected.
Exploitation context
The bundle marks KEV as false, and no provided source states active exploitation. The CVSS vector indicates remote unauthenticated triggering may be possible where an application exposes XML processing paths using DOMNode::C14N(). Do not assume exploit activity without new vendor, KEV, or incident evidence.
Researcher notes
The key unknown is application reachability: PHP is vulnerable only when affected versions process XML through DOMNode::C14N() and later handling loops. Sources do not provide exploit details, affected downstream products beyond PHP, or evidence of active exploitation.
Mitigation direction
Upgrade PHP 8.4 deployments to 8.4.21 or later.
Upgrade PHP 8.5 deployments to 8.5.6 or later.
Apply vendor-supported backported fixes for distribution-managed PHP packages.
Review vendor guidance before relying on configuration-only mitigations.
Reduce untrusted XML processing where canonicalization is not required.
Validation and detection
Inventory PHP runtime versions across production, staging, and container images.
Identify code paths calling DOMNode::C14N() or XML canonicalization wrappers.
Confirm whether those paths process external or unauthenticated XML input.
Verify patched package versions after updates or vendor errata application.
Monitor affected services for abnormal CPU saturation or request hangs.
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-404: 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.
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.
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.
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.