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

Axios affected by Denial of Service via __proto__ Key in mergeConfig

axios · axios

7.5HighCVSS 3.1
Recommended action
Within 7 days

High technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
Distribution package intelligence

Ubuntu vendor package status

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

1 package state
Repository candidate not checked

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

Ubuntu releaseSource packageVendor stateFixed versionEvidence
Ubuntu 24.04 LTSnoble · esm-appsnode-axiosUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Direct vendor intelligence

Authoritative vendor CSAF and VEX advisories

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

1 current
CVE-2026-25639 · CSAF 2.0 · revision 3 · finalRed Hat Product Securityaxios: Axios affected by Denial of Service via __proto__ Key in mergeConfig
34 known affected

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

  • openshift-logging/elasticsearch-operator-bundle as a component of Logging Subsystem for Red Hat OpenShift
  • openshift-logging/elasticsearch-proxy-rhel9 as a component of Logging Subsystem for Red Hat OpenShift
  • openshift-logging/elasticsearch-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift
  • openshift-logging/elasticsearch6-rhel9 as a component of Logging Subsystem for Red Hat OpenShift
  • openshift-logging/kibana6-rhel8 as a component of Logging Subsystem for Red Hat OpenShift
  • openshift-logging/logging-curator5-rhel9 as a component of Logging Subsystem for Red Hat OpenShift
  • mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8
  • openshift-pipelines/pipelines-hub-api-rhel8 as a component of OpenShift Pipelines
  • openshift-pipelines/pipelines-hub-db-migration-rhel8 as a component of OpenShift Pipelines
  • openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines
  • 3scale-amp2/system-rhel7 as a component of Red Hat 3scale API Management Platform 2
  • 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2
Summary
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
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-6850

No EUVD known-exploited evidence

Axios is a promise based HTTP client for the browser and Node.js. Prior to versions 0.30.3 and 1.13.5, the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service. This vulnerability is fixed in versions 0.30.3 and 1.13.5.

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 with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

Axios is a promise based HTTP client for the browser and Node.js. Prior to versions 0.30.3 and 1.13.5, the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service. This vulnerability is fixed in versions 0.30.3 and 1.13.5.

What

Axios is a promise based HTTP client for the browser and Node.js. Prior to versions 0.30.3 and 1.13.5, the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service. This vulnerability is fixed in versions 0.30.3 and 1.13.5.

Why

The product does not check or incorrectly checks for unusual or exceptional conditions that are not expected to occur frequently during day to day operation of the product.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may disrupt the affected service.

What

Axios is a promise based HTTP client for the browser and Node.js. Prior to versions 0.30.3 and 1.13.5, the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service. This vulnerability is fixed in versions 0.30.3 and 1.13.5.

Why

The product does not check or incorrectly checks for unusual or exceptional conditions that are not expected to occur frequently during day to day operation of the product.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may disrupt the affected service.

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.
Reference recorded

A structured CVE source labels at least one public reference as exploit material. BlackTree has not independently validated that it is safe, reliable or weaponised.

Likely attack path
a network path → Improper Check for Unusual or Exceptional Conditions → disrupt the affected service
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-754

CWE-754: Improper Check for Unusual or Exceptional Conditions. The product does not check or incorrectly checks for unusual or exceptional conditions that are not expected to occur frequently during day to day operation of the product.

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.
NetworkUnauthenticatedDenial of serviceCWE-754Public exploit reference
A

Official authority intelligence

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

ENISA EUVD · EUVD-2026-6850Official EUVD mapping

Axios is a promise based HTTP client for the browser and Node.js. Prior to versions 0.30.3 and 1.13.5, the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service. This vulnerability is fixed in versions 0.30.3 and 1.13.5.

Official EUVD record ↗
BSI · German · WID-SEC-2026-3046IBM Concert: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in IBM Concert ausnutzen, um beliebigen Programmcode auszuführen, um einen Denial of Service Angriff durchzuführen, um Informationen offenzulegen, um Dateien zu manipulieren, um einen Cross-Site Scripting Angriff durchzuführen, um einen SQL-Injection Angriff durchzuführen und um Sicherheitsvorkehrungen zu umgehen.

Official advisory ↗
BSI · German · WID-SEC-2026-2923Atlassian Produkte (Bamboo, Bitbucket, Confluence, Crucible, Fisheye, und Jira): Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Atlassian Bamboo, Atlassian Bitbucket, Atlassian Confluence, Atlassian Crucible, Atlassian Fisheye und Atlassian Jira ausnutzen, um beliebigen Programmcode auszuführen, um einen Denial of Service Angriff durchzuführen, um Informationen offenzulegen, um Dateien zu manipulieren, um einen Cross-Site Scripting Angriff durchzuführen, um einen SQL-Injection Angriff durchzuführen, und um Sicherheitsvorkehrungen zu umgehen.

Official advisory ↗
BSI · German · WID-SEC-2026-1608Atlassian Produkte (Bamboo, Bitbucket, Confluence, Crucible, Fisheye und Jira): Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Atlassian Bamboo, Atlassian Bitbucket, Atlassian Confluence, Atlassian Crucible, Atlassian Fisheye und Atlassian Jira ausnutzen, um beliebigen Programmcode auszuführen, um einen Denial of Service Angriff durchzuführen, um Informationen offenzulegen, um einen Cross-Site Scripting Angriff durchzuführen, und um Sicherheitsvorkehrungen zu umgehen.

Official advisory ↗
BSI · German · WID-SEC-2026-1229Atlassian Bamboo, Bitbucket, Confluence, Jira: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Atlassian Bamboo, Atlassian Bitbucket, Atlassian Confluence und Atlassian Jira ausnutzen, um beliebigen Programmcode auszuführen, Sicherheitsmaßnahmen zu umgehen, Daten zu manipulieren oder offenzulegen oder Cross-Site-Scripting-Angriffe durchzuführen.

