Vulnerability Description
toggle-array is a package designed to enables a property on the object at the specified index, while disabling the property on all other objects. A Prototype Pollution vulnerability in the enable and disable function of toggle-array v1.0.1 and before allows attackers to inject properties on Object.prototype via supplying a crafted payload, causing denial of service (DoS) as the minimum consequence.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Jonschlinkert | Toggle-Array | <= 1.0.1 |
Related Weaknesses (CWE)
References
- https://github.com/VulnSageAgent/PoCs/blob/main/JavaScript/prototype-pollution/tBroken Link
- https://github.com/VulnSageAgent/PoCs/tree/main/JavaScript/prototype-pollution/CThird Party Advisory
FAQ
What is CVE-2025-57328?
CVE-2025-57328 is a vulnerability with a CVSS score of 7.5 (HIGH). toggle-array is a package designed to enables a property on the object at the specified index, while disabling the property on all other objects. A Prototype Pollution vulnerability in the enable and ...
How severe is CVE-2025-57328?
CVE-2025-57328 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-57328?
Check the references section above for vendor advisories and patch information. Affected products include: Jonschlinkert Toggle-Array.