CVE-2026-45304: Symfony: YAML Parser Exponential Memory Allocation via Recursive Collection-Alias Expansion ("Billion Laughs")

Published May 27, 2026
·
Updated

Description

Symfony\Component\Yaml\Parser resolves YAML aliases (anchor) during parsing. Aliases that reference collections (arrays, stdClass, TaggedValue-wrapped collections) can themselves point to other collections containing aliases, creating exponential expansion at resolution time. A small input can blow up into a multi-gigabyte structure and exhaust memory: the classic "Billion Laughs" denial-of-service against any parser exposed to untrusted YAML.

Resolution

The Parser now counts collection alias resolutions in a shared ParserState object, with a default limit of 128, following the SnakeYAML model. Scalar aliases remain unrestricted since they cannot drive exponential growth. The limit is configurable via a new $maxAliasesForCollections argument on Parser::construct(), Yaml::parse() and Yaml::parseFile(). A new Yaml::PARSEEXCEPTIONONALIAS flag also rejects all aliases outright when parsing fully untrusted input.

The patch for this issue is available here for branch 5.4.

Credits

Symfony would like to thank Pietro Tirenna (Shielder) for reporting the issue and Nicolas Grekas for fixing it.

Other sources

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 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.

MITRE

Affected Software

12 affected componentsFixes available
composer/symfony/yaml>=8.0.0<8.0.12
8.0.12
composer/symfony/yaml>=7.0.0<7.4.12
7.4.12
composer/symfony/yaml>=6.0.0<6.4.40
6.4.40
composer/symfony/symfony>=8.0.0<8.0.12
8.0.12
composer/symfony/symfony>=7.0.0<7.4.12
7.4.12
composer/symfony/symfony>=6.0.0<6.4.40
6.4.40
composer/symfony/symfony<5.4.52
5.4.52
composer/symfony/yaml<5.4.52
5.4.52
SensioLabs Symfony<5.4.52
SensioLabs Symfony>=6.0.0<6.4.40
SensioLabs Symfony>=7.0.0<7.4.12
SensioLabs Symfony>=8.0.0<8.0.12

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade composer/symfony/yaml to a version that resolves this vulnerability.

    Fixed in 8.0.12
  2. Upgrade

    Upgrade composer/symfony/yaml to a version that resolves this vulnerability.

    Fixed in 7.4.12
  3. Upgrade

    Upgrade composer/symfony/yaml to a version that resolves this vulnerability.

    Fixed in 6.4.40
  4. Upgrade

    Upgrade composer/symfony/symfony to a version that resolves this vulnerability.

    Fixed in 8.0.12
  5. Upgrade

    Upgrade composer/symfony/symfony to a version that resolves this vulnerability.

    Fixed in 7.4.12
  6. Upgrade

    Upgrade composer/symfony/symfony to a version that resolves this vulnerability.

    Fixed in 6.4.40
  7. Upgrade

    Upgrade composer/symfony/symfony to a version that resolves this vulnerability.

    Fixed in 5.4.52
  8. Upgrade

    Upgrade composer/symfony/yaml to a version that resolves this vulnerability.

    Fixed in 5.4.52
  9. Upgrade

    Upgrade Symfony\Component\Yaml to a version that resolves this vulnerability.

    Fixed in 5.4.52
  10. Upgrade

    Upgrade Symfony\Component\Yaml to a version that resolves this vulnerability.

    Fixed in 6.4.40
  11. Upgrade

    Upgrade Symfony\Component\Yaml to a version that resolves this vulnerability.

    Fixed in 7.4.12
  12. Upgrade

    Upgrade Symfony\Component\Yaml to a version that resolves this vulnerability.

    Fixed in 8.0.12
  13. Configuration

    If you cannot immediately upgrade, set the $maxAliasesForCollections argument to a safe limit (default limit is 128) when constructing Parser or calling Yaml::parse() / Yaml::parseFile() to cap recursive collection-alias expansion.

    Symfony\Component\Yaml\Parser $maxAliasesForCollections = 128 (default) / configure via Parser::__construct(), Yaml::parse(), Yaml::parseFile()
  14. Configuration

    For fully untrusted YAML input, enable Yaml::PARSE_EXCEPTION_ON_ALIAS so the parser rejects all aliases outright.

    Symfony\Component\Yaml\Yaml Yaml::PARSE_EXCEPTION_ON_ALIAS = reject all aliases outright when parsing fully untrusted input

Event History

May 27, 2026
Advisory Published
via GitHub·09:33 PM
Data Sourced
via GitHub·09:33 PM
DescriptionWeaknessAffected Software
Jul 14, 2026
CVE Published
via MITRE·06:48 PM
Data Sourced
via MITRE·06:48 PM
DescriptionWeakness
Data Sourced
via NVD·07:17 PM
RemedyDescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-45304?

CVE-2026-45304 has a risk level of 40.

2

What are the affected software components for CVE-2026-45304?

The affected software components include composer/symfony/yaml and composer/symfony/symfony.

3

How do I resolve the vulnerability CVE-2026-45304?

To resolve CVE-2026-45304, update the affected Symfony components to the latest secure versions.

4

What are the potential risks associated with CVE-2026-45304?

CVE-2026-45304 can lead to exponential expansion during YAML parsing, potentially causing denial of service.

5

When was CVE-2026-45304 published?

CVE-2026-45304 was published on May 27, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203