CVE-2016-10632: apk-parser2 downloads Resources over HTTP
8.1
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.72638%
CWE
Published
9/18/2018
Updated
9/16/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
apk-parser2 | npm | <= 0.1.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided vulnerability information clearly describes insecure HTTP downloads of executables as the root cause, but no actual source code or specific function references are available in the provided materials. The GitHub Advisory Database entry explicitly states 'No known source code' and there's no commit diff or file path information provided. While we can infer that HTTP download functionality (e.g., http.get()
or similar) would be vulnerable, we cannot confidently identify specific function names or their exact locations within the package's codebase without access to the implementation details.