Security readout for executives and security teams
Plain-English summary
CVE-2017-16084 affects the list-n-stream Node module, a small server for listing and streaming local video files. Versions 0.0.10 and earlier allow directory traversal, meaning a reachable service could expose files outside the intended video directory. Public sources do not provide a CVSS score or named fixed version.
Executive priority
Prioritize if list-n-stream is present in production, internet-facing, or running near sensitive files. If it is absent or only used in isolated development environments, business urgency is lower. The main concern is unintended disclosure of local files.
Technical view
The vulnerability is classified as CWE-22 path traversal. The CVE description says attackers can place parent-directory traversal sequences in a URL to access the filesystem. Evidence identifies HackerOne/list-n-stream node module versions <=0.0.10 as affected. No KEV listing or source-bundle evidence of active exploitation is provided.
Likely exposure
Exposure is likely limited to systems that deployed list-n-stream <=0.0.10 and made it reachable to untrusted users. Business impact depends on what filesystem paths the process can read and whether sensitive files are present near the served directory.
Exploitation context
The source bundle describes a URL-based directory traversal condition but does not provide evidence of real-world exploitation. CISA KEV status is false. Treat internet-facing or unauthenticated deployments as higher priority because filesystem disclosure can support credential theft or reconnaissance.
Researcher notes
Evidence is sparse: the CVE record states affected versions and traversal behavior, but the provided bundle does not include CVSS, a patch version, exploit-in-the-wild evidence, or maintainer remediation details. Validation should focus on dependency presence, deployment reachability, and filesystem read scope.
Mitigation direction
- Check vendor or npm guidance for a maintained fixed release or deprecation notice.
- Remove or replace list-n-stream if it is no longer maintained.
- Do not expose affected services to untrusted networks.
- Run the service with least-privilege filesystem permissions.
- Ensure served directories do not contain secrets or operational files.
Validation and detection
- Search dependency manifests and lockfiles for list-n-stream <=0.0.10.
- Confirm whether any deployed service exposes list-n-stream routes externally.
- Review service account permissions and readable filesystem scope.
- Check logs for suspicious traversal-pattern requests without reproducing attack steps.
- Document any reachable affected instance as a data-exposure risk.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupFile 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 lookupCVE-2017-16084 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/JacksonGL/NPM-Vuln-PoC/tree/master/directory-traversal/list-n-streamCVE reference · x_refsource_MISC
- https://nodesecurity.io/advisories/344CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
