Bug 1096955 (CVE-2014-0233)

Summary: CVE-2014-0233 OpenShift: downloadable cartridge source url file command execution as root
Product: [Other] Security Response Reporter: Kurt Seifried <kseifried>
Component: vulnerabilityAssignee: Red Hat Product Security <security-response-team>
Status: CLOSED ERRATA QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: bleanhar, ccoleman, dmcphers, gmollett, jdetiber, jialiu, jkeck, jrusnack, kseifried, lmeyer, security-response-team, tkramer
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-21 16:16:48 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: 1082972, 1096591, 1096956, 1096957, 1096958    
Bug Blocks: 1096963    

Description Kurt Seifried 2014-05-12 19:05:26 UTC
Jeremy Choi of Red Hat reports:

Attackers, with normal user privilege, are able to do OS command injection
with *root* by leveraging a downloadable cartridge where its source-URL
scheme is 'file'.

In cartridge_repository.rb:

532             when 'file' == uri.scheme
533               entries = Dir.glob(PathUtils.join(uri.path, '*'), File::FNM_DO    TMATCH)
534               filesystem_copy(entries, target, %w(. ..))
...
609         Utils.oo_spawn("/bin/cp -ad #{entries.join(' ')} #{target}",
610                        expected_exitstatus: 0)

OpenShift Origin copies the directory structure from the user specified
cartridge when an application is created via 'file' scheme source. Due to
this attackers are able to add an arbitrary directory with system commands
(e.g. ;reboot;) in their apps and put it to cp, resulting in OS command
injection attack with root privileges.

Comment 3 Kurt Seifried 2014-05-19 13:42:29 UTC
Acknowledgements:

This issue was discovered by Jeremy Choi of the Red Hat HSS Pen-test Team.

Comment 4 errata-xmlrpc 2014-05-21 15:45:47 UTC
This issue has been addressed in following products:

  RHEL 6 Version of OpenShift Enterprise 2.0

Via RHSA-2014:0529 https://rhn.redhat.com/errata/RHSA-2014-0529.html

Comment 5 errata-xmlrpc 2014-05-21 15:56:02 UTC
This issue has been addressed in following products:

  RHEL 6 Version of OpenShift Enterprise 2.1

Via RHSA-2014:0530 https://rhn.redhat.com/errata/RHSA-2014-0530.html