← back
CVE-2016-10624CWE-311

CVE-2016-10624

3Vexday Risk Score

No sign of exploitation. No public exploitation artifact known so far.

ssvc Trackepss 2.1%
exploitation probability
2.1%top 20% of all CVEs
observed exploitation
nono source reports it
In short

The selenium-chromedriver utility downloads files over unencrypted HTTP instead of secure HTTPS, allowing attackers on the network to intercept and replace the downloaded binary with malicious code, potentially taking control of your computer.

Technical detail

selenium-chromedriver uses unencrypted HTTP for binary downloads, enabling man-in-the-middle attacks where an attacker positioned on the network path can intercept and substitute the legitimate binary with a malicious one. Successful exploitation requires network access between the victim and the server and can result in arbitrary remote code execution with the privileges of the user running the tool.

Summary generated and translated by AI from the official description.
selenium-chromedriver is a simple utility for downloading the Selenium Webdriver for Google Chrome selenium-chromedriver 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.