Lucene search
+L
NodejsMost viewed

1635 matches found

Node.js
Node.js
added 2019/05/06 7:14 p.m.23 views

Denial of Service

Overview Versions of axios prior to 0.18.1 are vulnerable to Denial of Service. If a request exceeds the maxContentLength property, the package prints an error but does not stop the request. This may cause high CPU usage and lead to Denial of Service. Recommendation Upgrade to 0.18.1 or later...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/05/01 8:16 p.m.23 views

Cross-Site Scripting

Overview Versions of verdaccio prior to 3.12.0 are vulnerable to Cross-Site Scripting. Links for the packages homepage are not properly restricted to http/https and can contain JavaScript which may lead to arbitrary code execution. Recommendation Upgrade to version 3.12.0 or later. References...

4.3CVSS3.7AI score0.00865EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2018/04/24 8:30 p.m.23 views

Memory Exposure

Overview Versions of tunnel-agent before 0.6.0 are vulnerable to memory exposure. This is exploitable if user supplied input is provided to the auth value and is a number. Proof-of-concept: js require'request' method: 'GET', uri: 'http://www.example.com', tunnel: true, proxy: protocol: 'http:',...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2018/04/24 2:37 p.m.23 views

Prototype Pollution

Overview Versions of default-deep before 0.2.4 are vulnerable to prototype pollution Recommendation Update to version 0.2.4 or later. References - HackerOne Report - GitHub Advisory...

6.5CVSS4.1AI score0.02036EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2017/06/28 8:50 p.m.23 views

Directory Traversal

Overview Affected versions of rtcmulticonnection-client resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the...

5CVSS4.6AI score0.02005EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2016/03/28 5:21 p.m.23 views

Authentication Bypass

Overview Affected versions of the console-io package do not configure the underlying websocket library to require authentication, resulting in an authentication bypass vulnerability. As console-io allows terminal access on the server via a web page, an authentication bypass is essentially remote...

10CVSS6.5AI score0.02369EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2015/10/17 7:41 p.m.23 views

SQL Injection

Overview Versions 2.0.0-rc-7 and earlier of sequelize are affected by a SQL injection vulnerability when user input is passed into the order parameter. Proof of Concept javascript Test.findAndCountAll where: id :1 , order : 'id', 'UNTRUSTED USER INPUT' Recommendation Update to version 2.0.0-rc8 o...

7.5CVSS3.3AI score0.02115EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2014/11/12 3:33 a.m.23 views

Command Injection

Overview The dns-sync library for node.js allows resolving hostnames in a synchronous fashion All versions of dns-sync prior to the release 0.1.1 were vulnerable to arbitrary command execution via maliciously formed hostnames. For example: var dnsSync = require'dns-sync';...

6.5CVSS7.1AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/08/11 7:39 p.m.22 views

Cross-Site Scripting

Overview @progress/kendo-angular-editor before version 1.2.3 is vulnerable to Cross-Site Scripting. When the Editor content contains potentially malicious scripts in element event handlers, they get executed. Adding the following content to the Editor value demonstrates the issue: . Recommendatio...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/05 8:20 p.m.22 views

Information Exposure

Overview Versions of apollo-server-lambda prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, their relatio...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/05 7:51 p.m.22 views

Information Exposure

Overview Versions of apollo-server-hapi prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, their relations...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/05 7:50 p.m.22 views

Information Exposure

Overview Versions of apollo-server-cloudflare prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, their...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/05/20 12:12 a.m.22 views

Cross-Site Scripting

Overview Versions of @toast-ui/editor prior to 2.2.0 are vulnerable to Cross-Site Scripting XSS. There are multiple bypasses to the package's built-in XSS sanitization. This may allow attackers to execute arbitrary JavaScript on a victim's browser. Recommendation Upgrade to version 2.2.0 or later...

6.2AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/01/10 7:44 p.m.22 views

Cross-Site Scripting

