← back
CVE-2016-10628CWE-311

CVE-2016-10628

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

selenium-wrapper downloads software components over unencrypted HTTP instead of secure HTTPS, allowing attackers on the network to intercept and replace these files with malicious versions, potentially executing harmful code on your computer.

Technical detail

selenium-wrapper fetches binary resources via unencrypted HTTP, enabling man-in-the-middle (MITM) attacks where a network-positioned attacker can substitute legitimate binaries with malicious payloads, resulting in remote code execution during installation or runtime. The vulnerability requires network access between the victim and the download source but no authentication bypass.

Summary generated and translated by AI from the official description.
selenium-wrapper is a selenium server wrapper, including installation and chrome webdriver. selenium-wrapper 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.