Official advisory ↗
BSI · German · WID-SEC-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 advisory ↗
BSI · German · WID-SEC-2026-0553HCL BigFix: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in HCL BigFix ausnutzen, um Informationen offenzulegen, um beliebigen Programmcode auszuführen, um einen Denial of Service Angriff durchzuführen, und um Dateien zu manipulieren.

Official advisory ↗
BSI · German · WID-SEC-2026-0881IBM License Metric Tool: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in IBM License Metric Tool ausnutzen, um Informationen offenzulegen, einen Cross Site Scripting Angriff durchzuführen oder einen Denial of Service zu verursachen.

Official advisory ↗
BSI · German · WID-SEC-2026-0479Red Hat OpenShift Service Mesh (Kiali): Schwachstelle ermöglicht Denial of Service

Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat OpenShift Service Mesh ausnutzen, um einen Denial of Service Angriff durchzuführen.

Official advisory ↗
Cyber Security Agency of Singapore · English · CSA-SB-20260211Security Bulletin 11 Feb 2026

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

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

ecord?id=CVE-2026-18499 Référence CVE CVE-2026-19880 https://www.cve.org/CVERecord?id=CVE-2026-19880 Référence CVE CVE-2026-22610 https://www.cve.org/CVERecord?id=CVE-2026-22610 Référence CVE CVE-2026-22740 https://www.cve.org/CVERecord?id=CVE-2026-22740 Référence CVE CVE-2026-22741 https://www.cve.org/CVERecord?id=CVE-2026-22741 Référence CVE CVE-2026-22745 https://www.cve.org/CVERecord?id=CVE-2026-22745 Référence CVE CVE-2026-22748 https://www.cve.org/CVERecord?id=CVE-2026-22748 Référence CVE CVE-2026-2332 https://www.cve.org/CVERecord?id=CVE-2026-2332 Référence CVE CVE-2026-2482 https://www.cve.org/CVERecord?id=CVE-2026-2482 Référence CVE CVE-2026-25639 https://www.cve.org/CVERecord?id=CVE-2026-25639 Référence CVE CVE-2026-27830 https://www.cve.org/CVERecord?id=CVE-2026-27830 Référence CVE CVE-2026-27970 https://www.cve.org/CVERecord?id=CVE-2026-27970 Référence CVE CVE-2026-28338 https://www.cve.org/CVERecord?id=CVE-2026-28338 Référence CVE CVE-2026-29063 https://www.cve.org/CVERecord?id=CVE-2026-29063 Référence CVE CVE-2026-2950 https://www.cve.org/CVERecord?id=CVE-2026-2950 Référence CVE CVE-2026-32990 https://www.cve.org/CVERecord?id=CVE-2026-32990 Référence CVE CVE-2026-33671 https://www.cve.org/CVERecord?id=CVE-2026-33671 Référence CVE CVE-2026-33672 https://www.cve.org/CVERecord?id=CV

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

/CVERecord?id=CVE-2026-2303 Référence CVE CVE-2026-2332 https://www.cve.org/CVERecord?id=CVE-2026-2332 Référence CVE CVE-2026-2359 https://www.cve.org/CVERecord?id=CVE-2026-2359 Référence CVE CVE-2026-23745 https://www.cve.org/CVERecord?id=CVE-2026-23745 Référence CVE CVE-2026-2391 https://www.cve.org/CVERecord?id=CVE-2026-2391 Référence CVE CVE-2026-23950 https://www.cve.org/CVERecord?id=CVE-2026-23950 Référence CVE CVE-2026-2482 https://www.cve.org/CVERecord?id=CVE-2026-2482 Référence CVE CVE-2026-24842 https://www.cve.org/CVERecord?id=CVE-2026-24842 Référence CVE CVE-2026-24880 https://www.cve.org/CVERecord?id=CVE-2026-24880 Référence CVE CVE-2026-25639 https://www.cve.org/CVERecord?id=CVE-2026-25639 Référence CVE CVE-2026-25680 https://www.cve.org/CVERecord?id=CVE-2026-25680 Référence CVE CVE-2026-25681 https://www.cve.org/CVERecord?id=CVE-2026-25681 Référence CVE CVE-2026-25854 https://www.cve.org/CVERecord?id=CVE-2026-25854 Référence CVE CVE-2026-26960 https://www.cve.org/CVERecord?id=CVE-2026-26960 Référence CVE CVE-2026-26996 https://www.cve.org/CVERecord?id=CVE-2026-26996 Référence CVE CVE-2026-27136 https://www.cve.org/CVERecord?id=CVE-2026-27136 Référence CVE CVE-2026-27727 https://www.cve.org/CVERecord?id=CVE-2026-27727 Référence CVE CVE-2026-27830 https://www.cve.org/CVERecord?id=

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

