Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite 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 "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. 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 "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-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.
We are going to move this bug to the Red Hat Satellite product and resolve this via a rebuild of python-daemon that drops the runtime dependency to python-docutils.
This will allow customers to remove python-pillow from their effected hosts, which will eliminate this CVE from their Satellite and Capsule servers.
The update here ends up breaking ansible-runner unfortunately, as tracked here:
https://bugzilla.redhat.com/show_bug.cgi?id=2010863#c2
we need an additional update to the package as outlined by Evgeni:
"""
<Zhenech> wait
<Zhenech> I think I know what happened
<Zhenech> mmccune: python2-daemon-2.1.2-7.1.el7sat.noarch is the patched daemon, right?
<mmccune> Zhenech: did we rebuild python2-daemon?
<Zhenech> so this RPM doesn't depend on docutils
<Zhenech> BU
<Zhenech> T
<Zhenech> # grep docutils /usr/lib/python2.7/site-packages/python_daemon-2.1.2-py2.7.egg-info/requires.txt
<Zhenech> docutils
<Zhenech> that means that "import daemon" works
<mmccune> ahh
<mmccune> so we need a patch to the python code to remove that
<Zhenech> but if you actually ask pkg_resources if it can load daemon it will tell you: no, not all deps are present
<Zhenech> and ansible-runner uses that ^
"""
VERIFIED.
@Satellite 6.10.0 Snap23
python2-daemon-2.1.2-7.2.el7sat.noarch
by following manual steps:
# rpm -q python-pillow
package python-pillow is not installed
>>> affected package is not installed
# rpm -qR python2-daemon
python(abi) = 2.7
python-lockfile
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
>>> since python2-daemon no longer requires python-docutils (depending on python-pillow)
# python
Python 2.7.5 (default, Aug 13 2020, 02:51:10)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import daemon>>> while not breaking code using daemon module
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 (Moderate: Satellite 6.10 Release), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2021:4702