Latest CVE Feed
-
9.3
HIGHCVE-2017-16035
The hubl-server module is a wrapper for the HubL Development Server. During installation hubl-server downloads a set of dependencies from api.hubapi.com. It appears in the code that these files are downloaded over HTTPS however the api.hubapi.com endpoint... Read more
Affected Products : hubl-server- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
7.5
HIGHCVE-2017-16031
Socket.io is a realtime application framework that provides communication via websockets. Because socket.io 0.9.6 and earlier depends on `Math.random()` to create socket IDs, the IDs are predictable. An attacker is able to guess the socket ID and gain acc... Read more
Affected Products : socket.io- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
7.5
HIGHCVE-2017-16030
Useragent is used to parse useragent headers. It uses several regular expressions to accomplish this. An attacker could edit their own headers, creating an arbitrarily long useragent string, causing the event loop and server to block. This affects Userage... Read more
Affected Products : useragent- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
7.5
HIGHCVE-2017-16029
hostr is a simple web server that serves up the contents of the current directory. There is a directory traversal vulnerability in hostr 2.3.5 and earlier that allows an attacker to read files outside the current directory by sending `../` in the url path... Read more
Affected Products : hostr- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
5.3
MEDIUMCVE-2017-16028
react-native-meteor-oauth is a library for Oauth2 login to a Meteor server in React Native. The oauth Random Token is generated using a non-cryptographically strong RNG (Math.random()).... Read more
Affected Products : randomatic- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
7.1
HIGHCVE-2017-16026
Request is an http client. If a request is made using ```multipart```, and the body type is a ```number```, then the specified number of non-zero memory is passed in the body. This affects Request >=2.2.6 <2.47.0 || >2.51.0 <=2.67.0.... Read more
Affected Products : request- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
5.9
MEDIUMCVE-2017-16025
Nes is a websocket extension library for hapi. Hapi is a webserver framework. Versions below and including 6.4.0 have a denial of service vulnerability via an invalid Cookie header. This is only present when websocket authentication is set to `cookie`. Su... Read more
Affected Products : nes- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
6.5
MEDIUMCVE-2017-16024
The sync-exec module is used to simulate child_process.execSync in node versions <0.11.9. Sync-exec uses tmp directories as a buffer before returning values. Other users on the server have read access to the tmp directory, possibly allowing an attacker on... Read more
- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
7.5
HIGHCVE-2017-16023
Decamelize is used to convert a dash/dot/underscore/space separated string to camelCase. Decamelize 1.1.0 through 1.1.1 uses regular expressions to evaluate a string and takes unescaped separator values, which can be used to create a denial of service att... Read more
Affected Products : decamelize- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
6.1
MEDIUMCVE-2017-16022
Morris.js creates an svg graph, with labels that appear when hovering over a point. The hovering label names are not escaped in versions 0.5.0 and earlier. If control over the labels is obtained, script can be injected. The script will run on the client s... Read more
Affected Products : morris.js- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
6.8
MEDIUMCVE-2017-16021
uri-js is a module that tries to fully implement RFC 3986. One of these features is validating whether or not a supplied URL is valid or not. To do this, uri-js uses a regular expression, This regular expression is vulnerable to redos. This causes the pro... Read more
- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
9.8
CRITICALCVE-2017-16020
Summit is a node web framework. When using the PouchDB driver in the module, Summit 0.1.0 and later allows an attacker to execute arbitrary commands via the collection name.... Read more
Affected Products : summit- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
6.1
MEDIUMCVE-2017-16019
GitBook is a command line tool (and Node.js library) for building beautiful books using GitHub/Git and Markdown (or AsciiDoc). Stored Cross-Site-Scripting (XSS) is possible in GitBook before 3.2.2 by including code outside of backticks in any ebook. This ... Read more
Affected Products : gitbook- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
6.1
MEDIUMCVE-2017-16018
Restify is a framework for building REST APIs. Restify >=2.0.0 <=4.0.4 using URL encoded script tags in a non-existent URL, an attacker can get script to run in some browsers.... Read more
Affected Products : restify- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
6.1
MEDIUMCVE-2017-16017
sanitize-html is a library for scrubbing html input for malicious values Versions 1.2.2 and below have a cross site scripting vulnerability.... Read more
Affected Products : sanitize-html- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
6.1
MEDIUMCVE-2017-16016
Sanitize-html is a library for scrubbing html input of malicious values. Versions 1.11.1 and below are vulnerable to cross site scripting (XSS) in certain scenarios: If allowed at least one nonTextTags, the result is a potential XSS vulnerability.... Read more
Affected Products : sanitize-html- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
6.1
MEDIUMCVE-2017-16015
Forms is a library for easily creating HTML forms. Versions before 1.3.0 did not have proper html escaping. This means that if the application did not sanitize html on behalf of forms, use of forms may be vulnerable to cross site scripting... Read more
Affected Products : forms- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
7.5
HIGHCVE-2017-16014
Http-proxy is a proxying library. Because of the way errors are handled in versions before 0.7.0, an attacker that forces an error can crash the server, causing a denial of service.... Read more
Affected Products : http-proxy- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
7.5
HIGHCVE-2017-16013
hapi is a web and services application framework. When hapi >= 15.0.0 <= 16.1.0 encounters a malformed `accept-encoding` header an uncaught exception is thrown. This may cause hapi to crash or to hang the client connection until the timeout period is reac... Read more
Affected Products : hapi- Published: Jun. 04, 2018
- Modified: Nov. 21, 2024
-
6.1
MEDIUMCVE-2017-16010
i18next is a language translation framework. When using the .init method, passing interpolation options without passing an escapeValue will default to undefined rather than the assumed true. This can result in a cross-site scripting vulnerability because ... Read more
Affected Products : i18next- Published: May. 29, 2018
- Modified: Nov. 21, 2024