In symfony/security-http before versions 4.4.7 and 5.0.7, when a Firewall
checks access control rule, it iterate overs each rules attributes and stops as soon as the accessDecisionManager decides to grant access on the attribute, preventing the check of next attributes that should have been take into account in an unanimous strategy. The accessDecisionManager is now called with all attributes at once, allowing the unanimous strategy being applied on each attribute. This issue is patched in versions 4.4.7 and 5.0.7.
The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Symfony | Sensiolabs | 4.4.0 (including) | 4.4.7 (excluding) |
Symfony | Sensiolabs | 5.0.0 (including) | 5.0.7 (excluding) |
Symfony | Ubuntu | eoan | * |
Symfony | Ubuntu | trusty | * |
Symfony | Ubuntu | upstream | * |
Symfony | Ubuntu | xenial | * |
Assuming a user with a given identity, authorization is the process of determining whether that user can access a given resource, based on the user’s privileges and any permissions or other access-control specifications that apply to the resource. When access control checks are incorrectly applied, users are able to access data or perform actions that they should not be allowed to perform. This can lead to a wide range of problems, including information exposures, denial of service, and arbitrary code execution.