Lucene search
+L

119 matches found

Snyk
Snyk
added 2021/03/08 12:27 p.m.10 views

Prototype Pollution

Overview set-deep-prop is a Set the value of a deeply nested object or array Affected versions of this package are vulnerable to Prototype Pollution via the main functionality. PoC const setDeepProp = require'set-deep-prop'; setDeepProp,'proto', 'x', 'polluted'; console.log.a; // polluted Details...

9.8CVSS9AI score0.01128EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/03/05 10:47 a.m.11 views

Prototype Pollution

Overview copy-props is a Copy properties deeply between two objects. Affected versions of this package are vulnerable to Prototype Pollution via the main functionality. POC const copyProps = require'copy-props'; var maliciouspayload = '"proto":"polluted":"polluted"'; console.log"Before : " +...

9.8CVSS9AI score0.01697EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/02/04 1:21 p.m.44 views

Prototype Pollution

Overview rfc6902 is a Complete implementation of RFC6902 patch and diff Affected versions of this package are vulnerable to Prototype Pollution. It may allow attackers to inject or modify the methods and properties of the global object constructor. PoC // poc.js var rfc6902 = require"rfc6902" var...

9.8CVSS9AI score0.01267EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/02/02 4:14 p.m.8 views

Prototype Pollution

Overview prototyped.js is a Common typescript ready prototypes available in both es5 and es6 Affected versions of this package are vulnerable to Prototype Pollution. PoC const set = require"prototyped.js/dist/object/set".default; console.log"Prototype before set", .isAdmin; set, "proto.isAdmin",...

7.5CVSS6.6AI score
SaveExploits0References2
Snyk
Snyk
added 2021/02/02 4:04 p.m.7 views

Prototype Pollution

Overview @lyngs/merge is an Use merge to merge every value. supporting types: . Affected versions of this package are vulnerable to Prototype Pollution via the main functionality. PoC const merge = require'@lyngs/merge'; console.log"prototype before merge", .isAdmin; mergedummy: 1,...

7.5CVSS6.6AI score
SaveExploits0References2
Snyk
Snyk
added 2021/01/14 1:02 p.m.14 views

Prototype Pollution

Overview properties-reader is a Properties file reader for Node.js Affected versions of this package are vulnerable to Prototype Pollution. PoC by Eugene Lim: payload.properties proto polluted = polluted poc.js: var propertiesReader = require'properties-reader';...

9.8CVSS9AI score0.01344EPSS
SaveExploits1References2
Snyk
Snyk
added 2021/01/08 8:30 a.m.29 views

Prototype Pollution

Overview handlebars is an extension to the Mustache templating language. Affected versions of this package are vulnerable to Prototype Pollution when selecting certain compiling options to compile templates coming from an untrusted source. POC // compile the template var s2 = 'a/." ||...

9.8CVSS8.2AI score0.04506EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/12/29 1:16 p.m.8 views

Prototype Pollution

Overview inireader is a small module for nodejs. You can parse .ini configuration files with it. Affected versions of this package are vulnerable to Prototype Pollution. This vulnerability relates to the parse function is concentrating arrays. Depending on if user input is provided, an attacker c...

5.6CVSS6.6AI score
SaveExploits0References2
Snyk
Snyk
added 2020/12/14 7:38 p.m.12 views

Prototype Pollution

Overview Affected versions of this package are vulnerable to Prototype Pollution. The vulnerability is in the set function. PoC const decal = require'decal'; console.log'Before:', .polluted; decal.set, "proto.polluted", "1337"; console.log'After:', .polluted; Details Prototype Pollution is a...

8.6CVSS8.6AI score0.0176EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/12/13 10:36 a.m.12 views

Prototype Pollution

Overview mquery is an Expressive query building for MongoDB Affected versions of this package are vulnerable to Prototype Pollution via the merge function within lib/utils.js. Depending on if user input is provided, an attacker can overwrite and pollute the object prototype of a program. PoC...

