#VU113173 Use of insufficiently random values in form-data - CVE-2025-7783
Published: July 23, 2025 / Updated: August 15, 2025
form-data
FormData
Description
The vulnerability allows a remote attacker to perform parameter injection attacks.
The vulnerability exists due to software uses a weak Math.random() method to generated random values for multipart form-encoded data. A remote attacker can observe values produced by Math.random in the target application and predict the random number used to generate form-data's boundary value and inject arbitrary parameters into requests.