CVE-2016-10565:
Downloads Resources over HTTP in operadriver
6.8
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
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:P/I:P/A:P
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
operadriver | npm | < 0.2.3 | 0.2.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from insecure HTTP downloads of operadriver binaries. The most likely candidate is the function responsible for constructing/downloading these URLs. While exact commit data isn't available, the vulnerability pattern matches common driver installation implementations where URL protocols are hardcoded. The function handling download URL generation (likely named getDownloadUrl or similar in an installation module) would be the point of vulnerability when using HTTP. Confidence is medium due to inference from vulnerability description rather than explicit patch analysis.