Lucene search
K

54 matches found

Node.js
Node.js
added 2019/07/15 5:38 p.m.10 views

Prototype Pollution

Overview Versions of lodash.defaultsdeep before 4.6.1 are vulnerable to Prototype Pollution. The function 'defaultsDeep' may allow a malicious user to modify the prototype of Object via proto causing the addition or modification of an existing property that will exist on all objects. Recommendati...

6.8AI score
Exploits0Affected Software1
OSV
OSV
added 2019/07/10 7:45 p.m.5 views

GHSA-JF85-CPCP-J695 Prototype Pollution in lodash

Versions of lodash before 4.17.12 are vulnerable to Prototype Pollution. The function defaultsDeep allows a malicious user to modify the prototype of Object via constructor: prototype: ... causing the addition or modification of an existing property that will exist on all objects. Recommendation...

9.1CVSS6.8AI score0.14515EPSS
Exploits2References10
RubySec
RubySec
added 2019/07/10 12:0 a.m.5 views

Prototype Pollution in lodash

Versions of lodash before 4.17.12 are vulnerable to Prototype Pollution. The function defaultsDeep allows a malicious user to modify the prototype of Object via constructor: prototype: ... causing the addition or modification of an existing property that will exist on all objects. Recommendation...

9.1CVSS7AI score0.14515EPSS
Exploits2References1Affected Software1
Positive Technologies
Positive Technologies
added 2019/07/04 12:0 a.m.5 views

PT-2019-2936 · Lodash · Lodash

Name of the Vulnerable Software and Affected Versions: lodash versions prior to 4.17.12 Description: The issue is related to the defaultsDeep function in the lodash library, which can be tricked into adding or modifying properties of Object.prototype using a constructor payload. This is due to...

9.1CVSS7.4AI score0.14515EPSS
Exploits2References26
Snyk
Snyk
added 2019/06/19 11:45 a.m.2 views

Prototype Pollution

Overview Affected versions of this package are vulnerable to Prototype Pollution. The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload. PoC by Snyk const mergeFn = require'lodash'.defaultsDeep; const payload = '"constructor...

9.1CVSS8.3AI score0.14515EPSS
Exploits2References3
Snyk
Snyk
added 2019/06/19 11:45 a.m.2 views

Prototype Pollution

Overview lodash-rails is a lodash for the Rails asset pipeline. Affected versions of this package are vulnerable to Prototype Pollution. The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload. PoC by Snyk const mergeFn =...

9.1CVSS8.3AI score0.14515EPSS
Exploits2References3
Snyk
Snyk
added 2019/06/19 11:45 a.m.5 views

Prototype Pollution

Overview lodash is an utility library delivering consistency, modularity, performance, & extras. Affected versions of this package are vulnerable to Prototype Pollution. The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload...

9.1CVSS8.3AI score0.14515EPSS
Exploits2References3
Snyk
Snyk
added 2019/06/19 11:45 a.m.6 views

Prototype Pollution

Overview lodash is a modern JavaScript utility library delivering modularity, performance, & extras. Affected versions of this package are vulnerable to Prototype Pollution. The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor...

9.1CVSS8.3AI score0.14515EPSS
Exploits2References3
Snyk
Snyk
added 2019/06/19 11:45 a.m.3 views

Prototype Pollution

Overview @sailshq/lodash is a fork of Lodash 3.10.x with ongoing maintenance from the Sails core team. Affected versions of this package are vulnerable to Prototype Pollution. The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor...

9.1CVSS8.3AI score0.14515EPSS
Exploits2References3
OSV
OSV
added 2019/02/07 6:16 p.m.2 views

GHSA-4XC9-XHRJ-V574 Prototype Pollution in lodash

Versions of lodash before 4.17.11 are vulnerable to prototype pollution. The vulnerable functions are 'defaultsDeep', 'merge', and 'mergeWith' which allow a malicious user to modify the prototype of Object via constructor: prototype: ... causing the addition or modification of an existing propert...

6.8CVSS7.1AI score0.00468EPSS
Exploits2References5
RubySec
RubySec
added 2019/02/07 12:0 a.m.4 views

