ID:11850 - Exploit for Use of insufficiently random values in form-data - CVE-2025-7783
Published: August 15, 2025
form-data
Link to public exploit:
Vulnerability 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.