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

AIOHTTP Vulnerable to Deserialization of Untrusted Data

aio-libs · aiohttp

6.4MediumCVSS 3.1
Recommended action
Scheduled

Medium technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.

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 9 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-34993 · CSAF 2.0 · revision 3 · finalRed Hat Product Securityaiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load()
38 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
  • openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed
  • 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/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
Summary
A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. An attacker could exploit this vulnerability by providing untrusted input to the `CookieJar.load()` function. This could potentially lead to arbitrary code execution, allowing the attacker to run malicious code on the affected system. This issue is most likely to occur in applications that allow attacker-controlled files to be loaded.
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-34001

No EUVD known-exploited evidence

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.14.0, using ``CookieJar.load()`` with untrusted input may allow arbitrary code execution. Most applications using this function will be doing so with the user's own data, so this is unlikely to affect many applications. Version 3.14.0 patches the issue. If an application does allow attacker controlled files to be loaded, a workaround on older releases would be to sanitize the files before loading.

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
6.4 · CVSS 3.1
Advisory evidence
No linked advisory details stored yet
Recommended actionScheduled

Medium technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.

Patch available
01

What, why and how

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.14.0, using ``CookieJar.load()`` with untrusted input may allow arbitrary code execution. Most applications using this function will be doing so with the user's own data, so this is unlikely to affect many applications. Version 3.14.0 patches the issue. If an application does allow attacker controlled files to be loaded, a workaround on older releases would be to sanitize the files before loading.

What

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.14.0, using ``CookieJar.load()`` with untrusted input may allow arbitrary code execution. Most applications using this function will be doing so with the user's own data, so this is unlikely to affect many applications. Version 3.14.0 patches the issue. If an application does allow attacker controlled files to be loaded, a workaround on older releases would be to sanitize the files before loading.

Why

Attacker-influenced serialised data is reconstructed as trusted objects, which can invoke dangerous application behaviour.

How

An attacker operating through local access may attempt exploitation with elevated privileges. If successful, the issue may execute code or commands in the affected security context.

What

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.14.0, using ``CookieJar.load()`` with untrusted input may allow arbitrary code execution. Most applications using this function will be doing so with the user's own data, so this is unlikely to affect many applications. Version 3.14.0 patches the issue. If an application does allow attacker controlled files to be loaded, a workaround on older releases would be to sanitize the files before loading.

Why

Attacker-influenced serialised data is reconstructed as trusted objects, which can invoke dangerous application behaviour.

How

An attacker operating through local access may attempt exploitation with elevated privileges. If successful, the issue may execute code or commands in the affected security context.

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
local access → Deserialization of Untrusted Data → execute code or commands in the affected security context
Attack surface
Local
Privileges required
High: elevated access is required
User interaction
Required interaction required
Attack complexity
High: exploitation depends on specific conditions
Security boundary
Changed: exploitation can affect a different security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-502

CWE-502: Deserialization of Untrusted Data. The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:L/I:H/A:L

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

AVLocalAttack vector: The attacker needs local access to the vulnerable system.ACHighAttack complexity: Successful exploitation depends on specific conditions outside the attacker's direct control.PRHighPrivileges required: The attacker needs elevated or administrative privileges.UIRequiredUser interaction: Another user must perform an action for exploitation to succeed.SChangedScope: The attack can affect a component governed by a different security authority.CLowConfidentiality impact: A successful attack can cause a limited loss.IHighIntegrity impact: A successful attack can cause a major loss.ALowAvailability impact: A successful attack can cause a limited loss.
Post-exploitation / living off the land
After compromise, an attacker may use built-in shells, scripting engines, scheduled tasks and native network utilities for discovery, persistence or movement. This is a plausible LoTL path, not evidence that it has occurred for every attack.
Remote code executionCWE-502
A

Official authority intelligence

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

ENISA EUVD · EUVD-2026-34001Official EUVD mapping

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.14.0, using ``CookieJar.load()`` with untrusted input may allow arbitrary code execution. Most applications using this function will be doing so with the user's own data, so this is unlikely to affect many applications. Version 3.14.0 patches the issue. If an application does allow attacker controlled files to be loaded, a workaround on older releases would be to sanitize the files before loading.

