#VU81893 Prototype pollution in dottie - CVE-2023-26132
Published: October 11, 2023
dottie
mickhansen
Description
The vulnerability allows a remote attacker to execute arbitrary JavaScript code.
The vulnerability exists due to prototype pollution flaw in the set() function in /dottie.js. A remote attacker can add or modify properties of Object.prototype using a __proto__ or constructor payload and perform prototype pollution, which can result in information disclosure or data manipulation.