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

on-headers vulnerable to http response header manipulation

jshttp · on-headers

3.4LowCVSS 3.1
Recommended action
Within 7 days

Low 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 · standard archivenode-on-headersUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 8 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-2025-7339 · CSAF 2.0 · revision 3 · finalRed Hat Product Securityon-headers: on-headers vulnerable to http response header manipulation
100 known affected

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

  • cryostat/cryostat-openshift-console-plugin-rhel9 as a component of Cryostat 4
  • io.cryostat-cryostat as a component of Cryostat 4
  • rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers
  • migration-toolkit-virtualization/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization
  • mtv-candidate/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization
  • network-observability/network-observability-console-plugin-compat-rhel9 as a component of Network Observability Operator
  • network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator
  • openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed
  • openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines
  • openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines
  • openshift-pipelines/pipelines-hub-api-rhel8 as a component of OpenShift Pipelines
  • openshift-pipelines/pipelines-hub-api-rhel9 as a component of OpenShift Pipelines
Summary
A header modification flaw has been discovered in the on-headers npm library. In specific cases, response headers may be inadvertently modified when an array is passed to `response.writeHead()`.
Remediation
Before applying this update, make sure all previously released errata relevant to your system have been applied. For details on how to apply this update, refer to: https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.20/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf
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-21784

No EUVD known-exploited evidence

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

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

Low 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

on-headers is a node.js middleware for listening to when a response writes headers. A bug in on-headers versions `<1.1.0` may result in response headers being inadvertently modified when an array is passed to `response.writeHead()`. Users should upgrade to version 1.1.0 to receive a patch. Uses are strongly encouraged to upgrade to `1.1.0`, but this issue can be worked around by passing an object to `response.writeHead()` rather than an array.

What

on-headers is a node.js middleware for listening to when a response writes headers. A bug in on-headers versions `<1.1.0` may result in response headers being inadvertently modified when an array is passed to `response.writeHead()`. Users should upgrade to version 1.1.0 to receive a patch. Uses are strongly encouraged to upgrade to `1.1.0`, but this issue can be worked around by passing an object to `response.writeHead()` rather than an array.

Why

The product does not handle or incorrectly handles when a particular element is not the expected type, e.g. it expects a digit (0-9) but is provided with a letter (A-Z).

How

An attacker operating through local access may attempt exploitation with elevated privileges. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

on-headers is a node.js middleware for listening to when a response writes headers. A bug in on-headers versions `<1.1.0` may result in response headers being inadvertently modified when an array is passed to `response.writeHead()`. Users should upgrade to version 1.1.0 to receive a patch. Uses are strongly encouraged to upgrade to `1.1.0`, but this issue can be worked around by passing an object to `response.writeHead()` rather than an array.

Why

The product does not handle or incorrectly handles when a particular element is not the expected type, e.g. it expects a digit (0-9) but is provided with a letter (A-Z).

How

An attacker operating through local access may attempt exploitation with elevated privileges. 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.
Reference recorded

CISA Vulnrichment records proof-of-concept exploitation in its SSVC data. BlackTree has not independently executed or validated exploit material.

Likely attack path
local access → Improper Handling of Unexpected Data Type → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Local
Privileges required
High: elevated access is required
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-241

CWE-241: Improper Handling of Unexpected Data Type. The product does not handle or incorrectly handles when a particular element is not the expected type, e.g. it expects a digit (0-9) but is provided with a letter (A-Z).

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

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

AVLocalAttack vector: The attacker needs local access to the vulnerable system.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRHighPrivileges required: The attacker needs elevated or administrative privileges.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's authority.CLowConfidentiality impact: A successful attack can cause a limited loss.ILowIntegrity impact: A successful attack can cause a limited loss.ANoneAvailability impact: No direct loss is represented by this metric.
Post-exploitation / living off the land
The issue can support a local privilege or sandbox boundary transition; normal system utilities may then be available in the gained context.
CWE-241Public exploit reference
A

Official authority intelligence

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

BSI · German · WID-SEC-W-2025-2360Oracle Communications Applications: Mehrere Schwachstellen

Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications Applications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.

Official advisory
BSI · German · WID-SEC-W-2025-1929IBM App Connect Enterprise: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in IBM App Connect Enterprise ausnutzen, um einen Denial of Service Angriff durchzuführen, um Daten zu manipulieren, und um Sicherheitsvorkehrungen zu umgehen.

Official advisory
BSI · German · WID-SEC-W-2025-2345IBM DataPower Gateway: Schwachstelle ermöglicht Manipulation von Daten und potenziell Denial of Service

Ein lokaler Angreifer kann eine Schwachstelle in IBM DataPower Gateway ausnutzen, um Dateien zu manipulieren, und potenziell um einen Denial of Service Angriff durchzuführen.

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

