Lucene search
+L

407 matches found

CNNVD
CNNVD
added 2022/03/17 12:00 a.m.7 views

Dominictarr Libnested 安全漏洞

Dominictarr Libnested is a codebase from the Dominictarr individual developer that provides map, each, get, set, keys functions for basic nested objects. A security vulnerability exists in Dominictarr Libnested, which stems from the set function in index.js being susceptible to prototype...

9.8CVSS8.2AI score0.02061EPSS
SaveExploits1References4
Veracode
Veracode
added 2022/02/15 9:18 a.m.38 views

Authorization Bypass

url-parse is vulnerable to authorization bypass. The vulnerability exists in Url function of index.js because the user name and password are not properly handled which allows a malicious user to modify user information...

5.3CVSS2.5AI score0.01782EPSS
SaveExploits1References7Affected Software2
Veracode
Veracode
added 2022/02/07 6:39 a.m.20 views

Prototype Pollution

object-path-set is vulnerable to prototype pollution. An attacker can inject properties into existing construct prototypes via the isValidKey function of index.js and modify attributes such as proto, constructor, and prototype...

9.8CVSS4.3AI score0.02125EPSS
SaveExploits1References3Affected Software1
Veracode
Veracode
added 2022/01/26 9:05 a.m.19 views

Account Hijacking

simple-get users are vulnerable to account hijacking. The vulnerability in simpleGet function of index.js allow a remote attacker to provide a victim with a crafted URL, redirecting the victim to a malicious third party site. During the process victim's cookie is leaked to the attacker resulting ...

8.8CVSS5.6AI score0.02024EPSS
SaveExploits1References5Affected Software1
Veracode
Veracode
added 2022/01/11 7:50 a.m.18 views

Prototype Pollution

extend2 is vulnerable to prototype pollution. The vulnerability exists in extend function of index.js as it allows an attacker to pass the value proto through the name variable...

9.8CVSS4AI score0.0145EPSS
SaveExploits1References5Affected Software1
Veracode
Veracode
added 2022/01/10 6:04 a.m.13 views

Denial Of Service (DoS)

is-email is vulnerable to denial of service. The isEmail function in the index.js does not properly check the email length, allowing an attacker to crash the application by providing a long-length email...

3.4AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/11/23 9:15 p.m.50 views

Prototype Pollution in algoliasearch-helper

The package algoliasearch-helper before 3.6.2 are vulnerable to Prototype Pollution due to use of the merge function in src/SearchParameters/index.jsSearchParameters.parseNumbers without any protection against prototype properties. Note that this vulnerability is only exploitable if the...

9.8CVSS5.1AI score0.01574EPSS
SaveExploits1References5Affected Software1
Veracode
Veracode
added 2021/11/08 4:40 a.m.20 views

Cross-site Scripting (XSS)

apostrophe is vulnerable to cross-site scripting. The vulnerability exists due to the lack of sanitization in index.js allowing an attacker to insert arbitrary Javascript...

5.4CVSS2.6AI score0.00483EPSS
SaveExploits0References2Affected Software1
Veracode
Veracode
added 2021/11/05 12:21 p.m.26 views

Prototype Pollution

json-pointer is vulnerable to prototype pollution. The vulnerability exists in the 'set' function of 'index.js' as a bypass of a previous fix for a prototype pollution vulnerability. An attacker is able to inject arbitrary properties into existing construct prototypes and modification of attribut...

9.8CVSS3.5AI score0.01813EPSS
SaveExploits1References2Affected Software1
Veracode
Veracode
added 2021/11/05 4:45 a.m.19 views

Cross-site Scripting (XSS)

bootstrap-table is vulnerable to cross-site scripting. Lack of input sanitization in the escapeHTML function of index.js allows an attacker to inject and execute malicious javascript even if the escape attribute is set...

6.1CVSS2AI score0.02332EPSS
SaveExploits1References2Affected Software1
Veracode
Veracode
added 2021/11/01 5:57 a.m.25 views

Remote Code Execution (RCE)

aaptjs is vulnerable to remote code execution. The add function in index.js does not properly sanitize user-provided data, allowing an attacker to provide malicious code via its filePath parameter...

9.8CVSS5.7AI score0.0181EPSS
SaveExploits1References2Affected Software1
Veracode
Veracode
added 2021/10/22 3:55 a.m.28 views

Command Injection

shell-quote is vulnerable to command injection. An attacker can inject unescaped shell metacharacters through a regex used in exports.quote function in the index.js...

9.8CVSS3.8AI score0.04221EPSS
SaveExploits0References4Affected Software2
Github Security Blog
Github Security Blog
added 2021/06/08 11:19 p.m.74 views

Open Redirect in trailing-slash

The package trailing-slash before 2.0.1 are vulnerable to Open Redirect via the use of trailing double slashes in the URL when accessing the vulnerable endpoint such as https://example.com//attacker.example/. The vulnerable code is in index.js::createTrailing, as the web server uses relative URLs...

6.1CVSS1AI score0.0115EPSS
SaveExploits1References5Affected Software1
Veracode
Veracode
added 2021/05/24 9:48 a.m.17 views

Prototype Pollution

body-parser-xml is vulnerable to prototype pollution. An attacker is able to exploit the vulnerability to inject arbitrary properties into existing construct prototypes and modify attributes such as proto, constructor and prototype in the index.js...

9.8CVSS4AI score0.01299EPSS
SaveExploits1References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/05/17 5:43 p.m.5 views

CVE-2021-23384

The package koa-remove-trailing-slashes before 2.0.2 are vulnerable to Open Redirect via the use of trailing double slashes in the URL when accessing the vulnerable endpoint such as https://example.com//attacker.example/. The vulnerable code is in index.js::removeTrailingSlashes, as the web serve...

5.8CVSS5.4AI score0.00835EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2021/05/10 3:59 p.m.83 views

Command Injection in geojson2kml

All versions up to and including version 0.1.1 of package geojson2kml are vulnerable to Command Injection via the index.js file. PoC: js var a =require"geojson2kml"; a"./","& touch JHU",function...

9.8CVSS9.3AI score0.63305EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/07 4:16 p.m.77 views

OS Command Injection in closure-compiler-stream

closure-compiler-stream through 0.1.15 allows execution of arbitrary commands. The argument options of the exports function in index.js can be controlled by users without any sanitization...

9.8CVSS9.1AI score0.02575EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/07 4:14 p.m.68 views

OS Command Injection in docker-compose-remote-api

docker-compose-remote-api through 0.1.4 allows execution of arbitrary commands. Within index.js of the package, the function execserviceName, cmd, fnStdout, fnStderr, fnExit uses the variable serviceName which can be controlled by users without any sanitization...

9.8CVSS9.1AI score0.0271EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/07 4:06 p.m.68 views

Path Traversal in marked-tree

This affects all versions up to and including version 0.8.1 of package marked-tree. There is no path sanitization in the path provided at fs.readFile in index.js...

7.5CVSS7.3AI score0.01738EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2021/05/07 4:06 p.m.48 views

GHSA-XR8H-53XR-JHCM Path Traversal in marked-tree

This affects all versions up to and including version 0.8.1 of package marked-tree. There is no path sanitization in the path provided at fs.readFile in index.js...

7.5CVSS7.5AI score0.01738EPSS
SaveExploits1References2
Rows per page
Query Builder