CVE-2017-16131: Directory Traversal in unicorn-list
7.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.67323%
CWE
Published
7/23/2018
Updated
9/11/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 |
---|---|---|---|
unicorn-list | npm | <= 1.0.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided vulnerability information and references do not include actual source code snippets, commit diffs, or specific function names from the 'unicorn-list' package. While the vulnerability mechanism (improper path sanitization leading to directory traversal) is clear, the lack of concrete implementation details makes it impossible to identify specific vulnerable functions with high confidence. Typically, such vulnerabilities would involve functions handling request URI resolution or file system operations (e.g., fs.readFile in Node.js), but without access to the package's code structure, we cannot definitively name these functions or their file paths.