CVE-2022-35948
- EPSS 0.19%
- Veröffentlicht 15.08.2022 11:21:38
- Zuletzt bearbeitet 21.11.2024 07:12:01
undici is an HTTP/1.1 client, written from scratch for Node.js.`=< undici@5.8.0` users are vulnerable to _CRLF Injection_ on headers when using unsanitized input as request headers, more specifically, inside the `content-type` header. Example: ``` im...
CVE-2022-35949
- EPSS 0.42%
- Veröffentlicht 12.08.2022 23:15:07
- Zuletzt bearbeitet 21.11.2024 07:12:01
undici is an HTTP/1.1 client, written from scratch for Node.js.`undici` is vulnerable to SSRF (Server-side Request Forgery) when an application takes in **user input** into the `path/pathname` option of `undici.request`. If a user specifies a URL suc...
CVE-2022-31151
- EPSS 0.11%
- Veröffentlicht 21.07.2022 04:15:12
- Zuletzt bearbeitet 21.11.2024 07:04:00
Authorization headers are cleared on cross-origin redirect. However, cookie headers which are sensitive headers and are official headers found in the spec, remain uncleared. There are active users using cookie headers in undici. This may lead to acci...
CVE-2022-31150
- EPSS 0.62%
- Veröffentlicht 19.07.2022 21:15:15
- Zuletzt bearbeitet 21.11.2024 07:04:00
undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted source...
CVE-2022-32210
- EPSS 0.11%
- Veröffentlicht 14.07.2022 15:15:08
- Zuletzt bearbeitet 21.11.2024 07:05:55
`Undici.ProxyAgent` never verifies the remote server's certificate, and always exposes all request & response data to the proxy. This unexpectedly means that proxies can MitM all HTTPS traffic, and if the proxy's URL is HTTP then it also means that n...