Lucene search
+L

119 matches found

Snyk
Snyk
added 2020/08/17 2:48 p.m.11 views

Prototype Pollution

Overview property-expr is a tiny util for getting and setting deep object props safely Affected versions of this package are vulnerable to Prototype Pollution via the setter function. POC var expr = require'property-expr'; expr.setter'proto.polluted', true; console.logpolluted; // true Details...

9.8CVSS9AI score0.03376EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/08/17 9:37 a.m.11 views

Prototype Pollution

Overview Templ8 is a JavaScript Client/ Server Template Engine Affected versions of this package are vulnerable to Prototype Pollution via the parse function. POC const Templ8 = require'Templ8'; var tpl = new Templ8 'proto.polluted=true' ; tpl.parse; console.logpolluted //true Details Prototype...

9.8CVSS9AI score0.01933EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/08/14 10:30 a.m.10 views

Prototype Pollution

Overview nodee-utils is a set of useful helpers Affected versions of this package are vulnerable to Prototype Pollution via the deepSet function. POC: const object = require'nodee-utils'; object.deepSet, 'proto.polluted', true; console.logpolluted; Details Prototype Pollution is a vulnerability...

9.8CVSS9AI score0.01916EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/08/14 10:27 a.m.7 views

Prototype Pollution

Overview node-oojs is an Object Oriented JavaScript Affected versions of this package are vulnerable to Prototype Pollution via the setPath function. POC: require'node-oojs'; oojs.setPath'proto.polluted':true; console.logpolluted; Details Prototype Pollution is a vulnerability affecting JavaScrip...

9.8CVSS9AI score0.01916EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/08/14 10:04 a.m.8 views

Prototype Pollution

Overview linux-cmdline is a Parser for the Linux kernel command line arguments Affected versions of this package are vulnerable to Prototype Pollution via the constructor. POC: const linuxCmdline = require'linux-cmdline'; linuxCmdline'proto.polluted=true'; console.logpolluted; Details Prototype...

9.8CVSS8.9AI score0.02704EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/08/14 9:47 a.m.7 views

Prototype Pollution

Overview @grpc/grpc-js is a gRPC Library for Node Affected versions of this package are vulnerable to Prototype Pollution via loadPackageDefinition. POC: const loadPackageDefinition = require'grpc'; loadPackageDefinition'proto.polluted': true; console.logpolluted; Details Prototype Pollution is a...

9.8CVSS8.8AI score0.03597EPSS
SaveExploits0References2
Snyk
Snyk
added 2020/08/14 9:40 a.m.11 views

Prototype Pollution

Overview dot-notes is a Two way conversions between objects and dot/bracket notation Affected versions of this package are vulnerable to Prototype Pollution via the create function. POC: const dots = require'dot-notes'; dots.create, 'proto.polluted', true; console.logpolluted; Details Prototype...

9.8CVSS9AI score0.01916EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/08/14 9:33 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 main function. POC: const deep = require'deep-get-set'; deep, 'proto', 'polluted', true; console.logpolluted; Details Prototype...

9.8CVSS9AI score0.01965EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/08/14 9:23 a.m.8 views

Prototype Pollution

Overview bmoor is an A basic foundation for other libraries, establishing useful patterbs, and letting them be more. Affected versions of this package are vulnerable to Prototype Pollution via the set function. POC: const bmoor = require'bmoor'; bmoor.set, ""proto.polluted"", true;...

9.8CVSS9AI score0.01469EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/08/13 3:56 p.m.7 views

Prototype Pollution

Overview arr-flatten-unflatten is a non-recursive method of flattening an array or arrays and unflattening the result Affected versions of this package are vulnerable to Prototype Pollution via the constructor. POC: const unflatten = require'arr-flatten-unflatten'; unflatten'proto.polluted':true;...

9.8CVSS9AI score0.01916EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/07/30 2:03 p.m.6 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. Multiple reference of object using slash is supported. PoC js var pointer = require'json-pointer'; var obj = ; pointer.setobj,...

7.2CVSS7.7AI score0.01783EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/04/12 12:00 a.m.10 views

Prototype Pollution

Overview grunt-util-property is a Grunt util for getting and setting properties. Affected versions of this package are vulnerable to Prototype Pollution. The function call could be tricked into adding or modifying properties of Object.prototype using a proto payload. PoC var grunt = require"grunt...

7.8CVSS8AI score0.00379EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/04/01 12:00 a.m.6 views

Prototype Pollution

Overview ini-parser is a package to parse .ini files. Affected versions of this package are vulnerable to Prototype Pollution. The library could be tricked into adding or modifying properties of Object.prototype using a proto payload. PoC var a = require"ini-parser"; a.parse'proto\ntoString=JHU';...

9.8CVSS9AI score0.00864EPSS
SaveExploits0References2
Snyk
Snyk
added 2020/02/17 1:57 p.m.6 views

Prototype Pollution

Overview bodymen is a Body parser middleware for MongoDB, Express and Nodejs. Affected versions of this package are vulnerable to Prototype Pollution. The handler function could be tricked into adding or modifying properties of Object.prototype using a proto payload. PoC by JHU System Security La...

6.5CVSS7.5AI score0.0096EPSS
SaveExploits1References2
Snyk
Snyk
added 2019/03/26 8:40 a.m.3 views

Prototype Pollution

Overview Affected versions of this package are vulnerable to Prototype Pollution. The extend function can be tricked into modifying the prototype of Object when the attacker controls part of the structure passed to this function. This can let an attacker add or modify an existing property that wi...

6.1CVSS8.1AI score0.87218EPSS
SaveExploits4References3
Snyk
Snyk
added 2018/08/31 6:21 p.m.7 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 functions merge, mergeWith, and defaultsDeep could be tricked into adding or modifying properties of Object.prototype...

7.3CVSS6.9AI score0.02384EPSS
SaveExploits3References6
Snyk
Snyk
added 2018/01/30 10:28 p.m.10 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 utilities function allow modification of the Object prototype. If an attacker can control part of the structure passed to this...

6.5CVSS7.1AI score0.02384EPSS
SaveExploits2References6
Snyk
Snyk
added 2018/01/30 10:28 p.m.9 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 utilities function allow modification of the Object prototype. If an attacker can control part of the structure passed to...

6.5CVSS7.1AI score0.02384EPSS
SaveExploits2References6
Snyk
Snyk
added 2018/01/30 10:28 p.m.8 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 utilities function allow modification of the Object prototype. If an attacker can control part of the structure passe...

6.5CVSS7.1AI score0.02384EPSS
SaveExploits2References6
Rows per page
Query Builder