BlackTreeCVE Intelligence
← Back to the CVE catalogue
Full vulnerability report · 2026
CVE-2026-27459High confidence

pyOpenSSL DTLS cookie callback buffer overflow

pyca · pyopenssl

7.2HighCVSS 4.0
Recommended action
Within 7 days

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

Patch available
Distribution package intelligence

Ubuntu vendor package status

Canonical’s release and source-package findings are shown separately from local repository availability.

1 package state
Repository candidate not checked

A published vendor fix does not prove that a matching update is enabled and installable on a particular asset. Confirm the local package candidate before scheduling remediation.

Ubuntu releaseSource packageVendor stateFixed versionEvidence
Ubuntu 24.04 LTSnoble · standard archivepyopensslVendor fix publishedCanonical reports that a fixed source package version has been published. Repository candidate availability is not checked by BlackTree.23.2.0-1ubuntu0.1Canonical record ↗Source updated 11 Sept 2026
Direct vendor intelligence

Authoritative vendor CSAF and VEX advisories

Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.

1 current
CVE-2026-27459 · CSAF 2.0 · revision 3 · finalRed Hat Product SecuritypyOpenSSL: DTLS cookie callback buffer overflow
29 known affected

The vendor explicitly identifies these products as affected by this CVE.

  • exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence
  • ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2
  • ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2
  • ansible-automation-platform-26/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2
  • ansible-automation-platform-26/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2
  • ansible-automation-platform-tech-preview/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2
  • ansible-automation-platform-tech-preview/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2
  • ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2
  • ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2
  • rhceph/rhceph-7-rhel9 as a component of Red Hat Ceph Storage 7
  • rhceph/rhceph-8-rhel9 as a component of Red Hat Ceph Storage 8
  • rhceph/rhceph-9-rhel9 as a component of Red Hat Ceph Storage 9
Summary
A flaw was found in pyOpenSSL. The set_cookie_generate_callback callback function can be used to generate DTLS cookies. When the callback returns a cookie string or byte sequence longer than 256 bytes, a buffer overflow can be triggered due to a missing bounds checking before copying the data to a fixed-size buffer provided by the underlying OpenSSL library.
Remediation
For details on how to apply this update, refer to Ansible Automation Platform documentation.
Optional official sources

National CERT insights
?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.

Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.

Official European source

ENISA European Vulnerability Database

Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.

1 current
ENISA EUVD identifier

EUVD-2026-12677

No EUVD known-exploited evidence

pyOpenSSL is a Python wrapper around the OpenSSL library. Starting in version 22.0.0 and prior to version 26.0.0, if a user provided callback to `set_cookie_generate_callback` returned a cookie value greater than 256 bytes, pyOpenSSL would overflow an OpenSSL provided buffer. Starting in version 26.0.0, cookie values that are too long are now rejected.

EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
7.2 · CVSS 4.0
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

pyOpenSSL is a Python wrapper around the OpenSSL library. Starting in version 22.0.0 and prior to version 26.0.0, if a user provided callback to `set_cookie_generate_callback` returned a cookie value greater than 256 bytes, pyOpenSSL would overflow an OpenSSL provided buffer. Starting in version 26.0.0, cookie values that are too long are now rejected.

What

pyOpenSSL is a Python wrapper around the OpenSSL library. Starting in version 22.0.0 and prior to version 26.0.0, if a user provided callback to `set_cookie_generate_callback` returned a cookie value greater than 256 bytes, pyOpenSSL would overflow an OpenSSL provided buffer. Starting in version 26.0.0, cookie values that are too long are now rejected.

Why

The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

pyOpenSSL is a Python wrapper around the OpenSSL library. Starting in version 22.0.0 and prior to version 26.0.0, if a user provided callback to `set_cookie_generate_callback` returned a cookie value greater than 256 bytes, pyOpenSSL would overflow an OpenSSL provided buffer. Starting in version 26.0.0, cookie values that are too long are now rejected.

Why

The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
None recorded

No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.

