CVE Feed

    Dashboard / CVE

    7.5
    High

    CVE-2017-16211

    Last Modified: 21 Nov 2024

    lessindex is a static file server. lessindex is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16214

    Last Modified: 21 Nov 2024

    peiserver is a static file server. peiserver is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16215

    Last Modified: 21 Nov 2024

    sgqserve is a simple file server. sgqserve is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16217

    Last Modified: 21 Nov 2024

    fbr-client sends files through sockets via socket.io and webRTC. fbr-client is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16219

    Last Modified: 21 Nov 2024

    yttivy is a static file server. yttivy is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16221

    Last Modified: 21 Nov 2024

    yzt is a simple file server. yzt is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16223

    Last Modified: 21 Nov 2024

    nodeaaaaa is a static file server. nodeaaaaa is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16225

    Last Modified: 21 Nov 2024

    aegir is a module to help automate JavaScript project management. Version 12.0.0 through and including 12.0.7 bundled and published to npm the user (that performed a aegir-release) GitHub token.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16162

    Last Modified: 21 Nov 2024

    22lixian is a simple file server. 22lixian is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16154

    Last Modified: 21 Nov 2024

    earlybird is a web server module for early development. earlybird is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    5.9
    Medium

    CVE-2017-16129

    Last Modified: 21 Nov 2024

    The HTTP client module superagent is vulnerable to ZIP bomb attacks. In a ZIP bomb attack, the HTTP server replies with a compressed response that becomes several magnitudes larger once uncompressed. If a client does not take special care when processing such responses, it may result in excessive CPU and/or memory consumption. An attacker might exploit such a weakness for a DoS attack. To exploit this the attacker must control the location (URL) that superagent makes a request to.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16130

    Last Modified: 21 Nov 2024

    exxxxxxxxxxx is an Http eX Frame Google Style JavaScript Guide. exxxxxxxxxxx is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url. Accessible files are restricted to those with a file extension. Files with no extension such as /etc/passwd throw an error.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16131

    Last Modified: 21 Nov 2024

    unicorn-list is a web framework. unicorn-list is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16132

    Last Modified: 21 Nov 2024

    simple-npm-registry is a local npm package cache. simple-npm-registry is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16146

    Last Modified: 21 Nov 2024

    mockserve is a file server. mockserve is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16213

    Last Modified: 21 Nov 2024

    mfrserver is a simple file server. mfrserver is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16216

    Last Modified: 21 Nov 2024

    tencent-server is a simple web server. tencent-server is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16218

    Last Modified: 21 Nov 2024

    dgard8.lab6 is a static file server. dgard8.lab6 is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16220

    Last Modified: 21 Nov 2024

    wind-mvc is an mvc framework. wind-mvc is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    6.1
    Medium

    CVE-2017-16224

    Last Modified: 21 Nov 2024

    st is a module for serving static files. An attacker is able to craft a request that results in an HTTP 301 (redirect) to an entirely different domain. A request for: http://some.server.com//nodesecurity.org/%2e%2e would result in a 301 to //nodesecurity.org/%2e%2e which most browsers treat as a proper redirect as // is translated into the current schema being used. Mitigating factor: In order for this to work, st must be serving from the root of a server (/) rather than the typical sub directory (/static/) and the redirect URL will end with some form of URL encoded .. ("%2e%2e", "%2e.", ".%2e").

    Published: 7 Jun 2018
    6.5
    Medium

    CVE-2018-3712

    Last Modified: 21 Nov 2024

    serve node module before 6.4.9 suffers from a Path Traversal vulnerability due to not handling %2e (.) and %2f (/) and allowing them in paths, which allows a malicious user to view the contents of any directory with known path.

    Published: 7 Jun 2018
    8.8
    High

    CVE-2018-3722

    Last Modified: 21 Nov 2024

    merge-deep node module before 3.0.1 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability, which allows a malicious user to modify the prototype of "Object" via __proto__, causing the addition or modification of an existing property that will exist on all objects.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2018-3724

    Last Modified: 21 Nov 2024

    general-file-server node module suffers from a Path Traversal vulnerability due to lack of validation of currpath, which allows a malicious user to read content of any file with known path.

    Published: 7 Jun 2018
    6.1
    Medium

    CVE-2018-3726

    Last Modified: 21 Nov 2024

    crud-file-server node module before 0.8.0 suffers from a Cross-Site Scripting vulnerability to a lack of validation of file names.

    Published: 7 Jun 2018
    6.5
    Medium

    CVE-2018-3713

    Last Modified: 21 Nov 2024

    angular-http-server node module suffers from a Path Traversal vulnerability due to lack of validation of possibleFilename, which allows a malicious user to read content of any file with known path.

    Published: 7 Jun 2018
    6.5
    Medium

    CVE-2018-3714

    Last Modified: 21 Nov 2024

    node-srv node module suffers from a Path Traversal vulnerability due to lack of validation of url, which allows a malicious user to read content of any file with known path.

    Published: 7 Jun 2018
    6.5
    Medium

    CVE-2018-3715

    Last Modified: 21 Nov 2024

    glance node module before 3.0.4 suffers from a Path Traversal vulnerability due to lack of validation of path passed to it, which allows a malicious user to read content of any file with known path.

    Published: 7 Jun 2018
    5.4
    Medium

    CVE-2018-3716

    Last Modified: 21 Nov 2024

    simplehttpserver node module suffers from a Cross-Site Scripting vulnerability to a lack of validation of file names.

    Published: 7 Jun 2018
    5.3
    Medium

    CVE-2018-3718

    Last Modified: 21 Nov 2024

    serve node module suffers from Improper Handling of URL Encoding by permitting access to ignored files if a filename is URL encoded.

    Published: 7 Jun 2018
    8.8
    High

    CVE-2018-3720

    Last Modified: 21 Nov 2024

    assign-deep node module before 0.4.7 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability, which allows a malicious user to modify the prototype of "Object" via __proto__, causing the addition or modification of an existing property that will exist on all objects.

    Published: 7 Jun 2018
    8.8
    High

    CVE-2018-3723

    Last Modified: 21 Nov 2024

    defaults-deep node module before 0.2.4 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability, which allows a malicious user to modify the prototype of "Object" via __proto__, causing the addition or modification of an existing property that will exist on all objects.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2018-3727

    Last Modified: 21 Nov 2024

    626 node module suffers from a Path Traversal vulnerability due to lack of validation of file, which allows a malicious user to read content of any file with known path.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2018-3729

    Last Modified: 21 Nov 2024

    localhost-now node module suffers from a Path Traversal vulnerability due to lack of validation of file, which allows a malicious user to read content of any file with known path.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2018-3730

    Last Modified: 21 Nov 2024

    mcstatic node module suffers from a Path Traversal vulnerability due to lack of validation of filePath, which allows a malicious user to read content of any file with known path.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2018-3731

    Last Modified: 21 Nov 2024

    public node module suffers from a Path Traversal vulnerability due to lack of validation of filePath, which allows a malicious user to read content of any file with known path.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2018-3732

    Last Modified: 21 Nov 2024

    resolve-path node module before 1.4.0 suffers from a Path Traversal vulnerability due to lack of validation of paths with certain special characters, which allows a malicious user to read content of any file with known path.

    Published: 7 Jun 2018
    6.1
    Medium

    CVE-2018-3735

    Last Modified: 21 Nov 2024

    bracket-template suffers from reflected XSS possible when variable passed via GET parameter is used in template

    Published: 7 Jun 2018
    5.5
    Medium

    CVE-2018-3738

    Last Modified: 21 Nov 2024

    protobufjs is vulnerable to ReDoS when parsing crafted invalid .proto files.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16075

    Last Modified: 21 Nov 2024

    http-proxy.js was a malicious module published with the intent to hijack environment variables. It has been unpublished by npm.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16077

    Last Modified: 21 Nov 2024

    mongose was a malicious module published with the intent to hijack environment variables. It has been unpublished by npm.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16084

    Last Modified: 21 Nov 2024

    list-n-stream is a server for static files to list and stream local videos. list-n-stream v0.0.10 or lower is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16092

    Last Modified: 21 Nov 2024

    Sencisho is a simple http server for local development. Sencisho is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the URL.

    Published: 7 Jun 2018
    9.8
    Critical

    CVE-2017-16100

    Last Modified: 21 Nov 2024

    dns-sync is a sync/blocking dns resolver. If untrusted user input is allowed into the resolve() method then command injection is possible.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16116

    Last Modified: 21 Nov 2024

    The string module is a module that provides extra string operations. The string module is vulnerable to regular expression denial of service when specifically crafted untrusted user input is passed into the underscore or unescapeHTML methods.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16123

    Last Modified: 21 Nov 2024

    welcomyzt is a simple file server. welcomyzt is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16124

    Last Modified: 21 Nov 2024

    node-server-forfront is a simple static file server. node-server-forfront is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    5.3
    Medium

    CVE-2017-16126

    Last Modified: 21 Nov 2024

    The module botbait is a tool to be used to track bot and automated tools usage with-in the npm ecosystem. botbait is known to record and track user information. The module tracks the following information. Source IP process.versions process.platform How the module was invoked (test, require, pre-install)

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16145

    Last Modified: 21 Nov 2024

    sspa is a server dedicated to single-page apps. sspa is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16161

    Last Modified: 21 Nov 2024

    shenliru is a simple file server. shenliru is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018
    7.5
    High

    CVE-2017-16169

    Last Modified: 21 Nov 2024

    looppake is a simple http server. looppake is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.

    Published: 7 Jun 2018