ImpactWhen an application passes user-controlled input to the upgrade option of client.request(), an attacker can inject CRLF sequences (rn) to:
// lib/dispatcher/client-h1.js:1121
if (upgrade) {
header += connection: upgradernupgrade: ${upgrade}rn
}
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.