CVE-2016-10579: Downloads Resources over HTTP in chromedriver
N/A
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.73215%
CWE
Published
2/18/2019
Updated
1/9/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
-
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
chromedriver | npm | < 2.26.1 | 2.26.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided patches only show version number increments in chromedriver.js and package.json, but no changes to the actual resource download logic. The vulnerability exists in the insecure HTTP download mechanism, which would likely be handled by internal installation scripts or binary fetch routines not visible in the provided commit diff. Since the patch evidence doesn't show modifications to network request handling or URL construction logic, we cannot confidently identify specific vulnerable functions from the given data.