CVE Vulnerabilities

CVE-2023-26142

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

Published: Sep 12, 2023 | Modified: Nov 07, 2023
CVSS 3.x
6.1
MEDIUM
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

All versions of the package crow are vulnerable to HTTP Response Splitting when untrusted user input is used to build header values. Header values are not properly sanitized against CRLF Injection in the set_header and add_header functions. An attacker can add the rn (carriage return line feeds) characters to end the HTTP response headers and inject malicious content.

Weakness

The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Affected Software

Name Vendor Start Version End Version
Crow Crowcpp 1.0+5 (including) 1.0+5 (including)

Potential Mitigations

References