d?id=CVE-2025-66030 Référence CVE CVE-2025-66031 https://www.cve.org/CVERecord?id=CVE-2025-66031 Référence CVE CVE-2025-66221 https://www.cve.org/CVERecord?id=CVE-2025-66221 Référence CVE CVE-2025-66418 https://www.cve.org/CVERecord?id=CVE-2025-66418 Référence CVE CVE-2025-66471 https://www.cve.org/CVERecord?id=CVE-2025-66471 Référence CVE CVE-2025-67221 https://www.cve.org/CVERecord?id=CVE-2025-67221 Référence CVE CVE-2025-68724 https://www.cve.org/CVERecord?id=CVE-2025-68724 Référence CVE CVE-2025-68741 https://www.cve.org/CVERecord?id=CVE-2025-68741 Référence CVE CVE-2025-69277 https://www.cve.org/CVERecord?id=CVE-2025-69277 Référence CVE CVE-2025-7339 https://www.cve.org/CVERecord?id=CVE-2025-7339 Référence CVE CVE-2026-0846 https://www.cve.org/CVERecord?id=CVE-2026-0846 Référence CVE CVE-2026-0847 https://www.cve.org/CVERecord?id=CVE-2026-0847 Référence CVE CVE-2026-0848 https://www.cve.org/CVERecord?id=CVE-2026-0848 Référence CVE CVE-2026-1519 https://www.cve.org/CVERecord?id=CVE-2026-1519 Référence CVE CVE-2026-1525 https://www.cve.org/CVERecord?id=CVE-2026-1525 Référence CVE CVE-2026-1526 https://www.cve.org/CVERecord?id=CVE-2026-1526 Référence CVE CVE-2026-1527 https://www.cve.org/CVERecord?id=CVE-2026-1527 Référence CVE CVE-2026-1528 https://www.cve.org/CVERecord?id=CVE-2026-1528 Ré

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

ERecord?id=CVE-2025-64329 Référence CVE CVE-2025-64756 https://www.cve.org/CVERecord?id=CVE-2025-64756 Référence CVE CVE-2025-66418 https://www.cve.org/CVERecord?id=CVE-2025-66418 Référence CVE CVE-2025-66471 https://www.cve.org/CVERecord?id=CVE-2025-66471 Référence CVE CVE-2025-66506 https://www.cve.org/CVERecord?id=CVE-2025-66506 Référence CVE CVE-2025-67779 https://www.cve.org/CVERecord?id=CVE-2025-67779 Référence CVE CVE-2025-6965 https://www.cve.org/CVERecord?id=CVE-2025-6965 Référence CVE CVE-2025-7039 https://www.cve.org/CVERecord?id=CVE-2025-7039 Référence CVE CVE-2025-7338 https://www.cve.org/CVERecord?id=CVE-2025-7338 Référence CVE CVE-2025-7339 https://www.cve.org/CVERecord?id=CVE-2025-7339 Référence CVE CVE-2025-8916 https://www.cve.org/CVERecord?id=CVE-2025-8916 Référence CVE CVE-2026-1188 https://www.cve.org/CVERecord?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-2

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

ecord?id=CVE-2025-65018 Référence CVE CVE-2025-65637 https://www.cve.org/CVERecord?id=CVE-2025-65637 Référence CVE CVE-2025-65945 https://www.cve.org/CVERecord?id=CVE-2025-65945 Référence CVE CVE-2025-66418 https://www.cve.org/CVERecord?id=CVE-2025-66418 Référence CVE CVE-2025-66471 https://www.cve.org/CVERecord?id=CVE-2025-66471 Référence CVE CVE-2025-67499 https://www.cve.org/CVERecord?id=CVE-2025-67499 Référence CVE CVE-2025-68973 https://www.cve.org/CVERecord?id=CVE-2025-68973 Référence CVE CVE-2025-6966 https://www.cve.org/CVERecord?id=CVE-2025-6966 Référence CVE CVE-2025-7039 https://www.cve.org/CVERecord?id=CVE-2025-7039 Référence CVE CVE-2025-7339 https://www.cve.org/CVERecord?id=CVE-2025-7339 Référence CVE CVE-2025-7424 https://www.cve.org/CVERecord?id=CVE-2025-7424 Référence CVE CVE-2025-8291 https://www.cve.org/CVERecord?id=CVE-2025-8291 Référence CVE CVE-2025-8713 https://www.cve.org/CVERecord?id=CVE-2025-8713 Référence CVE CVE-2025-8714 https://www.cve.org/CVERecord?id=CVE-2025-8714 Référence CVE CVE-2025-8715 https://www.cve.org/CVERecord?id=CVE-2025-8715 Référence CVE CVE-2025-8885 https://www.cve.org/CVERecord?id=CVE-2025-8885 Référence CVE CVE-2025-8916 https://www.cve.org/CVERecord?id=CVE-2025-8916 Référence CVE CVE-2025-8959 https://www.cve.org/CVERecord?id=CVE-2025-8959 Ré

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