Likely attack path
a network path → Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
High: exploitation depends on specific conditions
Security boundary
Not a CVSS 4.0 base metric
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-120

CWE-120: Buffer Copy without Checking Size of Input ('Classic Buffer Overflow'). The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U

Common Vulnerability Scoring System 4.0: the compact vector below is decoded into plain language.

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACHighAttack complexity: Successful exploitation depends on specific conditions outside the attacker's direct control.ATPresentAttack requirements: A particular deployment or execution condition must be present.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.VCHighVulnerable-system confidentiality: A successful attack can cause a major loss.VIHighVulnerable-system integrity: A successful attack can cause a major loss.VAHighVulnerable-system availability: A successful attack can cause a major loss.SCNoneSubsequent-system confidentiality: No direct loss is represented by this metric.SINoneSubsequent-system integrity: No direct loss is represented by this metric.SANoneSubsequent-system availability: No direct loss is represented by this metric.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkUnauthenticatedCWE-120
A

Official authority intelligence

Only matched European and national findings are included. Language selectors and unavailable sources are omitted.

ENISA EUVD · EUVD-2026-12677Official EUVD mapping

pyOpenSSL is a Python wrapper around the OpenSSL library. Starting in version 22.0.0 and prior to version 26.0.0, if a user provided callback to `set_cookie_generate_callback` returned a cookie value greater than 256 bytes, pyOpenSSL would overflow an OpenSSL provided buffer. Starting in version 26.0.0, cookie values that are too long are now rejected.

Official EUVD record ↗
BSI · German · WID-SEC-2026-1183Red Hat Hardened Images RPMs (jq und pyOpenSSL): Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Red Hat Hardened Images RPMs ausnutzen, um Sicherheitsvorkehrungen zu umgehen, einen Denial-of-Service-Zustand verursachen, vertrauliche Informationen offenlegen oder nicht näher spezifizierte Angriffe durchführen, einschließlich potenzieller Codeausführung.

Official advisory ↗
Cyber Security Agency of Singapore · English · CSA-SB-20260325Security Bulletin 25 Mar 2026

The Cyber Security Agency of Singapore included this CVE in its official Security Bulletin 25 Mar 2026, published on 25 March 2026. Open the linked bulletin for the product, severity and reference information published in that issue.

Official advisory ↗
CERT-FR · French · CERTFR-2026-AVI-0901Multiples vulnérabilités dans les produits IBM

ord?id=CVE-2026-25680 Référence CVE CVE-2026-25681 https://www.cve.org/CVERecord?id=CVE-2026-25681 Référence CVE CVE-2026-26960 https://www.cve.org/CVERecord?id=CVE-2026-26960 Référence CVE CVE-2026-26996 https://www.cve.org/CVERecord?id=CVE-2026-26996 Référence CVE CVE-2026-27136 https://www.cve.org/CVERecord?id=CVE-2026-27136 Référence CVE CVE-2026-27199 https://www.cve.org/CVERecord?id=CVE-2026-27199 Référence CVE CVE-2026-27205 https://www.cve.org/CVERecord?id=CVE-2026-27205 Référence CVE CVE-2026-2739 https://www.cve.org/CVERecord?id=CVE-2026-2739 Référence CVE CVE-2026-27448 https://www.cve.org/CVERecord?id=CVE-2026-27448 Référence CVE CVE-2026-27459 https://www.cve.org/CVERecord?id=CVE-2026-27459 Référence CVE CVE-2026-27903 https://www.cve.org/CVERecord?id=CVE-2026-27903 Référence CVE CVE-2026-27904 https://www.cve.org/CVERecord?id=CVE-2026-27904 Référence CVE CVE-2026-27980 https://www.cve.org/CVERecord?id=CVE-2026-27980 Référence CVE CVE-2026-28684 https://www.cve.org/CVERecord?id=CVE-2026-28684 Référence CVE CVE-2026-29057 https://www.cve.org/CVERecord?id=CVE-2026-29057 Référence CVE CVE-2026-29063 https://www.cve.org/CVERecord?id=CVE-2026-29063 Référence CVE CVE-2026-2950 https://www.cve.org/CVERecord?id=CVE-2026-2950 Référence CVE CVE-2026-29786 https://www.cve.org/CVERecord?id=CV

