PatchSiren cyber security CVE debrief
CVE-2026-12143 form-data CVE debrief
CVE-2026-12143 is a high-severity vulnerability in the form-data library, which could allow attackers to inject additional headers or smuggle multipart parts into requests. This vulnerability, classified as CWE-93 (CRLF injection), affects applications that use untrusted input as field names or filenames. The vulnerability was published on 2026-06-12T19:16:26.560Z and last modified on 2026-09-09T13:18:33.133Z.
- Vendor
- form-data
- Product
- Unknown
- CVSS
- HIGH 8.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-12
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-06-12
- Advisory updated
- 2026-09-11
Who should care
Defenders, developers, and security teams responsible for applications using the form-data library, especially those handling untrusted input, should assess exposure and prioritize mitigation.
Why it matters
CVE-2026-12143 is a high-severity vulnerability in the form-data library that could allow attackers to inject headers or smuggle multipart parts, affecting applications using untrusted input as field names or filenames. Defenders should prioritize verifying and updating affected versions, reviewing input validation practices, and monitoring for exploitation attempts.
- Potential injection of additional headers
- Smuggling of multipart parts into requests
- Modification of form fields seen by downstream parsers
- Verification of input validation and sanitization practices
Technical summary
The form-data library vulnerability (CVE-2026-12143) allows attackers to inject additional headers or smuggle multipart parts into requests by exploiting the lack of escaping in field names and filenames. This CWE-93 (CRLF injection) vulnerability affects applications using untrusted input as field names or filenames. To mitigate this vulnerability, defenders should prioritize verifying and updating affected form-data library versions, especially in applications that handle untrusted input as field names or filenames. Additionally, implementing proper input validation and sanitization, as well as monitoring for potential exploitation attempts, is crucial. A thorough review of the application's input handling, a
Defensive priority
Defenders should prioritize verifying and updating affected form-data library versions, especially in applications that handle untrusted input as field names or filenames.
Recommended defensive actions
- Verify and update affected form-data library versions
- Review applications that use untrusted input as field names or filenames
- Implement proper input validation and sanitization
- Monitor for potential exploitation attempts
- Conduct a thorough review of the application's input handling
- Perform a code audit to identify potential vulnerabilities
- Develop and deploy a patch to fix the vulnerability
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and affected versions. The form-data library's GitHub repository and advisory pages offer additional information on the fix and mitigation strategies.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-12143 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-12143
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-12143 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-12143
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://cwe.mitre.org/data/definitions/93.html
7ffcee3d-2c14-4c3e-b844-86c6a321a158
-
Source reference
Unverified legacy reference
URL: https://github.com/form-data/form-data/commit/64190db548c0179e37206858e39f27cf513e9435
7ffcee3d-2c14-4c3e-b844-86c6a321a158
-
Source reference
Unverified legacy reference
URL: https://github.com/form-data/form-data/commit/be3f3cf553978bac15a5182f1f3c3d2d38ccf229
7ffcee3d-2c14-4c3e-b844-86c6a321a158
-
Source reference
Unverified legacy reference
URL: https://github.com/form-data/form-data/commit/c7133499c2ee1b80c678e411244f4442bf902045
7ffcee3d-2c14-4c3e-b844-86c6a321a158
-
Source reference
Unverified legacy reference
URL: https://github.com/form-data/form-data/security/advisories/GHSA-hmw2-7cc7-3qxx
7ffcee3d-2c14-4c3e-b844-86c6a321a158
-
Source reference
Unverified legacy reference
URL: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html
7ffcee3d-2c14-4c3e-b844-86c6a321a158
-
Source reference
Unverified legacy reference
URL: https://www.npmjs.com/package/form-data
7ffcee3d-2c14-4c3e-b844-86c6a321a158
-
Source reference
Unverified legacy reference
URL: https://access.redhat.com/errata/RHSA-2026:33155
0b0ca135-0b70-47e7-9f44-1890c2a1c46c
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.