AIOHTTP's HTTP Parser auto_decompress feature is vulnerable to zip bomb
aio-libs · aiohttp
7.5HighCVSS 3.1
Recommended action
Within 7 days
High technical severity; prioritise exposed affected systems while verifying vendor guidance.
Patch available
Distribution package intelligence
Ubuntu vendor package status
Canonical’s release and source-package findings are shown separately from local repository availability.
1 package state
Repository candidate not checked
A published vendor fix does not prove that a matching update is enabled and installable on a particular asset. Confirm the local package candidate before scheduling remediation.
Ubuntu release
Source package
Vendor state
Fixed version
Evidence
Ubuntu 24.04 LTSnoble · esm-apps
python-aiohttp
Under evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.
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-2025-69223 · CSAF 2.0 · revision 3 · finalRed Hat Product Securityaiohttp: AIOHTTP's HTTP Parser auto_decompress feature is vulnerable to zip bomb
29 known affected
The vendor explicitly identifies these products as affected by this CVE.
openshift-lightspeed-tech-preview/lightspeed-rag-tool-rhel9 as a component of OpenShift Lightspeed
openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed
rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server
rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server
ansible-automation-platform-24/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2
ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2
ansible-automation-platform-24/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2
ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2
ansible-automation-platform-24/platform-resource-runner-rhel8 as a component of Red Hat Ansible Automation Platform 2
ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8 as a component of Red Hat Ansible Automation Platform 2
ansible-automation-platform-25/ansible-dev-tools-rhel8 as a component of Red Hat Ansible Automation Platform 2
ansible-automation-platform-25/ee-cloud-services-rhel9 as a component of Red Hat Ansible Automation Platform 2
Summary
A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host's memory.
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-2025-206229
No EUVD known-exploited evidence
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host's memory. This issue is fixed in version 3.13.3.
EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
7.5 · CVSS 3.1
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days
High technical severity; prioritise exposed affected systems while verifying vendor guidance.
Patch available
01
What, why and how
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host's memory. This issue is fixed in version 3.13.3.
What
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host's memory. This issue is fixed in version 3.13.3.
Why
The product does not handle or incorrectly handles a compressed input with a very high compression ratio that produces a large output.
How
An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.
What
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host's memory. This issue is fixed in version 3.13.3.
Why
The product does not handle or incorrectly handles a compressed input with a very high compression ratio that produces a large output.
How
An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.
02
Exploit reality and attack path
CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.
Observed exploitation ?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.No confirmed evidence
No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.
Public PoC / exploit material ?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.None recorded
No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.
Likely attack path
a network path → Improper Handling of Highly Compressed Data (Data Amplification) → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness ?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-409: Improper Handling of Highly Compressed Data (Data Amplification). The product does not handle or incorrectly handles a compressed input with a very high compression ratio that produces a large output.
CVSS vector ?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.
AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's authority.CNoneConfidentiality impact: No direct loss is represented by this metric.INoneIntegrity impact: No direct loss is represented by this metric.AHighAvailability impact: A successful attack can cause a major loss.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkUnauthenticatedCWE-409
A
Official authority intelligence
Only matched European and national findings are included. Language selectors and unavailable sources are omitted.
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host's memory. This issue is fixed in version 3.13.3.
Official EUVD recordBSI · German · WID-SEC-W-2026-1194Oracle Communications: Mehrere Schwachstellen
Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Official advisoryBSI · German · WID-SEC-W-2026-0935Red Hat Ansible Automation Platform: Mehrere Schwachstellen
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Ansible Automation Platform ausnutzen, um einen Denial of Service Angriff durchzuführen, beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, Daten zu manipulieren, vertrauliche Informationen offenzulegen oder Cross-Site-Scripting-Angriffe durchzuführen.
Official advisoryBSI · German · WID-SEC-W-2026-1210Oracle Siebel CRM: Mehrere Schwachstellen
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle Siebel CRM ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Official advisoryCERT-FR · French · CERTFR-2026-AVI-0627Multiples vulnérabilités dans les produits Splunk
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
openshift-lightspeed-tech-preview/lightspeed-rag-tool-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/platform-resource-runner-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ansible-dev-tools-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-cloud-services-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/platform-resource-runner-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ansible-devspaces-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; python3.11-aiohttp.src as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; 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-cuda-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; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-llama-stack-core-rhel9 as a component of Red Hat OpenShift AI (RHOAI); satellite/iop-insights-engine-rhel9 as a component of Red Hat Satellite 6; satellite/iop-vulnerability-engine-rhel9 as a component of Red Hat Satellite 6
Fixed
automation-controller-venv-tower-0:4.5.30-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.13.3-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; and 200 more
Action
For details on how to apply this update, refer to Ansible Automation Platform documentation.
Workaround
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04
Evidence and provenance
Published 5 Jan 2026 · Last source change 10 Sept 2026, 12:04 UTC · CWE-409 · Improper Handling of Highly Compressed Data (Data Amplification)
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-2025-206229
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.
Affected versionsThe structured affected or fixed version information changed.
Before
openshift-lightspeed-tech-preview/lightspeed-rag-tool-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/platform-resource-runner-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ansible-dev-tools-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-cloud-services-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/platform-resource-runner-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/platform-resource-runner-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ansible-devspaces-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; python3.11-aiohttp.src as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; 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-cuda-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; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-llama-stack-core-rhel9 as a component of Red Hat OpenShift AI (RHOAI); satellite/iop-insights-engine-rhel9 as a component of Red Hat Satellite 6; satellite/iop-vulnerability-engine-rhel9 as a component of Red Hat Satellite 6 · Fixed: automation-controller-venv-tower-0:4.5.30-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.13.3-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; and 200 more
After
openshift-lightspeed-tech-preview/lightspeed-rag-tool-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/platform-resource-runner-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ansible-dev-tools-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-cloud-services-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/platform-resource-runner-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ansible-devspaces-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; python3.11-aiohttp.src as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; 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-cuda-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; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-llama-stack-core-rhel9 as a component of Red Hat OpenShift AI (RHOAI); satellite/iop-insights-engine-rhel9 as a component of Red Hat Satellite 6; satellite/iop-vulnerability-engine-rhel9 as a component of Red Hat Satellite 6 · Fixed: automation-controller-venv-tower-0:4.5.30-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.13.3-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; and 200 more
Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch.
Before
authoritative remediation link · patch, vendor advisory
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
Affected versionsThe structured affected or fixed version information changed.
Before
openshift-lightspeed-tech-preview/lightspeed-rag-tool-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/platform-resource-runner-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ansible-dev-tools-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-cloud-services-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/platform-resource-runner-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/platform-resource-runner-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ansible-devspaces-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; python3.11-aiohttp.src as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; 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-cuda-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; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-llama-stack-core-rhel9 as a component of Red Hat OpenShift AI (RHOAI); satellite/iop-insights-engine-rhel9 as a component of Red Hat Satellite 6; and 1 more · Fixed: automation-controller-venv-tower-0:4.5.30-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.13.3-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; and 198 more
After
openshift-lightspeed-tech-preview/lightspeed-rag-tool-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/platform-resource-runner-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ansible-dev-tools-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-cloud-services-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/platform-resource-runner-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/platform-resource-runner-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ansible-devspaces-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; python3.11-aiohttp.src as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; 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-cuda-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; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-llama-stack-core-rhel9 as a component of Red Hat OpenShift AI (RHOAI); satellite/iop-insights-engine-rhel9 as a component of Red Hat Satellite 6; satellite/iop-vulnerability-engine-rhel9 as a component of Red Hat Satellite 6 · Fixed: automation-controller-venv-tower-0:4.5.30-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.13.3-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; and 200 more
Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch.
Before
authoritative remediation link · patch, vendor advisory
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
Affected versionsThe structured affected or fixed version information changed.
Before
openshift-lightspeed-tech-preview/lightspeed-rag-tool-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/platform-resource-runner-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ansible-dev-tools-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-cloud-services-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/platform-resource-runner-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/platform-resource-runner-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ansible-devspaces-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; python3.11-aiohttp.src as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; 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-cuda-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; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-llama-stack-core-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 2 more · Fixed: automation-controller-venv-tower-0:4.5.30-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.13.3-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; and 190 more
After
openshift-lightspeed-tech-preview/lightspeed-rag-tool-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-service-api-rhel9 as a component of OpenShift Lightspeed; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-24/de-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/de-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-24/platform-resource-runner-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ansible-dev-tools-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-cloud-services-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/ee-supported-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/hub-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/platform-resource-runner-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/ansible-dev-tools-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/platform-resource-runner-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/ansible-devspaces-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform 2; python3.11-aiohttp.src as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/ee-minimal-rhel8 as a component of Red Hat Ansible Automation Platform Ansible Core 2; ansible-automation-platform/ee-minimal-rhel9 as a component of Red Hat Ansible Automation Platform Ansible Core 2; 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-cuda-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; rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-llama-stack-core-rhel9 as a component of Red Hat OpenShift AI (RHOAI); satellite/iop-insights-engine-rhel9 as a component of Red Hat Satellite 6; and 1 more · Fixed: automation-controller-venv-tower-0:4.5.30-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.6.25-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debuginfo-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; python3.12-aiohttp-debugsource-0:3.13.3-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-controller-venv-tower-0:4.5.30-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.5.30-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-controller-venv-tower-0:4.6.25-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; python3.12-aiohttp-0:3.13.3-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; and 198 more
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.
CVE-2025-69223: AIOHTTP's HTTP Parser auto_decompress feature is vulnerable to zip bomb | BlackTree