Latest CVE Feed
-
9.3
HIGHCVE-2016-10558
aerospike is an Aerospike add-on module for Node.js. aerospike versions below 2.4.2 download binary resources over HTTP, which leaves the module vulnerable to MITM attacks. It may be possible to cause remote code execution (RCE) by swapping out the reques... Read more
Affected Products : aerospike- EPSS Score: %0.77
- Published: May. 29, 2018
- Modified: Nov. 21, 2024
-
8.1
HIGHCVE-2016-10557
appium-chromedriver is a Node.js wrapper around Chromedriver. Versions below 2.9.4 download binary resources over HTTP, which leaves the module vulnerable to MITM attacks. It may be possible to cause remote code execution (RCE) by swapping out the request... Read more
Affected Products : appium-chromedriver- EPSS Score: %0.81
- Published: May. 31, 2018
- Modified: Nov. 21, 2024
-
7.5
HIGHCVE-2016-10556
sequelize is an Object-relational mapping, or a middleman to convert things from Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server into usable data for NodeJS In Postgres, SQLite, and Microsoft SQL Server there is an issue where arrays are treated... Read more
Affected Products : sequelize- EPSS Score: %0.22
- Published: May. 29, 2018
- Modified: Nov. 21, 2024
-
6.5
MEDIUMCVE-2016-10555
Since "algorithm" isn't enforced in jwt.decode()in jwt-simple 0.3.0 and earlier, a malicious user could choose what algorithm is sent sent to the server. If the server is expecting RSA but is sent HMAC-SHA with RSA's public key, the server will think the ... Read more
Affected Products : jwt-simple- EPSS Score: %74.60
- Published: May. 31, 2018
- Modified: Nov. 21, 2024
-
9.8
CRITICALCVE-2016-10554
sequelize is an Object-relational mapping, or a middleman to convert things from Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server into usable data for NodeJS. Before version 1.7.0-alpha3, sequelize defaulted SQLite to use MySQL backslash escaping... Read more
Affected Products : sequelize- EPSS Score: %0.51
- Published: May. 31, 2018
- Modified: Nov. 21, 2024
-
9.8
CRITICALCVE-2016-10553
sequelize is an Object-relational mapping, or a middleman to convert things from Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server into usable data for NodeJS. A fix was pushed out that fixed potential SQL injection in sequelize 2.1.3 and earlier.... Read more
Affected Products : sequelize- EPSS Score: %0.28
- Published: May. 31, 2018
- Modified: Nov. 21, 2024
-
7.4
HIGHCVE-2016-10552
igniteui 0.0.5 and earlier downloads JavaScript and CSS resources over insecure protocol.... Read more
Affected Products : igniteui- EPSS Score: %0.14
- Published: May. 31, 2018
- Modified: Nov. 21, 2024
-
9.8
CRITICALCVE-2016-10551
waterline-sequel is a module that helps generate SQL statements for Waterline apps Any user input that goes into Waterline's `like`, `contains`, `startsWith`, or `endsWith` will end up in waterline-sequel with the potential for malicious code. A malicious... Read more
Affected Products : waterline-sequel- EPSS Score: %0.48
- Published: May. 29, 2018
- Modified: Nov. 21, 2024
-
9.8
CRITICALCVE-2016-10550
sequelize is an Object-relational mapping, or a middleman to convert things from Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server into usable data for NodeJS If user input goes into the `limit` or `order` parameters, a malicious user can put in t... Read more
Affected Products : sequelize- EPSS Score: %0.51
- Published: May. 31, 2018
- Modified: Nov. 21, 2024
-
4.4
MEDIUMCVE-2016-10549
Sails is an MVC style framework for building realtime web applications. Version 0.12.7 and lower have an issue with the CORS configuration where the value of the origin header is reflected as the value for the Access-Control-Allow-Origin header. This woul... Read more
Affected Products : sails- EPSS Score: %0.25
- Published: May. 31, 2018
- Modified: Nov. 21, 2024
-
6.1
MEDIUMCVE-2016-10548
Arbitrary code execution is possible in reduce-css-calc node module <=1.2.4 through crafted css. This makes cross sites scripting (XSS) possible on the client and arbitrary code injection possible on the server and user input is passed to the `calc` funct... Read more
Affected Products : reduce-css-calc- EPSS Score: %0.43
- Published: May. 31, 2018
- Modified: Nov. 21, 2024
-
6.1
MEDIUMCVE-2016-10547
Nunjucks is a full featured templating engine for JavaScript. Versions 2.4.2 and lower have a cross site scripting (XSS) vulnerability in autoescape mode. In autoescape mode, all template vars should automatically be escaped. By using an array for the key... Read more
Affected Products : nunjucks- EPSS Score: %0.38
- Published: May. 31, 2018
- Modified: Nov. 21, 2024
-
10.0
HIGHCVE-2016-10546
An arbitrary code injection vector was found in PouchDB 6.0.4 and lesser via the map/reduce functions used in PouchDB temporary views and design documents. The code execution engine for this branch is not properly sandboxed and may be used to run arbitrar... Read more
Affected Products : pouchdb- EPSS Score: %0.98
- Published: May. 31, 2018
- Modified: Nov. 21, 2024
-
5.9
MEDIUMCVE-2016-10544
uws is a WebSocket server library. By sending a 256mb websocket message to a uws server instance with permessage-deflate enabled, there is a possibility used compression will shrink said 256mb down to less than 16mb of websocket payload which passes the l... Read more
Affected Products : uws- EPSS Score: %0.33
- Published: May. 31, 2018
- Modified: Nov. 21, 2024
-
5.3
MEDIUMCVE-2016-10543
call is an HTTP router that is primarily used by the hapi framework. There exists a bug in call versions 2.0.1-3.0.1 that does not validate empty parameters, which could result in invalid input bypassing the route validation rules.... Read more
Affected Products : call- EPSS Score: %0.24
- Published: May. 31, 2018
- Modified: Nov. 21, 2024
-
7.5
HIGHCVE-2016-10542
ws is a "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455". By sending an overly long websocket payload to a `ws` server, it is possible to crash the node process. This affects... Read more
Affected Products : ws- EPSS Score: %0.27
- Published: May. 31, 2018
- Modified: Nov. 21, 2024
-
9.8
CRITICALCVE-2016-10541
The npm module "shell-quote" 1.6.0 and earlier cannot correctly escape ">" and "<" operator used for redirection in shell. Applications that depend on shell-quote may also be vulnerable. A malicious user could perform code injection.... Read more
Affected Products : shell-quote- EPSS Score: %0.42
- Published: May. 31, 2018
- Modified: Nov. 21, 2024
-
7.5
HIGHCVE-2016-10540
Minimatch is a minimal matching utility that works by converting glob expressions into JavaScript `RegExp` objects. The primary function, `minimatch(path, pattern)` in Minimatch 3.0.1 and earlier is vulnerable to ReDoS in the `pattern` parameter.... Read more
Affected Products : minimatch- EPSS Score: %0.44
- Published: May. 31, 2018
- Modified: Nov. 21, 2024
-
7.5
HIGHCVE-2016-10539
negotiator is an HTTP content negotiator for Node.js and is used by many modules and frameworks including Express and Koa. The header for "Accept-Language", when parsed by negotiator 0.6.0 and earlier is vulnerable to Regular Expression Denial of Service ... Read more
Affected Products : negotiator- EPSS Score: %0.33
- Published: May. 31, 2018
- Modified: Nov. 21, 2024
-
4.9
MEDIUMCVE-2016-10538
The package `node-cli` before 1.0.0 insecurely uses the lock_file and log_file. Both of these are temporary, but it allows the starting user to overwrite any file they have access to.... Read more
- EPSS Score: %0.32
- Published: May. 31, 2018
- Modified: Nov. 21, 2024