CVE-2026-45065
Analyzed
Analyzed - Analysis Complete
Protocol-Relative URL Generation in Symfony Framework
Vulnerability report for CVE-2026-45065, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-14
Last updated on: 2026-07-15
Assigner: GitHub, Inc.
Description
Description
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, UrlGenerator validates route parameters against a pattern built as ^ plus the raw requirement plus $; with ungrouped alternations, middle alternatives match as unanchored substrings, allowing a value such as //evil.com to satisfy a common locale requirement and generate a protocol-relative off-site URL. This issue is fixed in versions 5.4.52, 6.4.40, 7.4.12, and 8.0.12.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| sensiolabs | symfony | From 7.0.0 (inc) to 7.4.12 (exc) |
| sensiolabs | symfony | From 8.0.0 (inc) to 8.0.12 (exc) |
| sensiolabs | symfony | to 5.4.52 (exc) |
| sensiolabs | symfony | From 6.0.0 (inc) to 6.4.40 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-601 | The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect. |
| CWE-185 | The product specifies a regular expression in a way that causes data to be improperly matched or compared. |