Official EUVD record
CERT-FR · French · CERTFR-2026-AVI-1094Multiples vulnérabilités dans les produits IBM

d?id=CVE-2026-34514 Référence CVE CVE-2026-34515 https://www.cve.org/CVERecord?id=CVE-2026-34515 Référence CVE CVE-2026-34516 https://www.cve.org/CVERecord?id=CVE-2026-34516 Référence CVE CVE-2026-34517 https://www.cve.org/CVERecord?id=CVE-2026-34517 Référence CVE CVE-2026-34518 https://www.cve.org/CVERecord?id=CVE-2026-34518 Référence CVE CVE-2026-34519 https://www.cve.org/CVERecord?id=CVE-2026-34519 Référence CVE CVE-2026-34520 https://www.cve.org/CVERecord?id=CVE-2026-34520 Référence CVE CVE-2026-34525 https://www.cve.org/CVERecord?id=CVE-2026-34525 Référence CVE CVE-2026-34591 https://www.cve.org/CVERecord?id=CVE-2026-34591 Référence CVE CVE-2026-34993 https://www.cve.org/CVERecord?id=CVE-2026-34993 Référence CVE CVE-2026-3520 https://www.cve.org/CVERecord?id=CVE-2026-3520 Référence CVE CVE-2026-35469 https://www.cve.org/CVERecord?id=CVE-2026-35469 Référence CVE CVE-2026-3833 https://www.cve.org/CVERecord?id=CVE-2026-3833 Référence CVE CVE-2026-39304 https://www.cve.org/CVERecord?id=CVE-2026-39304 Référence CVE CVE-2026-39824 https://www.cve.org/CVERecord?id=CVE-2026-39824 Référence CVE CVE-2026-39892 https://www.cve.org/CVERecord?id=CVE-2026-39892 Référence CVE CVE-2026-40046 https://www.cve.org/CVERecord?id=CVE-2026-40046 Référence CVE CVE-2026-40186 https://www.cve.org/CVERecord?id=CVE-

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

d?id=CVE-2026-33870 Référence CVE CVE-2026-33871 https://www.cve.org/CVERecord?id=CVE-2026-33871 Référence CVE CVE-2026-34077 https://www.cve.org/CVERecord?id=CVE-2026-34077 Référence CVE CVE-2026-34180 https://www.cve.org/CVERecord?id=CVE-2026-34180 Référence CVE CVE-2026-34182 https://www.cve.org/CVERecord?id=CVE-2026-34182 Référence CVE CVE-2026-34197 https://www.cve.org/CVERecord?id=CVE-2026-34197 Référence CVE CVE-2026-34483 https://www.cve.org/CVERecord?id=CVE-2026-34483 Référence CVE CVE-2026-34487 https://www.cve.org/CVERecord?id=CVE-2026-34487 Référence CVE CVE-2026-34500 https://www.cve.org/CVERecord?id=CVE-2026-34500 Référence CVE CVE-2026-34993 https://www.cve.org/CVERecord?id=CVE-2026-34993 Référence CVE CVE-2026-35554 https://www.cve.org/CVERecord?id=CVE-2026-35554 Référence CVE CVE-2026-39304 https://www.cve.org/CVERecord?id=CVE-2026-39304 Référence CVE CVE-2026-40046 https://www.cve.org/CVERecord?id=CVE-2026-40046 Référence CVE CVE-2026-40181 https://www.cve.org/CVERecord?id=CVE-2026-40181 Référence CVE CVE-2026-40198 https://www.cve.org/CVERecord?id=CVE-2026-40198 Référence CVE CVE-2026-40199 https://www.cve.org/CVERecord?id=CVE-2026-40199 Référence CVE CVE-2026-4176 https://www.cve.org/CVERecord?id=CVE-2026-4176 Référence CVE CVE-2026-41841 https://www.cve.org/CVERecord?id=CV

Official advisory
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; 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/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/lightspeed-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-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; rhelai3/bootc-azure-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-autogluon-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-ml-pipelines-runtime-generic-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-openvino-model-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-trustyai-nemo-guardrails-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-vllm-cuda-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 8 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.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 148 more
Action
For details on how to apply this update, refer to Ansible Automation Platform documentation.
Workaround
A mitigation or workaround reference is available from the source linked below; validate it against the affected product and version.
04