Overview All versions of atlasboard-atlassian-package prior to 0.4.2 are vulnerable to Cross-Site Scripting XSS. The package fails to properly sanitize user input that is rendered as HTML, which may allow attackers to execute arbitrary JavaScript in a victim's browser. This requires attackers bei...

6.6AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/12/18 7:53 p.m.22 views

Command Injection

Overview All versions of plotter are vulnerable to Command Injection. The package fails to sanitize plot titles, which may allow attackers to execute arbitrary code in the system if the title value is supplied by a user. The following proof-of-concept creates a testing file in the current...

7.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/12/18 2:29 p.m.22 views

Command Injection

Overview Versions of hot-formula-parser prior to 3.0.1 are vulnerable to Command Injection. The package fails to sanitize values passed to the parse function and concatenates it in an eval call. If a value of the formula is supplied by user-controlled input it may allow attackers to run arbitrary...

7.5CVSS4.6AI score0.02148EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2019/12/09 10:20 p.m.22 views

Arbitrary File Write

Overview Versions of bin-links prior to 1.1.5 are vulnerable to an Arbitrary File Write. The package fails to restrict access to folders outside of the intended nodemodules folder through the bin field. This allows attackers to create arbitrary files in the system. Note it is not possible to...

6.9AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/11/27 10:15 p.m.22 views

Malicious 󠅮󠅰󠅭Package

Overview All versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets. Recommendation Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/11/27 10:14 p.m.22 views

Malicious 󠅮󠅰󠅭Package

Overview All versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets. Recommendation Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/11/06 3:59 p.m.22 views

Machine-In-The-Middle

Overview All versions of lix are vulnerable to Machine-In-The-Middle. The package accepts downloads with http and follows location header redirects for package downloads. This allows for an attacker in a privileged network position to intercept a lix package installation and redirect the download...

6.8CVSS2.8AI score0.01365EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2019/10/25 5:53 p.m.22 views

Malicious Package

Overview Version 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user. Recommendation Remove the package from your environment. Ensure no Ethereum funds were compromised. References GitHub Advisory...

6.9AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/10/15 8:29 p.m.22 views

Arbitrary File Write

Overview Versions of decompress prior to 4.2.1 are vulnerable to Arbitrary File Write. The package fails to prevent extraction of files with relative paths, allowing attackers to write to any folder in the system by including filenames containing../. Recommendation Upgrade to version 4.2.1 or...

6.9AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/09/06 6:20 p.m.22 views

Sensitive Data Exposure

Overview Versions of seneca prior to 3.9.0 are vulnerable to Sensitive Data Exposure. When a process using the package crashes all environment variables are printed. This may leak sensitive data such as access keys, especially given scenarios when log-monitoring systems store the error output...

5CVSS3.1AI score0.01181EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2019/09/05 9:47 p.m.22 views

Cross-Site Scripting

Overview All versions of status-board are vulnerable to Cross-Site Scripting. The renderJsDashboard function concatenates the safeDashboard variable to the HTTP response message with insufficient sanitization. If this variable is controlled by user input it may allow attackers to execute arbitrar...

4.3CVSS3AI score0.0084EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2019/09/04 3:32 p.m.22 views

Path Traversal

Overview All versions of statichttpserver are vulnerable to Path Traversal. The package fails to sanitize URLs, allowing attackers to access server files outside of the served folder using relative paths. Recommendation No fix is currently available. Consider using an alternative package until a...

5CVSS2.4AI score0.01601EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2019/07/02 8:41 p.m.22 views

Sandbox Breakout / Arbitrary Code Execution

Overview All versions of safe-eval are vulnerable to Sandbox Escape leading to Remote Code Execution. A payload chaining a function's callee and caller constructors can escape the sandbox and execute arbitrary code. For example, the payload = const targetKey = Object.keysthis0;...

7.9AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/06/19 2:58 a.m.22 views

