CVE-2026-45304
Sensiolabs Symfony ≤ 5.4.52
Raw vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:XSummary
CVE-2026-45304 is a high-severity XML Entity Expansion (CWE-776) vulnerability in Sensiolabs Symfony. Its CVSS base score is 8.7 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked in the top 47% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to CM-6 (Configuration Settings) and SI-10 (Information Input Validation) — see the control section below for these in your framework.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-44358
Vulnerability Data
Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 5.4.52, 6.4.40, 7.4.12, and 8.0.12, Symfony\Component\Yaml\Parser resolved YAML collection aliases recursively, allowing a small untrusted YAML input to expand into a…
more
multi-gigabyte structure and exhaust memory. This issue is fixed in versions 5.4.52, 6.4.40, 7.4.12, and 8.0.12.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Secure configuration settings can disable DTD processing or cap entity expansion in XML parsers.
Input validation can enforce limits on XML entity expansion and recursion depth before parsing occurs.
Least-functionality configuration can prohibit unsafe DTD features or external entity resolution.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Secure SDLC practices directly prevent introduction of improper recursive entity handling in XML code.
Hardened configuration baselines can disable or limit DTD entity expansion in XML parsers.
Identifying and recording vulnerabilities can discover XML entity expansion flaws before exploitation.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing can detect and block XML entity-expansion vulnerabilities before deployment.
Secure SDLC mandates input validation and parser hardening that can prevent unbounded entity expansion.
Application security requirements can explicitly call for limits on XML entity recursion and DTD processing.
Secure architecture principles discourage unsafe parser configurations that enable entity expansion attacks.
Secure coding standards directly require disabling or restricting recursive entity references in XML parsers.