CVE-2026-48861
Last modified
CVE-2026-48861 is a low-severity vulnerability rated 2.1/10 on the CVSS scale. Improper Neutralization of CRLF Sequences ('CRLF Injection') vulnerability in elixir-mint Mint allows HTTP Request Splitting and HTTP Request Smuggling. In lib/mint/http1/request.ex, the encode_request_line/2 function splices the caller-supplied method and target arguments directly into the HTTP/1 request line without any character validation: [method, ?\s, target, " HTTP/1.1\r\n"]. An application that forwards attacker-controlled input as the HTTP method or target to Mint.HTTP.request/5 is therefore exposed to request-line CRLF injection: the attacker can terminate the request line early, inject arbitrary headers, and smuggle an entirely separate pipelined HTTP request onto the same TCP connection. Mint 1.7.0 introduced validate_request_target/2, which rejects CRLF and other control characters in the target by default and closes the path/query vector unless the caller opts out via skip_target_validation: true. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
Improper Neutralization of CRLF Sequences ('CRLF Injection') vulnerability in elixir-mint Mint allows HTTP Request Splitting and HTTP Request Smuggling. In lib/mint/http1/request.ex, the encode_request_line/2 function splices the caller-supplied method and target arguments directly into the HTTP/1 request line without any character validation: [method, ?\s, target, " HTTP/1.1\r\n"]. An application that forwards attacker-controlled input as the HTTP method or target to Mint.HTTP.request/5 is therefore exposed to request-line CRLF injection: the attacker can terminate the request line early, inject arbitrary headers, and smuggle an entirely separate pipelined HTTP request onto the same TCP connection. Mint 1.7.0 introduced validate_request_target/2, which rejects CRLF and other control characters in the target by default and closes the path/query vector unless the caller opts out via skip_target_validation: true. The method field remains unvalidated, so the method-based injection is exploitable under the default Mint configuration on all versions. This issue affects mint: from 0.1.0 before 1.9.0.
Metrics
CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-48861?
How severe is CVE-2026-48861?
How do I fix CVE-2026-48861?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48854Allocation of Resources Without Limits or Throttling vulnera…8.7
- CVE-2026-48855Exposure of Sensitive Information to an Unauthorized Actor v…6.5
- CVE-2026-48856Sensitive Data Exposure vulnerability in Erlang OTP inets (h…6.5
- CVE-2026-48858Server-Side Request Forgery (SSRF) vulnerability in Erlang/O…6.5
- CVE-2026-48859Observable Timing Discrepancy vulnerability in Erlang/OTP ss…5.3
- CVE-2026-48860Reliance on IP Address for Authentication vulnerability in E…6.5
- CVE-2026-48862Allocation of Resources Without Limits or Throttling vulnera…8.2
- CVE-2026-48863A flaw was found in libsolv. A stack-based buffer overflow v…7.5
- CVE-2026-48864A flaw was found in libsolv. This heap buffer overflow occur…7.8
- CVE-2026-48865Improper Neutralization of Input During Web Page Generation …7.1
- CVE-2026-48866Improper Limitation of a Pathname to a Restricted Directory …9.6
- CVE-2026-48867Unauthenticated Cross Site Scripting (XSS) in Quiz And Surve…7.1
Are you affected by CVE-2026-48861?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
