CVE-2019-5423:
Path Traversal in http-live-simulator
5
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.68708%
CWE
Published
4/8/2019
Updated
1/9/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
AV:N/AC:L/Au:N/C:P/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
http-live-simulator | npm | < 1.0.6 | 1.0.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper path sanitization when handling user input. While no patch code is available, the descriptions consistently indicate: 1) File access using user-controlled paths 2) Lack of normalization for relative paths. In Node.js
HTTP servers, these patterns typically manifest in the core request handling and file serving functions. The medium confidence reflects inference from vulnerability patterns rather than direct patch analysis.