CVE-2016-10641: Downloads Resources over HTTP in node-bsdiff-android
6.8
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.39308%
CWE
Published
9/18/2018
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 |
---|---|---|---|
node-bsdiff-android | npm | <= 0.1.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided vulnerability information clearly identifies insecure HTTP downloads as the root cause, but does not include actual source code, commit diffs, or specific function references. While we can infer that functions handling resource downloads would be vulnerable (e.g., functions using Node.js http
module methods like http.get()
for fetching updates), the lack of concrete code examples or package implementation details prevents high-confidence identification of specific functions. The advisory texts describe the vulnerability in general terms without pointing to specific functions or file paths.