Cross-Site Scripting

Overview Versions of public prior to 0.1.4 are vulnerable to Cross-Site Scripting XSS. The package fails to sanitize filenames, allowing attackers to execute arbitrary JavaScript in the victim's browser through files with names containing malicious code. Recommendation Upgrade to version 0.1.4 or...

4.3CVSS3.8AI score0.00769EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2019/06/17 9:49 p.m.22 views

Cross-Site Scripting

Overview Versions of diagram-js-direct-editing prior to 1.4.3 are vulnerable to Cross-Site Scripting. The package fails to sanitize input from the clipboard, allowing attackers to execute arbitrary JavaScript in the victim's browser. Recommendation Upgrade to version 1.4.3 or later. References -...

7.3AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/06/12 1:44 p.m.22 views

Denial of Service

Overview Affected versions of node-sass are vulnerable to Denial of Service DoS. Crafted objects passed to the renderSync function may trigger C++ assertions in CustomImporterBridge::getimporterentry and CustomImporterBridge::postprocessreturnvalue that crash the Node process. This may allow...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/05/28 5:48 p.m.22 views

Cross-Site Scripting

Overview Versions of ag-grid-community prior to 14.0.0 are vulnerable to Cross-Site Scripting XSS. Grid contents are not properly sanitized and may allow attackers to execute arbitrary JavaScript if user input is rendered in the grid. Recommendation Upgrade to version 14.0.0 or later References -...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/04/10 9:39 p.m.22 views

Cross-Site Scripting

Overview Versions of @nuxt/devalue prior to 1.2.3 are vulnerable to Cross-Site Scripting. Due to insufficient input sanitization attacker may inject arbitrary JavaScript code through object keys. Recommendation Upgrade to version 1.2.3 or later. References - GitHub Issue - GitHub Advisory...

4.3CVSS3.7AI score0.01347EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2019/01/30 12:22 a.m.22 views

Symlink Arbitrary File Overwrite

Overview Versions of bower prior to 1.8.8 are affected by an arbitrary file write vulnerability. The vulnerability occurs because bower does not verify that extracted symbolic links do not resolve to targets outside of the extraction root directory. Recommendation Update to version 1.8.8 or later...

7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2018/12/06 8:41 p.m.22 views

Path Traversal

Overview All versions of knightjs are vulnerable to Path Traversal. This vulnerability allows an attacker to read content of arbitrary files on the server due to lack of input validation. Recommendation As there is currently no fix for this module we recommend not using this module in production...

5CVSS3.8AI score0.01764EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2018/11/07 4:24 p.m.22 views

NoSQL injection

Overview Versions of express-cart before 1.1.8 are vulnerable to NoSQL injection. The vulnerability is caused by the lack of user input sanitization in the login handlers. In both cases, the customer login and the admin login, parameters from the JSON body are sent directly into the MongoDB query...

7.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2016/12/01 6:56 p.m.22 views

Downloads Resources over HTTP

Overview Affected versions of broccoli-closure insecurely download an executable over an unencrypted HTTP connection. In scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code...

9.3CVSS5.6AI score0.01682EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2016/07/22 9:20 p.m.22 views

Cross-Site Scripting

Overview Affected versions of swagger-ui are vulnerable to cross-site scripting. This vulnerability exists because swagger-ui automatically executes external Javascript that is loaded in via the url query string parameter when a Content-Type: application/javascript header is included. An attacker...

3.2AI score0.00713EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2016/07/21 2:30 p.m.22 views

DOM-based XSS

Overview Affected versions of gmail-js are vulnerable to cross-site scripting in the tools.parseresponse, helper.get.visibleemailspost, and helper.get.emaildatapost functions, which pass user input directly into the Function constructor. Recommendation Update to version 0.6.5 or later. References...

4.5AI score0.00713EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2020/09/14 4:42 p.m.21 views

Sensitive Data Exposure

