Lucene search
+L

3116 matches found

ATTACKERKB
ATTACKERKB
added 2021/06/02 3:15 p.m.4 views

CVE-2021-26707

The merge-deep library before 3.0.3 for Node.js can be tricked into overwriting properties of Object.prototype or adding new properties to it. These properties are then inherited by every object in the program, thus facilitating prototype-pollution attacks against applications using this library...

9.8CVSS8.3AI score0.01901EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2021/06/02 2:24 p.m.41 views

CVE-2021-26707

The merge-deep library before 3.0.3 for Node.js can be tricked into overwriting properties of Object.prototype or adding new properties to it. These properties are then inherited by every object in the program, thus facilitating prototype-pollution attacks against applications using this library...

9.7AI score0.01901EPSS
SaveExploits0References4
CVE
CVE
added 2021/06/02 2:24 p.m.91 views

CVE-2021-26707

The CVE-2021-26707 entry covers the merge-deep library for Node.js, which is vulnerable to prototype pollution in versions before 3.0.3. A specially crafted payload can overwrite or extend Object.prototype, causing the polluted properties to be inherited by all objects in the program. Documented ...

9.8CVSS9.3AI score0.01901EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2021/06/02 12:0 a.m.13 views

merge-deep 安全漏洞

merge-deep is an open source tool . It is used to recursively merge values in JavaScript objects. A security vulnerability exists in merge-deep before 3.0.3, which stems from the fact that the merge-deep library may be spoofed to override attributes of Object, the merge-deep library may be spoofe...

9.8CVSS8.2AI score0.01901EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2021/06/02 12:0 a.m.10 views

PT-2021-17103 · Unknown · Merge-Deep

Name of the Vulnerable Software and Affected Versions: merge-deep library versions prior to 3.0.3 Description: The issue allows an attacker to trick the library into overwriting properties of Object.prototype or adding new properties to it. These properties are then inherited by every object in t...

9.8CVSS9.3AI score0.01901EPSS
SaveExploits0References8
CNVD
CNVD
added 2021/05/28 12:0 a.m.9 views

Rust Resource Management Error Vulnerability (CNVD-2021-38306)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A resource management error vulnerability exists in algorithmica crate for Rust version 2021-03-07 and earlier, which stems from a double free in merge sort::merge.No details of the vulnerability are available a...

7.5CVSS6.8AI score0.00961EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2021/05/18 1:53 a.m.77 views

Prototype pollution in controlled-merge

Prototype pollution vulnerability in 'controlled-merge' versions 1.0.0 through 1.2.0 allows attacker to cause a denial of service and may lead to remote code execution...

7.5CVSS7.6AI score0.0357EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2021/05/18 1:53 a.m.20 views

GHSA-5PG7-V24C-9RP9 Prototype pollution in controlled-merge

Prototype pollution vulnerability in 'controlled-merge' versions 1.0.0 through 1.2.0 allows attacker to cause a denial of service and may lead to remote code execution...

7.5CVSS7.8AI score0.0357EPSS
SaveExploits1References4
OSV
OSV
added 2021/05/17 9:0 p.m.45 views

GHSA-VRR3-5R3V-7XFW Improperly Controlled Modification of Dynamically-Determined Object Attributes in casperjs

Overview 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. PoC js var payload = JSON.parse'"proto": "a": "pwned"'; mergeObjects, payload; console.log.a; //...

7.3CVSS5.9AI score0.01956EPSS
SaveExploits1References5
OSV
OSV
added 2021/05/10 7:17 p.m.36 views

GHSA-8V9X-9XQG-R8MR Prototype pollution in json8-merge-patch

Prototype pollution vulnerability in json8-merge-patch npm package 1.0.3 may allow attackers to inject or modify methods and properties of the global object constructor...

7.5CVSS7.4AI score0.01293EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2021/05/10 7:17 p.m.70 views

Prototype pollution in json8-merge-patch

Prototype pollution vulnerability in json8-merge-patch npm package 1.0.3 may allow attackers to inject or modify methods and properties of the global object constructor...

7.5CVSS7.2AI score0.01293EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2021/05/10 6:47 p.m.18 views

GHSA-H68Q-55JF-X68W Prototype pollution in chart.js

This affects the package chart.js before 2.9.4. The options parameter is not properly sanitized when it is processed. When the options are processed, the existing options or the defaults options are deeply merged with provided options. However, during this operation, the keys of the object being...

7.5CVSS6.8AI score0.04735EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2021/05/07 4:28 p.m.74 views

Improperly Controlled Modification of Dynamically-Determined Object Attributes in utilitify

utilitify prior to 1.0.3 allows modification of object properties. The merge method could be tricked into adding or modifying properties of the Object.prototype...

8.8CVSS3.9AI score0.02044EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/06 3:45 p.m.30 views

Use of Potentially Dangerous Function in mixme

Impact In Node.js mixme v0.5.0, an attacker can add or alter properties of an object via 'proto' through the mutate and merge functions. The polluted attribute will be directly assigned to every object in the program. This will put the availability of the program at risk causing a potential denia...

2.1AI score
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2021/05/06 12:0 a.m.8 views

编号撤回

Npm mixme is an application from the American company Npm. It is used to recursively merge multiple objects. The last object takes precedence over previous objects. A security vulnerability exists in Npm mixme version v0.5.0, which can be exploited by an attacker to add or modify properties of an...

5.6AI score
SaveExploits0
nodejs
nodejs
added 2021/05/04 8:21 p.m.59 views

Prototype Pollution

Overview Versions of merge before 2.1.1 are vulnerable to Prototype Pollution via recursiveMerge . Recommendation Upgrade to version 2.1.1 or later References - CVE - GitHub Advisory...

7.5CVSS5.4AI score0.01443EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2021/05/04 8:18 p.m.9 views

GHSA-7WPW-2HJM-89GP Prototype Pollution in merge

All versions of package merge 2.1.1 are vulnerable to Prototype Pollution via recursiveMerge...

7.3CVSS7.2AI score0.01443EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2021/05/04 8:18 p.m.141 views

Prototype Pollution in merge

All versions of package merge 2.1.1 are vulnerable to Prototype Pollution via recursiveMerge...

9.8CVSS8.9AI score0.01443EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2021/05/03 12:15 p.m.20 views

CVE-2021-28860

In Node.js mixme, prior to v0.5.1, an attacker can add or alter properties of an object via 'proto' through the mutate and merge functions. The polluted attribute will be directly assigned to every object in the program. This will put the availability of the program at risk causing a potential...

9.1CVSS6.6AI score
SaveExploits0References5
OSV
OSV
added 2021/05/03 7:15 a.m.10 views

CVE-2021-31996

An issue was discovered in the algorithmica crate through 2021-03-07 for Rust. There is a double free in mergesort::merge...

7.5CVSS7.1AI score0.00961EPSS
SaveExploits0References1
Rows per page
Query Builder