CVE detail
CVE-2026-12143
form-data is a library for creating readable multipart/form-data streams. In versions through 4.0.5, the `field` argument to `FormData#append` and the `filename` option are concatenated verbatim into the `Content-Disposition` header without escaping carriage return (CR), line feed (LF), or double-quote (") characters. An application that passes attacker-controlled data as a field name or filename (for example, an API gateway that turns JSON object keys into multipart field names) allows the attacker to terminate the header line and inject additional headers, or to smuggle entire additional multipart parts, into the request the application forwards to a backend. This can let the attacker add or override form fields (e.g. set `is_admin=true`) seen by the downstream parser. This is an instance of CWE-93 (CRLF injection). The fix escapes CR, LF, and `"` as `%0D`, `%0A`, and `%22` in field names and filenames, matching the serialization browsers use per the WHATWG HTML multipart/form-data encoding algorithm. Exploitation requires the consuming application to use untrusted input as a field name or filename; applications that use only fixed/trusted field names are not affected. Fixed in 2.5.6, 3.0.5, and 4.0.6.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 30.0 · diversity 20.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
31 source links · newest first
- https://access.redhat.com/errata/RHSA-2026:44263access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:44267access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:43052access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:42796access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:42146access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:41951access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:41929access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:41928access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:41066access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:41031access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:40262access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:37577access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-12143.jsonsecurity.access.redhat.com
No excerpt available.
Vendor Advisorysecurity.access.redhat.comJun 12, 2026, 7:16 PM - https://bugzilla.redhat.com/show_bug.cgi?id=2488480bugzilla.redhat.com
No excerpt available.
Exploitbugzilla.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/security/cve/CVE-2026-12143access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:36754access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:36625access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:36319access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:34342access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:33183access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:33173access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:33163access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:33160access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://access.redhat.com/errata/RHSA-2026:33155access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 7:16 PM - https://www.npmjs.com/package/form-datawww.npmjs.com
No excerpt available.
Release Noteswww.npmjs.comJun 12, 2026, 7:16 PM - https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-datahtml.spec.whatwg.org
No excerpt available.
referencehtml.spec.whatwg.orgJun 12, 2026, 7:16 PM No excerpt available.
Exploitgithub.comJun 12, 2026, 7:16 PMNo excerpt available.
Exploitgithub.comJun 12, 2026, 7:16 PMNo excerpt available.
Exploitgithub.comJun 12, 2026, 7:16 PMNo excerpt available.
Exploitgithub.comJun 12, 2026, 7:16 PM- https://cwe.mitre.org/data/definitions/93.htmlcwe.mitre.org
No excerpt available.
Technical Descriptioncwe.mitre.orgJun 12, 2026, 7:16 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-15157CVSS 4.2 · Medium
undici does not validate the type property of a duck-typed blob-like request body before using it as the Content-Type header on the HTTP/1.1 dispatcher. In undici before 6.28.0, f…
- CVE-2026-12357CVSS 7.2 · High
Heimdall Data Database Proxy generateFileContent CRLF Injection Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affect…
- CVE-2026-59920CVSS 6.5 · Medium
Netty is an asynchronous, event-driven network application framework. In versions prior to 4.1.136.Final and 4.2.16.Final, Netty's STOMP encoder ( StompSubframeEncoder ) does not…
- CVE-2026-59919CVSS 5.5 · Medium
Netty is an asynchronous, event-driven network application framework. In versions prior to 4.1.136.Final and 4.2.16.Final, Netty's HAProxy encoder ( HAProxyMessageEncoder ) writes…
- CVE-2026-59921CVSS 5.7 · Medium
Netty is an asynchronous, event-driven network application framework. Prior to versions 4.1.136.Final and 4.2.16.Final, HttpPostRequestEncoder constructs multipart HTTP request bo…
- CVE-2026-57511CVSS 6.3 · Medium
SuperPlane before 0.30.0 contains an SMTP header injection vulnerability that allows unauthenticated attackers to inject arbitrary SMTP headers by including CRLF sequences in the…