CVE-2021-41559: Quadratic blowup in Convert::xml2array()
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.70555%
CWE
Published
6/29/2022
Updated
8/17/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
silverstripe/framework | composer | >= 4.0.0, < 4.10.9 | 4.10.9 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability title and CVE description directly implicate Convert::xml2array()
as the vulnerable function handling XML parsing. The security advisory confirms this is where XML entity expansion was not properly restricted. As this is the primary XML processing function mentioned in all vulnerability descriptions, and the CWE-776 classification matches the XML entity expansion pattern, we can conclusively identify this as the vulnerable function despite lacking direct patch diffs.