ecord?id=CVE-2025-48913 Référence CVE CVE-2025-48997 https://www.cve.org/CVERecord?id=CVE-2025-48997 Référence CVE CVE-2025-50106 https://www.cve.org/CVERecord?id=CVE-2025-50106 Référence CVE CVE-2025-56200 https://www.cve.org/CVERecord?id=CVE-2025-56200 Référence CVE CVE-2025-57350 https://www.cve.org/CVERecord?id=CVE-2025-57350 Référence CVE CVE-2025-58754 https://www.cve.org/CVERecord?id=CVE-2025-58754 Référence CVE CVE-2025-5889 https://www.cve.org/CVERecord?id=CVE-2025-5889 Référence CVE CVE-2025-59343 https://www.cve.org/CVERecord?id=CVE-2025-59343 Référence CVE CVE-2025-7338 https://www.cve.org/CVERecord?id=CVE-2025-7338 Référence CVE CVE-2025-7339 https://www.cve.org/CVERecord?id=CVE-2025-7339 Référence CVE CVE-2025-7783 https://www.cve.org/CVERecord?id=CVE-2025-7783 Gestion détaillée du document le 05 décembre 2025 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
CERT-FR · French · CERTFR-2025-AVI-1051Multiples vulnérabilités dans les produits IBM

De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0751Multiples vulnérabilités dans les produits VMware

rd?id=CVE-2025-4674 Référence CVE CVE-2025-47907 https://www.cve.org/CVERecord?id=CVE-2025-47907 Référence CVE CVE-2025-49007 https://www.cve.org/CVERecord?id=CVE-2025-49007 Référence CVE CVE-2025-49630 https://www.cve.org/CVERecord?id=CVE-2025-49630 Référence CVE CVE-2025-49812 https://www.cve.org/CVERecord?id=CVE-2025-49812 Référence CVE CVE-2025-50059 https://www.cve.org/CVERecord?id=CVE-2025-50059 Référence CVE CVE-2025-50088 https://www.cve.org/CVERecord?id=CVE-2025-50088 Référence CVE CVE-2025-50106 https://www.cve.org/CVERecord?id=CVE-2025-50106 Référence CVE CVE-2025-53020 https://www.cve.org/CVERecord?id=CVE-2025-53020 Référence CVE CVE-2025-7339 https://www.cve.org/CVERecord?id=CVE-2025-7339 Référence CVE CVE-2025-7783 https://www.cve.org/CVERecord?id=CVE-2025-7783 Gestion détaillée du document le 03 septembre 2025 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
CERT-FR · French · CERTFR-2025-AVI-0756Multiples vulnérabilités dans les produits VMware

.cve.org/CVERecord?id=CVE-2025-6434 Référence CVE CVE-2025-6435 https://www.cve.org/CVERecord?id=CVE-2025-6435 Référence CVE CVE-2025-6436 https://www.cve.org/CVERecord?id=CVE-2025-6436 Référence CVE CVE-2025-6554 https://www.cve.org/CVERecord?id=CVE-2025-6554 Référence CVE CVE-2025-6555 https://www.cve.org/CVERecord?id=CVE-2025-6555 Référence CVE CVE-2025-6556 https://www.cve.org/CVERecord?id=CVE-2025-6556 Référence CVE CVE-2025-6557 https://www.cve.org/CVERecord?id=CVE-2025-6557 Référence CVE CVE-2025-6558 https://www.cve.org/CVERecord?id=CVE-2025-6558 Référence CVE CVE-2025-6965 https://www.cve.org/CVERecord?id=CVE-2025-6965 Référence CVE CVE-2025-7339 https://www.cve.org/CVERecord?id=CVE-2025-7339 Référence CVE CVE-2025-7424 https://www.cve.org/CVERecord?id=CVE-2025-7424 Référence CVE CVE-2025-7425 https://www.cve.org/CVERecord?id=CVE-2025-7425 Référence CVE CVE-2025-7656 https://www.cve.org/CVERecord?id=CVE-2025-7656 Référence CVE CVE-2025-7657 https://www.cve.org/CVERecord?id=CVE-2025-7657 Référence CVE CVE-2025-7783 https://www.cve.org/CVERecord?id=CVE-2025-7783 Référence CVE CVE-2025-7962 https://www.cve.org/CVERecord?id=CVE-2025-7962 Référence CVE CVE-2025-8010 https://www.cve.org/CVERecord?id=CVE-2025-8010 Référence CVE CVE-2025-8011 https://www.cve.org/CVERecord?id=CVE-2025-8011 Ré

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

