CVE-2026-49756
Description
Improper Neutralization of CRLF Sequences ('CRLF Injection') vulnerability in wojtekmach Req allows multipart parameter smuggling via attacker-influenced part metadata.
Req.Utils.encode_form_part/2 in lib/req/utils.ex builds the per-part headers by interpolating the caller-supplied name, filename, and content_type values directly into the content-disposition and content-type lines with no escaping or CRLF stripping. A value containing ", \r, or \n closes the surrounding quoted value and starts a new header line; an additional \r\n-- terminates the current part and prepends a smuggled part of the attacker's choosing.
This is reachable through every supported way of supplying a part. It is particularly easy when value is a %File.Stream{}, because filename then defaults to Path.basename(stream.path) and POSIX filenames may legitimately contain \r and \n. Any application that forwards user-controlled filenames (or field names / MIME types) through Req.post/2 with form_multipart: lets an attacker inject arbitrary headers into the outgoing multipart body or smuggle additional fields and parts into the request the victim service sends downstream.
This issue affects req: from 0.5.3 before 0.6.0.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
reqHex | >= 0.5.3, < 0.6.0 | 0.6.0 |
Affected products
3cpe:2.3:a:wojtekmach:req:*:*:*:*:*:*:*:*+ 2 more
- cpe:2.3:a:wojtekmach:req:*:*:*:*:*:*:*:*range: >=0.5.3,<0.6.0
- (no CPE)range: >=0.5.3 <0.6.0
- (no CPE)
Patches
Vulnerability mechanics
References
7- github.com/wojtekmach/req/commit/74506ff2c5addf74df85d79dc726e9b2e264a8banvdPatchWEB
- cna.erlef.org/cves/CVE-2026-49756.htmlnvdThird Party AdvisoryMitigationWEB
- github.com/advisories/GHSA-px9f-whj3-246mghsaADVISORY
- github.com/wojtekmach/req/security/advisories/GHSA-px9f-whj3-246mnvdVendor AdvisoryWEB
- nvd.nist.gov/vuln/detail/CVE-2026-49756ghsaADVISORY
- osv.dev/vulnerability/EEF-CVE-2026-49756nvdThird Party AdvisoryWEB
- github.com/wojtekmach/req/releases/tag/v0.6.0ghsaWEB
News mentions
0No linked articles in our index yet.