Overview Applies to Azure DevOps users only. The bot's token may be exposed in server or pipeline logs due to the http.extraheader=AUTHORIZATION parameter being logged without redaction. It is recommended that Azure DevOps users revoke their existing bot credentials and generate new ones after...

6.9AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/02/28 2:0 p.m.21 views

Improper Authorization

Overview All versions of react-oauth-flow fail to properly implement the OAuth protocol. The package stores secrets in the front-end code. Instead of using a public OAuth client, it uses a confidential client on the browser. This may allow attackers to compromise server credentials. Recommendatio...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/01/06 8:21 p.m.21 views

Remote Code Execution

Overview Versions of mongodb-query-parser prior to 2.0.0 are vulnerable to Remote Code Execution. The package fails to sanitize queries, allowing attackers to execute arbitrary code in the system. Parsing the following payload executes touch test-file: 'function return...

8.1AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/12/11 8:56 p.m.21 views

Symlink reference outside of node_modules

Overview Versions of the npm CLI prior to 6.13.3 are vulnerable to a symlink reference outside of nodemodules. It is possible for packages to create symlinks to files outside of thenodemodules folder through the bin field upon installation. A properly constructed entry in the package.json bin fie...

6.9AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/12/06 8:7 p.m.21 views

Outdated Static Dependency

Overview Versions of vue-moment prior to 4.1.0 contain an Outdated Static Dependency. The package depends on moment and has it loaded statically instead of as a dependency that can be updated. It has [email protected] that contains a Regular Expression Denial of Service vulnerability. Recommendation...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/11/27 10:14 p.m.21 views

Malicious 󠅮󠅰󠅭Package

Overview All versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets. Recommendation Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/11/27 10:14 p.m.21 views

Malicious 󠅮󠅰󠅭Package

Overview All versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets. Recommendation Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/11/19 9:36 p.m.21 views

Prototype Pollution

Overview All versions of unflatten are vulnerable to prototype pollution. The function unflatten 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...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/10/17 5:48 p.m.21 views

Sandbox Breakout

Overview Versions of realms-shim prior to 1.2.1 are vulnerable to a Sandbox Breakout. The Realms evaluation function has an option to apply Babel-like transformations to the source code before it reaches the evaluator. One portion of this transform pipeline exposed a primal-Realm object to the...

7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/08/07 7:39 p.m.21 views

Cross-Site Scripting

Overview All versions of http-file-server are vulnerable to Cross-Site Scripting XSS. The package fails to sanitize filenames, allowing attackers to execute arbitrary JavaScript in the victim's browser through files with names containing malicious code. Recommendation No fix is currently availabl...

3.5CVSS4.1AI score0.00709EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2019/07/23 5:58 p.m.21 views

Cross-Site Scripting

Overview Versions of console-feed prior to 2.8.10 are vulnerable to Cross-Site Scripting XSS. The package fails to properly escape the rendered output. If an application uses console-feed and a malicious JavaScript payload was passed to a console.log'%', payload call, the package would render HTM...

6.1AI score
Exploits0Affected Software1
Node.js
Node.js
added 2019/06/24 3:23 p.m.21 views

Path Traversal

Overview Versions of serve-here.js prior to 1.2.0 are vulnerable to Path Traversal. The package fails to sanitize URLs, allowing attackers to access server files outside of the served folder using relative paths. Recommendation Upgrade to version 1.2.0 or later. References - HackerOne Report...

5CVSS4AI score0.01502EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2019/06/20 8:20 p.m.21 views

Arbitrary Code Execution

Overview Versions of require-node prior to 1.3.4 for 1.x and 2.0.4 for 2.x are vulnerable to Arbitrary Code Execution. The package fails to sanitize requests to the require-node endpoint, allowing attackers to execute arbitrary code in the server through the injection of OS commands in the reques...

8.4AI score
Exploits0Affected Software1
Total number of security vulnerabilities1635