Lucene search
+L

3130 matches found

Snyk
Snyk
added 2020/08/17 3:6 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:1 p.m.12 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
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.10 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 4:18 p.m.16 views

Prototype Pollution

Overview safetydance is an Exception safety in node.js Affected versions of this package are vulnerable to Prototype Pollution via the set function. POC: const safetydance = require'safetydance'; safetydance.set, 'proto.polluted', true; console.logpolluted; //true Details Prototype Pollution is a...

9.8CVSS9AI score0.01355EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/08/14 4:12 p.m.11 views

Prototype Pollution

Overview promisehelpers is a Promise helper functions Affected versions of this package are vulnerable to Prototype Pollution via the insert function. POC: const promisehelpers = require'promisehelpers'; var obj = ; promisehelpers.insert'proto', 'polluted', trueobj; console.logpolluted; // true...

9.8CVSS9AI score0.01916EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/08/14 10:30 a.m.9 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:24 a.m.6 views

Prototype Pollution

Overview node-forge is a JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities. Affected versions of this package are vulnerable to Prototype Pollution via the util.setPath function. Note: version 0.10.0 is a breaking change removing...

9.8CVSS8.2AI score0.03188EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/08/14 10:4 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.8 views

Prototype Pollution

Overview grpc 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: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.10 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:36 a.m.9 views

Prototype Pollution

Overview deeps is a Highly performant utilities to manage deeply nested objects. get, set, merge, flatten, diff etc. Affected versions of this package are vulnerable to Prototype Pollution via the set function. POC: const deeps = require'deeps'; deeps.set, 'proto.polluted', true;...

9.8CVSS9AI score0.01916EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/08/14 9:33 a.m.5 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.7 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.5 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:3 p.m.5 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
BDU FSTEC
BDU FSTEC
added 2020/07/09 12:0 a.m.8 views

The vulnerability of the try_merge_free_space() function in the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the trymergefreespace function in the Linux operating system’s kernel is related to the use of memory after it is freed. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.02518EPSS
SaveExploits1References27Affected Software2
Rows per page
Query Builder