Bug 1588556 (CVE-2016-10624)

Summary: CVE-2016-10624 selenium-chrome-driver: Downloads Resources over HTTP
Product: [Other] Security Response Reporter: Pedro Sampaio <psampaio>
Component: vulnerabilityAssignee: Red Hat Product Security <security-response-team>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: hghasemb
Target Milestone: ---Keywords: Reopened, Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-06-11 12:56:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1588559    

Description Pedro Sampaio 2018-06-07 14:23:46 UTC
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.

External references:

https://nodesecurity.io/advisories/222

Comment 1 Hooman Broujerdi 2018-06-10 22:01:28 UTC
This is a javascript selenium-chromedriver as in used in the browsers and it is also deprecated: https://www.npmjs.com/package/selenium-chromedriver
the selenium-chromedriver that is shipped in fis is a java-based package that is being used in fabric8, hence fis is not affected.