Skip to content

Firewall configured with unanimous strategy was not actually unanimous in Symfony

High severity GitHub Reviewed Published Mar 30, 2020 in symfony/symfony • Updated Feb 5, 2024

Package

composer symfony/security (Composer)

Affected versions

>= 4.4.0, < 4.4.7
>= 5.0.0, < 5.0.7

Patched versions

4.4.7
5.0.7
composer symfony/security-http (Composer)
>= 4.4.0, < 4.4.7
>= 5.0.0, < 5.0.7
4.4.7
5.0.7
composer symfony/symfony (Composer)
>= 4.4.0, < 4.4.7
>= 5.0.0, < 5.0.7
4.4.7
5.0.7

Description

Description

On Symfony before 4.4.0, when a Firewall checks an access control rule (using the unanimous strategy), it iterates over all rule attributes and grant access only if all calls to the accessDecisionManager decide to grant access.

As of Symfony 4.4.0, a bug was introduced that prevents the check of attributes as soon as accessDecisionManager decide to grant access on one attribute.

Resolution

The accessDecisionManager is now called with all attributes at once, allowing the unanimous strategy being applied on each attribute.

The patch for this issue is available here for the 4.4 branch.

Credits

I would like to thank Antonio J. García Lagar for reporting & Robin Chalas for fixing the issue.

References

@nicolas-grekas nicolas-grekas published to symfony/symfony Mar 30, 2020
Reviewed Mar 30, 2020
Published to the GitHub Advisory Database Mar 30, 2020
Last updated Feb 5, 2024

Severity

High
7.6
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
Low
User interaction
Required
Scope
Changed
Confidentiality
High
Integrity
Low
Availability
None
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N

Weaknesses

CVE ID

CVE-2020-5275

GHSA ID

GHSA-g4m9-5hpf-hx72

Source code

No known source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.