CVE-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 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).
如何修補 CVE-2015-2309
要修補 CVE-2015-2309,請將受影響套件升級到下列已修補版本。
- —升級至 2.3.21+dfsg-4 或更新版本
- —升級至 2.3.27 或更新版本
- —升級至 2.3.27 或更新版本
CVE-2015-2309 正在被利用嗎?
目前沒有被利用訊號。CVE-2015-2309 既不在 CISA KEV 也沒有最新的 EPSS 分數。
受影響套件(3)
- from 0, < 2.3.21+dfsg-4
- >= 2.0.0, < 2.3.27
- >= 2.0.0, < 2.3.27
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | MEDIUM5.3 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N |