Lucene search
+L

85 matches found

OSV
OSV
added 2023/02/24 6:30 a.m.53 views

GHSA-65RP-MHQF-8GJ3 rangy vulnerable to Prototype Pollution

All versions of the package rangy are vulnerable to Prototype Pollution when using the extend function in file rangy-core.js.The function uses recursive merge which can lead an attacker to modify properties of the Object.prototype...

8.2CVSS5.9AI score0.00766EPSS
SaveExploits1References4
Prion
Prion
added 2023/02/24 5:15 a.m.25 views

Buffer overflow

All versions of the package rangy are vulnerable to Prototype Pollution when using the extend function in file rangy-core.js.The function uses recursive merge which can lead an attacker to modify properties of the Object.prototype...

6.4CVSS8AI score0.00766EPSS
SaveExploits1References2
CVE
CVE
added 2023/02/24 5:0 a.m.89 views

CVE-2023-26102

CVE-2023-26102 affects the rangy package, where all versions are vulnerable to a prototype pollution flaw in the extend() function of rangy-core.js. The vulnerability arises from an unsafe recursive merge that can copy attacker-controlled properties onto Object.prototype, enabling pollution of al...

8.2CVSS8.1AI score0.00766EPSS
SaveExploits1References2Affected Software1
Snyk
Snyk
added 2022/12/19 2:15 p.m.9 views

Prototype Pollution

Overview rangy is an A cross-browser DOM range and selection library Affected versions of this package are vulnerable to Prototype Pollution when using the extend function in file rangy-core.js.The function uses recursive merge which can lead an attacker to modify properties of the Object.prototy...

8.2CVSS8.4AI score0.00766EPSS
SaveExploits1References2
Snyk
Snyk
added 2022/02/15 2:56 p.m.10 views

Prototype Pollution

Overview Affected versions of this package are vulnerable to Prototype Pollution via object-extend. PoC js const extend = require"object-extend"; const payload = JSON.parse'"proto":"isAdmin":"yes"'; extend, payload; const obj = "a":1; console.logobj.isAdmin // print yes on arbitrary objects since...

9.8CVSS9.2AI score0.01378EPSS
SaveExploits1References2
Snyk
Snyk
added 2022/02/02 1:2 p.m.8 views

Prototype Pollution

Overview putil-merge is a Lightweight solution for merging multiple objects into one. Also it supports deep merge. Affected versions of this package are vulnerable to Prototype Pollution. The merge function does not check the values passed into the argument. An attacker can supply a malicious val...

9.8CVSS9AI score0.01266EPSS
SaveExploits1References2
Snyk
Snyk
added 2022/01/30 10:56 a.m.5 views

Denial of Service (DoS)

Overview bignum is an Arbitrary precision integral arithmetic for Node.js using OpenSSL. This library is based on node-bigint by substack, but instead of using libgmp, it uses the builtin bignum functionality provided by OpenSSL. The advantage is that OpenSSL is already part of Node.js, so this...

7.5CVSS7.9AI score0.01492EPSS
SaveExploits1References2
Snyk
Snyk
added 2022/01/30 10:8 a.m.6 views

Prototype Pollution

Overview set-in is a set value of nested associative structure given array of keys Affected versions of this package are vulnerable to Prototype Pollution via the setIn method, as it allows an attacker to merge object prototypes into it. Note: This vulnerability derives from an incomplete fix of...

9.8CVSS9AI score0.03878EPSS
SaveExploits2References2
Snyk
Snyk
added 2022/01/19 8:53 a.m.6 views

Prototype Pollution

Overview deep-get-set is a Set and get values on objects via dot-notation strings. Affected versions of this package are vulnerable to Prototype Pollution via the 'deep' function. Note: This vulnerability derives from an incomplete fix of CVE-2020-7715 POC: js let deep = require'deep-get-set';...

9.8CVSS9AI score0.01965EPSS
SaveExploits2References2
OSV
OSV
added 2022/01/12 10:59 p.m.32 views

GHSA-GJM5-83CW-P3P2 Prototype Pollution in extend2