ecord?id=CVE-2026-23745 Référence CVE CVE-2026-23865 https://www.cve.org/CVERecord?id=CVE-2026-23865 Référence CVE CVE-2026-2391 https://www.cve.org/CVERecord?id=CVE-2026-2391 Référence CVE CVE-2026-23950 https://www.cve.org/CVERecord?id=CVE-2026-23950 Référence CVE CVE-2026-24051 https://www.cve.org/CVERecord?id=CVE-2026-24051 Référence CVE CVE-2026-24842 https://www.cve.org/CVERecord?id=CVE-2026-24842 Référence CVE CVE-2026-2492 https://www.cve.org/CVERecord?id=CVE-2026-2492 Référence CVE CVE-2026-25243 https://www.cve.org/CVERecord?id=CVE-2026-25243 Référence CVE CVE-2026-25589 https://www.cve.org/CVERecord?id=CVE-2026-25589 Référence CVE CVE-2026-25639 https://www.cve.org/CVERecord?id=CVE-2026-25639 Référence CVE CVE-2026-25645 https://www.cve.org/CVERecord?id=CVE-2026-25645 Référence CVE CVE-2026-25680 https://www.cve.org/CVERecord?id=CVE-2026-25680 Référence CVE CVE-2026-25681 https://www.cve.org/CVERecord?id=CVE-2026-25681 Référence CVE CVE-2026-26960 https://www.cve.org/CVERecord?id=CVE-2026-26960 Référence CVE CVE-2026-26996 https://www.cve.org/CVERecord?id=CVE-2026-26996 Référence CVE CVE-2026-27136 https://www.cve.org/CVERecord?id=CVE-2026-27136 Référence CVE CVE-2026-27199 https://www.cve.org/CVERecord?id=CVE-2026-27199 Référence CVE CVE-2026-27205 https://www.cve.org/CVERecord?id=

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

ecord?id=CVE-2026-22029 Référence CVE CVE-2026-2327 https://www.cve.org/CVERecord?id=CVE-2026-2327 Référence CVE CVE-2026-2391 https://www.cve.org/CVERecord?id=CVE-2026-2391 Référence CVE CVE-2026-24001 https://www.cve.org/CVERecord?id=CVE-2026-24001 Référence CVE CVE-2026-24040 https://www.cve.org/CVERecord?id=CVE-2026-24040 Référence CVE CVE-2026-24043 https://www.cve.org/CVERecord?id=CVE-2026-24043 Référence CVE CVE-2026-24133 https://www.cve.org/CVERecord?id=CVE-2026-24133 Référence CVE CVE-2026-24737 https://www.cve.org/CVERecord?id=CVE-2026-24737 Référence CVE CVE-2026-25535 https://www.cve.org/CVERecord?id=CVE-2026-25535 Référence CVE CVE-2026-25639 https://www.cve.org/CVERecord?id=CVE-2026-25639 Référence CVE CVE-2026-25755 https://www.cve.org/CVERecord?id=CVE-2026-25755 Référence CVE CVE-2026-25940 https://www.cve.org/CVERecord?id=CVE-2026-25940 Référence CVE CVE-2026-27212 https://www.cve.org/CVERecord?id=CVE-2026-27212 Référence CVE CVE-2026-27903 https://www.cve.org/CVERecord?id=CVE-2026-27903 Référence CVE CVE-2026-27904 https://www.cve.org/CVERecord?id=CVE-2026-27904 Référence CVE CVE-2026-29063 https://www.cve.org/CVERecord?id=CVE-2026-29063 Référence CVE CVE-2026-2950 https://www.cve.org/CVERecord?id=CVE-2026-2950 Référence CVE CVE-2026-31898 https://www.cve.org/CVERecord?id=CV

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

rd?id=CVE-2026-2359 Référence CVE CVE-2026-23745 https://www.cve.org/CVERecord?id=CVE-2026-23745 Référence CVE CVE-2026-23865 https://www.cve.org/CVERecord?id=CVE-2026-23865 Référence CVE CVE-2026-23897 https://www.cve.org/CVERecord?id=CVE-2026-23897 Référence CVE CVE-2026-23950 https://www.cve.org/CVERecord?id=CVE-2026-23950 Référence CVE CVE-2026-24001 https://www.cve.org/CVERecord?id=CVE-2026-24001 Référence CVE CVE-2026-24842 https://www.cve.org/CVERecord?id=CVE-2026-24842 Référence CVE CVE-2026-25128 https://www.cve.org/CVERecord?id=CVE-2026-25128 Référence CVE CVE-2026-25547 https://www.cve.org/CVERecord?id=CVE-2026-25547 Référence CVE CVE-2026-25639 https://www.cve.org/CVERecord?id=CVE-2026-25639 Référence CVE CVE-2026-2581 https://www.cve.org/CVERecord?id=CVE-2026-2581 Référence CVE CVE-2026-25896 https://www.cve.org/CVERecord?id=CVE-2026-25896 Référence CVE CVE-2026-26278 https://www.cve.org/CVERecord?id=CVE-2026-26278 Référence CVE CVE-2026-26960 https://www.cve.org/CVERecord?id=CVE-2026-26960 Référence CVE CVE-2026-26996 https://www.cve.org/CVERecord?id=CVE-2026-26996 Référence CVE CVE-2026-27135 https://www.cve.org/CVERecord?id=CVE-2026-27135 Référence CVE CVE-2026-27199 https://www.cve.org/CVERecord?id=CVE-2026-27199 Référence CVE CVE-2026-2739 https://www.cve.org/CVERecord?id=CVE

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

