CVE-2017-16185:
Directory Traversal in uekw1511server
7.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.67352%
CWE
Published
9/1/2020
Updated
9/12/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
uekw1511server | npm | >= 0.0.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper path sanitization when handling user-supplied URLs. The server likely uses a function that directly maps URL paths to filesystem paths using raw input (e.g., via path.join
or string concatenation) without validation. This matches the observed exploit pattern where '../' sequences bypass directory restrictions. While the exact implementation details aren't provided, the described vulnerability pattern strongly indicates a flawed request handling function common in static file servers.