7.3CVSS6.6AI score0.01028EPSS
SaveExploits0References2
Snyk
Snyk
added 2020/11/23 4:29 p.m.11 views

Prototype Pollution

Overview systeminformation is a simple system and OS information library. Affected versions of this package are vulnerable to Prototype Pollution. The attacker can overwrite the properties and functions of an object, which can lead to executing OS commands. Note: The fix for this vulnerability is...

9.8CVSS8.8AI score0.02422EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/11/12 5:10 p.m.12 views

Prototype Pollution

Overview asciitable.js is a Generate a ASCII Table from a bidimensional array of strings Affected versions of this package are vulnerable to Prototype Pollution via the main function. POC var a = require"asciitable.js"; var b = JSON.parse'"proto":"test":123'; a,b; console.log.test Details Prototy...

9.8CVSS9AI score0.01939EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/10/25 2:24 p.m.9 views

Prototype Pollution

Overview y18n is a the bare-bones internationalization library used by yargs Affected versions of this package are vulnerable to Prototype Pollution due to improper sanitization. PoC by po6ix: js const y18n = require'y18n'; y18n.setLocale'proto'; y18n.updateLocalepolluted: true;...

9.8CVSS7.8AI score0.69377EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/10/19 2:01 p.m.10 views

Prototype Pollution

Overview @tsed/core is a package of Ts.ED framework. Affected versions of this package are vulnerable to Prototype Pollution. This vulnerability relates to the deepExtend function which is used as part of the utils directory. Depending on if user input is provided, an attacker can overwrite and...

8.1CVSS8.4AI score0.01721EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/10/18 2:20 p.m.8 views

Prototype Pollution

Overview immer is a package that allows you to create your next immutable state by mutating the current one. Affected versions of this package are vulnerable to Prototype Pollution. PoC const applyPatches, enablePatches = require"immer"; enablePatches; let obj = ; console.log"Before : " +...

7.5CVSS8.4AI score0.02293EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/09/23 12:24 p.m.12 views

Prototype Pollution

Overview doc-path is an A document path library for Node Affected versions of this package are vulnerable to Prototype Pollution. PoC javascript const path = require'doc-path'; let obj = ; console.log"Before : " + obj.polluted; path.setPath, 'proto.polluted', "yes"; console.log"After : " +...

10CVSS8.8AI score0.02775EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/08/17 3:13 p.m.7 views

Prototype Pollution

Overview datatables.net is a DataTables for jQuery Affected versions of this package are vulnerable to Prototype Pollution. POC The following two files are required to be served by an HTTP server. poc.html: $.fn.dataTable.ext.internal.fnSetObjectDataFn'proto.foo','polluted'; document.write'foo : ...

5.6CVSS6.6AI score
SaveExploits0References2
Snyk
Snyk
added 2020/08/17 3:06 p.m.8 views

Prototype Pollution

Overview jsonpointer is a Simple JSON Addressing. Affected versions of this package are vulnerable to Prototype Pollution via the set function. POC by NerdJS const jsonpointer = require'jsonpointer'; jsonpointer.set, '/proto/polluted', true; console.logpolluted; Details Prototype Pollution is a...

9.8CVSS6.6AI score
SaveExploits0References2
Snyk
Snyk
added 2020/08/17 3:01 p.m.13 views

Prototype Pollution

Overview gedi is an An evented data API Affected versions of this package are vulnerable to Prototype Pollution via the set function. POC const gedi = require'gedi'; try gedi.set'proto/polluted', true; catche console.logpolluted; Details Prototype Pollution is a vulnerability affecting JavaScript...

9.8CVSS9AI score0.01916EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/08/17 2:55 p.m.9 views

Prototype Pollution

Overview connie-lang is a the configuration language for connie. Affected versions of this package are vulnerable to Prototype Pollution in the configuration language library used by connie. POC const connie = require'connie'; const fs = require'fs'; fs.writeFileSync'test.json', "proto":...

9.8CVSS9AI score0.028EPSS
SaveExploits1References2
Rows per page
Query Builder