ord?id=CVE-2026-22007 Référence CVE CVE-2026-22008 https://www.cve.org/CVERecord?id=CVE-2026-22008 Référence CVE CVE-2026-22013 https://www.cve.org/CVERecord?id=CVE-2026-22013 Référence CVE CVE-2026-22016 https://www.cve.org/CVERecord?id=CVE-2026-22016 Référence CVE CVE-2026-22018 https://www.cve.org/CVERecord?id=CVE-2026-22018 Référence CVE CVE-2026-22021 https://www.cve.org/CVERecord?id=CVE-2026-22021 Référence CVE CVE-2026-23865 https://www.cve.org/CVERecord?id=CVE-2026-23865 Référence CVE CVE-2026-2391 https://www.cve.org/CVERecord?id=CVE-2026-2391 Référence CVE CVE-2026-24281 https://www.cve.org/CVERecord?id=CVE-2026-24281 Référence CVE CVE-2026-25639 https://www.cve.org/CVERecord?id=CVE-2026-25639 Référence CVE CVE-2026-25679 https://www.cve.org/CVERecord?id=CVE-2026-25679 Référence CVE CVE-2026-26007 https://www.cve.org/CVERecord?id=CVE-2026-26007 Référence CVE CVE-2026-26996 https://www.cve.org/CVERecord?id=CVE-2026-26996 Référence CVE CVE-2026-27142 https://www.cve.org/CVERecord?id=CVE-2026-27142 Référence CVE CVE-2026-27903 https://www.cve.org/CVERecord?id=CVE-2026-27903 Référence CVE CVE-2026-27904 https://www.cve.org/CVERecord?id=CVE-2026-27904 Référence CVE CVE-2026-29045 https://www.cve.org/CVERecord?id=CVE-2026-29045 Référence CVE CVE-2026-29063 https://www.cve.org/CVERecord?id=

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

ord?id=CVE-2026-22737 Référence CVE CVE-2026-22795 https://www.cve.org/CVERecord?id=CVE-2026-22795 Référence CVE CVE-2026-22796 https://www.cve.org/CVERecord?id=CVE-2026-22796 Référence CVE CVE-2026-22801 https://www.cve.org/CVERecord?id=CVE-2026-22801 Référence CVE CVE-2026-2441 https://www.cve.org/CVERecord?id=CVE-2026-2441 Référence CVE CVE-2026-24515 https://www.cve.org/CVERecord?id=CVE-2026-24515 Référence CVE CVE-2026-24688 https://www.cve.org/CVERecord?id=CVE-2026-24688 Référence CVE CVE-2026-25210 https://www.cve.org/CVERecord?id=CVE-2026-25210 Référence CVE CVE-2026-25541 https://www.cve.org/CVERecord?id=CVE-2026-25541 Référence CVE CVE-2026-25639 https://www.cve.org/CVERecord?id=CVE-2026-25639 Référence CVE CVE-2026-25679 https://www.cve.org/CVERecord?id=CVE-2026-25679 Référence CVE CVE-2026-25833 https://www.cve.org/CVERecord?id=CVE-2026-25833 Référence CVE CVE-2026-25834 https://www.cve.org/CVERecord?id=CVE-2026-25834 Référence CVE CVE-2026-25835 https://www.cve.org/CVERecord?id=CVE-2026-25835 Référence CVE CVE-2026-25990 https://www.cve.org/CVERecord?id=CVE-2026-25990 Référence CVE CVE-2026-26007 https://www.cve.org/CVERecord?id=CVE-2026-26007 Référence CVE CVE-2026-2648 https://www.cve.org/CVERecord?id=CVE-2026-2648 Référence CVE CVE-2026-2649 https://www.cve.org/CVERecord?id=CVE

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

De multiples vulnérabilités ont été découvertes dans les produits Atlassian. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.

Official advisory ↗
CERT-FR · French · CERTFR-2026-AVI-0500Multiples vulnérabilités dans VMware Tanzu

ord?id=CVE-2026-22737 Référence CVE CVE-2026-2332 https://www.cve.org/CVERecord?id=CVE-2026-2332 Référence CVE CVE-2026-23745 https://www.cve.org/CVERecord?id=CVE-2026-23745 Référence CVE CVE-2026-23950 https://www.cve.org/CVERecord?id=CVE-2026-23950 Référence CVE CVE-2026-24098 https://www.cve.org/CVERecord?id=CVE-2026-24098 Référence CVE CVE-2026-24733 https://www.cve.org/CVERecord?id=CVE-2026-24733 Référence CVE CVE-2026-24734 https://www.cve.org/CVERecord?id=CVE-2026-24734 Référence CVE CVE-2026-24842 https://www.cve.org/CVERecord?id=CVE-2026-24842 Référence CVE CVE-2026-25219 https://www.cve.org/CVERecord?id=CVE-2026-25219 Référence CVE CVE-2026-25639 https://www.cve.org/CVERecord?id=CVE-2026-25639 Référence CVE CVE-2026-25854 https://www.cve.org/CVERecord?id=CVE-2026-25854 Référence CVE CVE-2026-26960 https://www.cve.org/CVERecord?id=CVE-2026-26960 Référence CVE CVE-2026-26996 https://www.cve.org/CVERecord?id=CVE-2026-26996 Référence CVE CVE-2026-27903 https://www.cve.org/CVERecord?id=CVE-2026-27903 Référence CVE CVE-2026-27904 https://www.cve.org/CVERecord?id=CVE-2026-27904 Référence CVE CVE-2026-29074 https://www.cve.org/CVERecord?id=CVE-2026-29074 Référence CVE CVE-2026-29145 https://www.cve.org/CVERecord?id=CVE-2026-29145 Référence CVE CVE-2026-2950 https://www.cve.org/CVERecord?id=C

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

