Lucene search
+L
NodejsMost viewed

1635 matches found

Node.js
Node.js
•added 2019/05/30 7:8 p.m.•21 views

Malicious Package

Overview All versions of reqest typosquatted a popular package of similar name and tracked users who had installed the incorrect package. The package uploaded information to a remote server including: name of the downloaded package, name of the intended package, the Node version and whether the...

6.6AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/05/06 2:2 p.m.•21 views

Malicious Package

Overview All versions of wepack-cli typosquatted a popular package of similar name and tracked users who had installed the incorrect package. The package uploaded information to a remote server including: name of the downloaded package, name of the intended package, the Node version and whether t...

6.6AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/05/03 6:45 p.m.•21 views

Insecure Default Configuration

Overview Versions of graphql-code-generator prior to 0.18.2 have an Insecure Default Configuration. The packages sets NODETLSREJECTUNAUTHORIZED to 0, disabling certificate verification for the entire project. This results in Insecure Communication for the process. Recommendation Upgrade to versio...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/04/04 1:26 a.m.•21 views

Path Traversal

Overview Versions of http-live-simulator prior to 1.0.6 are vulnerable to Path Traversal. Due to insufficient input sanitization, attackers can access server files by using relative paths. Recommendation Upgrade to version 1.0.6 References - HackerOne Report - GitHub Advisory...

5CVSS4.2AI score0.02833EPSS
Exploits0Affected Software1
Node.js
Node.js
•added 2019/01/25 8:19 p.m.•21 views

Malicious Package

Overview Version 2.0.2 of stream-combine has malicious code design to steal credentials and credit card information. The code searches all form elements for passwords, credit card numbers and CVC codes. It then uploads the information to a remote server using HTML links embedded in the page or fo...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/01/16 8:56 p.m.•21 views

Reflected Cross-Site Scripting

Overview Versions of jquery.terminal prior to 1.21.0 are vulnerable to Reflected Cross-Site Scripting. If the application has either of the options anyLinks or invokeMethods set to true, the application may execute arbitrary JavaScript through crafted malicious payloads due to insufficient...

7.2AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/01/03 7:44 p.m.•21 views

Sandbox Breakout / Arbitrary Code Execution

Overview Versions of static-evalprior to 2.0.2 pass untrusted user input directly to the global function constructor, resulting in an arbitrary code execution vulnerability when user input is parsed via the package. Proof of concept var evaluate = require'static-eval'; var parse =...

7.8AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2018/12/14 4:43 p.m.•21 views

Cross-Site Scripting

Overview All versions of md-data-table are vulnerable to cross-site scripting XSS. This vulnerability is exploitable if an attacker has control over data that is rendered by mdt-row Recommendation As there is no fix for this vulnerability at this time we recommend either selecting another package...

6.2AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2018/11/29 2:36 a.m.•21 views

Path Traversal

Overview All versions of takeapeek are vulnerable to path traversal exposing files and directories. Recommendation As no fix is currently available for this vulnerability is it is our recommendation to use another static file server. References - HackerOne Report - Node.js Security-wg - GitHub...

5CVSS2.8AI score0.01366EPSS
Exploits1Affected Software1
Node.js
Node.js
•added 2016/08/15 6:16 p.m.•21 views

Denial of Service

Overview Affected versions of mqtt will cause the node process to crash when receiving specially crafted MQTT packets, making the application vulnerable to a denial of service condition. Recommendation Update to v1.0.0 or later References - Parse.js Line 230 - GitHub Advisory...

5.3AI score0.02642EPSS
Exploits0Affected Software1
Node.js
Node.js
•added 2020/06/09 5:27 p.m.•20 views

Remote Code Execution

Overview Versions of next prior to 5.1.0 are vulnerable to Remote Code Execution. The /path: route fails to properly sanitize input and passes it to a require call. This allows attackers to execute JavaScript code on the server. Recommendation Upgrade to version 5.1.0. References - Vulnerability...

