CVE-2016-10563: Downloads Resources over HTTP in go-ipfs-dep
6.8
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.35599%
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 |
---|---|---|---|
go-ipfs-dep | npm | < 0.4.4 | 0.4.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability centers around insecure HTTP downloads during installation. While exact code changes aren't visible, the advisory indicates resolution by switching to HTTPS. Typical patterns in Node.js dependency management suggest:
- A primary download function handling binary retrieval (downloadBinaries)
- A lower-level transport function (fetchDependency) These would appear in stack traces during exploitation as they directly handle network requests. Confidence is medium due to inference from vulnerability patterns, though exact function names are estimated based on common implementation practices in npm packages handling binary downloads.