Versions of angular
prior to 1.7.9 are vulnerable to prototype pollution. The deprecated API function merge()
does not restrict the modification of an Object's prototype in the , which may allow an attacker to add or modify an existing property that will exist on all objects.
Upgrade to version 1.7.9 or later. The function was already deprecated and upgrades are not expected to break functionality.
{ "github_reviewed_at": "2019-11-20T00:51:05Z", "github_reviewed": true, "nvd_published_at": "2019-11-19T21:15:00Z", "cwe_ids": [ "CWE-1321", "CWE-20", "CWE-915" ], "severity": "HIGH" }