CVE-2016-10631: Downloads Resources over HTTP in jvminstall
9.3
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.72638%
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 |
---|---|---|---|
jvminstall | npm | <= 0.1.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
While explicit function names aren't provided in advisories, the vulnerability fundamentally exists in whatever function
performs the HTTP download of the JVM binary. In Node.js packages, this would typically involve http.get()
or similar methods in a download implementation module. The high confidence comes from the vulnerability's nature (CWE-311) directly implicating the resource download mechanism as the vulnerable component.