Lucene search
+L

119 matches found

Snyk
Snyk
added 2022/01/27 2:40 p.m.6 views

Prototype Pollution

Overview sds is a structured data search package. Affected versions of this package are vulnerable to Prototype Pollution. The library could be tricked into adding or modifying properties of the Object.prototype by abusing the set function located in js/set.js. Note: This vulnerability derives fr...

7.5CVSS6.9AI score0.01143EPSS
SaveExploits2References2
Snyk
Snyk
added 2022/01/19 8:10 a.m.5 views

Prototype Pollution

Overview cached-path-relative is a memoize the results of the path.relative function. Affected versions of this package are vulnerable to Prototype Pollution via the cache variable that is set as instead of Object.createnull in the cachedPathRelative function, which allows access to the parent...

9.8CVSS8.9AI score0.01943EPSS
SaveExploits1References2
Snyk
Snyk
added 2022/01/17 11:49 a.m.6 views

Prototype Pollution

Overview libnested is a package with basic functions map, each, get, set, keys for nested objects. Affected versions of this package are vulnerable to Prototype Pollution via the set function in index.js. Note: This vulnerability derives from an incomplete fix for CVE-2020-28283 PoC: js const...

9.8CVSS9AI score0.0322EPSS
SaveExploits2References2
Github Security Blog
Github Security Blog
added 2022/01/12 10:59 p.m.36 views

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...

9.8CVSS5.1AI score0.0145EPSS
SaveExploits1References6Affected Software1
NVD
NVD
added 2022/01/10 2:10 p.m.22 views

CVE-2021-23568

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

9.8CVSS0.0145EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2022/01/10 2:10 p.m.6 views

CVE-2021-23568

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

9.8CVSS7.2AI score0.0145EPSS
SaveExploits1References5
Prion
Prion
added 2022/01/10 2:10 p.m.19 views

Code injection

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

7.5CVSS9.4AI score0.0145EPSS
SaveExploits1References4Affected Software1
Snyk
Snyk
added 2021/12/06 11:47 a.m.8 views

Sandbox Bypass

Overview realms-shim is a shim implementation of the Realm API Proposal. Affected versions of this package are vulnerable to Sandbox Bypass via a Prototype Pollution attack vector. PoC javascript import Realm from 'realms-shim' let realm = Realm.makeRootRealm; try realm.evaluate...

10CVSS9AI score0.01762EPSS
SaveExploits1References3
Snyk
Snyk
added 2021/11/30 12:44 p.m.8 views

Prototype Pollution

Overview @fabiocaccamo/utils.js is a JavaScript utils for lazy devs. Affected versions of this package are vulnerable to Prototype Pollution via the set and method, which merges the path and value parameters based on the key:value. PoC const utils = require"@fabiocaccamo/utils.js"; const obj = ;...

9.8CVSS8.4AI score0.00843EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/10/18 3:22 p.m.6 views

Prototype Pollution

Overview x-assign is an Object.assign that will merge nested objects and concatenate arrays. Affected versions of this package are vulnerable to Prototype Pollution. The global proto object can be polluted using the proto object. PoC const XAssign = require"[email protected]";...

9.8CVSS9AI score0.0155EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/10/11 3:10 p.m.9 views

Prototype Pollution

Overview comb is a framework for node Affected versions of this package are vulnerable to Prototype Pollution via the deepMerge function. PoC: // PoC.js var deepMerge = require"comb/lib/base/object.js".deepMerge var obj = var maliciouspayload = '"proto":"polluted":"Yes! Its Polluted"';...

9.8CVSS9.1AI score0.01171EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/10/03 1:44 p.m.3 views

Prototype Pollution

Overview @brikcss/merge is an Utility to perform a deep merge of a list of objects or arrays. Affected versions of this package are vulnerable to Prototype Pollution via the Merge function. PoC // PoC.js var merge = require"@brikcss/merge" var obj = var maliciouspayload = '"proto":"polluted":"Yes...

8.2CVSS6.3AI score0.00336EPSS
SaveExploits0References2
Snyk
Snyk
added 2021/08/31 7:51 p.m.8 views

Prototype Pollution

Overview dotty is a package that can access properties of nested objects using dot-path notation. Affected versions of this package are vulnerable to Prototype Pollution. A type confusion vulnerability can lead to a bypass of CVE-2021-25912 when the user-provided keys used in the path parameter a...

9.8CVSS9AI score0.03337EPSS
SaveExploits2References2
Snyk
Snyk
added 2021/08/31 3:48 p.m.9 views

Prototype Pollution

Overview json-pointer is a set of utilities for JSON pointers described by RFC 6901 Affected versions of this package are vulnerable to Prototype Pollution. A type confusion vulnerability can lead to a bypass of CVE-2020-7709 when the pointer components are arrays. PoC const pointer =...

9.8CVSS7.6AI score0.01813EPSS
SaveExploits2References2
Snyk
Snyk
added 2021/08/27 3:12 p.m.9 views

Prototype Pollution

Overview algoliasearch-helper is a Helper for implementing advanced search features with algolia Affected versions of this package are vulnerable to Prototype Pollution due to use of the merge function in src/SearchParameters/index.jsSearchParameters.parseNumbers without any protection against...

9.8CVSS9.1AI score0.01574EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/08/16 1:09 p.m.13 views

Prototype Pollution

Overview Affected versions of this package are vulnerable to Prototype Pollution when loading config files. Details Prototype Pollution is a vulnerability affecting JavaScript. Prototype Pollution refers to the ability to inject properties into existing JavaScript language construct prototypes,...

9.8CVSS9AI score0.01193EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/08/05 12:07 p.m.8 views

Prototype Pollution

Overview open-graph is an Open Graph implementation for Node.js. Affected versions of this package are vulnerable to Prototype Pollution. The function parse could be tricked into adding or modifying properties of Object.prototype using a proto or constructor payload. PoC by Snyk // server.js cons...

9.8CVSS9AI score0.01113EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/06/17 3:29 p.m.9 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/05 9:00 p.m.6 views

Prototype Pollution

Overview nestie is an A tiny 224B and fast utility to expand a flattened object Affected versions of this package are vulnerable to Prototype Pollution. A bypass of CVE-2021-25947 is possible which could lead to pollution of the object prototype. PoC var nestie = require"nestie" console.log"Befor...

9.8CVSS9AI score0.02961EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/03/22 11:42 a.m.9 views

Prototype Pollution

Overview swiper is a Most modern mobile touch slider and framework with hardware accelerated transitions Affected versions of this package are vulnerable to Prototype Pollution via the swiper.default.extendDefaults function due to the recursively calling of extend function in the source files...

9.8CVSS7.7AI score0.022EPSS
SaveExploits1References2
Rows per page
Query Builder