Lucene search
+L

99 matches found

Veracode
Veracode
added 2021/02/05 4:33 a.m.14 views

Prototype Pollution

decal is vulnerable to prototype pollution. An attacker is able to inject properties into existing construct prototypes and modify attributes such as proto, constructor and prototype via the extend function...

8.6CVSS4.3AI score0.0176EPSS
SaveExploits1References3Affected Software1
NVD
NVD
added 2021/02/04 3:15 p.m.43 views

CVE-2020-28450

This affects all versions of package decal. The vulnerability is in the extend function...

8.6CVSS0.0176EPSS
SaveExploits1References3
Prion
Prion
added 2021/02/04 3:15 p.m.23 views

Design/Logic Flaw

This affects all versions of package decal. The vulnerability is in the extend function...

7.5CVSS8.6AI score0.0176EPSS
SaveExploits1References3
CVE
CVE
added 2021/02/04 2:40 p.m.47 views

CVE-2020-28450

CVE-2020-28450 concerns the package decal and stems from the vulnerable extend function, enabling prototype pollution across all versions. Multiple connected advisories (GHSA-J32X-J8PJ-PG2H; OSV GHSA-J32X-J8PJ-PG2H; SNYK-JS-DECAL-1051028; Veracode) describe the risk of injecting properties into O...

8.6CVSS8.6AI score0.0176EPSS
SaveExploits1References3Affected Software1
CNNVD
CNNVD
added 2021/02/04 12:0 a.m.12 views

Shinuza Decimal-js Security Vulnerability

Shinuza Decimal-js is a Javascript-based codebase used to provide decimal calculations for Node applications by Shinuza Individual Developers. A security vulnerability exists in Shinuza Decimal-js, which stems from the extend function...

8.6CVSS7.3AI score0.0176EPSS
SaveExploits1References4
Snyk
Snyk
added 2020/12/14 8:5 p.m.10 views

Prototype Pollution

Overview Affected versions of this package are vulnerable to Prototype Pollution. The vulnerability is in the extend function. PoC const decal = require'decal'; console.log'Before:', .polluted; const o = JSON.parse'"proto":"polluted":"1"'; decal.extend, true, o; console.log'After:', .polluted;...

8.6CVSS8.6AI score0.0176EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2020/11/04 1:39 a.m.7 views

jquery: Prototype pollution in object's prototype leading to denial of service, remote code execution, or property injection

A Prototype Pollution vulnerability was found in jquery. Untrusted JSON passed to the extend function could lead to modifying objects up the prototype chain, including the global Object. A crafted JSON object passed to a vulnerable method could lead to denial of service or data injection, with...

6.1CVSS6.5AI score0.87218EPSS
SaveExploits4References6
RedHat Linux
RedHat Linux
added 2020/11/04 1:31 a.m.3 views

jquery: Prototype pollution in object's prototype leading to denial of service, remote code execution, or property injection

A Prototype Pollution vulnerability was found in jquery. Untrusted JSON passed to the extend function could lead to modifying objects up the prototype chain, including the global Object. A crafted JSON object passed to a vulnerable method could lead to denial of service or data injection, with...

6.1CVSS6.5AI score0.87218EPSS
SaveExploits4References6
Github Security Blog
Github Security Blog
added 2020/09/03 3:51 p.m.40 views

Prototype Pollution

All versions of utils-extend are vulnerable to prototype pollution. The extend function does not restrict the modification of an Object's prototype, which may allow an attacker to add or modify an existing property that will exist on all objects. Recommendation No fix is currently available...

9.8CVSS5.7AI score0.03149EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2020/09/03 3:51 p.m.14 views

GHSA-6PQ3-928Q-X6W6 Prototype Pollution

All versions of utils-extend are vulnerable to prototype pollution. The extend function does not restrict the modification of an Object's prototype, which may allow an attacker to add or modify an existing property that will exist on all objects. Recommendation No fix is currently available...

9.8CVSS9.4AI score0.03149EPSS
SaveExploits1References3
Snyk
Snyk
added 2020/07/19 1:3 p.m.3 views

Prototype Pollution

Overview fine-uploader is a npm package for upload. Note: This project is no longer maintained and the the package should be considered deprecated. Affected versions of this package are vulnerable to Prototype Pollution. Given a value such as proto, this value is used by the extend function witho...

4.8CVSS6.8AI score
SaveExploits0References2
OSV
OSV
added 2020/06/10 4:15 p.m.8 views

CVE-2020-7673

node-extend through 0.2.0 is vulnerable to Arbitrary Code Execution. User input provided to the argument A of extend functionA,B,as,isAargs located within lib/extend.js is executed by the eval function, resulting in code execution...

9.8CVSS7.4AI score0.02512EPSS
SaveExploits1References1
Prion
Prion
added 2020/06/10 4:15 p.m.24 views

Remote code execution

node-extend through 0.2.0 is vulnerable to Arbitrary Code Execution. User input provided to the argument A of extend functionA,B,as,isAargs located within lib/extend.js is executed by the eval function, resulting in code execution...

7.5CVSS9.6AI score0.02512EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2020/06/10 3:36 p.m.33 views

CVE-2020-7673

node-extend through 0.2.0 is vulnerable to Arbitrary Code Execution. User input provided to the argument A of extend functionA,B,as,isAargs located within lib/extend.js is executed by the eval function, resulting in code execution...

9.7AI score0.02512EPSS
SaveExploits1References1
Snyk
Snyk
added 2020/06/05 3:16 p.m.4 views

Arbitrary Code Execution

Overview node-extend is an extend for node.js. Affected versions of this package are vulnerable to Arbitrary Code Execution. User input provided to the argument A of extend functionA,B,as,isAargs located within lib/extend.js is executed by the eval function, resulting in code execution. PoC var...

9.8CVSS7.2AI score0.02512EPSS
SaveExploits1References2
nodejs
nodejs
added 2020/04/06 6:13 p.m.36 views

Prototype Pollution

Overview All versions of utils-extend are vulnerable to prototype pollution. The extend function does not restrict the modification of an Object's prototype, which may allow an attacker to add or modify an existing property that will exist on all objects. Recommendation No fix is currently...

7.5CVSS3.6AI score0.03149EPSS
SaveExploits1Affected Software1
RedHat Linux
RedHat Linux
added 2019/10/10 3:38 p.m.4 views

jquery: Prototype pollution in object's prototype leading to denial of service, remote code execution, or property injection

A Prototype Pollution vulnerability was found in jquery. Untrusted JSON passed to the extend function could lead to modifying objects up the prototype chain, including the global Object. A crafted JSON object passed to a vulnerable method could lead to denial of service or data injection, with...

6.1CVSS6.5AI score0.87218EPSS
SaveExploits4References6
RedHat Linux
RedHat Linux
added 2019/09/05 5:26 a.m.9 views

jquery: Prototype pollution in object's prototype leading to denial of service, remote code execution, or property injection

A Prototype Pollution vulnerability was found in jquery. Untrusted JSON passed to the extend function could lead to modifying objects up the prototype chain, including the global Object. A crafted JSON object passed to a vulnerable method could lead to denial of service or data injection, with...

6.1CVSS6.5AI score0.87218EPSS
SaveExploits4References6
Snyk
Snyk
added 2019/03/26 8:40 a.m.3 views

Prototype Pollution

Overview Affected versions of this package are vulnerable to Prototype Pollution. The extend function can be tricked into modifying the prototype of Object when the attacker controls part of the structure passed to this function. This can let an attacker add or modify an existing property that wi...

6.1CVSS8.1AI score0.87218EPSS
SaveExploits4References3
Rows per page
Query Builder