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.
CVE-2026-12143
This high-severity CVE scores 7.5 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit probability: 0.4%, top 67% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
A fix is available — apply it.
- CVSS v3
- 7.5
- EG Score
- 7.5(medium)
- EPSS
- 32.8%
- KEV
- Not listed
Published
June 12, 2026
Last Modified
July 6, 2026
Advisory Details (6)
Auto-updated Jun 12, 2026HTML Standard
https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-dataCRLF injection in form-data via unescaped multipart field names and filenames · Advisory · form-data/form-data · GitHub
https://github.com/form-data/form-data/security/advisories/GHSA-hmw2-7cc7-3qxxcommit c7133499c2ee (form-data/form-data)
Fix landed in form-data/form-data commit c7133499c2ee — awaiting tagged release
https://github.com/form-data/form-data/commit/c7133499c2ee1b80c678e411244f4442bf902045commit be3f3cf55397 (form-data/form-data)
Fix landed in form-data/form-data commit be3f3cf55397 — awaiting tagged release
https://github.com/form-data/form-data/commit/be3f3cf553978bac15a5182f1f3c3d2d38ccf229commit 64190db548c0 (form-data/form-data)
Fix landed in form-data/form-data commit 64190db548c0 — awaiting tagged release
https://github.com/form-data/form-data/commit/64190db548c0179e37206858e39f27cf513e9435CWE - CWE-93: Improper Neutralization of CRLF Sequences ('CRLF Injection') (4.20)
https://cwe.mitre.org/data/definitions/93.htmlVendor Advisories for CVE-2026-12143(8)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
- RHSA-2026:34342Red Hat Product SecurityCritical
Red Hat Security Advisory: Cluster Observability Operator 1.5.0
- RHSA-2026:33183Red Hat Product SecurityHigh
Red Hat Security Advisory: Kiali 2.22.6 for Red Hat OpenShift Service Mesh 3.3
- RHSA-2026:33173Red Hat Product SecurityHigh
Red Hat Security Advisory: Kiali 2.17.10 for Red Hat OpenShift Service Mesh 3.2
- RHSA-2026:33163Red Hat Product SecurityHigh
Red Hat Security Advisory: Kiali 2.11.13 for Red Hat OpenShift Service Mesh 3.1
- RHSA-2026:33160Red Hat Product SecurityHigh
Red Hat Security Advisory: Kiali 2.4.19 for Red Hat OpenShift Service Mesh 3.0
- RHSA-2026:33155Red Hat Product SecurityHigh
Red Hat Security Advisory: Kiali 1.73.33 for Red Hat OpenShift Service Mesh 2.6
- CVE-2026-12143Microsoft Security Response Center (MSRC)High
form-data does not escape CR/LF/quote in multipart field names and filenames (CRLF injection)
- GHSA-hmw2-7cc7-3qxxGitHub Security AdvisoriesHigh
form-data: CRLF injection in form-data via unescaped multipart field names and filenames
Patch Availability(6)
| Vendor / Ecosystem | Fixed in / Patch | Released | Source |
|---|---|---|---|
| redhat | cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9:1782839494 | 2026-07-01 | redhat |
| redhat | openshift-service-mesh/kiali-rhel9:1782201833 | 2026-06-29 | redhat |
| redhat | openshift-service-mesh/kiali-rhel9:1782201537 | 2026-06-29 | redhat |
| redhat | openshift-service-mesh/kiali-rhel9:1782201812 | 2026-06-29 | redhat |
| redhat | openshift-service-mesh/kiali-rhel9:1782201466 | 2026-06-29 | redhat |
| redhat | openshift-service-mesh/kiali-rhel8:1782287580 | 2026-06-29 | redhat |
Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.
Affected Packages
(1 across 1 ecosystem)
npm(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| form-data | — | 4.0.6 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 32× in last 7d / 92× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-07 01:01 UTCEG score recompute
- 2026-07-07 01:01 UTCVendor advisory
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 22:09 UTCEG score recompute
- 2026-07-05 22:09 UTCVendor advisory
- 2026-07-05 10:43 UTCEG score recompute
- 2026-07-05 10:43 UTCVendor advisory
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 22:20 UTCEG score recompute
- 2026-07-04 22:20 UTCVendor advisory
- 2026-07-04 10:53 UTCEG score recompute
- 2026-07-04 10:53 UTCVendor advisory
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-03 18:58 UTCEG score recompute
- 2026-07-03 18:58 UTCVendor advisory
- 2026-07-03 07:33 UTCEG score recompute
- 2026-07-03 07:33 UTCVendor advisory
- 2026-07-02 16:51 UTCEG score recompute
- 2026-07-02 16:51 UTCVendor advisory
- 2026-07-02 05:25 UTCEG score recompute
- 2026-07-02 05:25 UTCVendor advisory
- 2026-07-01 17:57 UTCEG score recompute
- 2026-07-01 17:57 UTCVendor advisory
Show 67 moreShow fewer
- 2026-07-01 15:06 UTCEPSS rescore
- 2026-07-01 15:06 UTCEPSS rescore
- 2026-07-01 06:32 UTCEG score recompute
- 2026-07-01 06:32 UTCVendor advisory
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-30 19:07 UTCEG score recompute
- 2026-06-30 19:07 UTCVendor advisory
- 2026-06-30 07:42 UTCEG score recompute
- 2026-06-30 07:42 UTCVendor advisory
- 2026-06-29 20:15 UTCEG score recompute
- 2026-06-29 08:49 UTCEG score recompute
- 2026-06-28 21:11 UTCEG score recompute
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 09:46 UTCEG score recompute
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-27 22:21 UTCEG score recompute
- 2026-06-27 10:56 UTCEG score recompute
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-26 23:29 UTCEG score recompute
- 2026-06-26 12:04 UTCEG score recompute
- 2026-06-25 20:05 UTCEG score recompute
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-25 08:37 UTCEG score recompute
- 2026-06-24 21:11 UTCEG score recompute
- 2026-06-24 14:05 UTCEPSS rescore
- 2026-06-24 09:46 UTCEG score recompute
- 2026-06-23 22:17 UTCEG score recompute
- 2026-06-23 21:32 UTCEPSS rescore
- 2026-06-23 10:05 UTCEG score recompute
- 2026-06-22 22:39 UTCEG score recompute
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-22 11:11 UTCEG score recompute
- 2026-06-21 23:43 UTCEG score recompute
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 10:28 UTCEG score recompute
- 2026-06-21 01:59 UTCEPSS rescore
- 2026-06-21 01:59 UTCEPSS rescore
- 2026-06-20 23:03 UTCEG score recompute
- 2026-06-20 11:33 UTCEG score recompute
- 2026-06-20 00:07 UTCEG score recompute
- 2026-06-19 19:25 UTCEPSS rescore
- 2026-06-19 12:42 UTCEG score recompute
- 2026-06-19 01:07 UTCEG score recompute
- 2026-06-18 17:52 UTCEPSS rescore
- 2026-06-18 13:24 UTCEG score recompute
- 2026-06-18 01:56 UTCEG score recompute
- 2026-06-17 17:53 UTCEPSS rescore
- 2026-06-17 14:31 UTCEG score recompute
- 2026-06-17 03:06 UTCEG score recompute
- 2026-06-16 17:52 UTCEPSS rescore
- 2026-06-16 15:41 UTCEG score recompute
- 2026-06-16 04:16 UTCEG score recompute
- 2026-06-15 17:48 UTCEPSS rescore
- 2026-06-15 16:49 UTCEG score recompute
- 2026-06-15 05:23 UTCEG score recompute
- 2026-06-14 23:18 UTCEPSS rescore
- 2026-06-14 17:58 UTCEG score recompute
- 2026-06-14 06:31 UTCEG score recompute
- 2026-06-13 23:00 UTCEPSS rescore
- 2026-06-13 23:00 UTCEPSS rescore
- 2026-06-13 19:06 UTCEG score recompute
- 2026-06-13 07:39 UTCEG score recompute
- 2026-06-12 20:13 UTCEG score recompute
- 2026-06-12 20:13 UTCNVD updatefirst tracked
Frequently asked(5)
What is CVE-2026-12143?
When was CVE-2026-12143 disclosed?
Is CVE-2026-12143 actively exploited?
What is the CVSS score of CVE-2026-12143?
How do I remediate CVE-2026-12143?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-12143
Is Your Infrastructure Affected by CVE-2026-12143?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.