ERecord?id=CVE-2025-36042 Référence CVE CVE-2025-47273 https://www.cve.org/CVERecord?id=CVE-2025-47273 Référence CVE CVE-2025-48050 https://www.cve.org/CVERecord?id=CVE-2025-48050 Référence CVE CVE-2025-48976 https://www.cve.org/CVERecord?id=CVE-2025-48976 Référence CVE CVE-2025-50181 https://www.cve.org/CVERecord?id=CVE-2025-50181 Référence CVE CVE-2025-50182 https://www.cve.org/CVERecord?id=CVE-2025-50182 Référence CVE CVE-2025-5889 https://www.cve.org/CVERecord?id=CVE-2025-5889 Référence CVE CVE-2025-6545 https://www.cve.org/CVERecord?id=CVE-2025-6545 Référence CVE CVE-2025-6547 https://www.cve.org/CVERecord?id=CVE-2025-6547 Référence CVE CVE-2025-7339 https://www.cve.org/CVERecord?id=CVE-2025-7339 Référence CVE CVE-2025-7783 https://www.cve.org/CVERecord?id=CVE-2025-7783 Gestion détaillée du document le 22 août 2025 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
NCSC-NL · Dutch · NCSC-2025-0330Kwetsbaarheden verholpen in Oracle Communications producten

Oracle Communications Unified Assurance has a vulnerability allowing unauthorized data access, while the on-headers middleware for Node.js has a bug affecting response header modifications in versions prior to 1.1.0.

Official advisory
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
cryostat/cryostat-openshift-console-plugin-rhel9 as a component of Cryostat 4; io.cryostat-cryostat as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; network-observability/network-observability-console-plugin-compat-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-api-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-api-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-backstage-plugins-eventmesh-rhel8 as a component of OpenShift Serverless; openshift-service-mesh/kiali-ossmc-rhel8 as a component of OpenShift Service Mesh 2; openshift-service-mesh/kiali-rhel8 as a component of OpenShift Service Mesh 2; openshift-service-mesh-dev-preview-beta/istio-ztunnel-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-cni-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-must-gather-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-pilot-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-proxyv2-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-rhel9-operator as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-sail-operator-bundle as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-operator-bundle as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9-operator as a component of OpenShift Service Mesh 3; and 70 more
Fixed
registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1d99266aa6792fa96cfb2813b1cb05f699112078fb5caee6fb18011ff8580d0f_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7264546472b9841c67d768bfc24a4120b4d9216de91779a90bf918636d2cb558_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c7d1fd337adb3a89005b172e62c54d1dcb48498a7687eb790fbdc1c65764e40b_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e0ddfa4a25cac7836fceb0d2b682534e0be06f92aaeaf46a65b2b30faedf383c_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9@sha256:5c6640ec523c2520e546da3433f1ef149f165ccf907d9746235616de54df9d56_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9@sha256:c13ea9701e94e626de8bdfe3cc9873f89fd88d8203d95de252955ce0246deb1c_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9@sha256:e5f93f28233a86972cde565fe3564b47a739ff0d99f0c76d9113c35665dc8075_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9@sha256:f0b6e7badd62115b27595575c1ff6edf9b7846c6ff3ad9fa03b423d40094816a_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-core-rhel9@sha256:735c774f882177c6e667480bc6528fa7e76a4ce7648fe6d4f5b35891ee43ff20_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-core-rhel9@sha256:7bbfb6add95ec966fa0fae6673e7529dab92551726e9a26e3771ce3786ea1aa3_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-core-rhel9@sha256:8c82a478ebc0918907971653269363058257118c6734c6589bb7e13d00c9388f_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-core-rhel9@sha256:e7660b51f64b60f13c043f40a8ac62028f4fcec734ac01a2e607d65b852f655c_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:89e2656fdbd5ae931efb120fad7d02ea0b28a9c86b693b9f91f775b02e4755c9_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d92d47dc70edaec0317b27b437db7a9a6a22703943c909d08431f702865ef4e_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b3a3c3b901954128b428853805603f0ae09dd5b6401596f65580a58460e308e6_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b88f11532b8d0c1f673e2c7e454cf7637e9830cf25bdfc61b71fb8b98947c73f_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40a8b239f6d76102dcc37453bf2884179fd47089e6c4945c5ed7479ca97c8997_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:73b5c82d9e3b075329c8447404bcd53d1eb6b8fc240218c4b7fd0a32b3ba9fdc_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a3ac21943ff1a943aee289166e4bb0f56f9691f9301538c7f2f284b0f60c45fc_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d9fb83925ac1a019c400b603171c43b23f726dabaf933420a32dfc9d28571d24_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:575c6badfde539d86508446427416b566a7ef1036fbf16fe561124c8775abe3a_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:64ee4a768d5162df9a2817d2c7124ed1a273d2cc3291aec1b3c167b9b764af87_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:88e71661be3cd335ba3b1016fa9dec3301221cfd9b8f708ef1ba1a24d41b678f_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:c50de6e5c0a3705afb02e9301073992484bdeb989f9e529920848c609713cefc_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:65faa96a422b114af71d7d6212875b0004c5dc3e4fd119cecb3a32bc69800fe0_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f872af3d35a9618c23b5e9c3ca663a44001764e1f977878e27fcf2a6b726fc8_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:f0c2d2f7ce2827d964a74db28708627a1336d353bba9d0a73a8337d0e6feb931_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:f8640c08269f281d041f5ffe39db8c4401e361a861ee205740f36969eb8b8aaf_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-rhel9-operator@sha256:20521dc7e08a973be0e9932fbe28557a00cac4e8ff273765df73d4cfede9aaef_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-rhel9-operator@sha256:28fef0042ac3b41929f2f8fe29786eaf7bc38a9ffb6ef4d5c7c3fba275312ce1_s390x as a component of Red Hat Openshift Data Foundation 4.2; and 58 more
Action
Before applying this update, make sure all previously released errata relevant to your system have been applied. For details on how to apply this update, refer to: https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.20/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf
Workaround
No verified workaround is recorded. Limit untrusted access and use least privilege until authoritative guidance is available.
04

