CVE-2016-10601: Downloads Resources over HTTP in webdrvr
9.3
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.66847%
CWE
Published
2/18/2019
Updated
1/9/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
AV:N/AC:M/Au:N/C:C/I:C/A:C
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
webdrvr | npm | <= 2.43.0-1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability explicitly stems from insecure HTTP downloads of executables. While exact function names/paths aren't provided in advisories, Node.js
packages implementing driver downloads would logically contain a download()
function using http.get()
or similar methods. The confidence is high because: 1) The vulnerability type (CWE-311) directly maps to unencrypted transfers 2) The attack vector requires HTTP resource fetching 3) NPM ecosystem patterns suggest a dedicated download()
function would exist for driver management.