← Vulnerability feed

Vulnerability record · CVE-2017-14849 · published 28 September 2017

CVE-2017-14849: Node.js path traversal via incompatible '..' handling in community modules

Nodejs · Node.Js

Node.js 8.5.0 before 8.6.0 changed how '..' is handled, which broke the pathname validation used by unspecified community modules. This lets remote attackers reach files outside the intended directory. The flaw matters because it is remotely reachable without authentication and exposes file contents.

7.5 CVSS 3.0 High EPSS 54% · top 1.0% CWE-22 · Path traversal
7.5CVSS 3.0 base score, v2 5.0
54%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
6References
17 Jun 2026Last modified by NVD

Description

Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was incompatible with the pathname validation used by unspecified community modules.

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: medium.

high priorityRemote, unauthenticated file disclosure with high confidentiality impact and a very high EPSS score, though no known exploitation in KEV.

What it is

Node.js 8.5.0 before 8.6.0 changed how '..' is handled, which broke the pathname validation used by unspecified community modules. This lets remote attackers reach files outside the intended directory. The flaw matters because it is remotely reachable without authentication and exposes file contents.

Impact

An attacker can read unintended files that the Node.js process can access. There is no integrity or availability impact; the loss is confidentiality.

Attack surface

Reachable over the network with no authentication and no user interaction, per the CVSS vector AV:N/AC:L/PR:N/UI:N. The vulnerable path is exercised through community modules that rely on the affected pathname validation.

Exploitation

Not listed in CISA KEV and no ransomware use is documented. EPSS is high at 0.54389 (99th percentile), and references are patch and advisory entries, not exploit code.

What to do

  • Upgrade Node.js to 8.6.0 or later; the vendor advisory is the patch reference.
  • Audit community modules that perform their own pathname validation and update or replace those that depend on the old '..' behavior.
  • Normalize and validate file paths against an allowlisted base directory before any file read.
  • Run the Node.js process with least privilege so a traversal read cannot reach sensitive files.

Detection

  • Monitor file access logs for reads of paths containing '..' or paths outside the application's expected directories.
  • Alert on Node.js processes reading sensitive files such as /etc/passwd or application configuration outside their working tree.
  • Review HTTP request logs for encoded traversal sequences (for example %2e%2e) reaching file-serving endpoints.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2017-14849 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

7.5CVE-2023-44487HTTP/2 Rapid Reset stream cancellation denial of serviceThe HTTP/2 protocol permits a client to cancel many streams quickly, and the server's handling of those resets consumes disproportionate resources. T…KEVEPSS 100%analysed10.0CVE-2026-21636Nodejs node.js improper access control vulnerabilityA flaw in Node.js's permission model allows Unix Domain Socket (UDS) connections to bypass network restrictions when `--permission` is enabled. Even …EPSS 0.88%10.0CVE-2015-0278Fedoraproject fedora vulnerabilitylibuv before 0.10.34 does not properly drop group privileges, which allows context-dependent attackers to gain privileges via unspecified vectors.EPSS 3.2%9.8CVE-2026-48930Nodejs node.js improper access control vulnerabilityA flaw in Node.js TLS hostname handling can cause Embedded-nul hostnames can lead to silent authority rebinding due to c-string truncation in resolve…EPSS 0.34%9.8CVE-2024-3566Haskell process library command injection vulnerabilityA command inject vulnerability allows an attacker to perform command injection on Windows applications that indirectly depend on the CreateProcess fu…EPSS 6.9%9.8CVE-2024-21896Nodejs node.js vulnerabilityThe permission model protects itself against path traversal attacks by calling path.resolve() on any paths given by the user. If the path is to be tr…EPSS 1.3%9.8CVE-2023-39332Nodejs node.js path traversal vulnerabilityVarious `node:fs` functions allow specifying paths as either strings or `Uint8Array` objects. In Node.js environments, the `Buffer` class extends the…EPSS 1.8%9.8CVE-2023-32002Nodejs node.js authentication bypass via alternate path vulnerabilityThe use of `Module._load()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module. This vulner…EPSS 1.6%

Source: NIST National Vulnerability Database (record CVE-2017-14849), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.