LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16083: node-simple-router is a minimalistic router for Node.

node-simple-router is a minimalistic router for Node. node-simple-router is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the URL.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This affects Node.js applications using the node-simple-router module version 0.10.0 or earlier. A crafted URL containing parent-directory traversal can let an attacker reach files outside the intended web path. The available sources do not provide CVSS scoring or a confirmed fixed version.

Executive priority

Prioritize review for any internet-facing Node.js service using this old router. The business risk is unauthorized file disclosure, but urgency depends on whether the dependency is present and exposed. Lack of CVSS and patch detail means teams should verify scope quickly.

Technical view

CVE-2017-16083 is a CWE-22 directory traversal flaw in node-simple-router <=0.10.0. The CVE description states that placing traversal sequences in the URL can give access to the filesystem. Evidence is limited to the CVE record, Node Security advisory reference, and a public PoC repository reference.

Likely exposure

Exposure is limited to applications that depend on node-simple-router <=0.10.0 and expose affected routing or filesystem-backed behavior to users. Internet-facing Node.js services have higher urgency, especially if they handle files, secrets, or local configuration near the application path.

Exploitation context

The source bundle references a public proof-of-concept repository, but does not show active exploitation. The CVE is not listed as CISA KEV in the provided data. Treat this as plausible to validate, not as confirmed exploitation in the wild.

Researcher notes

The record names HackerOne as vendor and node-simple-router node module <=0.10.0 as affected. Severity metadata is absent. The PoC reference supports exploitability research, but this assessment intentionally avoids weaponization details. Confirm current package status before declaring a specific fixed version.

Mitigation direction

  • Inventory Node.js applications for node-simple-router <=0.10.0.
  • Check npm or vendor guidance for a safe upgrade or replacement path.
  • Replace the module if no maintained fixed release is available.
  • Avoid routing designs that map untrusted URL paths to filesystem reads.
  • Restrict exposed services until dependency status is confirmed.

Validation and detection

  • Review package manifests and lockfiles for node-simple-router versions.
  • Confirm whether affected routes are reachable by unauthenticated or external users.
  • Review server code for URL-derived filesystem path handling.
  • Inspect access logs for parent-directory traversal attempts.
  • Verify remediation by retesting dependency inventory and route behavior.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-22: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2017-16083 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HackerOnenode-simple-router node module<=0.10.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.