Bug 1107853 (CVE-2014-3489) - CVE-2014-3489 CFME: Default salt value in miq-password.rb
Summary: CVE-2014-3489 CFME: Default salt value in miq-password.rb
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2014-3489
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 1107856 1107857
Blocks: 1086525 1107854
TreeView+ depends on / blocked
 
Reported: 2014-06-10 19:30 UTC by Kurt Seifried
Modified: 2019-09-29 13:18 UTC (History)
15 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-30 23:23:23 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2014:0816 0 normal SHIPPED_LIVE Important: cfme security, bug fix, and enhancement update 2014-06-30 22:59:47 UTC

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


Note You need to log in before you can comment on or make changes to this bug.