Evidence and provenance

Published 17 Jul 2025 · Last source change 17 Jul 2025, 20:24 UTC · CWE-241 · Improper Handling of Unexpected Data Type

CVE recordCVE.org · 5.1
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-21784
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD not scheduled

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
    cryostat/cryostat-openshift-console-plugin-rhel9 as a component of Cryostat 4; io.cryostat-cryostat as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; network-observability/network-observability-console-plugin-compat-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-api-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-api-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-backstage-plugins-eventmesh-rhel8 as a component of OpenShift Serverless; openshift-service-mesh/kiali-ossmc-rhel8 as a component of OpenShift Service Mesh 2; openshift-service-mesh/kiali-rhel8 as a component of OpenShift Service Mesh 2; openshift-service-mesh-dev-preview-beta/istio-ztunnel-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-cni-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-must-gather-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-pilot-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-proxyv2-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-rhel9-operator as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-sail-operator-bundle as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-operator-bundle as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9-operator as a component of OpenShift Service Mesh 3; and 70 more · Fixed: registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1d99266aa6792fa96cfb2813b1cb05f699112078fb5caee6fb18011ff8580d0f_arm64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7264546472b9841c67d768bfc24a4120b4d9216de91779a90bf918636d2cb558_amd64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c7d1fd337adb3a89005b172e62c54d1dcb48498a7687eb790fbdc1c65764e40b_s390x as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e0ddfa4a25cac7836fceb0d2b682534e0be06f92aaeaf46a65b2b30faedf383c_ppc64le as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/cephcsi-rhel9@sha256:5c6640ec523c2520e546da3433f1ef149f165ccf907d9746235616de54df9d56_arm64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/cephcsi-rhel9@sha256:c13ea9701e94e626de8bdfe3cc9873f89fd88d8203d95de252955ce0246deb1c_s390x as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/cephcsi-rhel9@sha256:e5f93f28233a86972cde565fe3564b47a739ff0d99f0c76d9113c35665dc8075_ppc64le as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/cephcsi-rhel9@sha256:f0b6e7badd62115b27595575c1ff6edf9b7846c6ff3ad9fa03b423d40094816a_amd64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/mcg-core-rhel9@sha256:735c774f882177c6e667480bc6528fa7e76a4ce7648fe6d4f5b35891ee43ff20_amd64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/mcg-core-rhel9@sha256:7bbfb6add95ec966fa0fae6673e7529dab92551726e9a26e3771ce3786ea1aa3_ppc64le as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/mcg-core-rhel9@sha256:8c82a478ebc0918907971653269363058257118c6734c6589bb7e13d00c9388f_s390x as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/mcg-core-rhel9@sha256:e7660b51f64b60f13c043f40a8ac62028f4fcec734ac01a2e607d65b852f655c_arm64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:89e2656fdbd5ae931efb120fad7d02ea0b28a9c86b693b9f91f775b02e4755c9_s390x as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d92d47dc70edaec0317b27b437db7a9a6a22703943c909d08431f702865ef4e_ppc64le as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b3a3c3b901954128b428853805603f0ae09dd5b6401596f65580a58460e308e6_arm64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b88f11532b8d0c1f673e2c7e454cf7637e9830cf25bdfc61b71fb8b98947c73f_amd64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40a8b239f6d76102dcc37453bf2884179fd47089e6c4945c5ed7479ca97c8997_s390x as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:73b5c82d9e3b075329c8447404bcd53d1eb6b8fc240218c4b7fd0a32b3ba9fdc_ppc64le as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a3ac21943ff1a943aee289166e4bb0f56f9691f9301538c7f2f284b0f60c45fc_amd64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d9fb83925ac1a019c400b603171c43b23f726dabaf933420a32dfc9d28571d24_arm64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:575c6badfde539d86508446427416b566a7ef1036fbf16fe561124c8775abe3a_s390x as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:64ee4a768d5162df9a2817d2c7124ed1a273d2cc3291aec1b3c167b9b764af87_arm64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:88e71661be3cd335ba3b1016fa9dec3301221cfd9b8f708ef1ba1a24d41b678f_ppc64le as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:c50de6e5c0a3705afb02e9301073992484bdeb989f9e529920848c609713cefc_amd64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:65faa96a422b114af71d7d6212875b0004c5dc3e4fd119cecb3a32bc69800fe0_amd64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f872af3d35a9618c23b5e9c3ca663a44001764e1f977878e27fcf2a6b726fc8_arm64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:f0c2d2f7ce2827d964a74db28708627a1336d353bba9d0a73a8337d0e6feb931_s390x as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:f8640c08269f281d041f5ffe39db8c4401e361a861ee205740f36969eb8b8aaf_ppc64le as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-rhel9-operator@sha256:20521dc7e08a973be0e9932fbe28557a00cac4e8ff273765df73d4cfede9aaef_amd64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-rhel9-operator@sha256:28fef0042ac3b41929f2f8fe29786eaf7bc38a9ffb6ef4d5c7c3fba275312ce1_s390x as a component of Red Hat Openshift Data Foundation 4.20; and 58 more
    After
    cryostat/cryostat-openshift-console-plugin-rhel9 as a component of Cryostat 4; io.cryostat-cryostat as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; network-observability/network-observability-console-plugin-compat-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-api-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-api-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-backstage-plugins-eventmesh-rhel8 as a component of OpenShift Serverless; openshift-service-mesh/kiali-ossmc-rhel8 as a component of OpenShift Service Mesh 2; openshift-service-mesh/kiali-rhel8 as a component of OpenShift Service Mesh 2; openshift-service-mesh-dev-preview-beta/istio-ztunnel-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-cni-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-must-gather-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-pilot-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-proxyv2-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-rhel9-operator as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-sail-operator-bundle as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-operator-bundle as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9-operator as a component of OpenShift Service Mesh 3; and 70 more · Fixed: registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1d99266aa6792fa96cfb2813b1cb05f699112078fb5caee6fb18011ff8580d0f_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7264546472b9841c67d768bfc24a4120b4d9216de91779a90bf918636d2cb558_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c7d1fd337adb3a89005b172e62c54d1dcb48498a7687eb790fbdc1c65764e40b_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e0ddfa4a25cac7836fceb0d2b682534e0be06f92aaeaf46a65b2b30faedf383c_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9@sha256:5c6640ec523c2520e546da3433f1ef149f165ccf907d9746235616de54df9d56_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9@sha256:c13ea9701e94e626de8bdfe3cc9873f89fd88d8203d95de252955ce0246deb1c_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9@sha256:e5f93f28233a86972cde565fe3564b47a739ff0d99f0c76d9113c35665dc8075_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9@sha256:f0b6e7badd62115b27595575c1ff6edf9b7846c6ff3ad9fa03b423d40094816a_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-core-rhel9@sha256:735c774f882177c6e667480bc6528fa7e76a4ce7648fe6d4f5b35891ee43ff20_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-core-rhel9@sha256:7bbfb6add95ec966fa0fae6673e7529dab92551726e9a26e3771ce3786ea1aa3_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-core-rhel9@sha256:8c82a478ebc0918907971653269363058257118c6734c6589bb7e13d00c9388f_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-core-rhel9@sha256:e7660b51f64b60f13c043f40a8ac62028f4fcec734ac01a2e607d65b852f655c_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:89e2656fdbd5ae931efb120fad7d02ea0b28a9c86b693b9f91f775b02e4755c9_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d92d47dc70edaec0317b27b437db7a9a6a22703943c909d08431f702865ef4e_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b3a3c3b901954128b428853805603f0ae09dd5b6401596f65580a58460e308e6_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b88f11532b8d0c1f673e2c7e454cf7637e9830cf25bdfc61b71fb8b98947c73f_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40a8b239f6d76102dcc37453bf2884179fd47089e6c4945c5ed7479ca97c8997_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:73b5c82d9e3b075329c8447404bcd53d1eb6b8fc240218c4b7fd0a32b3ba9fdc_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a3ac21943ff1a943aee289166e4bb0f56f9691f9301538c7f2f284b0f60c45fc_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d9fb83925ac1a019c400b603171c43b23f726dabaf933420a32dfc9d28571d24_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:575c6badfde539d86508446427416b566a7ef1036fbf16fe561124c8775abe3a_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:64ee4a768d5162df9a2817d2c7124ed1a273d2cc3291aec1b3c167b9b764af87_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:88e71661be3cd335ba3b1016fa9dec3301221cfd9b8f708ef1ba1a24d41b678f_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:c50de6e5c0a3705afb02e9301073992484bdeb989f9e529920848c609713cefc_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:65faa96a422b114af71d7d6212875b0004c5dc3e4fd119cecb3a32bc69800fe0_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f872af3d35a9618c23b5e9c3ca663a44001764e1f977878e27fcf2a6b726fc8_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:f0c2d2f7ce2827d964a74db28708627a1336d353bba9d0a73a8337d0e6feb931_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:f8640c08269f281d041f5ffe39db8c4401e361a861ee205740f36969eb8b8aaf_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-rhel9-operator@sha256:20521dc7e08a973be0e9932fbe28557a00cac4e8ff273765df73d4cfede9aaef_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-rhel9-operator@sha256:28fef0042ac3b41929f2f8fe29786eaf7bc38a9ffb6ef4d5c7c3fba275312ce1_s390x as a component of Red Hat Openshift Data Foundation 4.2; and 58 more
    Red Hat Product Security
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    cryostat/cryostat-openshift-console-plugin-rhel9 as a component of Cryostat 4; io.cryostat-cryostat as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; network-observability/network-observability-console-plugin-compat-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-api-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-api-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-backstage-plugins-eventmesh-rhel8 as a component of OpenShift Serverless; openshift-service-mesh/kiali-ossmc-rhel8 as a component of OpenShift Service Mesh 2; openshift-service-mesh/kiali-rhel8 as a component of OpenShift Service Mesh 2; openshift-service-mesh-dev-preview-beta/istio-ztunnel-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-cni-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-must-gather-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-pilot-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-proxyv2-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-rhel9-operator as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-sail-operator-bundle as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-operator-bundle as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9-operator as a component of OpenShift Service Mesh 3; and 70 more · Fixed: registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1d99266aa6792fa96cfb2813b1cb05f699112078fb5caee6fb18011ff8580d0f_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7264546472b9841c67d768bfc24a4120b4d9216de91779a90bf918636d2cb558_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c7d1fd337adb3a89005b172e62c54d1dcb48498a7687eb790fbdc1c65764e40b_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e0ddfa4a25cac7836fceb0d2b682534e0be06f92aaeaf46a65b2b30faedf383c_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9@sha256:5c6640ec523c2520e546da3433f1ef149f165ccf907d9746235616de54df9d56_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9@sha256:c13ea9701e94e626de8bdfe3cc9873f89fd88d8203d95de252955ce0246deb1c_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9@sha256:e5f93f28233a86972cde565fe3564b47a739ff0d99f0c76d9113c35665dc8075_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/cephcsi-rhel9@sha256:f0b6e7badd62115b27595575c1ff6edf9b7846c6ff3ad9fa03b423d40094816a_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-core-rhel9@sha256:735c774f882177c6e667480bc6528fa7e76a4ce7648fe6d4f5b35891ee43ff20_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-core-rhel9@sha256:7bbfb6add95ec966fa0fae6673e7529dab92551726e9a26e3771ce3786ea1aa3_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-core-rhel9@sha256:8c82a478ebc0918907971653269363058257118c6734c6589bb7e13d00c9388f_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-core-rhel9@sha256:e7660b51f64b60f13c043f40a8ac62028f4fcec734ac01a2e607d65b852f655c_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:89e2656fdbd5ae931efb120fad7d02ea0b28a9c86b693b9f91f775b02e4755c9_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d92d47dc70edaec0317b27b437db7a9a6a22703943c909d08431f702865ef4e_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b3a3c3b901954128b428853805603f0ae09dd5b6401596f65580a58460e308e6_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b88f11532b8d0c1f673e2c7e454cf7637e9830cf25bdfc61b71fb8b98947c73f_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40a8b239f6d76102dcc37453bf2884179fd47089e6c4945c5ed7479ca97c8997_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:73b5c82d9e3b075329c8447404bcd53d1eb6b8fc240218c4b7fd0a32b3ba9fdc_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a3ac21943ff1a943aee289166e4bb0f56f9691f9301538c7f2f284b0f60c45fc_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d9fb83925ac1a019c400b603171c43b23f726dabaf933420a32dfc9d28571d24_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:575c6badfde539d86508446427416b566a7ef1036fbf16fe561124c8775abe3a_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:64ee4a768d5162df9a2817d2c7124ed1a273d2cc3291aec1b3c167b9b764af87_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:88e71661be3cd335ba3b1016fa9dec3301221cfd9b8f708ef1ba1a24d41b678f_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:c50de6e5c0a3705afb02e9301073992484bdeb989f9e529920848c609713cefc_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:65faa96a422b114af71d7d6212875b0004c5dc3e4fd119cecb3a32bc69800fe0_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f872af3d35a9618c23b5e9c3ca663a44001764e1f977878e27fcf2a6b726fc8_arm64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:f0c2d2f7ce2827d964a74db28708627a1336d353bba9d0a73a8337d0e6feb931_s390x as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:f8640c08269f281d041f5ffe39db8c4401e361a861ee205740f36969eb8b8aaf_ppc64le as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-rhel9-operator@sha256:20521dc7e08a973be0e9932fbe28557a00cac4e8ff273765df73d4cfede9aaef_amd64 as a component of Red Hat Openshift Data Foundation 4.2; registry.redhat.io/odf4/ocs-rhel9-operator@sha256:28fef0042ac3b41929f2f8fe29786eaf7bc38a9ffb6ef4d5c7c3fba275312ce1_s390x as a component of Red Hat Openshift Data Foundation 4.2; and 58 more
    After
    cryostat/cryostat-openshift-console-plugin-rhel9 as a component of Cryostat 4; io.cryostat-cryostat as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; network-observability/network-observability-console-plugin-compat-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-api-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-api-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-backstage-plugins-eventmesh-rhel8 as a component of OpenShift Serverless; openshift-service-mesh/kiali-ossmc-rhel8 as a component of OpenShift Service Mesh 2; openshift-service-mesh/kiali-rhel8 as a component of OpenShift Service Mesh 2; openshift-service-mesh-dev-preview-beta/istio-ztunnel-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-cni-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-must-gather-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-pilot-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-proxyv2-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-rhel9-operator as a component of OpenShift Service Mesh 3; openshift-service-mesh/istio-sail-operator-bundle as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-operator-bundle as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9-operator as a component of OpenShift Service Mesh 3; and 70 more · Fixed: registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1d99266aa6792fa96cfb2813b1cb05f699112078fb5caee6fb18011ff8580d0f_arm64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7264546472b9841c67d768bfc24a4120b4d9216de91779a90bf918636d2cb558_amd64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c7d1fd337adb3a89005b172e62c54d1dcb48498a7687eb790fbdc1c65764e40b_s390x as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e0ddfa4a25cac7836fceb0d2b682534e0be06f92aaeaf46a65b2b30faedf383c_ppc64le as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/cephcsi-rhel9@sha256:5c6640ec523c2520e546da3433f1ef149f165ccf907d9746235616de54df9d56_arm64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/cephcsi-rhel9@sha256:c13ea9701e94e626de8bdfe3cc9873f89fd88d8203d95de252955ce0246deb1c_s390x as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/cephcsi-rhel9@sha256:e5f93f28233a86972cde565fe3564b47a739ff0d99f0c76d9113c35665dc8075_ppc64le as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/cephcsi-rhel9@sha256:f0b6e7badd62115b27595575c1ff6edf9b7846c6ff3ad9fa03b423d40094816a_amd64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/mcg-core-rhel9@sha256:735c774f882177c6e667480bc6528fa7e76a4ce7648fe6d4f5b35891ee43ff20_amd64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/mcg-core-rhel9@sha256:7bbfb6add95ec966fa0fae6673e7529dab92551726e9a26e3771ce3786ea1aa3_ppc64le as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/mcg-core-rhel9@sha256:8c82a478ebc0918907971653269363058257118c6734c6589bb7e13d00c9388f_s390x as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/mcg-core-rhel9@sha256:e7660b51f64b60f13c043f40a8ac62028f4fcec734ac01a2e607d65b852f655c_arm64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:89e2656fdbd5ae931efb120fad7d02ea0b28a9c86b693b9f91f775b02e4755c9_s390x as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d92d47dc70edaec0317b27b437db7a9a6a22703943c909d08431f702865ef4e_ppc64le as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b3a3c3b901954128b428853805603f0ae09dd5b6401596f65580a58460e308e6_arm64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b88f11532b8d0c1f673e2c7e454cf7637e9830cf25bdfc61b71fb8b98947c73f_amd64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40a8b239f6d76102dcc37453bf2884179fd47089e6c4945c5ed7479ca97c8997_s390x as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:73b5c82d9e3b075329c8447404bcd53d1eb6b8fc240218c4b7fd0a32b3ba9fdc_ppc64le as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a3ac21943ff1a943aee289166e4bb0f56f9691f9301538c7f2f284b0f60c45fc_amd64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d9fb83925ac1a019c400b603171c43b23f726dabaf933420a32dfc9d28571d24_arm64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:575c6badfde539d86508446427416b566a7ef1036fbf16fe561124c8775abe3a_s390x as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:64ee4a768d5162df9a2817d2c7124ed1a273d2cc3291aec1b3c167b9b764af87_arm64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:88e71661be3cd335ba3b1016fa9dec3301221cfd9b8f708ef1ba1a24d41b678f_ppc64le as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:c50de6e5c0a3705afb02e9301073992484bdeb989f9e529920848c609713cefc_amd64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:65faa96a422b114af71d7d6212875b0004c5dc3e4fd119cecb3a32bc69800fe0_amd64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f872af3d35a9618c23b5e9c3ca663a44001764e1f977878e27fcf2a6b726fc8_arm64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:f0c2d2f7ce2827d964a74db28708627a1336d353bba9d0a73a8337d0e6feb931_s390x as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:f8640c08269f281d041f5ffe39db8c4401e361a861ee205740f36969eb8b8aaf_ppc64le as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-rhel9-operator@sha256:20521dc7e08a973be0e9932fbe28557a00cac4e8ff273765df73d4cfede9aaef_amd64 as a component of Red Hat Openshift Data Foundation 4.20; registry.redhat.io/odf4/ocs-rhel9-operator@sha256:28fef0042ac3b41929f2f8fe29786eaf7bc38a9ffb6ef4d5c7c3fba275312ce1_s390x as a component of Red Hat Openshift Data Foundation 4.20; and 58 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-2025-7339 · cve.blacktree.nl