The Request class improperly interprets some PATH_INFO in a way that leads to representing some URLs with a path that doesn't start with a /. This can allow bypassing some access control rules that are built with this /-prefix assumption.
The Request class now ensures that URL paths always start with a /.
The patch for this issue is available here for branch 5.4.
We would like to thank Andrew Atkinson for discovering the issue, Chris Smith for reporting it and Nicolas Grekas for providing the fix.
{
"cwe_ids": [
"CWE-647"
],
"nvd_published_at": null,
"github_reviewed_at": "2025-11-12T21:50:37Z",
"severity": "HIGH",
"github_reviewed": true
}