CVE-2026-47075

7.5 HIGH
Published: May 25, 2026 Modified: May 28, 2026
View on NVD

Description

Improper Neutralization of CRLF Sequences vulnerability in benoitc hackney allows HTTP Request Splitting. hackney does not percent-encode carriage return (\r) or line feed (\n) characters in the URL query component before constructing the HTTP/1.1 request target. Characters outside the grammar defined in RFC 3986 Section 3.4 must be percent-encoded, but hackney_url:make_url/3 passes the query binary directly without validation or escaping. An attacker who can control all or part of a URL passed to hackney can inject raw CRLF sequences into the query string, which are then sent as HTTP line breaks in the request target. This enables injection of arbitrary HTTP headers or splitting of the HTTP request. This issue affects hackney: from 0 before 4.0.1.

AI Explanation

Get an AI-powered plain-language explanation of this vulnerability and remediation steps.

Login to generate AI explanation

CVSS v3.x Details

0.0 Low Medium High Critical 10.0
Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

References to Advisories, Solutions, and Tools

Patch Vendor Advisory Exploit Third Party Advisory
https://cna.erlef.org/cves/CVE-2026-47075.html
Source: 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
Patch Third Party Advisory
https://github.com/benoitc/hackney/security/advisories/GHSA-j9wq-vxxc-94wf
Source: 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
Exploit Patch Vendor Advisory
https://osv.dev/vulnerability/EEF-CVE-2026-47075
Source: 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
Patch Third Party Advisory
https://github.com/benoitc/hackney/security/advisories/GHSA-j9wq-vxxc-94wf
Source: 134c704f-9b21-4f2e-91b3-4a467353bcc0
Exploit Patch Vendor Advisory

5 reference(s) from NVD

Quick Stats

CVSS v3 Score
7.5 / 10.0
EPSS (Exploit Probability)
0.4%
31th percentile
Exploitation Status
Not in CISA KEV

Weaknesses (CWE)

Affected Vendors

benoitc