d?id=CVE-2024-45801 Référence CVE CVE-2024-47875 https://www.cve.org/CVERecord?id=CVE-2024-47875 Référence CVE CVE-2025-48734 https://www.cve.org/CVERecord?id=CVE-2025-48734 Référence CVE CVE-2025-66020 https://www.cve.org/CVERecord?id=CVE-2025-66020 Référence CVE CVE-2026-22029 https://www.cve.org/CVERecord?id=CVE-2026-22029 Référence CVE CVE-2026-23745 https://www.cve.org/CVERecord?id=CVE-2026-23745 Référence CVE CVE-2026-23950 https://www.cve.org/CVERecord?id=CVE-2026-23950 Référence CVE CVE-2026-24842 https://www.cve.org/CVERecord?id=CVE-2026-24842 Référence CVE CVE-2026-25547 https://www.cve.org/CVERecord?id=CVE-2026-25547 Référence CVE CVE-2026-25639 https://www.cve.org/CVERecord?id=CVE-2026-25639 Référence CVE CVE-2026-26960 https://www.cve.org/CVERecord?id=CVE-2026-26960 Référence CVE CVE-2026-29063 https://www.cve.org/CVERecord?id=CVE-2026-29063 Référence CVE CVE-2026-31802 https://www.cve.org/CVERecord?id=CVE-2026-31802 Référence CVE CVE-2026-33870 https://www.cve.org/CVERecord?id=CVE-2026-33870 Référence CVE CVE-2026-33871 https://www.cve.org/CVERecord?id=CVE-2026-33871 Gestion détaillée du document le 22 avril 2026 Version initiale Alertes Avis Bulletins d’actualités Mentions légales Conditions générales À propos Contact cyber.gouv.fr service-public.fr legifrance.gouv.fr info.gouv.

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

ord?id=CVE-2026-21933 Référence CVE CVE-2026-21945 https://www.cve.org/CVERecord?id=CVE-2026-21945 Référence CVE CVE-2026-22029 https://www.cve.org/CVERecord?id=CVE-2026-22029 Référence CVE CVE-2026-22030 https://www.cve.org/CVERecord?id=CVE-2026-22030 Référence CVE CVE-2026-2327 https://www.cve.org/CVERecord?id=CVE-2026-2327 Référence CVE CVE-2026-23950 https://www.cve.org/CVERecord?id=CVE-2026-23950 Référence CVE CVE-2026-24688 https://www.cve.org/CVERecord?id=CVE-2026-24688 Référence CVE CVE-2026-24842 https://www.cve.org/CVERecord?id=CVE-2026-24842 Référence CVE CVE-2026-25528 https://www.cve.org/CVERecord?id=CVE-2026-25528 Référence CVE CVE-2026-25639 https://www.cve.org/CVERecord?id=CVE-2026-25639 Référence CVE CVE-2026-26007 https://www.cve.org/CVERecord?id=CVE-2026-26007 Référence CVE CVE-2026-26013 https://www.cve.org/CVERecord?id=CVE-2026-26013 Référence CVE CVE-2026-27024 https://www.cve.org/CVERecord?id=CVE-2026-27024 Référence CVE CVE-2026-27025 https://www.cve.org/CVERecord?id=CVE-2026-27025 Référence CVE CVE-2026-27026 https://www.cve.org/CVERecord?id=CVE-2026-27026 Référence CVE CVE-2026-27199 https://www.cve.org/CVERecord?id=CVE-2026-27199 Référence CVE CVE-2026-27205 https://www.cve.org/CVERecord?id=CVE-2026-27205 Référence CVE CVE-2026-27212 https://www.cve.org/CVERecord?id=

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

cord?id=CVE-2026-1229 Référence CVE CVE-2026-1965 https://www.cve.org/CVERecord?id=CVE-2026-1965 Référence CVE CVE-2026-21925 https://www.cve.org/CVERecord?id=CVE-2026-21925 Référence CVE CVE-2026-21932 https://www.cve.org/CVERecord?id=CVE-2026-21932 Référence CVE CVE-2026-21933 https://www.cve.org/CVERecord?id=CVE-2026-21933 Référence CVE CVE-2026-21945 https://www.cve.org/CVERecord?id=CVE-2026-21945 Référence CVE CVE-2026-24051 https://www.cve.org/CVERecord?id=CVE-2026-24051 Référence CVE CVE-2026-24515 https://www.cve.org/CVERecord?id=CVE-2026-24515 Référence CVE CVE-2026-25210 https://www.cve.org/CVERecord?id=CVE-2026-25210 Référence CVE CVE-2026-25639 https://www.cve.org/CVERecord?id=CVE-2026-25639 Référence CVE CVE-2026-25646 https://www.cve.org/CVERecord?id=CVE-2026-25646 Référence CVE CVE-2026-25679 https://www.cve.org/CVERecord?id=CVE-2026-25679 Référence CVE CVE-2026-26007 https://www.cve.org/CVERecord?id=CVE-2026-26007 Référence CVE CVE-2026-26996 https://www.cve.org/CVERecord?id=CVE-2026-26996 Référence CVE CVE-2026-27137 https://www.cve.org/CVERecord?id=CVE-2026-27137 Référence CVE CVE-2026-27138 https://www.cve.org/CVERecord?id=CVE-2026-27138 Référence CVE CVE-2026-27139 https://www.cve.org/CVERecord?id=CVE-2026-27139 Référence CVE CVE-2026-27142 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2026-23949 Référence CVE CVE-2026-23950 https://www.cve.org/CVERecord?id=CVE-2026-23950 Référence CVE CVE-2026-24001 https://www.cve.org/CVERecord?id=CVE-2026-24001 Référence CVE CVE-2026-24049 https://www.cve.org/CVERecord?id=CVE-2026-24049 Référence CVE CVE-2026-24051 https://www.cve.org/CVERecord?id=CVE-2026-24051 Référence CVE CVE-2026-24733 https://www.cve.org/CVERecord?id=CVE-2026-24733 Référence CVE CVE-2026-24734 https://www.cve.org/CVERecord?id=CVE-2026-24734 Référence CVE CVE-2026-24842 https://www.cve.org/CVERecord?id=CVE-2026-24842 Référence CVE CVE-2026-25500 https://www.cve.org/CVERecord?id=CVE-2026-25500 Référence CVE CVE-2026-25639 https://www.cve.org/CVERecord?id=CVE-2026-25639 Référence CVE CVE-2026-25679 https://www.cve.org/CVERecord?id=CVE-2026-25679 Référence CVE CVE-2026-25702 https://www.cve.org/CVERecord?id=CVE-2026-25702 Référence CVE CVE-2026-25749 https://www.cve.org/CVERecord?id=CVE-2026-25749 Référence CVE CVE-2026-26007 https://www.cve.org/CVERecord?id=CVE-2026-26007 Référence CVE CVE-2026-26157 https://www.cve.org/CVERecord?id=CVE-2026-26157 Référence CVE CVE-2026-26158 https://www.cve.org/CVERecord?id=CVE-2026-26158 Référence CVE CVE-2026-26269 https://www.cve.org/CVERecord?id=CVE-2026-26269 Référence CVE CVE-2026-26958 https://www.cve.org/CVERecord?id=

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

