๐Ÿ” CVE Alert

CVE-2026-81892

HIGH 8.1

EasyAdmin custom-action dispatcher bypasses access_control on other routes

CVSS Score
8.1
EPSS Score
0.0%
EPSS Percentile
0th

EasyAdmin is a fast and modern admin generator for Symfony applications. From 4.0.0 until 4.29.16 and 5.5.1, EasyAdmin serves all backend requests through a single dashboard route and, for custom actions (Action::linkToRoute() and MenuItem::linkToRoute()), swaps the executed controller based on the routeName query parameter on the kernel.controller event. The swap happens after Symfony's security firewall has already evaluated access_control against the original dashboard URL, and the routeName value was not validated. As a result, a path-based access_control rule protecting the target route was never evaluated, so a low-privilege backend user who can reach a single EasyAdmin URL and knows a target route's name can execute that route's controller, bypassing the path-based rule. Only path-based protections are bypassed. Routes whose controller enforces its own authorization with #[IsGranted] or denyAccessUnlessGranted() remain protected because those checks are recomputed against the swapped-in controller. This issue is fixed in versions 4.29.16 and 5.5.1.

CWE CWE-639 CWE-862 CWE-863
Vendor easycorp
Product easyadminbundle
Published Aug 31, 2026
Stay Ahead of the Next One

Get instant alerts for easycorp easyadminbundle

Be the first to know when new high vulnerabilities affecting easycorp easyadminbundle are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Affected Versions

EasyCorp / EasyAdminBundle
>= 4.0.0, < 4.29.16 >= 5.0.0, < 5.5.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/EasyCorp/EasyAdminBundle/security/advisories/GHSA-g2fm-8hr4-j82h github.com: https://github.com/EasyCorp/EasyAdminBundle/commit/03be45c6b7213c4c984a1d0542b7ec60359329f8 github.com: https://github.com/EasyCorp/EasyAdminBundle/commit/6228dfef598d81eeb0baa35625e50812f3c77699 github.com: https://github.com/EasyCorp/EasyAdminBundle/releases/tag/v4.29.16 github.com: https://github.com/EasyCorp/EasyAdminBundle/releases/tag/v5.5.1