Official advisory ↗
CERT-FR · French · CERTFR-2026-AVI-0736Multiples vulnérabilités dans les produits Splunk

d?id=CVE-2026-20259 Référence CVE CVE-2026-20260 https://www.cve.org/CVERecord?id=CVE-2026-20260 Référence CVE CVE-2026-22701 https://www.cve.org/CVERecord?id=CVE-2026-22701 Référence CVE CVE-2026-23490 https://www.cve.org/CVERecord?id=CVE-2026-23490 Référence CVE CVE-2026-24049 https://www.cve.org/CVERecord?id=CVE-2026-24049 Référence CVE CVE-2026-24051 https://www.cve.org/CVERecord?id=CVE-2026-24051 Référence CVE CVE-2026-25679 https://www.cve.org/CVERecord?id=CVE-2026-25679 Référence CVE CVE-2026-27142 https://www.cve.org/CVERecord?id=CVE-2026-27142 Référence CVE CVE-2026-27448 https://www.cve.org/CVERecord?id=CVE-2026-27448 Référence CVE CVE-2026-27459 https://www.cve.org/CVERecord?id=CVE-2026-27459 Référence CVE CVE-2026-34477 https://www.cve.org/CVERecord?id=CVE-2026-34477 Référence CVE CVE-2026-34480 https://www.cve.org/CVERecord?id=CVE-2026-34480 Référence CVE CVE-2026-34516 https://www.cve.org/CVERecord?id=CVE-2026-34516 Référence CVE CVE-2026-34520 https://www.cve.org/CVERecord?id=CVE-2026-34520 Référence CVE CVE-2026-4147 https://www.cve.org/CVERecord?id=CVE-2026-4147 Référence CVE CVE-2026-4148 https://www.cve.org/CVERecord?id=CVE-2026-4148 Référence CVE CVE-2026-4358 https://www.cve.org/CVERecord?id=CVE-2026-4358 Gestion détaillée du document le 11 juin 2026 Version initiale Alert

Official advisory ↗
CERT-FR · French · CERTFR-2026-AVI-0667Multiples vulnérabilités dans les produits IBM

cord?id=CVE-2026-2581 Référence CVE CVE-2026-25896 https://www.cve.org/CVERecord?id=CVE-2026-25896 Référence CVE CVE-2026-26278 https://www.cve.org/CVERecord?id=CVE-2026-26278 Référence CVE CVE-2026-26960 https://www.cve.org/CVERecord?id=CVE-2026-26960 Référence CVE CVE-2026-26996 https://www.cve.org/CVERecord?id=CVE-2026-26996 Référence CVE CVE-2026-27135 https://www.cve.org/CVERecord?id=CVE-2026-27135 Référence CVE CVE-2026-27199 https://www.cve.org/CVERecord?id=CVE-2026-27199 Référence CVE CVE-2026-2739 https://www.cve.org/CVERecord?id=CVE-2026-2739 Référence CVE CVE-2026-27448 https://www.cve.org/CVERecord?id=CVE-2026-27448 Référence CVE CVE-2026-27459 https://www.cve.org/CVERecord?id=CVE-2026-27459 Référence CVE CVE-2026-27699 https://www.cve.org/CVERecord?id=CVE-2026-27699 Référence CVE CVE-2026-27837 https://www.cve.org/CVERecord?id=CVE-2026-27837 Référence CVE CVE-2026-27903 https://www.cve.org/CVERecord?id=CVE-2026-27903 Référence CVE CVE-2026-27904 https://www.cve.org/CVERecord?id=CVE-2026-27904 Référence CVE CVE-2026-27942 https://www.cve.org/CVERecord?id=CVE-2026-27942 Référence CVE CVE-2026-27980 https://www.cve.org/CVERecord?id=CVE-2026-27980 Référence CVE CVE-2026-28417 https://www.cve.org/CVERecord?id=CVE-2026-28417 Référence CVE CVE-2026-28421 https://www.cve.org/CVERecord?id=

