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 sources to eliminate rn is a workaround for this issue.
The product uses CRLF (carriage return line feeds) as a special element, e.g. to separate lines or records, but it does not neutralize or incorrectly neutralizes CRLF sequences from inputs.
| Name | Vendor | Start Version | End Version |
|---|---|---|---|
| Undici | Nodejs | * | 5.8.0 (excluding) |
| Node-undici | Ubuntu | kinetic | * |
| Node-undici | Ubuntu | lunar | * |
| Node-undici | Ubuntu | mantic | * |
| Node-undici | Ubuntu | oracular | * |
| Node-undici | Ubuntu | plucky | * |