rd?id=CVE-2026-1188 Référence CVE CVE-2026-21441 https://www.cve.org/CVERecord?id=CVE-2026-21441 Référence CVE CVE-2026-21925 https://www.cve.org/CVERecord?id=CVE-2026-21925 Référence CVE CVE-2026-21932 https://www.cve.org/CVERecord?id=CVE-2026-21932 Référence CVE CVE-2026-21933 https://www.cve.org/CVERecord?id=CVE-2026-21933 Référence CVE CVE-2026-21945 https://www.cve.org/CVERecord?id=CVE-2026-21945 Référence CVE CVE-2026-23745 https://www.cve.org/CVERecord?id=CVE-2026-23745 Référence CVE CVE-2026-23950 https://www.cve.org/CVERecord?id=CVE-2026-23950 Référence CVE CVE-2026-24842 https://www.cve.org/CVERecord?id=CVE-2026-24842 Référence CVE CVE-2026-25639 https://www.cve.org/CVERecord?id=CVE-2026-25639 Référence CVE CVE-2026-25765 https://www.cve.org/CVERecord?id=CVE-2026-25765 Gestion détaillée du document le 06 mars 2026 Version initiale Alertes Avis Bulletins d’actualités Mentions légales Conditions générales À propos Contact cyber.gouv.fr service-public.fr legifrance.gouv.fr info.gouv.fr france.fr info.gouv.fr/risques Premier Ministre / Secrétariat Général de la Défense et de la Sécurité Nationale / Agence nationale de la sécurité des systèmes d'information

Official advisory ↗
JVN iPedia · Japanese · JVNDB-2026-004072axios projectのaxiosにおける例外的な状態のチェックに関する脆弱性

AxiosはブラウザおよびNode.js向けのPromiseベースのHTTPクライアントです。バージョン0.30.3および1.13.5より前のバージョンでは、axiosのmergeConfig関数が、__proto__を自身のプロパティとして含む設定オブジェクトを処理する際にTypeErrorが発生してクラッシュします。攻撃者はJSON.parse()を使用して作成された悪意のある設定オブジェクトを提供することで、この問題を引き起こし、サービス拒否を完全に発生させる可能性があります。この脆弱性はバージョン0.30.3および1.13.5で修正されています。

Official advisory ↗
NCSC-NL · Dutch · NCSC-2026-0325Kwetsbaarheden verholpen in Atlassian producten

Multiple vulnerabilities in axios versions prior to 0.30.3 and 1.13.5 cause denial of service via mergeConfig crashing on configuration objects containing __proto__, alongside various security issues in HPE and Oracle products.

Official advisory ↗
03

Patch and workaround

Operational remediation based on structured source evidence.

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

Evidence and provenance

