Symfony — CWE-285

All FrameworksSymfonyCWE-285

2 CVEs categorized as CWE-285 — Improper Authorization in Symfony.

CVE-2022-24894MEDIUM2022
Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The Symfony HTTP cache system, acts as a reverse proxy: It caches entire responses (including headers) and returns them to the clients. In a recent change in the `AbstractSessionListener`, the response …
CVE-2020-5275HIGH2020
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 …