Official advisory ↗
CERT-FR · French · CERTFR-2026-AVI-0550Multiples vulnérabilités dans les produits IBM

d?id=CVE-2026-22013 Référence CVE CVE-2026-22016 https://www.cve.org/CVERecord?id=CVE-2026-22016 Référence CVE CVE-2026-22018 https://www.cve.org/CVERecord?id=CVE-2026-22018 Référence CVE CVE-2026-22021 https://www.cve.org/CVERecord?id=CVE-2026-22021 Référence CVE CVE-2026-22815 https://www.cve.org/CVERecord?id=CVE-2026-22815 Référence CVE CVE-2026-25547 https://www.cve.org/CVERecord?id=CVE-2026-25547 Référence CVE CVE-2026-25645 https://www.cve.org/CVERecord?id=CVE-2026-25645 Référence CVE CVE-2026-27124 https://www.cve.org/CVERecord?id=CVE-2026-27124 Référence CVE CVE-2026-27448 https://www.cve.org/CVERecord?id=CVE-2026-27448 Référence CVE CVE-2026-27459 https://www.cve.org/CVERecord?id=CVE-2026-27459 Référence CVE CVE-2026-28387 https://www.cve.org/CVERecord?id=CVE-2026-28387 Référence CVE CVE-2026-28388 https://www.cve.org/CVERecord?id=CVE-2026-28388 Référence CVE CVE-2026-28389 https://www.cve.org/CVERecord?id=CVE-2026-28389 Référence CVE CVE-2026-28390 https://www.cve.org/CVERecord?id=CVE-2026-28390 Référence CVE CVE-2026-28804 https://www.cve.org/CVERecord?id=CVE-2026-28804 Référence CVE CVE-2026-29063 https://www.cve.org/CVERecord?id=CVE-2026-29063 Référence CVE CVE-2026-2950 https://www.cve.org/CVERecord?id=CVE-2026-2950 Référence CVE CVE-2026-31789 https://www.cve.org/CVERecord?id=CV

Official advisory ↗
CERT-FR · French · CERTFR-2026-AVI-0341Multiples vulnérabilités dans les produits Microsoft

De multiples vulnérabilités ont été découvertes dans les produits Microsoft. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.

Official advisory ↗
JVN iPedia · Japanese · JVNDB-2026-008604pyOpenSSLにおける古典的バッファオーバーフローの脆弱性

pyOpenSSLはOpenSSLライブラリのPythonラッパーです。バージョン22.0.0以降から26.0.0未満のバージョンにおいて、ユーザーが`set_cookie_generate_callback`に提供したコールバックが256バイトを超えるクッキー値を返すと、pyOpenSSLはOpenSSLが提供するバッファをオーバーフローさせる可能性がありました。バージョン26.0.0以降では、長すぎるクッキー値を拒否するように改善されました。

Official advisory ↗
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
Fixed
Action
For details on how to apply this update, refer to Ansible Automation Platform documentation.
Workaround
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04

Evidence and provenance

Published 17 Mar 2026 · Last source change 25 Aug 2026, 12:05 UTC · CWE-120 · Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

CVE recordCVE.org · 5.2
CVSS sourceCNA
EPSS source
?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.
FIRST · tracked since 2026-08-14
European sourceENISA EUVD · EUVD-2026-12677
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD modified after enrichment

Core structured fields are present and their contributing authorities are shown above.

Material change intelligence

What changed after publication

