Prototype Pollution in object-path
High severity
GitHub Reviewed
Published
Sep 20, 2021
to the GitHub Advisory Database
•
Updated Nov 29, 2023
Description
Published by the National Vulnerability Database
Sep 17, 2021
Reviewed
Sep 20, 2021
Published to the GitHub Advisory Database
Sep 20, 2021
Last updated
Nov 29, 2023
object-path is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution'). The
del()
function fails to validate which Object properties it deletes. This allows attackers to modify the prototype of Object, causing the modification of default properties liketoString
on all objects.References