7.6AI score0.0906EPSS
Exploits0Affected Software1
Node.js
Node.js
•added 2020/06/05 7:50 p.m.•20 views

Information Exposure

Overview Versions of apollo-server-cloud-functions 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, thei...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2020/06/05 7:49 p.m.•20 views

Information Exposure

Overview Versions of apollo-server-cache-memcached 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, thei...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2020/04/15 7:14 p.m.•20 views

Regular Expression Denial of Service

Overview Versions of papaparse prior to 5.2.0 are vulnerable to Regular Expression Denial of Service ReDos. The parse function contains a malformed regular expression that takes exponentially longer to process non-numerical inputs. This allows attackers to stall systems and lead to Denial of...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2020/04/10 2:11 p.m.•20 views

Malicious ó …®ó …°ó …­Package

Overview All versions of m-backdoor contain malicious code. The package downloads a file from a remote server and executes it as a preinstall script. At the time of the release of this advisory the downloaded file only defaces websites by removing elements randomly from the DOM. Recommendation...

6.9AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2020/03/26 6:19 p.m.•20 views

Cross-Site Scripting

Overview Versions of htmr prior to 0.8.7 are vulnerable to Cross-Site Scripting XSS. The package uses innerHTML to unescape HTML entities. This may lead to DOM-based XSS through HTML-encoded XSS payloads. This may allow an attacker to execute arbitrary JavaScript in a victim's browser...

6AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2020/03/02 7:21 p.m.•20 views

Regular Expression Denial of Service

Overview Affected versions of acorn are vulnerable to Regular Expression Denial of Service. A regex in the form of /x-\ud800/u causes the parser to enter an infinite loop. The string is not valid UTF16 which usually results in it being sanitized before reaching the parser. If an application...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2020/02/17 12:15 p.m.•20 views

Denial of Service

Overview Versions of @commercial/ammo prior to 2.1.1 are vulnerable to Denial of Service. The Range HTTP header parser has a vulnerability which will cause the function to throw a system error if the header is set to an invalid value. Because hapi is not expecting the function to ever throw, the...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/12/20 5:6 p.m.•20 views

Improper Authorization

Overview All versions of passport-cognito are vulnerable to Improper Authorization. The package fails to properly scope the variables containing authorization information, such as access token, refresh token and ID token. This causes a race condition where simultaneous authenticated users may...

3.2AI score0.00298EPSS
Exploits0Affected Software1
Node.js
Node.js
•added 2019/12/11 9:28 p.m.•20 views

Global node_modules Binary Overwrite

Overview Versions of bin-links prior to 1.1.6 are vulnerable to a Global nodemodules Binary Overwrite. It fails to prevent globally-installed binaries to be overwritten by other package installs. For example, if a package was installed globally and created a serve binary, any subsequent installs ...

6.6AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/11/27 10:14 p.m.•20 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.•20 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 3:53 p.m.•20 views

Arbitrary File Write

Overview Versions of iobroker.admin prior to 3.6.12 are vulnerable to Path Traversal. The package fails to restrict access to folders outside of the intended folder in the /log/ route, which may allow attackers to include arbitrary files in the system. An attacker would need to be authenticated t...

7.5CVSS4AI score0.01714EPSS
Exploits1Affected Software1
Node.js
Node.js
•added 2019/11/27 3:14 p.m.•20 views

Cross-Site Scripting

Overview Versions of iobroker.web prior to 2.4.10 are vulnerable to Cross-Site Scripting. The package fails to escape URL parameters that may be reflected in the server response. This can be used by attackers to execute arbitrary JavaScript in the victim's browser. Recommendation Upgrade to versi...

4.3CVSS4.9AI score0.00679EPSS
Exploits0Affected Software1
Node.js
Node.js
•added 2019/11/11 6:28 p.m.•20 views

Prototype Pollution

Overview Affected versions of @polymer/polymer are vulnerable to prototype pollution. The package fails to prevent modification of object prototypes through chart options containing a payload such as "proto": "polluted": true. It is possible to achieve the same results if a chart loads data from ...

