VYPR
High severityNVD Advisory· Published May 31, 2018· Updated Sep 17, 2024

CVE-2016-10564

CVE-2016-10564

Description

apk-parser is a tool to extract Android Manifest info from an APK file. apk-parser versions below 0.1.6 download binary resources over HTTP, which leaves it vulnerable to MITM attacks. It may be possible to cause remote code execution (RCE) by swapping out the requested binary with an attacker controlled binary if the attacker is on the network or positioned in between the user and the remote server.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

apk-parser versions before 0.1.6 download binary resources over HTTP, enabling MITM attackers to swap binaries and achieve remote code execution.

Vulnerability

The apk-parser npm package before version 0.1.6 downloads binary resources (such as APK files or related artifacts) over unencrypted HTTP connections. Because the channel is not protected by TLS, any binary fetched during operation is transmitted in cleartext. An attacker with network access can intercept the download and replace the legitimate binary with a malicious one. The affected versions are all releases prior to 0.1.6. [1]

Exploitation

An attacker must be able to perform a man-in-the-middle (MITM) attack, meaning they need to be on the same network segment as the victim or positioned between the victim and the remote server hosting the binary resources. No authentication is required beyond the ability to intercept the HTTP traffic. The attacker simply waits for the victim to use apk-parser on a target that triggers a binary download, then substitutes the response payload with a crafted malicious binary. [1]

Impact

Successful exploitation allows the attacker to deliver an arbitrary binary that the host process will then parse or execute. Because the tool processes APK files (which can include executable code in the Android package format), this can lead to remote code execution (RCE) on the victim's system at the privilege level of the user running apk-parser. The attack fully compromises the integrity and confidentiality of the user's environment. [1]

Mitigation

The fix was released in version 0.1.6 of apk-parser. Users should upgrade to 0.1.6 or later, which downloads resources over HTTPS instead of HTTP. No workaround other than upgrading is documented. The vulnerability is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog as of the publication date. [1]

AI Insight generated on May 22, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
apk-parsernpm
< 0.1.60.1.6

Affected products

3

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

4

News mentions

0

No linked articles in our index yet.