RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 983292 - python-beaker does not work in FIPS environment (in luci deployment)
Summary: python-beaker does not work in FIPS environment (in luci deployment)
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: python-beaker
Version: 6.4
Hardware: All
OS: Linux
high
high
Target Milestone: rc
: 6.4
Assignee: Jan Pokorný [poki]
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On: 783158
Blocks: BaseOS-FIPS-Tracker 782183 802364 840699 956360
TreeView+ depends on / blocked
 
Reported: 2013-07-10 21:49 UTC by Jan Pokorný [poki]
Modified: 2018-12-03 19:18 UTC (History)
16 users (show)

Fixed In Version: python-beaker-1.3.1-7.el6
Doc Type: Bug Fix
Doc Text:
Cause: Beaker, a middleware dedicated to web application's cache and session data management, used to yield unique session identification as hex-encoded MD5 digest of variable inputs. Nowadays, this algorithm is discouraged, and in turn implicitly refused by Python's runtime in case of FIPS mode. Consequence: Some web applications using Beaker for sessions handling may not work correctly under FIPS mode. Fix: In parallel with upstream development, session identification is yielded as base64-encoded SHA1 digest of variable inputs. Result: Beaker no longer actively uses MD5 in the default setup, so even the session handling in respective web applications does not suffer in FIPS mode.
Clone Of: 956360
: 996219 (view as bug list)
Environment:
Last Closed: 2013-11-21 23:53:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Proposed patch (1.52 KB, patch)
2013-07-10 21:53 UTC, Jan Pokorný [poki]
no flags Details | Diff
Polished patch (4.16 KB, patch)
2013-07-15 21:38 UTC, Jan Pokorný [poki]
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 116403 0 None None None Never
Red Hat Product Errata RHBA-2013:1724 0 normal SHIPPED_LIVE python-beaker bug fix update 2013-11-20 21:51:30 UTC

Comment 1 Jan Pokorný [poki] 2013-07-10 21:53:17 UTC
Created attachment 771873 [details]
Proposed patch

Upstream is a bit further as of now, however still contains very similar
bits; analogous patch proposed [1].  Based on the feedback, also the
current patch may change, otherwise I consider it final.

[1] https://github.com/bbangert/beaker/pull/45

Comment 3 Jan Pokorný [poki] 2013-07-15 21:38:08 UTC
Created attachment 773920 [details]
Polished patch

This reflects the changes proposed to upstream more tightly
(all md5 uses converted + fix a "seld" typo).

Comment 4 Jan Pokorný [poki] 2013-08-06 16:32:40 UTC
New pull request (rebased on the current head, also turned to be CI passing
whereas the new changes passed as well) accepted: [2]

[2] https://github.com/bbangert/beaker/pull/49#ref-pullrequest-16598672

Comment 13 errata-xmlrpc 2013-11-21 23:53:21 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-1724.html


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