Bug 1107853 (CVE-2014-3489)

Summary: CVE-2014-3489 CFME: Default salt value in miq-password.rb
Product: [Other] Security Response Reporter: Kurt Seifried <kseifried>
Component: vulnerabilityAssignee: Red Hat Product Security <security-response-team>
Status: CLOSED ERRATA QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: bdunne, dajohnso, dclarizi, evelu, gmccullo, jfrey, jprause, jrafanie, jrusnack, jvlcek, kbrock, kseifried, obarenbo, security-response-team, xlecauch
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-06-30 23:23:23 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: 1107856, 1107857    
Bug Blocks: 1086525, 1107854    

Description Kurt Seifried 2014-06-10 19:30:52 UTC
It is reported that cfme contains a default salt value:

lib/util/miq-password.rb

     def initialize(str=nil, enc_alg=nil, key=nil, iv=nil)
        @enc_alg = enc_alg || @@enc_alg || "AES-128-CBC"
        @key     = key     || @@key     || "1234567890123456"
        @iv      = iv      || @@iv      || "6543210987654321"
        @encStr  = nil

This negates the value of having a salt function with respect to password storage.

Comment 3 errata-xmlrpc 2014-06-30 19:03:34 UTC
This issue has been addressed in following products:

  CloudForms Management Engine 5.x

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