Prototype pollution in deep-object-diff - CVE-2022-41713
Published: December 15, 2023
deep-object-diff
mattphillips
Description
The vulnerability allows a remote attacker to edit or add new properties to an object.
The vulnerability exists due to application does not properly validate incoming JSON keys, thus allowing the '__proto__' property to be edited. A remote attacker can pass specially crafted input to the application and perform prototype pollution, which can result in data manipulation.