Security readout for executives and security teams
Plain-English summary
CVE-2017-16149 affects the zwserver npm module, described as a weather web server. A remote URL path can traverse directories and expose filesystem content. The sources list all versions as affected, but do not provide CVSS, patch details, or vendor mitigation guidance.
Executive priority
Treat this as a targeted legacy dependency risk. Prioritize confirmation of exposure first; escalate if zwserver is internet-facing or handles sensitive filesystem paths.
Technical view
The issue is CWE-22 path traversal in zwserver. The CVE description says crafted URL paths containing parent-directory traversal can give an attacker filesystem access. The public record identifies the affected product as the zwserver node module, all versions. No exploit-in-the-wild evidence is cited, and KEV does not list it.
Likely exposure
Exposure is likely limited to systems that still install and run the zwserver npm module, especially if reachable from untrusted networks. The source bundle does not identify downstream products or hosted services using it.
Exploitation context
A public proof-of-concept reference exists, so researchers and attackers have had implementation details available. However, the provided sources do not show active exploitation, ransomware use, KEV listing, or a confirmed patched version.
Researcher notes
Evidence is sparse: affected scope is broad, but severity, CVSS, fixed versions, and maintainer remediation are not provided in the source bundle. Avoid assuming exploitation beyond the public proof-of-concept reference.
Mitigation direction
- Inventory applications, containers, and SBOMs for the zwserver npm module.
- Check vendor or package-maintainer guidance for any fixed release or retirement notice.
- Remove or replace zwserver where it is not strictly required.
- Restrict network access to any service still running zwserver.
- Monitor web logs for suspicious directory-traversal patterns.
Validation and detection
- Search package manifests and lockfiles for zwserver dependency entries.
- Confirm whether any zwserver-based service is exposed to untrusted users.
- Review runtime inventories for deployed Node.js services using zwserver.
- Check logs for requests attempting path traversal against zwserver routes.
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-16149 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://nodesecurity.io/advisories/372CVE reference · x_refsource_MISC
- https://github.com/JacksonGL/NPM-Vuln-PoC/tree/master/directory-traversal/zwserverCVE 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.
