Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

  • English
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products
Red Hat Product Errata RHSA-2021:3254 - Security Advisory
Issued:
2021-08-24
Updated:
2021-08-24

RHSA-2021:3254 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Moderate: rh-python38 security, bug fix, and enhancement update

Type/Severity

Security Advisory: Moderate

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

An update for rh-python38-babel, rh-python38-python, rh-python38-python-cryptography, rh-python38-python-jinja2, rh-python38-python-lxml, rh-python38-python-pip, and rh-python38-python-urllib3 is now available for Red Hat Software Collections.

Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.

Description

Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.

The following packages have been upgraded to a later upstream version: rh-python38-python (3.8.11). (BZ#1969523)

Security Fix(es):

  • python-cryptography: Bleichenbacher timing oracle attack against RSA decryption (CVE-2020-25659)
  • python: Unsafe use of eval() on data retrieved via HTTP in the test suite (CVE-2020-27619)
  • python-lxml: mXSS due to the use of improper parser (CVE-2020-27783)
  • python-jinja2: ReDoS vulnerability due to the sub-pattern (CVE-2020-28493)
  • python-cryptography: Large inputs for symmetric encryption can trigger integer overflow leading to buffer overflow (CVE-2020-36242)
  • python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c (CVE-2021-3177)
  • python: Information disclosure via pydoc (CVE-2021-3426)
  • python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code (CVE-2021-20095)
  • python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters (CVE-2021-23336)
  • python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS (CVE-2021-28957)
  • python-ipaddress: Improper input validation of octal strings (CVE-2021-29921)
  • python-urllib3: ReDoS in the parsing of authority part of URL (CVE-2021-33503)
  • python-pip: Incorrect handling of unicode separators in git references (CVE-2021-3572)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Additional information

  • Changes in the default separator for the Python urllib parsing functions

To mitigate the Web Cache Poisoning CVE-2021-23336 in the Python urllib library, the default separator for the urllib.parse.parse_qsl and urllib.parse.parse_qs functions is being changed from both ampersand (&) and semicolon (;) to only an ampersand.

The change of the default separator is potentially backwards incompatible, therefore Red Hat provides a way to configure the behavior in Python packages where the default separator has been changed. In addition, the affected urllib parsing functions issue a warning if they detect that a customer’s application has been affected by the change.

For more information, see the Knowledgebase article "Mitigation of Web Cache Poisoning in the Python urllib library (CVE-2021-23336)" linked from the References section.

  • The Python "ipaddress" module no longer allows leading zeros in IPv4 addresses

To mitigate CVE-2021-29921, the Python "ipaddress" module now rejects IPv4 addresses with leading zeros with an "AddressValueError: Leading zeros are not permitted" error.

Customers who rely on the previous behavior can pre-process their IPv4 address inputs to strip the leading zeros off. For details, see the Red Hat Software Collections 3.7 Release Notes.

Solution

For details on how to apply this update, which includes the changes described in this advisory, refer to:

https://access.redhat.com/articles/11258

Affected Products

  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.7 x86_64
  • Red Hat Software Collections (for RHEL Server for System Z) 1 for RHEL 7.7 s390x
  • Red Hat Software Collections (for RHEL Server for IBM Power LE) 1 for RHEL 7.7 ppc64le
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7 x86_64
  • Red Hat Software Collections (for RHEL Server for System Z) 1 for RHEL 7 s390x
  • Red Hat Software Collections (for RHEL Server for IBM Power LE) 1 for RHEL 7 ppc64le
  • Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 7 x86_64

Fixes

  • BZ - 1889886 - CVE-2020-27619 python: Unsafe use of eval() on data retrieved via HTTP in the test suite
  • BZ - 1889988 - CVE-2020-25659 python-cryptography: Bleichenbacher timing oracle attack against RSA decryption
  • BZ - 1901633 - CVE-2020-27783 python-lxml: mXSS due to the use of improper parser
  • BZ - 1918168 - CVE-2021-3177 python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c
  • BZ - 1926226 - CVE-2020-36242 python-cryptography: Large inputs for symmetric encryption can trigger integer overflow leading to buffer overflow
  • BZ - 1928707 - CVE-2020-28493 python-jinja2: ReDoS vulnerability due to the sub-pattern
  • BZ - 1928904 - CVE-2021-23336 python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters
  • BZ - 1935913 - CVE-2021-3426 python: Information disclosure via pydoc
  • BZ - 1941534 - CVE-2021-28957 python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS
  • BZ - 1955615 - CVE-2021-20095 python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code
  • BZ - 1957458 - CVE-2021-29921 python-ipaddress: Improper input validation of octal strings
  • BZ - 1962856 - CVE-2021-3572 python-pip: Incorrect handling of unicode separators in git references
  • BZ - 1968074 - CVE-2021-33503 python-urllib3: ReDoS in the parsing of authority part of URL
  • BZ - 1969523 - Update the python interpreter to the latest bugfix release 3.8.10 [rhel-3.7.0.z]

CVEs

  • CVE-2020-25659
  • CVE-2020-27619
  • CVE-2020-27783
  • CVE-2020-28493
  • CVE-2020-36242
  • CVE-2021-3177
  • CVE-2021-3426
  • CVE-2021-3572
  • CVE-2021-3733
  • CVE-2021-4189
  • CVE-2021-20095
  • CVE-2021-23336
  • CVE-2021-28957
  • CVE-2021-29921
  • CVE-2021-33503
  • CVE-2021-42771
  • CVE-2022-0391

References

  • https://access.redhat.com/security/updates/classification/#moderate
  • https://access.redhat.com/articles/5860431
  • https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html-single/3.7_release_notes/index#sect-RHSCL-Other-notes
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.7

SRPM
rh-python38-babel-2.7.0-12.el7.src.rpm SHA-256: c6deb0184edc048fbfe1a2f2895319000d548fddceb534576c1dcbd26546721c
rh-python38-python-3.8.11-2.el7.src.rpm SHA-256: 6c815e3fa3b5973909ad2958d59aeb25af1f08b5d49c535093da691bf7ab0ec5
rh-python38-python-cryptography-2.8-5.el7.src.rpm SHA-256: c5e61ce006f4f1cb49f3ffdbd4ffac5401b0c6dea28b1fa443f89b9c2a473780
rh-python38-python-jinja2-2.10.3-6.el7.src.rpm SHA-256: 94df04a64e943877e32e9c2e6ad1e90855f1ca3c0b7d123f65dc99c0fa27c5b2
rh-python38-python-lxml-4.4.1-7.el7.src.rpm SHA-256: db5a1ba4c87240d91893e8dac17d8e36ea03688389886774ebe5004ac4d21b6d
rh-python38-python-pip-19.3.1-2.el7.src.rpm SHA-256: 15ed560ee091a6f1f4a944f16920dc4f031fb8daa81bcd6757fb63cbca03408e
rh-python38-python-urllib3-1.25.7-7.el7.src.rpm SHA-256: ad1be4fd610356668f7306551599235eb99b2a14a5ab67cddebd4682b57a4a62
x86_64
rh-python38-python-3.8.11-2.el7.x86_64.rpm SHA-256: 128d7df7df7bc5ddf1dbf9a9e8dbce7408faeeed62db6c5f7e93a3b5ca256ab7
rh-python38-python-babel-2.7.0-12.el7.noarch.rpm SHA-256: dccedc3c469cfbaae8f7aafb5ad29a6e45bc032dc0852a6fa7f50f66df6ffa73
rh-python38-python-cryptography-2.8-5.el7.x86_64.rpm SHA-256: 3d0687523af56f50559605a05fc930d2822608202dfa9dbc9e9d7f773ac33691
rh-python38-python-cryptography-debuginfo-2.8-5.el7.x86_64.rpm SHA-256: 5a7ecf1108ec6a40e0a2aac356e60e9a38cf834b9901fbba7fde224159e08c83
rh-python38-python-debug-3.8.11-2.el7.x86_64.rpm SHA-256: 58b8687e0290906c9b68afdd1158935c38927097ae8d524f40986a07ab5c5e32
rh-python38-python-debuginfo-3.8.11-2.el7.x86_64.rpm SHA-256: 7e83f8f2e4ed7cf7cd6dbf9cddd4cce19454c983c062763350c8375c96fd788b
rh-python38-python-devel-3.8.11-2.el7.x86_64.rpm SHA-256: 9de448a2d8cd2768020a6dca89659651117d670fc6e00659a81a1a3e95773188
rh-python38-python-idle-3.8.11-2.el7.x86_64.rpm SHA-256: 8376b894a6dd0f495a7b0fa80b1420c3801b0ea61e26071c4c1db8229cb45d3f
rh-python38-python-jinja2-2.10.3-6.el7.noarch.rpm SHA-256: e8c4d1785909c1be3140cd183c3d46a7755e474c2bd16f59bb2aa717c76e5e67
rh-python38-python-libs-3.8.11-2.el7.x86_64.rpm SHA-256: 5315367f829698bac5b51db6cd7de603f40a20d9988f607862a2057cf92ddc2a
rh-python38-python-lxml-4.4.1-7.el7.x86_64.rpm SHA-256: ef6a03e8d89ca193287427ac5a6fbec86b1d66017783eb2a5d9250190ddd8508
rh-python38-python-lxml-debuginfo-4.4.1-7.el7.x86_64.rpm SHA-256: 614af473b51b68ed421b1adf75fa80a009f8522a46dca069c14bbd0d585209e1
rh-python38-python-pip-19.3.1-2.el7.noarch.rpm SHA-256: cff3bdf54f8bb364eefe3c5f50cb8912ca952c07ce683c56c244bd356864ed96
rh-python38-python-pip-wheel-19.3.1-2.el7.noarch.rpm SHA-256: 874cc8ef446f94425131fcb557a84395fb40d8bfc6e94f6defbcd79fa2877351
rh-python38-python-rpm-macros-3.8.11-2.el7.noarch.rpm SHA-256: 255d65d3110741802131ffc51fe0a3357478a27a0d1ce82c04ddfe6d7bf934af
rh-python38-python-srpm-macros-3.8.11-2.el7.noarch.rpm SHA-256: 6c51dfb31f491b653a7b85ba08e193d2fe336a88035cc2c1e4cb17f23941f1b0
rh-python38-python-test-3.8.11-2.el7.x86_64.rpm SHA-256: 2c671ce6366d1c6dbf22baee78f310e491eaa4b20fb1d541a0fa7753fbf21943
rh-python38-python-tkinter-3.8.11-2.el7.x86_64.rpm SHA-256: cd6b917a86fa2330a6531278cf10bc2885b3982a4db062b45af5b5dbf09dba8a
rh-python38-python-urllib3-1.25.7-7.el7.noarch.rpm SHA-256: 6097511a82cb3ef37323ba3a5dd30164ccba34f9671ba1e15d675dc07a5491c2

Red Hat Software Collections (for RHEL Server for System Z) 1 for RHEL 7.7

SRPM
rh-python38-babel-2.7.0-12.el7.src.rpm SHA-256: c6deb0184edc048fbfe1a2f2895319000d548fddceb534576c1dcbd26546721c
rh-python38-python-3.8.11-2.el7.src.rpm SHA-256: 6c815e3fa3b5973909ad2958d59aeb25af1f08b5d49c535093da691bf7ab0ec5
rh-python38-python-cryptography-2.8-5.el7.src.rpm SHA-256: c5e61ce006f4f1cb49f3ffdbd4ffac5401b0c6dea28b1fa443f89b9c2a473780
rh-python38-python-jinja2-2.10.3-6.el7.src.rpm SHA-256: 94df04a64e943877e32e9c2e6ad1e90855f1ca3c0b7d123f65dc99c0fa27c5b2
rh-python38-python-lxml-4.4.1-7.el7.src.rpm SHA-256: db5a1ba4c87240d91893e8dac17d8e36ea03688389886774ebe5004ac4d21b6d
rh-python38-python-pip-19.3.1-2.el7.src.rpm SHA-256: 15ed560ee091a6f1f4a944f16920dc4f031fb8daa81bcd6757fb63cbca03408e
rh-python38-python-urllib3-1.25.7-7.el7.src.rpm SHA-256: ad1be4fd610356668f7306551599235eb99b2a14a5ab67cddebd4682b57a4a62
s390x
rh-python38-python-3.8.11-2.el7.s390x.rpm SHA-256: cb3caaadb8094c7f9a2987f8b8bbf750a29722532b861fe2256bbb6ffadf2177
rh-python38-python-babel-2.7.0-12.el7.noarch.rpm SHA-256: dccedc3c469cfbaae8f7aafb5ad29a6e45bc032dc0852a6fa7f50f66df6ffa73
rh-python38-python-cryptography-2.8-5.el7.s390x.rpm SHA-256: 3c3d6b8336f6802914d4b64b61ab04e56dacb53144cafdffaef59d68e2b0f71a
rh-python38-python-cryptography-debuginfo-2.8-5.el7.s390x.rpm SHA-256: fdd8e3a35eb1cf0e34e55c53c7db00fd2e497ebea5347812a30083ef6243581b
rh-python38-python-debug-3.8.11-2.el7.s390x.rpm SHA-256: fc71c10b889a77e006a37e7e3f5aa88c002f0dd2cd42f05274ea8cf7423f656d
rh-python38-python-debuginfo-3.8.11-2.el7.s390x.rpm SHA-256: ff7f816a9bf16962f1128b367fc24a070c67df6e1c000c0167f7561d80672750
rh-python38-python-devel-3.8.11-2.el7.s390x.rpm SHA-256: ec5bb6badcb9f5511feceeee0c5c0539611652568fab42a67461aca1b9fd95fa
rh-python38-python-idle-3.8.11-2.el7.s390x.rpm SHA-256: 994242cf326969b6db00692dbaccee002dfd6d2091af5684e18f1dad1a629da1
rh-python38-python-jinja2-2.10.3-6.el7.noarch.rpm SHA-256: e8c4d1785909c1be3140cd183c3d46a7755e474c2bd16f59bb2aa717c76e5e67
rh-python38-python-libs-3.8.11-2.el7.s390x.rpm SHA-256: 590f300a5376906ea51567515a9c561148beb5ca17ca82ef7f3d4e2e3ac6f546
rh-python38-python-lxml-4.4.1-7.el7.s390x.rpm SHA-256: 1d51f900399fc1d5cd0b42f1c4d377d13800360467b3dc7954224df009bd03b6
rh-python38-python-lxml-debuginfo-4.4.1-7.el7.s390x.rpm SHA-256: 591701380fa8db3fc9c9568de411c61cb88844dbffb0ab286d11cfa30825b390
rh-python38-python-pip-19.3.1-2.el7.noarch.rpm SHA-256: cff3bdf54f8bb364eefe3c5f50cb8912ca952c07ce683c56c244bd356864ed96
rh-python38-python-pip-wheel-19.3.1-2.el7.noarch.rpm SHA-256: 874cc8ef446f94425131fcb557a84395fb40d8bfc6e94f6defbcd79fa2877351
rh-python38-python-rpm-macros-3.8.11-2.el7.noarch.rpm SHA-256: 255d65d3110741802131ffc51fe0a3357478a27a0d1ce82c04ddfe6d7bf934af
rh-python38-python-srpm-macros-3.8.11-2.el7.noarch.rpm SHA-256: 6c51dfb31f491b653a7b85ba08e193d2fe336a88035cc2c1e4cb17f23941f1b0
rh-python38-python-test-3.8.11-2.el7.s390x.rpm SHA-256: 9f069070943296631c11b40f6793eb43a8758b117c82fdcc3fbb41624ed78b06
rh-python38-python-tkinter-3.8.11-2.el7.s390x.rpm SHA-256: 7e738d1a6f9365952620a742727098876011640ab88672dd3382d46ba5faa165
rh-python38-python-urllib3-1.25.7-7.el7.noarch.rpm SHA-256: 6097511a82cb3ef37323ba3a5dd30164ccba34f9671ba1e15d675dc07a5491c2

Red Hat Software Collections (for RHEL Server for IBM Power LE) 1 for RHEL 7.7

SRPM
rh-python38-babel-2.7.0-12.el7.src.rpm SHA-256: c6deb0184edc048fbfe1a2f2895319000d548fddceb534576c1dcbd26546721c
rh-python38-python-3.8.11-2.el7.src.rpm SHA-256: 6c815e3fa3b5973909ad2958d59aeb25af1f08b5d49c535093da691bf7ab0ec5
rh-python38-python-cryptography-2.8-5.el7.src.rpm SHA-256: c5e61ce006f4f1cb49f3ffdbd4ffac5401b0c6dea28b1fa443f89b9c2a473780
rh-python38-python-jinja2-2.10.3-6.el7.src.rpm SHA-256: 94df04a64e943877e32e9c2e6ad1e90855f1ca3c0b7d123f65dc99c0fa27c5b2
rh-python38-python-lxml-4.4.1-7.el7.src.rpm SHA-256: db5a1ba4c87240d91893e8dac17d8e36ea03688389886774ebe5004ac4d21b6d
rh-python38-python-pip-19.3.1-2.el7.src.rpm SHA-256: 15ed560ee091a6f1f4a944f16920dc4f031fb8daa81bcd6757fb63cbca03408e
rh-python38-python-urllib3-1.25.7-7.el7.src.rpm SHA-256: ad1be4fd610356668f7306551599235eb99b2a14a5ab67cddebd4682b57a4a62
ppc64le
rh-python38-python-3.8.11-2.el7.ppc64le.rpm SHA-256: 7bdd7fd202b902c885540faff5916bc7351177d7082db5cab808f09ab602704e
rh-python38-python-babel-2.7.0-12.el7.noarch.rpm SHA-256: dccedc3c469cfbaae8f7aafb5ad29a6e45bc032dc0852a6fa7f50f66df6ffa73
rh-python38-python-cryptography-2.8-5.el7.ppc64le.rpm SHA-256: 47c07fe9dc44fc4abe3c77698e302d0459235efd1510cb995c3d41cb6ba783bf
rh-python38-python-cryptography-debuginfo-2.8-5.el7.ppc64le.rpm SHA-256: 6980d6780202e46734884be7d75926b0ce9bb37c661fd2d1ab9294c27106be88
rh-python38-python-debug-3.8.11-2.el7.ppc64le.rpm SHA-256: 8bfd53715c6b121d0caee09d56698504a388ada867ddc72e1689264ef515dffd
rh-python38-python-debuginfo-3.8.11-2.el7.ppc64le.rpm SHA-256: 52e0e861688ea251a527b5285d0636b6909e37e7287bb32925be92f94eff0766
rh-python38-python-devel-3.8.11-2.el7.ppc64le.rpm SHA-256: 42d746bf6d6ad1a3e83121d22a44e171b351d59ba240370ac87ef4fbba67d5c3
rh-python38-python-idle-3.8.11-2.el7.ppc64le.rpm SHA-256: 778847655fb9a60d423c68f7d6b58dce128b08fa4a403b8240aaade36f710e47
rh-python38-python-jinja2-2.10.3-6.el7.noarch.rpm SHA-256: e8c4d1785909c1be3140cd183c3d46a7755e474c2bd16f59bb2aa717c76e5e67
rh-python38-python-libs-3.8.11-2.el7.ppc64le.rpm SHA-256: 777ab980b9b5a7d090644efa64ae3baafc92172fcf09513b075b3f13bc5f5d49
rh-python38-python-lxml-4.4.1-7.el7.ppc64le.rpm SHA-256: 8e83a0237ea8ba2471c1bd2ffd5ec3d6bcc7829fe11b9d7ff1a17a0a04f68f1b
rh-python38-python-lxml-debuginfo-4.4.1-7.el7.ppc64le.rpm SHA-256: 4187a7c136a756b94d246c36b9cd7e105eb0f1a343ac5cf53956b65cb0cb1871
rh-python38-python-pip-19.3.1-2.el7.noarch.rpm SHA-256: cff3bdf54f8bb364eefe3c5f50cb8912ca952c07ce683c56c244bd356864ed96
rh-python38-python-pip-wheel-19.3.1-2.el7.noarch.rpm SHA-256: 874cc8ef446f94425131fcb557a84395fb40d8bfc6e94f6defbcd79fa2877351
rh-python38-python-rpm-macros-3.8.11-2.el7.noarch.rpm SHA-256: 255d65d3110741802131ffc51fe0a3357478a27a0d1ce82c04ddfe6d7bf934af
rh-python38-python-srpm-macros-3.8.11-2.el7.noarch.rpm SHA-256: 6c51dfb31f491b653a7b85ba08e193d2fe336a88035cc2c1e4cb17f23941f1b0
rh-python38-python-test-3.8.11-2.el7.ppc64le.rpm SHA-256: 7f862154631a8839614370faff0ba941927df13f0b705113ac97cde9e5b955f9
rh-python38-python-tkinter-3.8.11-2.el7.ppc64le.rpm SHA-256: ff28ed9effcac22f15e8fc5f24622a38963f54897c1acd03e71779a253b0f70f
rh-python38-python-urllib3-1.25.7-7.el7.noarch.rpm SHA-256: 6097511a82cb3ef37323ba3a5dd30164ccba34f9671ba1e15d675dc07a5491c2

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7

SRPM
rh-python38-babel-2.7.0-12.el7.src.rpm SHA-256: c6deb0184edc048fbfe1a2f2895319000d548fddceb534576c1dcbd26546721c
rh-python38-python-3.8.11-2.el7.src.rpm SHA-256: 6c815e3fa3b5973909ad2958d59aeb25af1f08b5d49c535093da691bf7ab0ec5
rh-python38-python-cryptography-2.8-5.el7.src.rpm SHA-256: c5e61ce006f4f1cb49f3ffdbd4ffac5401b0c6dea28b1fa443f89b9c2a473780
rh-python38-python-jinja2-2.10.3-6.el7.src.rpm SHA-256: 94df04a64e943877e32e9c2e6ad1e90855f1ca3c0b7d123f65dc99c0fa27c5b2
rh-python38-python-lxml-4.4.1-7.el7.src.rpm SHA-256: db5a1ba4c87240d91893e8dac17d8e36ea03688389886774ebe5004ac4d21b6d
rh-python38-python-pip-19.3.1-2.el7.src.rpm SHA-256: 15ed560ee091a6f1f4a944f16920dc4f031fb8daa81bcd6757fb63cbca03408e
rh-python38-python-urllib3-1.25.7-7.el7.src.rpm SHA-256: ad1be4fd610356668f7306551599235eb99b2a14a5ab67cddebd4682b57a4a62
x86_64
rh-python38-python-3.8.11-2.el7.x86_64.rpm SHA-256: 128d7df7df7bc5ddf1dbf9a9e8dbce7408faeeed62db6c5f7e93a3b5ca256ab7
rh-python38-python-babel-2.7.0-12.el7.noarch.rpm SHA-256: dccedc3c469cfbaae8f7aafb5ad29a6e45bc032dc0852a6fa7f50f66df6ffa73
rh-python38-python-cryptography-2.8-5.el7.x86_64.rpm SHA-256: 3d0687523af56f50559605a05fc930d2822608202dfa9dbc9e9d7f773ac33691
rh-python38-python-cryptography-debuginfo-2.8-5.el7.x86_64.rpm SHA-256: 5a7ecf1108ec6a40e0a2aac356e60e9a38cf834b9901fbba7fde224159e08c83
rh-python38-python-debug-3.8.11-2.el7.x86_64.rpm SHA-256: 58b8687e0290906c9b68afdd1158935c38927097ae8d524f40986a07ab5c5e32
rh-python38-python-debuginfo-3.8.11-2.el7.x86_64.rpm SHA-256: 7e83f8f2e4ed7cf7cd6dbf9cddd4cce19454c983c062763350c8375c96fd788b
rh-python38-python-devel-3.8.11-2.el7.x86_64.rpm SHA-256: 9de448a2d8cd2768020a6dca89659651117d670fc6e00659a81a1a3e95773188
rh-python38-python-idle-3.8.11-2.el7.x86_64.rpm SHA-256: 8376b894a6dd0f495a7b0fa80b1420c3801b0ea61e26071c4c1db8229cb45d3f
rh-python38-python-jinja2-2.10.3-6.el7.noarch.rpm SHA-256: e8c4d1785909c1be3140cd183c3d46a7755e474c2bd16f59bb2aa717c76e5e67
rh-python38-python-libs-3.8.11-2.el7.x86_64.rpm SHA-256: 5315367f829698bac5b51db6cd7de603f40a20d9988f607862a2057cf92ddc2a
rh-python38-python-lxml-4.4.1-7.el7.x86_64.rpm SHA-256: ef6a03e8d89ca193287427ac5a6fbec86b1d66017783eb2a5d9250190ddd8508
rh-python38-python-lxml-debuginfo-4.4.1-7.el7.x86_64.rpm SHA-256: 614af473b51b68ed421b1adf75fa80a009f8522a46dca069c14bbd0d585209e1
rh-python38-python-pip-19.3.1-2.el7.noarch.rpm SHA-256: cff3bdf54f8bb364eefe3c5f50cb8912ca952c07ce683c56c244bd356864ed96
rh-python38-python-pip-wheel-19.3.1-2.el7.noarch.rpm SHA-256: 874cc8ef446f94425131fcb557a84395fb40d8bfc6e94f6defbcd79fa2877351
rh-python38-python-rpm-macros-3.8.11-2.el7.noarch.rpm SHA-256: 255d65d3110741802131ffc51fe0a3357478a27a0d1ce82c04ddfe6d7bf934af
rh-python38-python-srpm-macros-3.8.11-2.el7.noarch.rpm SHA-256: 6c51dfb31f491b653a7b85ba08e193d2fe336a88035cc2c1e4cb17f23941f1b0
rh-python38-python-test-3.8.11-2.el7.x86_64.rpm SHA-256: 2c671ce6366d1c6dbf22baee78f310e491eaa4b20fb1d541a0fa7753fbf21943
rh-python38-python-tkinter-3.8.11-2.el7.x86_64.rpm SHA-256: cd6b917a86fa2330a6531278cf10bc2885b3982a4db062b45af5b5dbf09dba8a
rh-python38-python-urllib3-1.25.7-7.el7.noarch.rpm SHA-256: 6097511a82cb3ef37323ba3a5dd30164ccba34f9671ba1e15d675dc07a5491c2

Red Hat Software Collections (for RHEL Server for System Z) 1 for RHEL 7

SRPM
rh-python38-babel-2.7.0-12.el7.src.rpm SHA-256: c6deb0184edc048fbfe1a2f2895319000d548fddceb534576c1dcbd26546721c
rh-python38-python-3.8.11-2.el7.src.rpm SHA-256: 6c815e3fa3b5973909ad2958d59aeb25af1f08b5d49c535093da691bf7ab0ec5
rh-python38-python-cryptography-2.8-5.el7.src.rpm SHA-256: c5e61ce006f4f1cb49f3ffdbd4ffac5401b0c6dea28b1fa443f89b9c2a473780
rh-python38-python-jinja2-2.10.3-6.el7.src.rpm SHA-256: 94df04a64e943877e32e9c2e6ad1e90855f1ca3c0b7d123f65dc99c0fa27c5b2
rh-python38-python-lxml-4.4.1-7.el7.src.rpm SHA-256: db5a1ba4c87240d91893e8dac17d8e36ea03688389886774ebe5004ac4d21b6d
rh-python38-python-pip-19.3.1-2.el7.src.rpm SHA-256: 15ed560ee091a6f1f4a944f16920dc4f031fb8daa81bcd6757fb63cbca03408e
rh-python38-python-urllib3-1.25.7-7.el7.src.rpm SHA-256: ad1be4fd610356668f7306551599235eb99b2a14a5ab67cddebd4682b57a4a62
s390x
rh-python38-python-3.8.11-2.el7.s390x.rpm SHA-256: cb3caaadb8094c7f9a2987f8b8bbf750a29722532b861fe2256bbb6ffadf2177
rh-python38-python-babel-2.7.0-12.el7.noarch.rpm SHA-256: dccedc3c469cfbaae8f7aafb5ad29a6e45bc032dc0852a6fa7f50f66df6ffa73
rh-python38-python-cryptography-2.8-5.el7.s390x.rpm SHA-256: 3c3d6b8336f6802914d4b64b61ab04e56dacb53144cafdffaef59d68e2b0f71a
rh-python38-python-cryptography-debuginfo-2.8-5.el7.s390x.rpm SHA-256: fdd8e3a35eb1cf0e34e55c53c7db00fd2e497ebea5347812a30083ef6243581b
rh-python38-python-debug-3.8.11-2.el7.s390x.rpm SHA-256: fc71c10b889a77e006a37e7e3f5aa88c002f0dd2cd42f05274ea8cf7423f656d
rh-python38-python-debuginfo-3.8.11-2.el7.s390x.rpm SHA-256: ff7f816a9bf16962f1128b367fc24a070c67df6e1c000c0167f7561d80672750
rh-python38-python-devel-3.8.11-2.el7.s390x.rpm SHA-256: ec5bb6badcb9f5511feceeee0c5c0539611652568fab42a67461aca1b9fd95fa
rh-python38-python-idle-3.8.11-2.el7.s390x.rpm SHA-256: 994242cf326969b6db00692dbaccee002dfd6d2091af5684e18f1dad1a629da1
rh-python38-python-jinja2-2.10.3-6.el7.noarch.rpm SHA-256: e8c4d1785909c1be3140cd183c3d46a7755e474c2bd16f59bb2aa717c76e5e67
rh-python38-python-libs-3.8.11-2.el7.s390x.rpm SHA-256: 590f300a5376906ea51567515a9c561148beb5ca17ca82ef7f3d4e2e3ac6f546
rh-python38-python-lxml-4.4.1-7.el7.s390x.rpm SHA-256: 1d51f900399fc1d5cd0b42f1c4d377d13800360467b3dc7954224df009bd03b6
rh-python38-python-lxml-debuginfo-4.4.1-7.el7.s390x.rpm SHA-256: 591701380fa8db3fc9c9568de411c61cb88844dbffb0ab286d11cfa30825b390
rh-python38-python-pip-19.3.1-2.el7.noarch.rpm SHA-256: cff3bdf54f8bb364eefe3c5f50cb8912ca952c07ce683c56c244bd356864ed96
rh-python38-python-pip-wheel-19.3.1-2.el7.noarch.rpm SHA-256: 874cc8ef446f94425131fcb557a84395fb40d8bfc6e94f6defbcd79fa2877351
rh-python38-python-rpm-macros-3.8.11-2.el7.noarch.rpm SHA-256: 255d65d3110741802131ffc51fe0a3357478a27a0d1ce82c04ddfe6d7bf934af
rh-python38-python-srpm-macros-3.8.11-2.el7.noarch.rpm SHA-256: 6c51dfb31f491b653a7b85ba08e193d2fe336a88035cc2c1e4cb17f23941f1b0
rh-python38-python-test-3.8.11-2.el7.s390x.rpm SHA-256: 9f069070943296631c11b40f6793eb43a8758b117c82fdcc3fbb41624ed78b06
rh-python38-python-tkinter-3.8.11-2.el7.s390x.rpm SHA-256: 7e738d1a6f9365952620a742727098876011640ab88672dd3382d46ba5faa165
rh-python38-python-urllib3-1.25.7-7.el7.noarch.rpm SHA-256: 6097511a82cb3ef37323ba3a5dd30164ccba34f9671ba1e15d675dc07a5491c2

Red Hat Software Collections (for RHEL Server for IBM Power LE) 1 for RHEL 7

SRPM
rh-python38-babel-2.7.0-12.el7.src.rpm SHA-256: c6deb0184edc048fbfe1a2f2895319000d548fddceb534576c1dcbd26546721c
rh-python38-python-3.8.11-2.el7.src.rpm SHA-256: 6c815e3fa3b5973909ad2958d59aeb25af1f08b5d49c535093da691bf7ab0ec5
rh-python38-python-cryptography-2.8-5.el7.src.rpm SHA-256: c5e61ce006f4f1cb49f3ffdbd4ffac5401b0c6dea28b1fa443f89b9c2a473780
rh-python38-python-jinja2-2.10.3-6.el7.src.rpm SHA-256: 94df04a64e943877e32e9c2e6ad1e90855f1ca3c0b7d123f65dc99c0fa27c5b2
rh-python38-python-lxml-4.4.1-7.el7.src.rpm SHA-256: db5a1ba4c87240d91893e8dac17d8e36ea03688389886774ebe5004ac4d21b6d
rh-python38-python-pip-19.3.1-2.el7.src.rpm SHA-256: 15ed560ee091a6f1f4a944f16920dc4f031fb8daa81bcd6757fb63cbca03408e
rh-python38-python-urllib3-1.25.7-7.el7.src.rpm SHA-256: ad1be4fd610356668f7306551599235eb99b2a14a5ab67cddebd4682b57a4a62
ppc64le
rh-python38-python-3.8.11-2.el7.ppc64le.rpm SHA-256: 7bdd7fd202b902c885540faff5916bc7351177d7082db5cab808f09ab602704e
rh-python38-python-babel-2.7.0-12.el7.noarch.rpm SHA-256: dccedc3c469cfbaae8f7aafb5ad29a6e45bc032dc0852a6fa7f50f66df6ffa73
rh-python38-python-cryptography-2.8-5.el7.ppc64le.rpm SHA-256: 47c07fe9dc44fc4abe3c77698e302d0459235efd1510cb995c3d41cb6ba783bf
rh-python38-python-cryptography-debuginfo-2.8-5.el7.ppc64le.rpm SHA-256: 6980d6780202e46734884be7d75926b0ce9bb37c661fd2d1ab9294c27106be88
rh-python38-python-debug-3.8.11-2.el7.ppc64le.rpm SHA-256: 8bfd53715c6b121d0caee09d56698504a388ada867ddc72e1689264ef515dffd
rh-python38-python-debuginfo-3.8.11-2.el7.ppc64le.rpm SHA-256: 52e0e861688ea251a527b5285d0636b6909e37e7287bb32925be92f94eff0766
rh-python38-python-devel-3.8.11-2.el7.ppc64le.rpm SHA-256: 42d746bf6d6ad1a3e83121d22a44e171b351d59ba240370ac87ef4fbba67d5c3
rh-python38-python-idle-3.8.11-2.el7.ppc64le.rpm SHA-256: 778847655fb9a60d423c68f7d6b58dce128b08fa4a403b8240aaade36f710e47
rh-python38-python-jinja2-2.10.3-6.el7.noarch.rpm SHA-256: e8c4d1785909c1be3140cd183c3d46a7755e474c2bd16f59bb2aa717c76e5e67
rh-python38-python-libs-3.8.11-2.el7.ppc64le.rpm SHA-256: 777ab980b9b5a7d090644efa64ae3baafc92172fcf09513b075b3f13bc5f5d49
rh-python38-python-lxml-4.4.1-7.el7.ppc64le.rpm SHA-256: 8e83a0237ea8ba2471c1bd2ffd5ec3d6bcc7829fe11b9d7ff1a17a0a04f68f1b
rh-python38-python-lxml-debuginfo-4.4.1-7.el7.ppc64le.rpm SHA-256: 4187a7c136a756b94d246c36b9cd7e105eb0f1a343ac5cf53956b65cb0cb1871
rh-python38-python-pip-19.3.1-2.el7.noarch.rpm SHA-256: cff3bdf54f8bb364eefe3c5f50cb8912ca952c07ce683c56c244bd356864ed96
rh-python38-python-pip-wheel-19.3.1-2.el7.noarch.rpm SHA-256: 874cc8ef446f94425131fcb557a84395fb40d8bfc6e94f6defbcd79fa2877351
rh-python38-python-rpm-macros-3.8.11-2.el7.noarch.rpm SHA-256: 255d65d3110741802131ffc51fe0a3357478a27a0d1ce82c04ddfe6d7bf934af
rh-python38-python-srpm-macros-3.8.11-2.el7.noarch.rpm SHA-256: 6c51dfb31f491b653a7b85ba08e193d2fe336a88035cc2c1e4cb17f23941f1b0
rh-python38-python-test-3.8.11-2.el7.ppc64le.rpm SHA-256: 7f862154631a8839614370faff0ba941927df13f0b705113ac97cde9e5b955f9
rh-python38-python-tkinter-3.8.11-2.el7.ppc64le.rpm SHA-256: ff28ed9effcac22f15e8fc5f24622a38963f54897c1acd03e71779a253b0f70f
rh-python38-python-urllib3-1.25.7-7.el7.noarch.rpm SHA-256: 6097511a82cb3ef37323ba3a5dd30164ccba34f9671ba1e15d675dc07a5491c2

Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 7

SRPM
rh-python38-babel-2.7.0-12.el7.src.rpm SHA-256: c6deb0184edc048fbfe1a2f2895319000d548fddceb534576c1dcbd26546721c
rh-python38-python-3.8.11-2.el7.src.rpm SHA-256: 6c815e3fa3b5973909ad2958d59aeb25af1f08b5d49c535093da691bf7ab0ec5
rh-python38-python-cryptography-2.8-5.el7.src.rpm SHA-256: c5e61ce006f4f1cb49f3ffdbd4ffac5401b0c6dea28b1fa443f89b9c2a473780
rh-python38-python-jinja2-2.10.3-6.el7.src.rpm SHA-256: 94df04a64e943877e32e9c2e6ad1e90855f1ca3c0b7d123f65dc99c0fa27c5b2
rh-python38-python-lxml-4.4.1-7.el7.src.rpm SHA-256: db5a1ba4c87240d91893e8dac17d8e36ea03688389886774ebe5004ac4d21b6d
rh-python38-python-pip-19.3.1-2.el7.src.rpm SHA-256: 15ed560ee091a6f1f4a944f16920dc4f031fb8daa81bcd6757fb63cbca03408e
rh-python38-python-urllib3-1.25.7-7.el7.src.rpm SHA-256: ad1be4fd610356668f7306551599235eb99b2a14a5ab67cddebd4682b57a4a62
x86_64
rh-python38-python-3.8.11-2.el7.x86_64.rpm SHA-256: 128d7df7df7bc5ddf1dbf9a9e8dbce7408faeeed62db6c5f7e93a3b5ca256ab7
rh-python38-python-babel-2.7.0-12.el7.noarch.rpm SHA-256: dccedc3c469cfbaae8f7aafb5ad29a6e45bc032dc0852a6fa7f50f66df6ffa73
rh-python38-python-cryptography-2.8-5.el7.x86_64.rpm SHA-256: 3d0687523af56f50559605a05fc930d2822608202dfa9dbc9e9d7f773ac33691
rh-python38-python-cryptography-debuginfo-2.8-5.el7.x86_64.rpm SHA-256: 5a7ecf1108ec6a40e0a2aac356e60e9a38cf834b9901fbba7fde224159e08c83
rh-python38-python-debug-3.8.11-2.el7.x86_64.rpm SHA-256: 58b8687e0290906c9b68afdd1158935c38927097ae8d524f40986a07ab5c5e32
rh-python38-python-debuginfo-3.8.11-2.el7.x86_64.rpm SHA-256: 7e83f8f2e4ed7cf7cd6dbf9cddd4cce19454c983c062763350c8375c96fd788b
rh-python38-python-devel-3.8.11-2.el7.x86_64.rpm SHA-256: 9de448a2d8cd2768020a6dca89659651117d670fc6e00659a81a1a3e95773188
rh-python38-python-idle-3.8.11-2.el7.x86_64.rpm SHA-256: 8376b894a6dd0f495a7b0fa80b1420c3801b0ea61e26071c4c1db8229cb45d3f
rh-python38-python-jinja2-2.10.3-6.el7.noarch.rpm SHA-256: e8c4d1785909c1be3140cd183c3d46a7755e474c2bd16f59bb2aa717c76e5e67
rh-python38-python-libs-3.8.11-2.el7.x86_64.rpm SHA-256: 5315367f829698bac5b51db6cd7de603f40a20d9988f607862a2057cf92ddc2a
rh-python38-python-lxml-4.4.1-7.el7.x86_64.rpm SHA-256: ef6a03e8d89ca193287427ac5a6fbec86b1d66017783eb2a5d9250190ddd8508
rh-python38-python-lxml-debuginfo-4.4.1-7.el7.x86_64.rpm SHA-256: 614af473b51b68ed421b1adf75fa80a009f8522a46dca069c14bbd0d585209e1
rh-python38-python-pip-19.3.1-2.el7.noarch.rpm SHA-256: cff3bdf54f8bb364eefe3c5f50cb8912ca952c07ce683c56c244bd356864ed96
rh-python38-python-pip-wheel-19.3.1-2.el7.noarch.rpm SHA-256: 874cc8ef446f94425131fcb557a84395fb40d8bfc6e94f6defbcd79fa2877351
rh-python38-python-rpm-macros-3.8.11-2.el7.noarch.rpm SHA-256: 255d65d3110741802131ffc51fe0a3357478a27a0d1ce82c04ddfe6d7bf934af
rh-python38-python-srpm-macros-3.8.11-2.el7.noarch.rpm SHA-256: 6c51dfb31f491b653a7b85ba08e193d2fe336a88035cc2c1e4cb17f23941f1b0
rh-python38-python-test-3.8.11-2.el7.x86_64.rpm SHA-256: 2c671ce6366d1c6dbf22baee78f310e491eaa4b20fb1d541a0fa7753fbf21943
rh-python38-python-tkinter-3.8.11-2.el7.x86_64.rpm SHA-256: cd6b917a86fa2330a6531278cf10bc2885b3982a4db062b45af5b5dbf09dba8a
rh-python38-python-urllib3-1.25.7-7.el7.noarch.rpm SHA-256: 6097511a82cb3ef37323ba3a5dd30164ccba34f9671ba1e15d675dc07a5491c2

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
Copyright © 2023 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter