What kind of vulnerability is it? Who is impacted?
Access to pages is granted regardless of role permissions for webspaces which have a security system configured and permission check enabled. Webspaces without do not have this issue.
Has the problem been patched? What versions should users upgrade to?
The problem is patched with Version 2.4.17
and 2.5.13
.
Is there a way for users to fix or remediate the vulnerability without upgrading?
Remove following lines from vendor/symfony/security-http/HttpUtils.php
:
- // Shortcut if request has already been matched before
- if ($request->attributes->has('_route')) {
- return $path === $request->attributes->get('_route');
- }
Or do not install symfony/security-http
versions greater equal than v5.4.30
or v6.3.6
.
Are there any links users can visit to find out more?
Currently no references.
{ "nvd_published_at": "2024-03-06T20:15:47Z", "cwe_ids": [ "CWE-863" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-03-04T20:45:08Z" }