CVE-2016-10661: Downloads Resources over HTTP in phantomjs-cheniu
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 |
---|---|---|---|
phantomjs-cheniu | npm | <= 2.0.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from downloading executables over HTTP. While no explicit code is provided, npm
packages like phantomjs-prebuilt
(which this forks) typically implement binary downloads in an install script (install.js
). The fork's continued use of HTTP (rather than HTTPS) in this download mechanism matches the described vulnerability pattern. The high confidence comes from the standard implementation patterns in similar packages and the explicit MITM attack vector described in the advisory.