The package extend2 before 1.0.1 are vulnerable to Prototype Pollution via the extend function due to unsafe recursive merge...

7.3CVSS5.9AI score0.0145EPSS
SaveExploits1References6
CVE
CVE
added 2022/01/07 8:5 p.m.59 views

CVE-2021-23568

CVE-2021-23568 affects the JavaScript package extend2 (versions before 1.0.1). The vulnerability is a Prototype Pollution in the extend function caused by unsafe recursive merge, enabling an attacker to inject properties (such as proto ) into Object.prototype, potentially leading to DoS or remote...

9.8CVSS8.4AI score0.0145EPSS
SaveExploits1References4Affected Software1
Snyk
Snyk
added 2021/12/15 2:48 p.m.11 views

Prototype Pollution

Overview extend2 is a forked from node-extend, the difference is overriding array as primitive when deep clone. Affected versions of this package are vulnerable to Prototype Pollution via the extend function due to unsafe recursive merge. POC: js var e = require "extend2" etrue, ,...

9.8CVSS9AI score0.0145EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/12/13 2:32 p.m.15 views

Prototype Pollution

Overview Affected versions of this package are vulnerable to Prototype Pollution due to allowing all Object attributes to be altered, including their magical attributes such as proto, constructor and prototype. PoC js var jsgui=require'jsgui-lang-essentials'; var obj=; console.log"start: " +...

9.8CVSS9AI score0.01217EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/09/06 11:25 a.m.9 views

Prototype Pollution

Overview @cookiex/deep is a Tool to assign properties recursively and create recursion features in an easy way. Affected versions of this package are vulnerable to Prototype Pollution. The global proto object can be polluted using the proto object. PoC var deep = require"@cookiex/deep" const targ...

9.8CVSS9AI score0.0159EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/07/20 1:42 p.m.4 views

Prototype Pollution

Overview com.graphhopper:graphhopper-web-bundle is a GraphHopper routing engine as a web-service Affected versions of this package are vulnerable to Prototype Pollution. The URL parser could be tricked into adding or modifying properties of Object.prototype using a constructor or proto payload. P...

5.4CVSS6.2AI score0.01401EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/06/17 3:29 p.m.8 views

Prototype Pollution

Overview record-like-deep-assign is a Recursively assigns enumerable own properties of the given sources to a target object Affected versions of this package are vulnerable to Prototype Pollution via the main functionality. PoC const deepAssign = require'record-like-deep-assign'; let obj = ;...

9.8CVSS9AI score0.01171EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/06/17 3:26 p.m.10 views

Prototype Pollution

Overview lutils is an A few reliable utils. Affected versions of this package are vulnerable to Prototype Pollution via the main merge function. PoC const lt = require'lutils'; let obj = ; console.log"Before being polluted: " + obj.polluted; var EVILJSON = JSON.parse'"proto":"polluted":true';...

9.8CVSS9AI score0.01003EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/06/17 3:16 p.m.4 views

Prototype Pollution

Overview @ianwalter/merge is a Recursively merge JavaScript Objects Affected versions of this package are vulnerable to Prototype Pollution via the main merge function. Maintainer suggests using @generates/merger instead. PoC const merge = require'@ianwalter/merge'; let obj = ; console.log"Before...

9.8CVSS9AI score0.00781EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/06/16 4:18 p.m.63 views

Prototype Pollution

Overview merge-change is a Deep merge of objects and other types, also for patches and immutable updates. Affected versions of this package are vulnerable to Prototype Pollution via the utils.set function. Details Prototype Pollution is a vulnerability affecting JavaScript. Prototype Pollution...

9.8CVSS9AI score0.01084EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/06/15 8:29 a.m.17 views

Prototype Pollution

Overview nedb is an embedded persistent or in memory database for Node.js, nw.js, Electron and browsers, 100% JavaScript, no binary dependency. Affected versions of this package are vulnerable to Prototype Pollution. The library could be tricked into adding or modifying properties of...

7.3CVSS7.2AI score0.0087EPSS
SaveExploits1References2
Rows per page
Query Builder