CVE Catalog

CVE-2026-45305

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.66%

48th percentile - higher than 48% of all known CVEs

Summary

A vulnerability in the Yaml component of the Symfony framework allows a ReDoS (Regular Expression Denial of Service) attack via crafted YAML input. The `cleanup()` method in the `Parser` class uses regular expressions with overlapping quantifiers, which can cause parsing to hang for an arbitrarily long time.

Risk Assessment

An attacker can send specially crafted YAML data to the application, causing a long hang in the parsing process. This can lead to server resource exhaustion and denial of service (DoS) for other users.

Recommendation

Immediately update Symfony to version 5.4.52, 6.4.40, 7.4.12, or 8.0.12 depending on the branch used. If an update is not possible, restrict access to YAML processing functions to trusted sources only.

Other vulnerabilities in Symfony

See all
Original NVD description (English source)

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::cleanup() used regular expressions with overlapping quantifiers for YAML directive, comment, and document marker cleanup, allowing crafted input to make parsing hang for an arbitrarily long time. This issue is fixed in versions 5.4.52, 6.4.40, 7.4.12, and 8.0.12.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS