BlackTreeIndependent security intelligence
← Back to the CVE catalogue
Full vulnerability report · 2026
CVE-2026-69244High confidence

AIOHTTP: Out-of-bounds heap read in C HTTP response parser error path (malformed chunked response)

aio-libs · aiohttp

7.1HighCVSS 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 · esm-appspython-aiohttpUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical 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-69244 · CSAF 2.0 · revision 3 · finalRed Hat Product Securityaiohttp: AIOHTTP: Denial of Service via malformed HTTP responses
81 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
  • exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence
  • lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core
  • lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core
  • lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core
  • mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8
  • openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed
  • openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed
  • rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server
  • rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server
  • rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server
  • rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server
Summary
A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework. This vulnerability involves an out-of-bounds heap read in the C response parser when processing malformed HTTP responses. An attacker operating a malicious server, or even an accidental malformed response, could exploit this to trigger a Denial of Service (DoS) in the client application, making it unavailable.
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-52438

No EUVD known-exploited evidence

ENISA has published the identifier mapping but no EUVD description has been stored yet.

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
Not supplied in the stored EUVD record
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

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.3, an out-of-bounds heap read could occur in the C response parser while building an error message for a malformed response. An attacker controlled server, or possibly an accidental response, could trigger a DoS in the client. The vulnerable path was error message construction in aiohttp/_http_parser.pyx, where an llhttp error-position pointer was used to build a snippet for malformed chunked responses and malformed request or response bytes at the buffer end. This issue is fixed in version 3.14.3.

What

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.3, an out-of-bounds heap read could occur in the C response parser while building an error message for a malformed response. An attacker controlled server, or possibly an accidental response, could trigger a DoS in the client. The vulnerable path was error message construction in aiohttp/_http_parser.pyx, where an llhttp error-position pointer was used to build a snippet for malformed chunked responses and malformed request or response bytes at the buffer end. This issue is fixed in version 3.14.3.

Why

The product does not properly control the allocation and maintenance of a limited resource.

How

An attacker operating through a network path may attempt exploitation when the stated preconditions are met. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.3, an out-of-bounds heap read could occur in the C response parser while building an error message for a malformed response. An attacker controlled server, or possibly an accidental response, could trigger a DoS in the client. The vulnerable path was error message construction in aiohttp/_http_parser.pyx, where an llhttp error-position pointer was used to build a snippet for malformed chunked responses and malformed request or response bytes at the buffer end. This issue is fixed in version 3.14.3.

Why

The product does not properly control the allocation and maintenance of a limited resource.

How

An attacker operating through a network path may attempt exploitation when the stated preconditions are met. 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 → Uncontrolled Resource Consumption → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
Passive interaction required
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Not a CVSS 4.0 base metric
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-400

CWE-400: Uncontrolled Resource Consumption. The product does not properly control the allocation and maintenance of a limited resource.

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:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

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.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.ATNoneAttack requirements: No additional deployment or execution condition is required.PRNonePrivileges required: The attacker does not need an account or existing privileges.UIPassiveUser interaction: A user must unknowingly interact with the vulnerable system.VCNoneVulnerable-system confidentiality: No direct loss is represented by this metric.VINoneVulnerable-system integrity: No direct loss is represented by this metric.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-400
A

Official authority intelligence

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

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
exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 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; and 51 more
Fixed
automation-controller-venv-tower-0:4.6.32-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python-aiohttp-0:3.14.3-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8; python-aiohttp-debugsource-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-aiohttp-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-aiohttp-debuginfo-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 156 more
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 3 Aug 2026 · Last source change 4 Aug 2026, 14:13 UTC · CWE-400 · Uncontrolled Resource Consumption

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-52438
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD awaiting 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
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 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; and 53 more · Fixed: automation-controller-venv-tower-0:4.6.32-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python-aiohttp-0:3.14.3-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8; python-aiohttp-debugsource-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-aiohttp-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-aiohttp-debuginfo-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 156 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 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; and 51 more · Fixed: automation-controller-venv-tower-0:4.6.32-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python-aiohttp-0:3.14.3-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8; python-aiohttp-debugsource-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-aiohttp-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-aiohttp-debuginfo-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 156 more
    Red Hat Product Security
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 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; and 61 more · Fixed: automation-controller-venv-tower-0:4.6.32-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python-aiohttp-0:3.14.3-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8; python-aiohttp-debugsource-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-aiohttp-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-aiohttp-debuginfo-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 108 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 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; and 53 more · Fixed: automation-controller-venv-tower-0:4.6.32-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python-aiohttp-0:3.14.3-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8; python-aiohttp-debugsource-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-aiohttp-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-aiohttp-debuginfo-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 156 more
    Red Hat Product Security
  3. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 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; and 64 more · Fixed: automation-controller-venv-tower-0:4.6.32-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 81 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 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; and 61 more · Fixed: automation-controller-venv-tower-0:4.6.32-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python-aiohttp-0:3.14.3-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8; python-aiohttp-debugsource-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-aiohttp-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; python3.11-aiohttp-debuginfo-0:3.14.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 108 more
    Red Hat Product Security
  4. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 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; and 65 more · Fixed: automation-controller-venv-tower-0:4.6.32-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 79 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 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; and 64 more · Fixed: automation-controller-venv-tower-0:4.6.32-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 81 more
    Red Hat Product Security
  5. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 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/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/de-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 52 more · Fixed: automation-controller-venv-tower-0:4.6.32-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 79 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 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; and 65 more · Fixed: automation-controller-venv-tower-0:4.6.32-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 79 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; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 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/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/de-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 68 more · Fixed: automation-controller-venv-tower-0:4.6.32-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 45 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 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/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/de-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 52 more · Fixed: automation-controller-venv-tower-0:4.6.32-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 79 more
    Red Hat Product Security
  7. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    Red Hat Product Security
  8. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 85 more · Fixed: registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:2ced0ee476b2eed49f54ccc5fdc405bfc4ee6a366b003bb57ba215f875e39886_amd64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:621da516d858a9633438fc96cf235a9ae1f1ad815cac438b01d92611973376ff_s390x as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:62e0c1b32b6384639bb1695cc1d7e282b9c73ef5da81680ae18e871b1af5dc67_ppc64le as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:dd750042b8bf7887772520bbcef103f0c1d88ed4104b412c1ca982cdeb0dd631_arm64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:165f4602e62d743aa70ed5c9482c53da59140536a6341a0e8c53e8b855d7ae27_s390x as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:19bdba5cdba220072e9e6409815e1bb09d5a4597a5b4c4910c1266b2a52aeb6a_amd64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:9ba5a103a0210085d793538e77dbf84a93700c70e909d4e15803500334470dd4_ppc64le as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:ad752be8ba0ff4e576373a178aafce98974aa7af3d7f025219e298e8860cb3e8_arm64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/discovery/discovery-server-rhel9@sha256:33bb57a2ffa3b7be7bf730f6f1bc23c00bebba085925de708240f50f84614f41_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-server-rhel9@sha256:43f1ad539e71187687fe816e256d2c016ab1048d9e56004e19e621b3518bde04_amd64 as a component of Red Hat Discovery 2
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 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/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/de-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 68 more · Fixed: automation-controller-venv-tower-0:4.6.32-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.3-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-controller-venv-tower-0:4.7.16-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.3-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.3-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 45 more
    Red Hat Product Security
  9. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 84 more · Fixed: registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:2ced0ee476b2eed49f54ccc5fdc405bfc4ee6a366b003bb57ba215f875e39886_amd64 as a component of Red Hat Ansible Automation Platform Execution Environments 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:621da516d858a9633438fc96cf235a9ae1f1ad815cac438b01d92611973376ff_s390x as a component of Red Hat Ansible Automation Platform Execution Environments 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:62e0c1b32b6384639bb1695cc1d7e282b9c73ef5da81680ae18e871b1af5dc67_ppc64le as a component of Red Hat Ansible Automation Platform Execution Environments 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:dd750042b8bf7887772520bbcef103f0c1d88ed4104b412c1ca982cdeb0dd631_arm64 as a component of Red Hat Ansible Automation Platform Execution Environments 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:165f4602e62d743aa70ed5c9482c53da59140536a6341a0e8c53e8b855d7ae27_s390x as a component of Red Hat Ansible Automation Platform Execution Environments 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:19bdba5cdba220072e9e6409815e1bb09d5a4597a5b4c4910c1266b2a52aeb6a_amd64 as a component of Red Hat Ansible Automation Platform Execution Environments 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:9ba5a103a0210085d793538e77dbf84a93700c70e909d4e15803500334470dd4_ppc64le as a component of Red Hat Ansible Automation Platform Execution Environments 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:ad752be8ba0ff4e576373a178aafce98974aa7af3d7f025219e298e8860cb3e8_arm64 as a component of Red Hat Ansible Automation Platform Execution Environments 2.18; registry.redhat.io/discovery/discovery-server-rhel9@sha256:33bb57a2ffa3b7be7bf730f6f1bc23c00bebba085925de708240f50f84614f41_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-server-rhel9@sha256:43f1ad539e71187687fe816e256d2c016ab1048d9e56004e19e621b3518bde04_amd64 as a component of Red Hat Discovery 2
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 85 more · Fixed: registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:2ced0ee476b2eed49f54ccc5fdc405bfc4ee6a366b003bb57ba215f875e39886_amd64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:621da516d858a9633438fc96cf235a9ae1f1ad815cac438b01d92611973376ff_s390x as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:62e0c1b32b6384639bb1695cc1d7e282b9c73ef5da81680ae18e871b1af5dc67_ppc64le as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:dd750042b8bf7887772520bbcef103f0c1d88ed4104b412c1ca982cdeb0dd631_arm64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:165f4602e62d743aa70ed5c9482c53da59140536a6341a0e8c53e8b855d7ae27_s390x as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:19bdba5cdba220072e9e6409815e1bb09d5a4597a5b4c4910c1266b2a52aeb6a_amd64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:9ba5a103a0210085d793538e77dbf84a93700c70e909d4e15803500334470dd4_ppc64le as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:ad752be8ba0ff4e576373a178aafce98974aa7af3d7f025219e298e8860cb3e8_arm64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/discovery/discovery-server-rhel9@sha256:33bb57a2ffa3b7be7bf730f6f1bc23c00bebba085925de708240f50f84614f41_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-server-rhel9@sha256:43f1ad539e71187687fe816e256d2c016ab1048d9e56004e19e621b3518bde04_amd64 as a component of Red Hat Discovery 2
    Red Hat Product Security
  10. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 84 more · Fixed: registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:2ced0ee476b2eed49f54ccc5fdc405bfc4ee6a366b003bb57ba215f875e39886_amd64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:621da516d858a9633438fc96cf235a9ae1f1ad815cac438b01d92611973376ff_s390x as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:62e0c1b32b6384639bb1695cc1d7e282b9c73ef5da81680ae18e871b1af5dc67_ppc64le as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:dd750042b8bf7887772520bbcef103f0c1d88ed4104b412c1ca982cdeb0dd631_arm64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:165f4602e62d743aa70ed5c9482c53da59140536a6341a0e8c53e8b855d7ae27_s390x as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:19bdba5cdba220072e9e6409815e1bb09d5a4597a5b4c4910c1266b2a52aeb6a_amd64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:9ba5a103a0210085d793538e77dbf84a93700c70e909d4e15803500334470dd4_ppc64le as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:ad752be8ba0ff4e576373a178aafce98974aa7af3d7f025219e298e8860cb3e8_arm64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/discovery/discovery-server-rhel9@sha256:33bb57a2ffa3b7be7bf730f6f1bc23c00bebba085925de708240f50f84614f41_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-server-rhel9@sha256:43f1ad539e71187687fe816e256d2c016ab1048d9e56004e19e621b3518bde04_amd64 as a component of Red Hat Discovery 2
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 84 more · Fixed: registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:2ced0ee476b2eed49f54ccc5fdc405bfc4ee6a366b003bb57ba215f875e39886_amd64 as a component of Red Hat Ansible Automation Platform Execution Environments 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:621da516d858a9633438fc96cf235a9ae1f1ad815cac438b01d92611973376ff_s390x as a component of Red Hat Ansible Automation Platform Execution Environments 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:62e0c1b32b6384639bb1695cc1d7e282b9c73ef5da81680ae18e871b1af5dc67_ppc64le as a component of Red Hat Ansible Automation Platform Execution Environments 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:dd750042b8bf7887772520bbcef103f0c1d88ed4104b412c1ca982cdeb0dd631_arm64 as a component of Red Hat Ansible Automation Platform Execution Environments 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:165f4602e62d743aa70ed5c9482c53da59140536a6341a0e8c53e8b855d7ae27_s390x as a component of Red Hat Ansible Automation Platform Execution Environments 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:19bdba5cdba220072e9e6409815e1bb09d5a4597a5b4c4910c1266b2a52aeb6a_amd64 as a component of Red Hat Ansible Automation Platform Execution Environments 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:9ba5a103a0210085d793538e77dbf84a93700c70e909d4e15803500334470dd4_ppc64le as a component of Red Hat Ansible Automation Platform Execution Environments 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:ad752be8ba0ff4e576373a178aafce98974aa7af3d7f025219e298e8860cb3e8_arm64 as a component of Red Hat Ansible Automation Platform Execution Environments 2.18; registry.redhat.io/discovery/discovery-server-rhel9@sha256:33bb57a2ffa3b7be7bf730f6f1bc23c00bebba085925de708240f50f84614f41_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-server-rhel9@sha256:43f1ad539e71187687fe816e256d2c016ab1048d9e56004e19e621b3518bde04_amd64 as a component of Red Hat Discovery 2
    Red Hat Product Security
  11. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 85 more · Fixed: registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:2ced0ee476b2eed49f54ccc5fdc405bfc4ee6a366b003bb57ba215f875e39886_amd64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:621da516d858a9633438fc96cf235a9ae1f1ad815cac438b01d92611973376ff_s390x as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:62e0c1b32b6384639bb1695cc1d7e282b9c73ef5da81680ae18e871b1af5dc67_ppc64le as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:dd750042b8bf7887772520bbcef103f0c1d88ed4104b412c1ca982cdeb0dd631_arm64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:165f4602e62d743aa70ed5c9482c53da59140536a6341a0e8c53e8b855d7ae27_s390x as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:19bdba5cdba220072e9e6409815e1bb09d5a4597a5b4c4910c1266b2a52aeb6a_amd64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:9ba5a103a0210085d793538e77dbf84a93700c70e909d4e15803500334470dd4_ppc64le as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:ad752be8ba0ff4e576373a178aafce98974aa7af3d7f025219e298e8860cb3e8_arm64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/discovery/discovery-server-rhel9@sha256:33bb57a2ffa3b7be7bf730f6f1bc23c00bebba085925de708240f50f84614f41_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-server-rhel9@sha256:43f1ad539e71187687fe816e256d2c016ab1048d9e56004e19e621b3518bde04_amd64 as a component of Red Hat Discovery 2
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 84 more · Fixed: registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:2ced0ee476b2eed49f54ccc5fdc405bfc4ee6a366b003bb57ba215f875e39886_amd64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:621da516d858a9633438fc96cf235a9ae1f1ad815cac438b01d92611973376ff_s390x as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:62e0c1b32b6384639bb1695cc1d7e282b9c73ef5da81680ae18e871b1af5dc67_ppc64le as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:dd750042b8bf7887772520bbcef103f0c1d88ed4104b412c1ca982cdeb0dd631_arm64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:165f4602e62d743aa70ed5c9482c53da59140536a6341a0e8c53e8b855d7ae27_s390x as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:19bdba5cdba220072e9e6409815e1bb09d5a4597a5b4c4910c1266b2a52aeb6a_amd64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:9ba5a103a0210085d793538e77dbf84a93700c70e909d4e15803500334470dd4_ppc64le as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:ad752be8ba0ff4e576373a178aafce98974aa7af3d7f025219e298e8860cb3e8_arm64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/discovery/discovery-server-rhel9@sha256:33bb57a2ffa3b7be7bf730f6f1bc23c00bebba085925de708240f50f84614f41_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-server-rhel9@sha256:43f1ad539e71187687fe816e256d2c016ab1048d9e56004e19e621b3518bde04_amd64 as a component of Red Hat Discovery 2
    Red Hat Product Security
  12. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 84 more · Fixed: registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:2ced0ee476b2eed49f54ccc5fdc405bfc4ee6a366b003bb57ba215f875e39886_amd64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:621da516d858a9633438fc96cf235a9ae1f1ad815cac438b01d92611973376ff_s390x as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:62e0c1b32b6384639bb1695cc1d7e282b9c73ef5da81680ae18e871b1af5dc67_ppc64le as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:dd750042b8bf7887772520bbcef103f0c1d88ed4104b412c1ca982cdeb0dd631_arm64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:165f4602e62d743aa70ed5c9482c53da59140536a6341a0e8c53e8b855d7ae27_s390x as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:19bdba5cdba220072e9e6409815e1bb09d5a4597a5b4c4910c1266b2a52aeb6a_amd64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:9ba5a103a0210085d793538e77dbf84a93700c70e909d4e15803500334470dd4_ppc64le as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:ad752be8ba0ff4e576373a178aafce98974aa7af3d7f025219e298e8860cb3e8_arm64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/discovery/discovery-server-rhel9@sha256:33bb57a2ffa3b7be7bf730f6f1bc23c00bebba085925de708240f50f84614f41_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-server-rhel9@sha256:43f1ad539e71187687fe816e256d2c016ab1048d9e56004e19e621b3518bde04_amd64 as a component of Red Hat Discovery 2
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 85 more · Fixed: registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:2ced0ee476b2eed49f54ccc5fdc405bfc4ee6a366b003bb57ba215f875e39886_amd64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:621da516d858a9633438fc96cf235a9ae1f1ad815cac438b01d92611973376ff_s390x as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:62e0c1b32b6384639bb1695cc1d7e282b9c73ef5da81680ae18e871b1af5dc67_ppc64le as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:dd750042b8bf7887772520bbcef103f0c1d88ed4104b412c1ca982cdeb0dd631_arm64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:165f4602e62d743aa70ed5c9482c53da59140536a6341a0e8c53e8b855d7ae27_s390x as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:19bdba5cdba220072e9e6409815e1bb09d5a4597a5b4c4910c1266b2a52aeb6a_amd64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:9ba5a103a0210085d793538e77dbf84a93700c70e909d4e15803500334470dd4_ppc64le as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:ad752be8ba0ff4e576373a178aafce98974aa7af3d7f025219e298e8860cb3e8_arm64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/discovery/discovery-server-rhel9@sha256:33bb57a2ffa3b7be7bf730f6f1bc23c00bebba085925de708240f50f84614f41_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-server-rhel9@sha256:43f1ad539e71187687fe816e256d2c016ab1048d9e56004e19e621b3518bde04_amd64 as a component of Red Hat Discovery 2
    Red Hat Product Security
  13. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    Red Hat Product Security
  14. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed-tech-preview/lightspeed-rag-tool-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; and 89 more · Fixed: registry.redhat.io/discovery/discovery-server-rhel9@sha256:33bb57a2ffa3b7be7bf730f6f1bc23c00bebba085925de708240f50f84614f41_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-server-rhel9@sha256:43f1ad539e71187687fe816e256d2c016ab1048d9e56004e19e621b3518bde04_amd64 as a component of Red Hat Discovery 2
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 84 more · Fixed: registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:2ced0ee476b2eed49f54ccc5fdc405bfc4ee6a366b003bb57ba215f875e39886_amd64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:621da516d858a9633438fc96cf235a9ae1f1ad815cac438b01d92611973376ff_s390x as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:62e0c1b32b6384639bb1695cc1d7e282b9c73ef5da81680ae18e871b1af5dc67_ppc64le as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8@sha256:dd750042b8bf7887772520bbcef103f0c1d88ed4104b412c1ca982cdeb0dd631_arm64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:165f4602e62d743aa70ed5c9482c53da59140536a6341a0e8c53e8b855d7ae27_s390x as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:19bdba5cdba220072e9e6409815e1bb09d5a4597a5b4c4910c1266b2a52aeb6a_amd64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:9ba5a103a0210085d793538e77dbf84a93700c70e909d4e15803500334470dd4_ppc64le as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9@sha256:ad752be8ba0ff4e576373a178aafce98974aa7af3d7f025219e298e8860cb3e8_arm64 as a component of Red Hat Ansible Automation Platform 2.18; registry.redhat.io/discovery/discovery-server-rhel9@sha256:33bb57a2ffa3b7be7bf730f6f1bc23c00bebba085925de708240f50f84614f41_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-server-rhel9@sha256:43f1ad539e71187687fe816e256d2c016ab1048d9e56004e19e621b3518bde04_amd64 as a component of Red Hat Discovery 2
    Red Hat Product Security
  15. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed-tech-preview/lightspeed-rag-tool-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; and 90 more · Fixed: registry.redhat.io/discovery/discovery-server-rhel9@sha256:33bb57a2ffa3b7be7bf730f6f1bc23c00bebba085925de708240f50f84614f41_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-server-rhel9@sha256:43f1ad539e71187687fe816e256d2c016ab1048d9e56004e19e621b3518bde04_amd64 as a component of Red Hat Discovery 2
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; lightspeed-core/lightspeed-stack-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; openshift-lightspeed-tech-preview/lightspeed-rag-tool-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/controller-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/de-minimal-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; and 89 more · Fixed: registry.redhat.io/discovery/discovery-server-rhel9@sha256:33bb57a2ffa3b7be7bf730f6f1bc23c00bebba085925de708240f50f84614f41_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-server-rhel9@sha256:43f1ad539e71187687fe816e256d2c016ab1048d9e56004e19e621b3518bde04_amd64 as a component of Red Hat Discovery 2
    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-69244 · cve.blacktree.nl