Prototype Pollution in lodash

Versions of lodash before 4.17.11 are vulnerable to prototype pollution. The vulnerable functions are 'defaultsDeep', 'merge', and 'mergeWith' which allow a malicious user to modify the prototype of Object via constructor: prototype: ... causing the addition or modification of an existing propert...

6.8CVSS7AI score0.00468EPSS
Exploits2References1Affected Software1
RedhatCVE
RedhatCVE
added 2019/02/01 11:49 p.m.33 views

CVE-2018-16487

A prototype pollution vulnerability was found in lodash 4.17.11 where the functions merge, mergeWith, and defaultsDeep can be tricked into adding or modifying properties of Object.prototype...

6.8CVSS2.5AI score0.00468EPSS
Exploits2References2
OSV
OSV
added 2019/02/01 6:29 p.m.2 views

DEBIAN-CVE-2018-16487

A prototype pollution vulnerability was found in lodash 4.17.11 where the functions merge, mergeWith, and defaultsDeep can be tricked into adding or modifying properties of Object.prototype...

5.6CVSS5AI score0.00468EPSS
Exploits2References1
OSV
OSV
added 2019/02/01 6:29 p.m.1 views

UBUNTU-CVE-2018-16487

A prototype pollution vulnerability was found in lodash 4.17.11 where the functions merge, mergeWith, and defaultsDeep can be tricked into adding or modifying properties of Object.prototype...

5.6CVSS6.6AI score0.00468EPSS
Exploits2References3
NVD
NVD
added 2019/02/01 6:29 p.m.23 views

CVE-2018-16487

A prototype pollution vulnerability was found in lodash 4.17.11 where the functions merge, mergeWith, and defaultsDeep can be tricked into adding or modifying properties of Object.prototype...

6.8CVSS7.1AI score0.00468EPSS
Exploits2References2
Cvelist
Cvelist
added 2019/02/01 6:0 p.m.23 views

CVE-2018-16487

A prototype pollution vulnerability was found in lodash 4.17.11 where the functions merge, mergeWith, and defaultsDeep can be tricked into adding or modifying properties of Object.prototype...

7AI score0.00468EPSS
Exploits2References2
Positive Technologies
Positive Technologies
added 2018/10/30 12:0 a.m.3 views

PT-2018-3812

Name of the Vulnerable Software and Affected Versions lodash versions prior to 4.17.11 Description A prototype pollution issue was discovered in the merge, mergeWith, and defaultsDeep functions of the lodash library. This issue can be exploited to add or modify properties of Object.prototype. The...

6.8CVSS6.4AI score0.00468EPSS
Exploits2References20
Snyk
Snyk
added 2018/08/31 6:21 p.m.2 views

Prototype Pollution

Overview lodash.defaultsdeep is a Lodash method .defaultsDeep exported as a Node.js module. Affected versions of this package are vulnerable to Prototype Pollution. The functions merge, mergeWith, and defaultsDeep could be tricked into adding or modifying properties of Object.prototype. This is d...

7.3CVSS6.9AI score0.00468EPSS
Exploits3References6
Snyk
Snyk
added 2018/08/31 6:21 p.m.4 views

Prototype Pollution

Overview lodash.basemerge is a The internal Lo-Dash function baseMerge as a Node.js module generated by lodash-cli. Affected versions of this package are vulnerable to Prototype Pollution. The functions merge, mergeWith, and defaultsDeep could be tricked into adding or modifying properties of...

7.3CVSS6.9AI score0.00468EPSS
Exploits3References6
Snyk
Snyk
added 2018/08/31 6:21 p.m.4 views

Prototype Pollution

Overview @sailshq/lodash is a fork of Lodash 3.10.x with ongoing maintenance from the Sails core team. Affected versions of this package are vulnerable to Prototype Pollution. The functions merge, mergeWith, and defaultsDeep could be tricked into adding or modifying properties of Object.prototype...

7.3CVSS6.9AI score0.00468EPSS
Exploits3References6
Rows per page
Query Builder