Evidence and provenance

Published 2 Jun 2026 · Last source change 7 Sept 2026, 12:05 UTC · CWE-502 · Deserialization of Untrusted Data

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-34001
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD modified after enrichment

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

Material change intelligence

What changed after publication

View recent updates →
  1. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; 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/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/lightspeed-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-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; rhelai3/bootc-azure-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-autogluon-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-ml-pipelines-runtime-generic-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-openvino-model-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-trustyai-nemo-guardrails-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-vllm-cuda-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 11 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.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 121 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; 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/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/lightspeed-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-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; rhelai3/bootc-azure-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-autogluon-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-ml-pipelines-runtime-generic-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-openvino-model-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-trustyai-nemo-guardrails-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-vllm-cuda-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 8 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.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 148 more
    Red Hat Product Security
  2. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch
    security-advisories@github.com
  3. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch
    After
    authoritative remediation link · patch, vendor advisory
    security-advisories@github.com
  4. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; 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/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/lightspeed-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-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; rhelai3/bootc-azure-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-autogluon-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-ml-pipelines-runtime-generic-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-openvino-model-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-trustyai-nemo-guardrails-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-vllm-cuda-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 11 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.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 120 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; 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/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/lightspeed-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-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; rhelai3/bootc-azure-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-autogluon-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-ml-pipelines-runtime-generic-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-openvino-model-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-trustyai-nemo-guardrails-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-vllm-cuda-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 11 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.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 121 more
    Red Hat Product Security
  5. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch
    security-advisories@github.com
  6. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch
    After
    authoritative remediation link · patch, vendor advisory
    security-advisories@github.com
  7. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; 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/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/lightspeed-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-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; rhelai3/bootc-aws-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gcp-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-autogluon-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 15 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.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 115 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; 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/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/lightspeed-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-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; rhelai3/bootc-azure-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-autogluon-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-ml-pipelines-runtime-generic-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-openvino-model-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-trustyai-nemo-guardrails-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-vllm-cuda-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 11 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.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 120 more
    Red Hat Product Security
  8. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch
    security-advisories@github.com
  9. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch
    After
    authoritative remediation link · patch, vendor advisory
    security-advisories@github.com
  10. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch
    security-advisories@github.com
  11. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security-advisories@github.com
  12. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; 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/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/lightspeed-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-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; rhelai3/bootc-aws-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gcp-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-autogluon-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 35 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.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 67 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; 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/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/lightspeed-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-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; rhelai3/bootc-aws-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gcp-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-autogluon-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 15 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.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 115 more
    Red Hat Product Security
  13. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch
    After
    authoritative remediation link · patch, vendor advisory
    security-advisories@github.com
  14. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; 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/lightspeed-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-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; rhelai3/bootc-aws-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gcp-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 36 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.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 65 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; 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/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/lightspeed-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-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; rhelai3/bootc-aws-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gcp-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-autogluon-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 35 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.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 67 more
    Red Hat Product Security
  15. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch
    security-advisories@github.com
  16. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch
    After
    authoritative remediation link · patch, vendor advisory
    security-advisories@github.com
  17. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; 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/lightspeed-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-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; rhelai3/bootc-aws-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gcp-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 36 more · Fixed: python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:0a10bc03e08656f73ae432f9ae9dc43ff61217b9fa067ea4fa3c7b3b0c910ca8_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:a864c9400ccb0728cb5ec7e78fbd01ce00e8d7fd6d4f8bf0fbc22e36ac156805_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:dd1602accc6a1c385be59902f69fc2d92bc2cd62c09677e5813006e26f8f57b0_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:fed34e30f38bd9703a607668895eb459330983af453b599e36217c782b953e51_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 as a component of Red Hat Ansible Automation Platform 2.6; and 53 more
    After
    exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; 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/lightspeed-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-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/controller-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/ee-supported-rhel9 as a component of Red Hat Ansible Automation Platform 2; rhelai3/bootc-aws-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gcp-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 36 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.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.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.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; and 65 more
    Red Hat Product Security
Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2026-34993 · cve.blacktree.nl