7.5CVSS4.1AI score0.01391EPSS
Exploits0Affected Software1
Node.js
Node.js
•added 2019/10/31 8:32 p.m.•20 views

Path Traversal

Overview All versions of statics-server are vulnerable to Path Traversal. The package fails to limit access to files outside of the served folder through symlinks. Recommendation No fix is currently available. Do not use statics-server in production or consider using an alternative module until a...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/09/05 10:9 p.m.•20 views

SQL Injection

Overview Versions of connect-pg-simple are vulnerable to SQL Injection. The PGStore.prototype.quotedTable function allows for the query to be manipulated if the input has double quotes through the schemaName or tableName variables. These variables are passed to the constructor and are unlikely to...

7.5CVSS5.6AI score0.00981EPSS
Exploits0Affected Software1
Node.js
Node.js
•added 2019/07/29 5:36 p.m.•20 views

Sandbox Breakout / Arbitrary Code Execution

Overview Versions of notevil prior to 1.3.2 are vulnerable to Sandbox Escape leading to Remote Code Execution. The package fails to prevent access to the Function constructor by not checking the return values of function calls. This allows attackers to access the Function prototype's constructor...

7.3AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/07/23 5:58 p.m.•20 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.•20 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.•20 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
Node.js
Node.js
•added 2019/06/19 2:49 a.m.•20 views

Command Injection

Overview Versions of entitlements prior to 1.3.0 are vulnerable to Command Injection. The package does not validate input on the entitlements function and concatenates it to an exec call, allowing attackers to run arbitrary commands in the system. Recommendation Upgrade to version 1.3.0 or later...

7.2AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/06/17 3:17 p.m.•20 views

Reverse Tabnapping

Overview Versions of swagger-ui prior to 3.18.0 are vulnerable to Reverse Tabnapping. The package uses target='blank' in anchor tags, allowing attackers to access window.opener for the original page. This is commonly used for phishing attacks. Recommendation Upgrade to version 3.18.0 or later...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/06/14 2:56 p.m.•20 views

Path Traversal

Overview Versions of serve prior to 10.1.2 are vulnerable to Path Traversal. Explicitly ignored folders can be accessed through relative paths, which allows attackers to access hidden folders and files. Recommendation Upgrade to version 10.1.2 or later. References - HackerOne Report - GitHub...

6.9AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/06/11 10:29 p.m.•20 views

Command Injection

Overview All versions of wxchangba are vulnerable to Command Injection. The package does not validate user input on the reqPostMaterial function, passing contents of the file parameter to an exec call. This may allow attackers to run arbitrary commands in the system. Recommendation No fix is...

7.1AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/06/07 7:27 p.m.•20 views

Malicious Package

Overview Version 0.2.1 of radicjs contained malicious code. The code when executed in the browser would enumerate password, cvc and cardnumber fields from forms and send the extracted values to https://js-metrics.com/minjs.php?pl= Recommendation Remove the package from your environment and evalua...

7AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/06/04 10:27 p.m.•20 views

Malicious Package

Overview All versions of shrugging-logging contain malicious code as a postinstall script. The package fetches all names of npm packages owned by the user and attempts to add another maintainer to every package as a means of package hijacking, Recommendation Remove the package from your system. I...

6.9AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/06/03 9:52 p.m.•20 views

Denial of Service

Overview Versions of ipfs-bitswap prior to 0.24.1 are vulnerable to Denial of Service DoS. The package put unwanted blocks in the blockstore, which could be used to exhaust system resources in specific conditions. Recommendation Upgrade to version 0.24.1 or later. References - GitHub PR - Snyk...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/06/03 7:0 p.m.•20 views

Malicious Package

Overview Version 0.1.8 of kraken-api contains malicious code as a postinstall script. When installed, the package calls home to a Command and Control server to execute arbitrary commands. Recommendation Any computer that has this package installed or running should be considered fully compromised...

7.6AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/05/06 2:20 p.m.•20 views

Malicious Package