View recent updates ↗
  1. Affected versionsThe structured affected or fixed version information changed.
    Before
    >= 22.0.0, < 26.0.0 · Fixed: An authoritative update reference is available, but the fixed version is not recorded in the structured CVE fields. Check the linked vendor advisory for the applicable release.
    After
    pyopenssl: >= 22.0.0, < 26.0.0 · Fixed: RHSA-2026:13512: Red Hat Ansible Automation Platform 2.5 for RHEL 8, Red Hat Ansible Automation Platform 2.5 for RHEL 9
    CNA
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform-tech-preview/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; rhceph/rhceph-7-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/rhceph-8-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/rhceph-9-rhel9 as a component of Red Hat Ceph Storage 9; rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-ironic-agent-rhel9 as a component of Red Hat OpenShift Container Platform 4; pyOpenSSL.src as a component of Red Hat OpenShift Container Platform 4; python2-redis as a component of Red Hat OpenShift Container Platform 4; python3-redis as a component of Red Hat OpenShift Container Platform 4; rhoso/openstack-cinder-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-backup-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-base-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-scheduler-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-volume-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-glance-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-manila-share-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-nova-compute-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-openstackclient-rhel9 as a component of Red Hat OpenStack Platform 18.0; satellite/iop-vmaas-rhel9 as a component of Red Hat Satellite 6; python-redis.src as a component of Red Hat Update Infrastructure 4 for Cloud Providers; python-urllib3.src as a component of Red Hat Update Infrastructure 4 for Cloud Providers; rhui5/cds-kubernetes-rhel9 as a component of Red Hat Update Infrastructure 5; and 2 more · Fixed: python3.12-pyOpenSSL-0:26.0.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8ui.src as a component of RHUI 4 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8ui.noarch as a component of RHUI 4 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-cli-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-server-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-ui-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python-pyOpenSSL-0:24.1.0-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9; python3.11-pyOpenSSL-0:24.1.0-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9; python-pyOpenSSL-0:25.1.0-0.3.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9; python3.11-pyOpenSSL-0:25.1.0-0.3.el9pc.noarch as a component of Red Hat Satellite 6.17 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 as a component of Red Hat Ansible Automation Platform 2.5; and 70 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform-tech-preview/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; rhceph/rhceph-7-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/rhceph-8-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/rhceph-9-rhel9 as a component of Red Hat Ceph Storage 9; rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); pyOpenSSL.src as a component of Red Hat OpenShift Container Platform 4; rhoso/openstack-cinder-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-backup-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-base-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-scheduler-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-volume-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-glance-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-manila-share-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-nova-compute-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-openstackclient-rhel9 as a component of Red Hat OpenStack Platform 18.0; satellite/iop-vmaas-rhel9 as a component of Red Hat Satellite 6; python-redis.src as a component of Red Hat Update Infrastructure 4 for Cloud Providers; python-urllib3.src as a component of Red Hat Update Infrastructure 4 for Cloud Providers; rhui5/cds-kubernetes-rhel9 as a component of Red Hat Update Infrastructure 5; rhui5/cds-rhel9 as a component of Red Hat Update Infrastructure 5; rhui5/rhua-rhel9 as a component of Red Hat Update Infrastructure 5 · Fixed: python3.12-pyOpenSSL-0:26.0.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8ui.src as a component of RHUI 4 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8ui.noarch as a component of RHUI 4 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-cli-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-server-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-ui-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python-pyOpenSSL-0:24.1.0-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9; python3.11-pyOpenSSL-0:24.1.0-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9; python-pyOpenSSL-0:25.1.0-0.3.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9; python3.11-pyOpenSSL-0:25.1.0-0.3.el9pc.noarch as a component of Red Hat Satellite 6.17 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 as a component of Red Hat Ansible Automation Platform 2.5; and 70 more
    Red Hat Product Security
  3. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security-advisories@github.com
  4. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security-advisories@github.com
  5. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform-tech-preview/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; rhceph/rhceph-7-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/rhceph-8-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/rhceph-9-rhel9 as a component of Red Hat Ceph Storage 9; rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-ironic-agent-rhel9 as a component of Red Hat OpenShift Container Platform 4; pyOpenSSL.src as a component of Red Hat OpenShift Container Platform 4; python2-redis as a component of Red Hat OpenShift Container Platform 4; python3-redis as a component of Red Hat OpenShift Container Platform 4; rhoso/openstack-cinder-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-backup-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-base-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-scheduler-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-volume-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-glance-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-manila-share-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-nova-compute-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-openstackclient-rhel9 as a component of Red Hat OpenStack Platform 18.0; satellite/iop-vmaas-rhel9 as a component of Red Hat Satellite 6; python-redis.src as a component of Red Hat Update Infrastructure 4 for Cloud Providers; python-urllib3.src as a component of Red Hat Update Infrastructure 4 for Cloud Providers; rhui5/cds-kubernetes-rhel9 as a component of Red Hat Update Infrastructure 5; and 2 more · Fixed: python3.12-pyOpenSSL-0:26.0.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8ui.src as a component of RHUI 4 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8ui.noarch as a component of RHUI 4 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-cli-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-server-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-ui-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python-pyOpenSSL-0:24.1.0-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9; python3.11-pyOpenSSL-0:24.1.0-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9; python-pyOpenSSL-0:25.1.0-0.3.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9; python3.11-pyOpenSSL-0:25.1.0-0.3.el9pc.noarch as a component of Red Hat Satellite 6.17 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 as a component of Red Hat Ansible Automation Platform 2.5; and 66 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform-tech-preview/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; rhceph/rhceph-7-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/rhceph-8-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/rhceph-9-rhel9 as a component of Red Hat Ceph Storage 9; rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-ironic-agent-rhel9 as a component of Red Hat OpenShift Container Platform 4; pyOpenSSL.src as a component of Red Hat OpenShift Container Platform 4; python2-redis as a component of Red Hat OpenShift Container Platform 4; python3-redis as a component of Red Hat OpenShift Container Platform 4; rhoso/openstack-cinder-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-backup-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-base-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-scheduler-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-volume-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-glance-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-manila-share-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-nova-compute-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-openstackclient-rhel9 as a component of Red Hat OpenStack Platform 18.0; satellite/iop-vmaas-rhel9 as a component of Red Hat Satellite 6; python-redis.src as a component of Red Hat Update Infrastructure 4 for Cloud Providers; python-urllib3.src as a component of Red Hat Update Infrastructure 4 for Cloud Providers; rhui5/cds-kubernetes-rhel9 as a component of Red Hat Update Infrastructure 5; and 2 more · Fixed: python3.12-pyOpenSSL-0:26.0.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8ui.src as a component of RHUI 4 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8ui.noarch as a component of RHUI 4 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-cli-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-server-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-ui-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python-pyOpenSSL-0:24.1.0-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9; python3.11-pyOpenSSL-0:24.1.0-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9; python-pyOpenSSL-0:25.1.0-0.3.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9; python3.11-pyOpenSSL-0:25.1.0-0.3.el9pc.noarch as a component of Red Hat Satellite 6.17 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 as a component of Red Hat Ansible Automation Platform 2.5; and 70 more
    Red Hat Product Security
  6. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform-tech-preview/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; rhceph/rhceph-7-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/rhceph-8-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/rhceph-9-rhel9 as a component of Red Hat Ceph Storage 9; rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-ironic-agent-rhel9 as a component of Red Hat OpenShift Container Platform 4; pyOpenSSL.src as a component of Red Hat OpenShift Container Platform 4; python2-redis as a component of Red Hat OpenShift Container Platform 4; python3-redis as a component of Red Hat OpenShift Container Platform 4; rhoso/openstack-cinder-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-backup-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-base-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-scheduler-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-volume-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-glance-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-manila-share-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-nova-compute-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-openstackclient-rhel9 as a component of Red Hat OpenStack Platform 18.0; satellite/iop-vmaas-rhel9 as a component of Red Hat Satellite 6; python-redis.src as a component of Red Hat Update Infrastructure 4 for Cloud Providers; and 4 more · Fixed: python3.12-pyOpenSSL-0:26.0.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8ui.src as a component of RHUI 4 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8ui.noarch as a component of RHUI 4 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-cli-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-server-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-ui-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python-pyOpenSSL-0:24.1.0-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9; python3.11-pyOpenSSL-0:24.1.0-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9; python-pyOpenSSL-0:25.1.0-0.3.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9; python3.11-pyOpenSSL-0:25.1.0-0.3.el9pc.noarch as a component of Red Hat Satellite 6.17 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 as a component of Red Hat Ansible Automation Platform 2.5; and 66 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform-tech-preview/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; rhceph/rhceph-7-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/rhceph-8-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/rhceph-9-rhel9 as a component of Red Hat Ceph Storage 9; rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-ironic-agent-rhel9 as a component of Red Hat OpenShift Container Platform 4; pyOpenSSL.src as a component of Red Hat OpenShift Container Platform 4; python2-redis as a component of Red Hat OpenShift Container Platform 4; python3-redis as a component of Red Hat OpenShift Container Platform 4; rhoso/openstack-cinder-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-backup-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-base-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-scheduler-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-volume-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-glance-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-manila-share-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-nova-compute-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-openstackclient-rhel9 as a component of Red Hat OpenStack Platform 18.0; satellite/iop-vmaas-rhel9 as a component of Red Hat Satellite 6; python-redis.src as a component of Red Hat Update Infrastructure 4 for Cloud Providers; python-urllib3.src as a component of Red Hat Update Infrastructure 4 for Cloud Providers; rhui5/cds-kubernetes-rhel9 as a component of Red Hat Update Infrastructure 5; and 2 more · Fixed: python3.12-pyOpenSSL-0:26.0.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8ui.src as a component of RHUI 4 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8ui.noarch as a component of RHUI 4 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-cli-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-server-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-ui-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python-pyOpenSSL-0:24.1.0-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9; python3.11-pyOpenSSL-0:24.1.0-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9; python-pyOpenSSL-0:25.1.0-0.3.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9; python3.11-pyOpenSSL-0:25.1.0-0.3.el9pc.noarch as a component of Red Hat Satellite 6.17 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 as a component of Red Hat Ansible Automation Platform 2.5; and 66 more
    Red Hat Product Security
  7. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/eda-controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform-tech-preview/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; rhceph/rhceph-7-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/rhceph-8-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/rhceph-9-rhel9 as a component of Red Hat Ceph Storage 9; rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-ironic-agent-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-ironic-rhel9 as a component of Red Hat OpenShift Container Platform 4; pyOpenSSL.src as a component of Red Hat OpenShift Container Platform 4; python2-redis as a component of Red Hat OpenShift Container Platform 4; python3-redis as a component of Red Hat OpenShift Container Platform 4; rhoso/openstack-cinder-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-backup-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-base-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-scheduler-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-volume-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-glance-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-manila-share-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-nova-compute-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-openstackclient-rhel9 as a component of Red Hat OpenStack Platform 18.0; and 11 more · Fixed: python3.12-pyOpenSSL-0:26.0.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8ui.src as a component of RHUI 4 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8ui.noarch as a component of RHUI 4 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-cli-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-server-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-ui-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python-pyOpenSSL-0:24.1.0-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9; python3.11-pyOpenSSL-0:24.1.0-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9; python-pyOpenSSL-0:25.1.0-0.3.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9; python3.11-pyOpenSSL-0:25.1.0-0.3.el9pc.noarch as a component of Red Hat Satellite 6.17 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 as a component of Red Hat Ansible Automation Platform 2.5; and 66 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform-tech-preview/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; rhceph/rhceph-7-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/rhceph-8-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/rhceph-9-rhel9 as a component of Red Hat Ceph Storage 9; rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-ironic-agent-rhel9 as a component of Red Hat OpenShift Container Platform 4; pyOpenSSL.src as a component of Red Hat OpenShift Container Platform 4; python2-redis as a component of Red Hat OpenShift Container Platform 4; python3-redis as a component of Red Hat OpenShift Container Platform 4; rhoso/openstack-cinder-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-backup-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-base-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-scheduler-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-volume-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-glance-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-manila-share-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-nova-compute-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-openstackclient-rhel9 as a component of Red Hat OpenStack Platform 18.0; satellite/iop-vmaas-rhel9 as a component of Red Hat Satellite 6; python-redis.src as a component of Red Hat Update Infrastructure 4 for Cloud Providers; and 4 more · Fixed: python3.12-pyOpenSSL-0:26.0.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8ui.src as a component of RHUI 4 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8ui.noarch as a component of RHUI 4 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-cli-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-server-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-ui-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python-pyOpenSSL-0:24.1.0-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9; python3.11-pyOpenSSL-0:24.1.0-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9; python-pyOpenSSL-0:25.1.0-0.3.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9; python3.11-pyOpenSSL-0:25.1.0-0.3.el9pc.noarch as a component of Red Hat Satellite 6.17 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 as a component of Red Hat Ansible Automation Platform 2.5; and 66 more
    Red Hat Product Security
  8. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security-advisories@github.com
  9. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security-advisories@github.com
  10. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/eda-controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform-tech-preview/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; rhceph/rhceph-7-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/rhceph-8-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/rhceph-9-rhel9 as a component of Red Hat Ceph Storage 9; jaeger.src as a component of Red Hat Hardened Images; mariadb11.8.src as a component of Red Hat Hardened Images; rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-ironic-agent-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-ironic-rhel9 as a component of Red Hat OpenShift Container Platform 4; pyOpenSSL.src as a component of Red Hat OpenShift Container Platform 4; python2-redis as a component of Red Hat OpenShift Container Platform 4; python3-redis as a component of Red Hat OpenShift Container Platform 4; rhoso/openstack-cinder-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-backup-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-base-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-scheduler-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-volume-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-glance-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-manila-share-rhel9 as a component of Red Hat OpenStack Platform 18.0; and 13 more · Fixed: python3.12-pyOpenSSL-0:26.0.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8ui.src as a component of RHUI 4 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8ui.noarch as a component of RHUI 4 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-cli-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-server-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-ui-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python-pyOpenSSL-0:24.1.0-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9; python3.11-pyOpenSSL-0:24.1.0-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9; python-pyOpenSSL-0:25.1.0-0.3.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9; python3.11-pyOpenSSL-0:25.1.0-0.3.el9pc.noarch as a component of Red Hat Satellite 6.17 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 as a component of Red Hat Ansible Automation Platform 2.5; and 63 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/eda-controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform-tech-preview/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; rhceph/rhceph-7-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/rhceph-8-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/rhceph-9-rhel9 as a component of Red Hat Ceph Storage 9; rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-ironic-agent-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-ironic-rhel9 as a component of Red Hat OpenShift Container Platform 4; pyOpenSSL.src as a component of Red Hat OpenShift Container Platform 4; python2-redis as a component of Red Hat OpenShift Container Platform 4; python3-redis as a component of Red Hat OpenShift Container Platform 4; rhoso/openstack-cinder-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-backup-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-base-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-scheduler-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-cinder-volume-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-glance-api-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-manila-share-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-nova-compute-rhel9 as a component of Red Hat OpenStack Platform 18.0; rhoso/openstack-openstackclient-rhel9 as a component of Red Hat OpenStack Platform 18.0; and 11 more · Fixed: python3.12-pyOpenSSL-0:26.0.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8ui.src as a component of RHUI 4 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8ui.noarch as a component of RHUI 4 for RHEL 8; python-pyOpenSSL-0:24.1.0-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-pyOpenSSL-0:24.1.0-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-cli-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-server-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-ui-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python-pyOpenSSL-0:24.1.0-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9; python3.11-pyOpenSSL-0:24.1.0-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9; python-pyOpenSSL-0:25.1.0-0.3.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9; python3.11-pyOpenSSL-0:25.1.0-0.3.el9pc.noarch as a component of Red Hat Satellite 6.17 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.noarch as a component of Red Hat Satellite 6.18 for RHEL 9; python3.12-pyOpenSSL-0:26.0.0-2.el9pc.src as a component of Red Hat Satellite 6.18 for RHEL 9; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 as a component of Red Hat Ansible Automation Platform 2.5; and 66 more
    Red Hat Product Security
Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2026-27459 · cve.blacktree.nl