Lucene search
+L

3131 matches found

Huntr
Huntr
added 2021/01/28 12:0 a.m.16 views

Prototype Pollution in fabiospampinato/plain-object-merge

Description plain-object-merge is vulnerable to Prototype Pollution. Proof of Concept 1. Create the following PoC file: javascript // poc.js const merge = require'plain-object-merge' console.log'Before: ' + .polluted merge, JSON.parse'"proto": "polluted": true' console.log'After: ' + .polluted 2...

1.7AI score
SaveExploits0
Veracode
Veracode
added 2021/01/27 6:1 a.m.12 views

Prototype Pollution

merge-deep is vulnerable to prototype pollution attacks. An attacker is able to inject and overwrite arbitrary properties such as proto, constructor or prototype, resulting in privilege escalation, denial of service or potential arbitrary code execution...

5.2AI score
SaveExploits0
Snyk
Snyk
added 2021/01/14 1:2 p.m.13 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
Tenable Nessus
Tenable Nessus
added 2021/01/04 12:0 a.m.121 views

IBM HTTP Server 8.5.0.0 <= 8.5.5.0 / 8.0.0.0 <= 8.0.0.6 / 7.0.0.0 <= 7.0.0.29 / 6.1.0.0 <= 6.1.0.45 (227047)

The version of IBM HTTP Server running on the remote host is affected by a vulnerability. moddav.c in the Apache HTTP Server before 2.2.25 does not properly determine whether DAV is enabled for a URI, which allows remote attackers to cause a denial of service segmentation fault via a MERGE reques...

4.3CVSS8AI score0.29484EPSS
SaveExploits3References2
Snyk
Snyk
added 2020/12/29 1:16 p.m.5 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
Huntr
Huntr
added 2020/12/21 12:0 a.m.13 views

Prototype Pollution in yowainwright/common-utilities

Description @common-utilities/merge-objects is vulnerable to Prototype Pollution. Proof of Concept 1. Create the following PoC file: // poc.js var a = require"@common-utilities/merge-objects" const payload = JSON.parse'"proto":"polluted":"Yes! Its Polluted"'; var obj = console.log"Before : " +...

2AI score
SaveExploits0
Snyk
Snyk
added 2020/12/20 4:44 p.m.7 views

Prototype Pollution

Overview multi-ini is an ini-file parser which supports multi line, multiple levels and arrays to get a maximum of compatibility with Zend config files. Affected versions of this package are vulnerable to Prototype Pollution. It is possible to pollute an object's prototype by specifying the...

9.8CVSS9AI score0.01517EPSS
SaveExploits2References2
OSV
OSV
added 2020/12/18 6:23 p.m.76 views

GHSA-45Q2-34RF-MR94 Code Injection in mquery

lib/utils.js in mquery before 3.2.3 allows a pollution attack because a special property e.g., proto can be copied during a merge or clone operation...

5.3CVSS5.8AI score0.01028EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2020/12/16 12:11 p.m.10 views

AngularJS: Prototype pollution in merge function could result in code injection

A prototype pollution vulnerability was found in AngularJS. A remote attacker could abuse this flaw by providing malicious input to the merge function by overriding or adding properties of the Object.prototype, allowing possible injection of code...

7.5CVSS7.1AI score0.02179EPSS
SaveExploits1References5
Snyk
Snyk
added 2020/12/14 8:5 p.m.11 views

Prototype Pollution

Overview Affected versions of this package are vulnerable to Prototype Pollution. The vulnerability is in the extend function. PoC const decal = require'decal'; console.log'Before:', .polluted; const o = JSON.parse'"proto":"polluted":"1"'; decal.extend, true, o; console.log'After:', .polluted;...

8.6CVSS8.6AI score0.0176EPSS
SaveExploits1References2
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/14 1:17 p.m.4 views

Prototype Pollution

Overview jiff is a JSON diff and patch based on rfc6902 Affected versions of this package are vulnerable to Prototype Pollution. When the operation specified is 'add', the function adds in the target object the property specified in the path, however it does not properly check the key being set,...

6.5CVSS6.5AI score
SaveExploits0References2
Veracode
Veracode
added 2020/12/14 3:25 a.m.20 views

Prototype Pollution

mquery is vulnerable to prototype pollution. The vulnerability exists as it does not prevent proto, constructor, prototype to be added in a merge or clone operation...

5.3CVSS2.1AI score0.01028EPSS
SaveExploits0References2Affected Software1
Snyk
Snyk
added 2020/12/13 10:36 a.m.7 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/12/13 10:36 a.m.8 views

Prototype Pollution

Overview rxdb is a RxDB short for Reactive Database is a NoSQL-database for JavaScript Applications like Websites, hybrid Apps, Electron-Apps, Progressive Web Apps and NodeJs. Affected versions of this package are vulnerable to Prototype Pollution via the merge function within lib/utils.js...

7.3CVSS6.6AI score0.01028EPSS
SaveExploits0References2
NVD
NVD
added 2020/12/11 7:15 p.m.50 views

CVE-2020-35149

lib/utils.js in mquery before 3.2.3 allows a pollution attack because a special property e.g., proto can be copied during a merge or clone operation...

5.3CVSS5.2AI score0.01028EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2020/12/11 7:0 p.m.54 views

CVE-2020-35149

lib/utils.js in mquery before 3.2.3 allows a pollution attack because a special property e.g., proto can be copied during a merge or clone operation...

5.2AI score0.01028EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2020/12/11 12:0 a.m.12 views

Mquery Security Vulnerability

Aheckmann Mquery is a Javascript-based codebase for efficiently generating Mongdb query statements from the individual developer Aheckmann. A security vulnerability exists in mquery lib/utils.js versions prior to 3.2.3, which allows contamination attacks because a special attribute e.g. proto can...

5.3CVSS6AI score0.01028EPSS
SaveExploits0References6
CNVD
CNVD
added 2020/11/30 12:0 a.m.6 views

PDF Cat Split & Merge Software Exploits a dll Hijacking Vulnerability

PDF Cat Split and Merge Software is a PDF file to merge the operation of the software. PDF Cat Split & Merge Software has a dll hijacking vulnerability, which can be exploited by attackers to load a dll without signing and file verification, resulting in dll hijacking...

7.1AI score
SaveExploits0
Rows per page
Query Builder