CVE-2015-2309
published 2024-05-30CVE-2015-2309: Symfony has unsafe methods in the Request class All 2.0.X, 2.1.X, 2.2.X, 2.3.X, 2.4.X, 2.5.X, and 2.6.X versions of the Symfony HttpFoundation component are…
medium
Symfony has unsafe methods in the Request class All 2.0.X, 2.1.X, 2.2.X, 2.3.X, 2.4.X, 2.5.X, and 2.6.X versions of the Symfony HttpFoundation component are affected by this security issue. This issue has been fixed in Symfony 2.3.27, 2.5.11, and 2.6.6. Note that no fixes are provided for Symfony 2.0, 2.1, 2.2, and 2.4 as they are not maintained anymore. ### Description The Symfony\Component\HttpFoundation\Request class provides a mechanism that ensures it does not trust HTTP header values coming from a "non-trusted" client. Unfortunately, it assumes that the remote address is always a trusted client if at least one trusted proxy is involved in the request; this allows a man-in-the-middle attack between the latest trusted proxy and the web server. The following methods are impacted: getPort(), isSecure(), and getHost(), and getClientIps(). ### Resolution All impacted methods now check that the remote address is trusted, which fixes the issue. The patch for this issue is available [here](https://github.com/symfony/symfony/pull/14166).
Affected
7 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | symfony | < symfony 2.3.21+dfsg-4 (bookworm) | symfony 2.3.21+dfsg-4 (bookworm) |
| symfony | http-foundation | >= 2.0.0 < 2.3.27 | 2.3.27 |
| symfony | http-foundation | >= 2.4.0 < 2.5.11 | 2.5.11 |
| symfony | http-foundation | >= 2.6.0 < 2.6.6 | 2.6.6 |
| symfony | symfony | >= 2.0.0 < 2.3.27 | 2.3.27 |
| symfony | symfony | >= 2.4.0 < 2.5.11 | 2.5.11 |
| symfony | symfony | >= 2.6.0 < 2.6.6 | 2.6.6 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Symfony has unsafe methods in the Request class
ghsa·2024-05-30
CVE-2015-2309 [MEDIUM] CWE-20 Symfony has unsafe methods in the Request class
Symfony has unsafe methods in the Request class
All 2.0.X, 2.1.X, 2.2.X, 2.3.X, 2.4.X, 2.5.X, and 2.6.X versions of the Symfony HttpFoundation component are affected by this security issue.
This issue has been fixed in Symfony 2.3.27, 2.5.11, and 2.6.6. Note that no fixes are provided for Symfony 2.0, 2.1, 2.2, and 2.4 as they are not maintained anymore.
### Description
The Symfony\Component\HttpFoundation\Request class provides a mechanism that ensures it does not trust HTTP header values coming from a "non-trusted" client. Unfortunately, it assumes that the remote address is always a trusted client if at least one trusted proxy is involved in the request; this allows a man-in-the-middle attack between the latest trusted proxy and the web server.
The following methods are impacted: ge
OSV
Symfony has unsafe methods in the Request class
osv·2024-05-30
CVE-2015-2309 [MEDIUM] Symfony has unsafe methods in the Request class
Symfony has unsafe methods in the Request class
All 2.0.X, 2.1.X, 2.2.X, 2.3.X, 2.4.X, 2.5.X, and 2.6.X versions of the Symfony HttpFoundation component are affected by this security issue.
This issue has been fixed in Symfony 2.3.27, 2.5.11, and 2.6.6. Note that no fixes are provided for Symfony 2.0, 2.1, 2.2, and 2.4 as they are not maintained anymore.
### Description
The Symfony\Component\HttpFoundation\Request class provides a mechanism that ensures it does not trust HTTP header values coming from a "non-trusted" client. Unfortunately, it assumes that the remote address is always a trusted client if at least one trusted proxy is involved in the request; this allows a man-in-the-middle attack between the latest trusted proxy and the web server.
The following methods are impacted: ge
Debian
CVE-2015-2309: symfony
vendor_debian·2015
CVE-2015-2309 CVE-2015-2309: symfony
bookworm: resolved (fixed in 2.3.21+dfsg-4)
bullseye: resolved (fixed in 2.3.21+dfsg-4)
forky: resolved (fixed in 2.3.21+dfsg-4)
sid: resolved (fixed in 2.3.21+dfsg-4)
trixie: resolved (fixed in 2.3.21+dfsg-4)
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2024-05-30
Published