Published 9 Feb 2026 · Last source change 26 Aug 2026, 12:04 UTC · CWE-754 · Improper Check for Unusual or Exceptional Conditions

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-6850
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
    >= 1.0.0, < 1.13.5; < 0.30.3 · Fixed: An authoritative update reference is available, but the fixed version is not recorded in the structured CVE fields. Check the linked vendor advisory for the applicable release.
    After
    axios: >= 1.0.0, < 1.13.5, < 0.30.3 · Fixed: RHSA-2026:6277: Red Hat Ansible Automation Platform 2.6 for RHEL 9
    CNA
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    openshift-logging/elasticsearch-operator-bundle as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/elasticsearch-proxy-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/elasticsearch-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/elasticsearch6-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/kibana6-rhel8 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-curator5-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; openshift-pipelines/pipelines-hub-api-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 3scale-amp2/system-rhel7 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/system-rhel9 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp20/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp21/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp22/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp24/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp25/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/system as a component of Red Hat 3scale API Management Platform 2; ansible-automation-platform-tech-preview/automation-dashboard-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/automation-dashboard-rhel9 as a component of Red Hat Ansible Automation Platform 2; io.apicurio-apicurio-registry as a component of Red Hat build of Apicurio Registry 2; rhdesktop/rh-podman-desktop-ext-openshift-local-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; io.apicurio-apicurito as a component of Red Hat Fuse 7; openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console-rhel9 as a component of Red Hat OpenShift Container Platform 4; container-native-virtualization/kubevirt-console-plugin as a component of Red Hat OpenShift Virtualization 4; and 4 more · Fixed: automation-platform-ui-0:2.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le as a component of Network Observability (NETOBSERV) 1.11.1; registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64 as a component of Network Observability (NETOBSERV) 1.11.1; registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x as a component of Network Observability (NETOBSERV) 1.11.1; registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64 as a component of Network Observability (NETOBSERV) 1.11.1; registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64 as a component of Network Observability (NETOBSERV) 1.11.1; registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le as a component of Network Observability (NETOBSERV) 1.11.1; registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64 as a component of Network Observability (NETOBSERV) 1.11.1; registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x as a component of Network Observability (NETOBSERV) 1.11.1; registry.redhat.io/rhacm2/console-rhel9@sha256:1ef5af3e38dd8f7900e919df56491809d6b681803c415280c11e862b69113201_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:376d579e50da27d0db26913ac48a1b3972a131df0ff11d8759b4735badd8a7ba_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7a4b6441cc1d69ffd48bb73b5ceb06b3d68f9e87dfce867176c1841420c7a96_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:d0fac1957a13baf05e4dbc037f2f5e72f48c3c71bc5ccec0334049c1dd1af7e9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12; registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12; registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12; registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12; registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:0f19159cccadeb2982911c217ce6cacae74d7e98884e3fcda38fd679cac6429f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:2950e82dde7a142d6beca595537d708b738fa0c4f2d21bda6751ab1c81847712_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:4805321b2b9dcfcb15e3f4183d464eea0a3813fa4a96ea0e9c945a235734fc36_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:e7fe650a65884b31a62d785f4b0ae195dc4642850373dd5c6f53215c0b226b7f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:005cc237025bf272708dface9af1f8df5a1f504932fcd089d99d7218999488a2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/console-rhel9@sha256:762a58482d40b887b1f5c27ecf11d8a63a9b76a207bf74396eaa007e679551aa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/console-rhel9@sha256:db228f14fbbbcc811ada13867bdff1fedb287f518fc0e9853fee58d453838157_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/console-rhel9@sha256:ea1cc0b2ce316e68e2c3419090dec8f4cbf1e4766f3adc1658ddacf9a146bf16_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; and 140 more
    After
    openshift-logging/elasticsearch-operator-bundle as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/elasticsearch-proxy-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/elasticsearch-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/elasticsearch6-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/kibana6-rhel8 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-curator5-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; openshift-pipelines/pipelines-hub-api-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 3scale-amp2/system-rhel7 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/system-rhel9 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp20/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp21/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp22/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp24/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp25/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/system as a component of Red Hat 3scale API Management Platform 2; ansible-automation-platform-tech-preview/automation-dashboard-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/automation-dashboard-rhel9 as a component of Red Hat Ansible Automation Platform 2; io.apicurio-apicurio-registry as a component of Red Hat build of Apicurio Registry 2; rhdesktop/rh-podman-desktop-ext-openshift-local-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; io.apicurio-apicurito as a component of Red Hat Fuse 7; openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console-rhel9 as a component of Red Hat OpenShift Container Platform 4; container-native-virtualization/kubevirt-console-plugin as a component of Red Hat OpenShift Virtualization 4; and 4 more · Fixed: automation-platform-ui-0:2.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le as a component of Network Observability (NETOBSERV) 1.11.0; registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64 as a component of Network Observability (NETOBSERV) 1.11.0; registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x as a component of Network Observability (NETOBSERV) 1.11.0; registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64 as a component of Network Observability (NETOBSERV) 1.11.0; registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64 as a component of Network Observability (NETOBSERV) 1.11.0; registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le as a component of Network Observability (NETOBSERV) 1.11.0; registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64 as a component of Network Observability (NETOBSERV) 1.11.0; registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x as a component of Network Observability (NETOBSERV) 1.11.0; registry.redhat.io/rhacm2/console-rhel9@sha256:1ef5af3e38dd8f7900e919df56491809d6b681803c415280c11e862b69113201_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:376d579e50da27d0db26913ac48a1b3972a131df0ff11d8759b4735badd8a7ba_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7a4b6441cc1d69ffd48bb73b5ceb06b3d68f9e87dfce867176c1841420c7a96_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:d0fac1957a13baf05e4dbc037f2f5e72f48c3c71bc5ccec0334049c1dd1af7e9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12; registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12; registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12; registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12; registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:0f19159cccadeb2982911c217ce6cacae74d7e98884e3fcda38fd679cac6429f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:2950e82dde7a142d6beca595537d708b738fa0c4f2d21bda6751ab1c81847712_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:4805321b2b9dcfcb15e3f4183d464eea0a3813fa4a96ea0e9c945a235734fc36_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:e7fe650a65884b31a62d785f4b0ae195dc4642850373dd5c6f53215c0b226b7f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:005cc237025bf272708dface9af1f8df5a1f504932fcd089d99d7218999488a2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/console-rhel9@sha256:762a58482d40b887b1f5c27ecf11d8a63a9b76a207bf74396eaa007e679551aa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/console-rhel9@sha256:db228f14fbbbcc811ada13867bdff1fedb287f518fc0e9853fee58d453838157_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/console-rhel9@sha256:ea1cc0b2ce316e68e2c3419090dec8f4cbf1e4766f3adc1658ddacf9a146bf16_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; and 140 more
    Red Hat Product Security
  3. Affected versionsThe structured affected or fixed version information changed.
    Before
    openshift-logging/elasticsearch-operator-bundle as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/elasticsearch-proxy-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/elasticsearch-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/elasticsearch6-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/kibana6-rhel8 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-curator5-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; openshift-pipelines/pipelines-hub-api-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 3scale-amp2/system-rhel7 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/system-rhel9 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp20/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp21/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp22/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp24/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp25/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/system as a component of Red Hat 3scale API Management Platform 2; ansible-automation-platform-tech-preview/automation-dashboard-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/automation-dashboard-rhel9 as a component of Red Hat Ansible Automation Platform 2; io.apicurio-apicurio-registry as a component of Red Hat build of Apicurio Registry 2; rhdesktop/rh-podman-desktop-ext-openshift-local-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; io.apicurio-apicurito as a component of Red Hat Fuse 7; openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console-rhel9 as a component of Red Hat OpenShift Container Platform 4; container-native-virtualization/kubevirt-console-plugin as a component of Red Hat OpenShift Virtualization 4; and 4 more · Fixed: automation-platform-ui-0:2.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le as a component of Network Observability (NETOBSERV) 1.11.0; registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64 as a component of Network Observability (NETOBSERV) 1.11.0; registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x as a component of Network Observability (NETOBSERV) 1.11.0; registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64 as a component of Network Observability (NETOBSERV) 1.11.0; registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64 as a component of Network Observability (NETOBSERV) 1.11.0; registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le as a component of Network Observability (NETOBSERV) 1.11.0; registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64 as a component of Network Observability (NETOBSERV) 1.11.0; registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x as a component of Network Observability (NETOBSERV) 1.11.0; registry.redhat.io/rhacm2/console-rhel9@sha256:1ef5af3e38dd8f7900e919df56491809d6b681803c415280c11e862b69113201_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:376d579e50da27d0db26913ac48a1b3972a131df0ff11d8759b4735badd8a7ba_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7a4b6441cc1d69ffd48bb73b5ceb06b3d68f9e87dfce867176c1841420c7a96_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:d0fac1957a13baf05e4dbc037f2f5e72f48c3c71bc5ccec0334049c1dd1af7e9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12; registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12; registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12; registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12; registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:0f19159cccadeb2982911c217ce6cacae74d7e98884e3fcda38fd679cac6429f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:2950e82dde7a142d6beca595537d708b738fa0c4f2d21bda6751ab1c81847712_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:4805321b2b9dcfcb15e3f4183d464eea0a3813fa4a96ea0e9c945a235734fc36_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:e7fe650a65884b31a62d785f4b0ae195dc4642850373dd5c6f53215c0b226b7f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:005cc237025bf272708dface9af1f8df5a1f504932fcd089d99d7218999488a2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/console-rhel9@sha256:762a58482d40b887b1f5c27ecf11d8a63a9b76a207bf74396eaa007e679551aa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/console-rhel9@sha256:db228f14fbbbcc811ada13867bdff1fedb287f518fc0e9853fee58d453838157_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/console-rhel9@sha256:ea1cc0b2ce316e68e2c3419090dec8f4cbf1e4766f3adc1658ddacf9a146bf16_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; and 140 more
    After
    openshift-logging/elasticsearch-operator-bundle as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/elasticsearch-proxy-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/elasticsearch-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/elasticsearch6-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/kibana6-rhel8 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-curator5-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; openshift-pipelines/pipelines-hub-api-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 3scale-amp2/system-rhel7 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/system-rhel9 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp20/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp21/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp22/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp24/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp25/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/system as a component of Red Hat 3scale API Management Platform 2; ansible-automation-platform-tech-preview/automation-dashboard-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform/automation-dashboard-rhel9 as a component of Red Hat Ansible Automation Platform 2; io.apicurio-apicurio-registry as a component of Red Hat build of Apicurio Registry 2; rhdesktop/rh-podman-desktop-ext-openshift-local-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; io.apicurio-apicurito as a component of Red Hat Fuse 7; openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console-rhel9 as a component of Red Hat OpenShift Container Platform 4; container-native-virtualization/kubevirt-console-plugin as a component of Red Hat OpenShift Virtualization 4; and 4 more · Fixed: automation-platform-ui-0:2.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le as a component of Network Observability (NETOBSERV) 1.11.1; registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64 as a component of Network Observability (NETOBSERV) 1.11.1; registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x as a component of Network Observability (NETOBSERV) 1.11.1; registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64 as a component of Network Observability (NETOBSERV) 1.11.1; registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64 as a component of Network Observability (NETOBSERV) 1.11.1; registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le as a component of Network Observability (NETOBSERV) 1.11.1; registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64 as a component of Network Observability (NETOBSERV) 1.11.1; registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x as a component of Network Observability (NETOBSERV) 1.11.1; registry.redhat.io/rhacm2/console-rhel9@sha256:1ef5af3e38dd8f7900e919df56491809d6b681803c415280c11e862b69113201_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:376d579e50da27d0db26913ac48a1b3972a131df0ff11d8759b4735badd8a7ba_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7a4b6441cc1d69ffd48bb73b5ceb06b3d68f9e87dfce867176c1841420c7a96_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:d0fac1957a13baf05e4dbc037f2f5e72f48c3c71bc5ccec0334049c1dd1af7e9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12; registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12; registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12; registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12; registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:0f19159cccadeb2982911c217ce6cacae74d7e98884e3fcda38fd679cac6429f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:2950e82dde7a142d6beca595537d708b738fa0c4f2d21bda6751ab1c81847712_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:4805321b2b9dcfcb15e3f4183d464eea0a3813fa4a96ea0e9c945a235734fc36_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:e7fe650a65884b31a62d785f4b0ae195dc4642850373dd5c6f53215c0b226b7f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:005cc237025bf272708dface9af1f8df5a1f504932fcd089d99d7218999488a2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/console-rhel9@sha256:762a58482d40b887b1f5c27ecf11d8a63a9b76a207bf74396eaa007e679551aa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/console-rhel9@sha256:db228f14fbbbcc811ada13867bdff1fedb287f518fc0e9853fee58d453838157_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/console-rhel9@sha256:ea1cc0b2ce316e68e2c3419090dec8f4cbf1e4766f3adc1658ddacf9a146bf16_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; and 140 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-25639 · cve.blacktree.nl