Overview All versions of requset typosquatted a popular package of similar name and tracked users who had installed the incorrect package. The package uploaded information to a remote server including: name of the downloaded package, name of the intended package, the Node version and whether the...

6.6AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/05/06 2:18 p.m.•20 views

Malicious Package

Overview All versions of reuest typosquatted a popular package of similar name and tracked users who had installed the incorrect package. The package uploaded information to a remote server including: name of the downloaded package, name of the intended package, the Node version and whether the...

6.6AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/04/17 2:50 p.m.•20 views

Cross-Site Scripting

Overview Versions of simple-markdown prior to 0.4.4 are vulnerable to Cross-Site Scripting. Due to insufficient input sanitization the package may render output containing malicious JavaScript. This vulnerability can be exploited through input of links containing data or VBScript URIs and a...

4.3CVSS2.9AI score0.01274EPSS
Exploits0Affected Software1
Node.js
Node.js
•added 2019/04/09 6:42 p.m.•20 views

Cross-Site Scripting

Overview All versions of harp are vulnerable to Cross-Site Scripting. In the admin page it is possible to inject arbitrary JavaScript as a new product option, allowing attackers to execute arbitrary code. This is limited to the admin page and does not affect other pages. Recommendation No fix is...

7.3AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2019/02/15 9:40 p.m.•20 views

Regular Expression Denial of Service

Overview Version of clean-css prior to 4.1.11 are vulnerable to Regular Expression Denial of Service ReDoS. Untrusted input may cause catastrophic backtracking while matching regular expressions. This can cause the application to be unresponsive leading to Denial of Service. Recommendation Upgrad...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2018/11/29 12:41 a.m.•20 views

Entropy Backdoor

Overview All versions of text-qrcode contain malicious code that overwrites the randomBytes method for the crypto module with a function that generates weak entropy. Instead of generating 32 bytes, the infected randomBytes will generate 3 bytes of entropy and hash them, resulting in a 32 byte val...

6.9AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2018/11/07 7:5 p.m.•20 views

Missing Origin Validation

Overview Versions of browserify-hmr prior to 0.4.0 are missing origin validation on the websocket server. This vulnerability allows a remote attacker to steal a developer's source code because the origin of requests to the websocket server that is used for Hot Module Replacement HMR are not...

5CVSS2.3AI score0.01691EPSS
Exploits1Affected Software1
Node.js
Node.js
•added 2018/11/07 5:10 p.m.•20 views

Missing Origin Validation

Overview Versions of webpack-dev-server before 3.1.10 are missing origin validation on the websocket server. This vulnerability allows a remote attacker to steal a developer's source code because the origin of requests to the websocket server that is used for Hot Module Replacement HMR are not...

5CVSS3.5AI score0.02534EPSS
Exploits1Affected Software1
Node.js
Node.js
•added 2018/05/15 11:49 p.m.•20 views

Malicious Package

Overview Version 1.0.1 of simple-alipay contained malicious code. The code when executed in the browser would enumerate password, cvc, cardnumber fields from forms and send the extracted values to https://js-metrics.com/minjs.php?pl= Recommendation If version 1.0.1 of this module is found install...

6.9AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2018/05/15 11:33 p.m.•20 views

Malicious Package

Overview Version 1.1.7 of impala contained malicious code. The code when executed in the browser would enumerate password, cvc, cardnumber fields from forms and send the extracted values to https://js-metrics.com/minjs.php?pl= Recommendation If version 1.1.7 of this module is found installed you...

6.9AI score
Exploits0Affected Software1
Node.js
Node.js
•added 2018/05/15 11:17 p.m.•20 views

Malicious Package

Overview Version 0.3.1 of codify contained malicious code. The code when executed in the browser would enumerate password, cvc, cardnumber fields from forms and send the extracted values to https://js-metrics.com/minjs.php?pl= Recommendation If version 0.3.1 of this module is found installed you...

6.9AI score
Exploits0Affected Software1
Total number of security vulnerabilities1635