CVE-2014-6061
Symfony has a security issue when parsing the Authorization header
描述
All 2.0.X, 2.1.X, 2.2.X, 2.3.X, 2.4.X, and 2.5.X versions of the Symfony HttpFoundation component are affected by this security issue. This issue has been fixed in Symfony 2.3.19, 2.4.9, and 2.5.4. Note that no fixes are provided for Symfony 2.0, 2.1, and 2.2 as they are not maintained anymore. ### Description When an application uses an HTTP basic or digest authentication, Symfony does not parse the `Authorization` header properly, which could be exploited in some server setups (no exploits have been demonstrated though.) ### Resolution The parsing of the `Authorization` header has been fixed to comply to the HTTP specification. The patch for this issue is available here: https://github.com/symfony/symfony/pull/11829
如何修補 CVE-2014-6061
要修補 CVE-2014-6061,請將受影響套件升級到下列已修補版本。
- —升級至 2.3.19 或更新版本
- —升級至 2.3.19 或更新版本
CVE-2014-6061 正在被利用嗎?
目前沒有被利用訊號。CVE-2014-6061 既不在 CISA KEV 也沒有最新的 EPSS 分數。
受影響套件(2)
- >= 2.0.0, < 2.3.19
- >= 2.0.0, < 2.3.19
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 |
參考連結(5)
- WEBgithub.com/FriendsOfPHP/security-advisories/blob/master/symfony/http-foundation/CVE-2014-6061.yaml
- WEBgithub.com/FriendsOfPHP/security-advisories/blob/master/symfony/symfony/CVE-2014-6061.yaml
- WEBgithub.com/symfony/symfony/commit/3b4046e89467dc1fb5e079e377c2cfd4c239f904
- WEBgithub.com/symfony/symfony/pull/11829