Cryptographic issues in CMake - CVE-2016-10642
Published: June 4, 2018 / Updated: August 8, 2020
CMake
Detailed vulnerability description
The vulnerability allows a remote non-authenticated attacker to execute arbitrary code.
cmake installs the cmake x86 linux binaries. cmake downloads 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.