CVE-2020-5275: Incorrect Authorization
(updated )
In symfony/security-http before versions 4.4.7 and 5.0.7, when a Firewall
checks access control rule, it iterate overs each rule’s 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.
References
- github.com/advisories/GHSA-g4m9-5hpf-hx72
- github.com/symfony/symfony/commit/c935e4a3fba6cc2ab463a6ca382858068d63cebf
- github.com/symfony/symfony/security/advisories/GHSA-g4m9-5hpf-hx72
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/C36JLPHUPKDFAX6D5WYFC4ALO2K7RDUQ/
- nvd.nist.gov/vuln/detail/CVE-2020-5275
Detect and mitigate CVE-2020-5275 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →