Lucene search
+L

674 matches found

Snyk
Snyk
added 2020/07/19 1:03 p.m.7 views

Prototype Pollution

Overview fine-uploader is a npm package for upload. Note: This project is no longer maintained and the the package should be considered deprecated. Affected versions of this package are vulnerable to Prototype Pollution. Given a value such as proto, this value is used by the extend function witho...

4.8CVSS6.8AI score
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2020/07/17 12:00 a.m.8 views

PT-2020-5249 · Net Snmp +5 · Net-Snmp +5

Name of the Vulnerable Software and Affected Versions: Net-SNMP versions prior to 5.8 Description: The issue is related to improper privilege management in the Net-SNMP software. It allows SNMP WRITE access to the EXTEND MIB, which can be exploited to run arbitrary commands as root. This could...

9.6CVSS7.2AI score0.17189EPSS
SaveExploits4References129
BDU FSTEC
BDU FSTEC
added 2020/06/26 12:00 a.m.16 views

The vulnerability of theutils-extend module in the NPM package manager allows a hacker to execute arbitrary code.

The vulnerability of theutils-extend module in the NPM package manager arises due to insufficient cleaning of data provided by users. Exploiting this vulnerability allows a remote attacker to execute arbitrary code...

10CVSS8.1AI score0.03149EPSS
SaveExploits1References4Affected Software1
RedHat Linux
RedHat Linux
added 2020/06/19 3:46 a.m.23 views

nodejs-deep-extend: Prototype pollution can allow attackers to modify object properties

The utilities function in all versions = 0.5.0 of the deep-extend node module can be tricked into modifying the prototype of Object when the attacker can control part of the structure passed to this function. This can let an attacker add or modify existing properties that will exist on all object...

9.8CVSS7.3AI score0.02147EPSS
SaveExploits1References6
Veracode
Veracode
added 2020/06/11 7:01 a.m.25 views

Arbitrary Code Execution

node-extend is vulnerable to arbitrary code execution. Untrusted user input as argument A to the functionA,B,as,isAargs in lib/extend.js is passed to the eval function without validation, allowing an attacker to execute arbitrary code...

9.8CVSS4.5AI score0.02512EPSS
SaveExploits1References1Affected Software1
CNVD
CNVD
added 2020/06/11 12:00 a.m.16 views

node-extend input validation error vulnerability

node-extend is an extension package for Node.js. An input validation error vulnerability exists in node-extend 0.2.0 and earlier versions, which can be exploited by an attacker to execute arbitrary code...

9.8CVSS7.3AI score0.02512EPSS
SaveExploits1References1
OSV
OSV
added 2020/06/10 4:15 p.m.15 views

CVE-2020-7673

node-extend through 0.2.0 is vulnerable to Arbitrary Code Execution. User input provided to the argument A of extend functionA,B,as,isAargs located within lib/extend.js is executed by the eval function, resulting in code execution...

9.8CVSS7.4AI score0.02512EPSS
SaveExploits1References1
Prion
Prion
added 2020/06/10 4:15 p.m.30 views

Remote code execution

node-extend through 0.2.0 is vulnerable to Arbitrary Code Execution. User input provided to the argument A of extend functionA,B,as,isAargs located within lib/extend.js is executed by the eval function, resulting in code execution...

7.5CVSS9.6AI score0.02512EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2020/06/10 3:36 p.m.41 views

CVE-2020-7673

node-extend through 0.2.0 is vulnerable to Arbitrary Code Execution. User input provided to the argument A of extend functionA,B,as,isAargs located within lib/extend.js is executed by the eval function, resulting in code execution...

9.7AI score0.02512EPSS
SaveExploits1References1
CVE
CVE
added 2020/06/10 3:36 p.m.81 views

CVE-2020-7673

CVE-2020-7673 affects node-extend up to version 0.2.0. The vulnerability arises in the extend(A,B,as,isAargs) function (lib/extend.js) where user input is passed to eval, enabling Arbitrary Code Execution. Affected: node-extend 0.2.0 and earlier. Impact: potential remote code execution with netwo...

9.8CVSS9.6AI score0.02512EPSS
SaveExploits1References1Affected Software1
Debian CVE
Debian CVE
added 2020/06/10 3:36 p.m.62 views

CVE-2020-7673

node-extend through 0.2.0 is vulnerable to Arbitrary Code Execution. User input provided to the argument A of extend functionA,B,as,isAargs located within lib/extend.js is executed by the eval function, resulting in code execution...

9.8CVSS9.8AI score0.02512EPSS
SaveExploits1
vulnersOsv
vulnersOsv
added 2020/06/05 3:16 p.m.4 views

@qbunnyteam/superlogin (>=0.0.3, <=0.0.4), @sensu/superlogin (>=1.2.2, <=1.2.6) +16 more potentially affected by CVE-2020-7673 via node-extend (0.2.0)

node-extend NPM version 0.2.0 is affected by a known vulnerability. The following packages have a transitive dependency on node-extend and may be impacted: - @qbunnyteam/superlogin =0.0.3, =1.2.2, =0.1.0, =0.1.0, =0.0.0, =0.2.0, =4.1.4, =1.1.0, =1.4.1 and more Source cves: CVE-2020-7673 Source...

9.8CVSS8.6AI score0.02512EPSS
SaveExploits1
Snyk
Snyk
added 2020/06/05 3:16 p.m.7 views

Arbitrary Code Execution

Overview node-extend is an extend for node.js. Affected versions of this package are vulnerable to Arbitrary Code Execution. User input provided to the argument A of extend functionA,B,as,isAargs located within lib/extend.js is executed by the eval function, resulting in code execution. PoC var...

9.8CVSS7.2AI score0.02512EPSS
SaveExploits1References2
Hacker One
Hacker One
added 2020/05/19 7:34 p.m.29 views

Node.js third-party modules: [extend-merge] Prototype pollution

I would like to report a prototype pollution vulnerability in extend-merge module. It allows an attacker to inject properties on Object.prototype. Module module name: extend-merge version: 1.0.5 npm page: https://www.npmjs.com/package/extend-merge Module Description Shallow extend and deep merge...

0.8AI score
SaveExploits0
CNVD
CNVD
added 2020/04/07 12:00 a.m.65 views

npm package utils-extend input validation error vulnerability

npm package utils-extend is a lightweight package for extending Node.js utilities. An input validation error vulnerability exists in npm package utils-extend 1.0.8 and earlier versions. A remote attacker can exploit this vulnerability to execute code or cause a denial of service...

9.8CVSS7.4AI score0.03149EPSS
SaveExploits1
nodejs
nodejs
added 2020/04/06 6:13 p.m.42 views

Prototype Pollution

Overview All versions of utils-extend are vulnerable to prototype pollution. The extend function does not restrict the modification of an Object's prototype, which may allow an attacker to add or modify an existing property that will exist on all objects. Recommendation No fix is currently...

7.5CVSS3.6AI score0.03149EPSS
SaveExploits1Affected Software1
RedHat Linux
RedHat Linux
added 2020/04/06 9:02 a.m.16 views

jquery: Prototype pollution in object's prototype leading to denial of service, remote code execution, or property injection

A Prototype Pollution vulnerability was found in jquery. Untrusted JSON passed to the extend function could lead to modifying objects up the prototype chain, including the global Object. A crafted JSON object passed to a vulnerable method could lead to denial of service or data injection, with...

6.1CVSS6.4AI score0.87218EPSS
SaveExploits4References6
OSV
OSV
added 2020/04/03 9:15 p.m.12 views

CVE-2020-8147

Flaw in input validation in npm package utils-extend version 1.0.8 and earlier may allow prototype pollution attack that may result in remote code execution or denial of service of applications using utils-extend...

9.8CVSS6.3AI score0.03149EPSS
SaveExploits1References1
NVD
NVD
added 2020/04/03 9:15 p.m.39 views

CVE-2020-8147

Flaw in input validation in npm package utils-extend version 1.0.8 and earlier may allow prototype pollution attack that may result in remote code execution or denial of service of applications using utils-extend...

9.8CVSS9.7AI score0.03149EPSS
SaveExploits1References1
attackerkb
attackerkb
added 2020/04/03 9:15 p.m.9 views

CVE-2020-8147

Flaw in input validation in npm package utils-extend version 1.0.8 and earlier may allow prototype pollution attack that may result in remote code execution or denial of service of applications using utils-extend...

9.8CVSS9.2AI score0.03149EPSS
SaveExploits1References2
Rows per page
Query Builder