logo

CVE-2022-24894 symfony/http-kernel

Package

Manager: composer
Name: symfony/http-kernel
Vulnerable Version: >=2.0.0 <4.4.50 || >=5.0.0 <5.4.20 || >=6.0.0 <6.0.20 || >=6.1.0 <6.1.12 || >=6.2.0 <6.2.6

Severity

Level: Medium

CVSS v3.1: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:L

CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

EPSS: 0.001 pctl0.28337

Details

Symfony storing cookie headers in HttpCache Description ----------- The Symfony HTTP cache system acts as a reverse proxy: it caches HTTP responses (including headers) and returns them to clients. In a recent `AbstractSessionListener` change, the response might now contain a `Set-Cookie` header. If the Symfony HTTP cache system is enabled, this header might be stored and returned to some other clients. An attacker can use this vulnerability to retrieve the victim's session. Resolution ---------- The `HttpStore` constructor now takes a parameter containing a list of private headers that are removed from the HTTP response headers. The default value for this parameter is `Set-Cookie`, but it can be overridden or extended by the application. The patch for this issue is available [here](https://github.com/symfony/symfony/commit/d2f6322af9444ac5cd1ef3ac6f280dbef7f9d1fb) for branch 4.4. Credits ------- We would like to thank Soner Sayakci for reporting the issue and Nicolas Grekas for fixing it.

Metadata

Created: 2023-02-01T18:48:09Z
Modified: 2025-02-13T18:36:40Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/02/GHSA-h7vf-5wrv-9fhv/GHSA-h7vf-5wrv-9fhv.json
CWE IDs: ["CWE-285"]
Alternative ID: GHSA-h7vf-5wrv-9fhv
Finding: F039
Auto approve: 1