Lucene search
K

1294 matches found

Node.js
Node.js
added 2016/07/05 3:50 p.m.35 views

Route Validation Bypass

Overview Affected versions of call do not validate empty parameters, which may result in a bypass of route validation rules. Proof of Concept Routing Scheme: /api/param/param2/details Triggering Request Path: /api/// Recommendation Update to version 3.0.2 or later. References - Issue 3228 - GitHu...

5CVSS3.3AI score0.00237EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2016/05/05 10:29 p.m.22 views

Insecure Defaults Leads to Potential MITM

Overview Affected versions of ezseed-transmission download and run a script over an HTTP connection. An attacker in a privileged network position could launch a Man-in-the-Middle attack and intercept the script, replacing it with malicious code, completely compromising the system running...

3.9AI score
Exploits0Affected Software1
Node.js
Node.js
added 2016/05/05 10:8 p.m.32 views

SQL Injection

Overview Affected versions of sequelize are vulnerable to SQL Injection in locations where user input is passed into the limit or order parameters of sequelize query calls, such as findOne or findAll. Recommendation Update to version 3.17.0 or later. References - PR 5167 - Commit f282d8 - GitHub...

7.5CVSS4.1AI score0.00486EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2016/03/30 10:22 p.m.29 views

Template Injection

Overview Affected versions of jsrender are susceptible to a remote code execution vulnerability when used with server delivered client-side tempates which dynamically embed user input. Proof of Concept for x!=1?constructor.constructor"return arguments.callee.caller":y10 :data /for function...

4.5AI score
Exploits0Affected Software1
Node.js
Node.js
added 2016/03/28 10:31 p.m.22 views

Insecure Default Configuration

Overview Affected versions of airbrake default to sending environment variables over an unencrypted HTTP connection. In scenarios where an attacker has a privileged network position, it is possible for them to capture and read these environment variables, which may result in leaking sensitive...

4.3CVSS4.4AI score0.003EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2016/03/28 9:18 p.m.24 views

Timing Attack

Overview Affected versions of csrf-lite are vulnerable to timing attacks as a result of testing CSRF tokens via a fail-early comparison instead of a constant-time comparison. Timing attacks remove the exponential increase in entropy gained from increased secret length, by providing per-character...

4.3CVSS4.7AI score0.003EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2016/03/28 5:59 p.m.37 views

Insecure Entropy Source - Math.random()

Overview Affected versions of node-uuid consistently fall back to using Math.random as an entropy source instead of crypto, which may result in guessable UUID's. Recommendation Update to version 1.4.4 or later. References - Issue 108 - Issue 122 - GitHub Advisory...

5CVSS4.6AI score0.00338EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2016/03/28 5:34 p.m.21 views

No CSRF Validation

Overview Affected versions of droppy are vulnerable to cross-site socket forgery. The package does not perform verification for cross-domain websocket requests, and as a result, an attacker can create a web page that opens up a websocket connection on behalf of the user visiting the page. The...

6.8CVSS4.3AI score0.00134EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2016/03/25 5:56 p.m.26 views

Directory Traversal

Overview Affected versions of restafary are susceptible to a directory traversal vulnerability when a root path is specified in the configuration. Proof of Concept curl -i -s -k -X 'GET' -H 'Authorization: Basic YWRtaW46cGFzc3dvcmQ=' 'http://localhost:8000/api/v1/fs/..%2f..%2fetc/passwd'...

4CVSS3.6AI score0.00393EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2016/03/22 4:50 p.m.21 views

Forgeable Public/Private Tokens

Overview Affected versions of the jws package allow users to select what algorithm the server will use to verify a provided JWT. A malicious actor can use this behaviour to arbitrarily modify the contents of a JWT while still passing verification. For the common use case of the JWT as a bearer...

3.9AI score
Exploits0Affected Software1
Node.js
Node.js
added 2016/03/18 4:7 a.m.23 views

Regular Expression Denial of Service

Overview Affected versions of riot-compiler are susceptible to a regular expression denial of service vulnerability. Recommendation Update to version 2.3.22 or later. References - Issue 46 - GitHub Advisory...

5CVSS5.4AI score0.00334EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2016/01/28 7:56 a.m.27 views

Authentication Bypass

Overview Versions of hapi-auth-jwt2 prior to version 5.1.2 are affected by a complete authentication bypass vulnerability when in the try authentication mode. Recommendation Update to version 5.1.2 or later. References - Issue 111 - PR 112 - GitHub Advisory...

7.5CVSS6.1AI score0.00448EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2016/01/11 10:27 p.m.27 views

Content Injection via TileJSON Name

Overview Versions 1.x prior to 1.6.6 and 2.x prior to 2.2.4 of mapbox.js are vulnerable to a cross-site-scripting attack in certain uncommon usage scenarios. If L.mapbox.map or L.mapbox.shareControl are used in a manner that gives users control of the TileJSON content, it is possible to inject...

4.3CVSS2.1AI score0.00164EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2015/12/23 10:4 p.m.25 views

Denial of Service

Overview Versions of hapi prior to 11.1.3 are affected by a denial of service vulnerability. The vulnerability is triggered when certain input is passed into the If-Modified-Since or Last-Modified headers. This causes an 'illegal access' exception to be raised, and instead of sending a HTTP 500...

5CVSS2.2AI score0.00346EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2015/11/03 7:15 a.m.76 views

Symlink Arbitrary File Overwrite

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

5CVSS4.2AI score0.00367EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2015/10/26 11:19 p.m.46 views

Regular Expression Denial of Service

Overview Versions of moment prior to 2.11.2 are affected by a regular expression denial of service vulnerability. The vulnerability is triggered when arbitrary user input is passed into moment.duration. Proof of concept var moment = require'moment'; var genstr = function len, chr var result = "";...

7.8CVSS4.2AI score0.02708EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2015/10/25 5:21 p.m.25 views

Regular Expression Denial of Service

Overview The jshamcrest package is affected by a regular expression denial of service vulnerability when certain types of user input are passed in to the emailAddress validator. Proof of concept var js = require'jshamcrest' var emailAddress = new js.JsHamcrest.Matchers.emailAddress; var genstr =...

5CVSS3.1AI score0.00334EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2015/10/25 4:40 a.m.25 views

Regular Expression Denial of Service

Overview The jadedown package is affected by a regular expression denial of service vulnerability when certain types of user input are passed in. Proof of concept var jadedown = require'jadedown'; var genstr = function len, chr var result = ""; for i=0; i=len; i++ result = result + chr; return...

5CVSS2.4AI score0.00334EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2015/10/25 1:35 a.m.22 views

Regular Expression Denial of Service

Overview The ansi2html package is affected by a regular expression denial of service vulnerability when certain types of user input is passed in. Proof of concept var ansi2html = require'ansi2html' var start = process.hrtime; ansi2html"1111111111111111111111;0000000000000000000000";...

5CVSS3AI score0.00334EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2015/10/24 6:5 p.m.25 views

Content Injection via TileJSON attribute

Overview Versions 1.x prior to 1.6.5 and 2.x prior to 2.1.7 of mapbox.js are vulnerable to a cross-site-scripting attack in certain uncommon usage scenarios. If L.mapbox.map or L.mapbox.tileLayer are used to load untrusted TileJSON content from a non-Mapbox URL, it is possible for a malicious use...

4.3CVSS2.5AI score0.00164EPSS
Exploits1Affected Software1
Rows per page
Query Builder