HTTP Response Splitting vulnerability in puma
Published: February 27, 2020
SECURITY IDENTIFIERS
- CVE: CVE-2020-5247 (NVD)
- GHSA: GHSA-84j7-475p-hp8v
- Vendor Advisory: https://github.com/puma/puma/security/advisories/GHSA-84j7-475p-hp8v
GEM
SEVERITY
CVSS v3.x: 6.5 (Medium)
PATCHED VERSIONS
~> 3.12.4
>= 4.3.3
DESCRIPTION
If an application using Puma allows untrusted input in a response header, an attacker can use newline characters (i.e. CR, LF) to end the header and inject malicious content, such as additional headers or an entirely new response body. This vulnerability is known as HTTP Response Splitting.
While not an attack in itself, response splitting is a vector for several other attacks, such as cross-site scripting (XSS).
