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 a secondary CVSS source (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
- 33.4%
- KEV
- Not listed
Published
June 12, 2026
Last Modified
July 22, 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(20)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
- RHSA-2026:43052Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Quay 3.12.20
- RHSA-2026:42796Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Quay 3.15.6
- RHSA-2026:42146Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Quay 3.12.20
- RHSA-2026:41951Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Data Grid 8.6.2 security update
- RHSA-2026:41929Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Developer Hub 1.9.7 release.
- RHSA-2026:41928Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Migration Toolkit for Containers
- RHSA-2026:41066Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Quay 3.16.5
- RHSA-2026:41031Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Quay 3.10.24
- +12 more
Patch Availability(11)
| Vendor / Ecosystem | Fixed in / Patch | Released | Source |
|---|---|---|---|
| redhat | quay/quay-rhel8:1784125838 | 2026-07-15 | redhat |
| redhat | dotnet8-0-main-8.0.128-1.1.hum1 | 2026-07-10 | redhat |
| redhat | rhdh/rhdh-hub-rhel9:1783448184 | 2026-07-08 | redhat |
| redhat | advanced-cluster-security/rhacs-main-rhel8:1783357140 | 2026-07-08 | redhat |
| redhat | advanced-cluster-security/rhacs-main-rhel8:1783357116 | 2026-07-07 | redhat |
| redhat | cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9:1782839494 | 2026-07-01 | redhat |
| redhat | openshift-service-mesh/kiali-rhel8:1782287580 | 2026-06-29 | redhat |
| redhat | openshift-service-mesh/kiali-rhel9:1782201466 | 2026-06-29 | redhat |
| redhat | openshift-service-mesh/kiali-rhel9:1782201812 | 2026-06-29 | redhat |
| redhat | openshift-service-mesh/kiali-rhel9:1782201537 | 2026-06-29 | redhat |
| redhat | openshift-service-mesh/kiali-rhel9:1782201833 | 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.
Additional Vendor Advisories
(1)
Vendors that published advisories for this CVE beyond the curated set above. Broader coverage but minimal per-row detail — click through for the original advisory.
Data Freshness Timeline
(refreshed 8× in last 7d / 61× 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-22 14:08 UTCEPSS rescore
- 2026-07-21 15:24 UTCEPSS rescore
- 2026-07-20 17:08 UTCEPSS rescore
- 2026-07-19 02:28 UTCEPSS rescore
- 2026-07-18 10:04 UTCEPSS rescore
- 2026-07-16 23:15 UTCVendor advisory
- 2026-07-16 17:02 UTCEPSS rescore
- 2026-07-16 04:22 UTCVendor advisory
- 2026-07-15 16:57 UTCEPSS rescore
- 2026-07-15 16:16 UTCVendor advisory
- 2026-07-15 02:00 UTCEPSS rescore
- 2026-07-15 01:35 UTCVendor advisory
- 2026-07-14 12:05 UTCVendor advisory
- 2026-07-13 23:08 UTCVendor advisory
- 2026-07-13 22:30 UTCEPSS rescore
- 2026-07-13 11:26 UTCVendor advisory
- 2026-07-13 06:12 UTCEPSS rescore
- 2026-07-12 17:41 UTCVendor advisory
- 2026-07-12 05:46 UTCEPSS rescore
- 2026-07-12 02:11 UTCVendor advisory
- 2026-07-11 14:39 UTCVendor advisory
- 2026-07-11 08:27 UTCEPSS rescore
- 2026-07-11 02:53 UTCVendor advisory
- 2026-07-10 13:06 UTCVendor advisory
- 2026-07-09 21:39 UTCVendor advisory
Show 52 moreShow fewer
- 2026-07-09 19:10 UTCEPSS rescore
- 2026-07-09 08:07 UTCVendor advisory
- 2026-07-08 20:36 UTCVendor advisory
- 2026-07-08 15:15 UTCEPSS rescore
- 2026-07-08 15:15 UTCEPSS rescore
- 2026-07-08 08:54 UTCVendor advisory
- 2026-07-07 21:23 UTCVendor advisory
- 2026-07-07 13:46 UTCEPSS rescore
- 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 UTCVendor advisory
- 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 UTCVendor advisory
- 2026-07-04 10:53 UTCVendor advisory
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-03 18:58 UTCVendor advisory
- 2026-07-03 07:33 UTCVendor advisory
- 2026-07-02 16:51 UTCVendor advisory
- 2026-07-02 05:25 UTCVendor advisory
- 2026-07-01 17:57 UTCVendor advisory
- 2026-07-01 15:06 UTCEPSS rescore
- 2026-07-01 15:06 UTCEPSS rescore
- 2026-07-01 06:32 UTCVendor advisory
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-30 19:07 UTCVendor advisory
- 2026-06-30 07:42 UTCVendor advisory
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-24 14:05 UTCEPSS rescore
- 2026-06-23 21:32 UTCEPSS rescore
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 01:59 UTCEPSS rescore
- 2026-06-21 01:59 UTCEPSS rescore
- 2026-06-19 19:25 UTCEPSS rescore
- 2026-06-18 17:52 UTCEPSS rescore
- 2026-06-17 17:53 UTCEPSS rescore
- 2026-06-16 17:52 UTCEPSS rescore
- 2026-06-15 17:48 UTCEPSS rescore
- 2026-06-14 23:18 UTCEPSS rescore
- 2026-06-13 23:00 UTCEPSS rescore
- 2026-06-13 23:00 UTCEPSS rescore
- 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.