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 might contain a Set-Cookie
header. If the Symfony HTTP cache system is enabled, this response might bill stored and return to the next clients. An attacker can use this vulnerability to retrieve the victims session. This issue has been patched and is available for branch 4.4.
The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Symfony | Sensiolabs | 2.0.0 (including) | 4.4.50 (excluding) |
Symfony | Sensiolabs | 5.0.0 (including) | 5.4.2 (excluding) |
Symfony | Sensiolabs | 6.0.0 (including) | 6.0.20 (excluding) |
Symfony | Sensiolabs | 6.1.0 (including) | 6.1.12 (excluding) |
Symfony | Sensiolabs | 6.2.0 (including) | 6.2.6 (excluding) |
Symfony | Ubuntu | bionic | * |
Symfony | Ubuntu | kinetic | * |
Symfony | Ubuntu | lunar | * |
Symfony | Ubuntu | mantic | * |
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 not applied consistently - or not at all - 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.