Nodejs

Undici

15 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • EPSS 0.23%
  • Published 15.08.2022 11:21:38
  • Last modified 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...

Exploit
  • EPSS 0.42%
  • Published 12.08.2022 23:15:07
  • Last modified 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...

Exploit
  • EPSS 0.11%
  • Published 21.07.2022 04:15:12
  • Last modified 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...

Exploit
  • EPSS 0.96%
  • Published 19.07.2022 21:15:15
  • Last modified 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...

Exploit
  • EPSS 0.11%
  • Published 14.07.2022 15:15:08
  • Last modified 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...