Vulnerabilities in the JavaScript library that can cause applications to be remotely controlled
A vulnerability has been detected in a form-data library on npm. With the identifier CVE-2025-7783, this vulnerability affects millions of web applications and APIs using JavaScript/Node.js globally, especially in backend systems, microservices and serverless. The root cause comes from an insecure “boundary” generation in the “form_data.js” file, line 347: boundary += Math.floor(Math.random() * 10).toString(16); […]