CVE-2022-31150
MEDIUM5.3EPSS 0.51%undici before v5.8.0 vulnerable to CRLF injection in request headers
描述
### Impact It is possible to inject CRLF sequences into request headers in Undici. ```js const undici = require('undici') const response = undici.request("http://127.0.0.1:1000", { headers: {'a': "\r\nb"} }) ``` The same applies to `path` and `method` ### Patches Update to v5.8.0 ### Workarounds Sanitize all HTTP headers from untrusted sources to eliminate `\r\n`. ### References https://hackerone.com/reports/409943 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12116 ### For more information If you have any questions or comments about this advisory: * Open an issue in [undici repository](https://github.com/nodejs/undici/issues) * To make a report, follow the [SECURITY](https://github.com/nodejs/node/blob/HEAD/SECURITY.md) document
受影響套件(2)
- Debian/node-undicifrom 0, < 5.8.0+dfsg1+~cs18.9.16-1
- npm/undicifrom 0, < 5.8.0
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 |
參考連結(8)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2022-31150
- ADVISORYhttps://security-tracker.debian.org/tracker/CVE-2022-31150
- PATCHhttps://github.com/nodejs/undici
- WEBhttps://github.com/nodejs/undici/commit/a29a151d0140d095742d21a004023d024fe93259
- WEBhttps://github.com/nodejs/undici/releases/tag/v5.8.0
- WEBhttps://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc
- WEBhttps://hackerone.com/reports/409943
- WEBhttps://security.netapp.com/advisory/ntap-20220915-0002