CVE-2025-7783
Published: 18 July 2025
Summary
CVE-2025-7783 is a critical-severity Use of Insufficiently Random Values (CWE-330) vulnerability. Its CVSS base score is 9.4 (Critical).
Operationally, ranked in the top 19.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
The vulnerability is a Use of Insufficiently Random Values issue, tracked as CWE-330, that permits HTTP Parameter Pollution attacks. It resides in the form-data package, specifically in the lib/form_data.js file, and affects all versions prior to 2.5.4 as well as the 3.0.0–3.0.3 and 4.0.0–4.0.3 release ranges. The flaw carries a CVSS 4.0 score of 9.4.
An unauthenticated remote attacker can supply crafted input that exploits the insufficient randomness to pollute HTTP parameters processed by applications relying on form-data. Successful exploitation can result in high impact to confidentiality, integrity, and scope across both the vulnerable component and downstream systems.
The referenced GitHub security advisory GHSA-fjxv-7rqg-78g4 and accompanying commit 3d1723080e6577a66f17f163ecd345a21d8d0fd0 describe the fix, while the Debian LTS announcement provides distribution-specific guidance; mitigation consists of upgrading form-data to a patched release. The associated EPSS score remains low and unchanged at 0.0132.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-21906
Vulnerability details
Use of Insufficiently Random Values vulnerability in form-data allows HTTP Parameter Pollution (HPP). This vulnerability is associated with program files lib/form_data.Js. This issue affects form-data: < 2.5.4, 3.0.0 - 3.0.3, 4.0.0 - 4.0.3.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Key generation under controlled management uses approved random-bit sources rather than insufficiently random values.