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 like toString
on all objects.
{ "nvd_published_at": "2021-09-17T06:15:00Z", "cwe_ids": [ "CWE-1321", "CWE-915" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2021-09-20T20:13:12Z" }