DOMPurify: FORBID_TAGS bypassed by function-based ADD_TAGS predicate (asymmetry with FORBID_ATTR fix)
cure53 · DOMPurify
6.0MediumCVSS 4.0
Recommended action
Within 7 days
Medium 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 release
Source package
Vendor state
Fixed version
Evidence
Ubuntu 24.04 LTSnoble · standard archive
node-dompurify
Under evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.
Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.
1 current
CVE-2026-41240 · CSAF 2.0 · revision 3 · finalRed Hat Product SecurityDOMPurify: DOMPurify: Cross-Site Scripting (XSS) via inconsistent tag sanitization
15 known affected
The vendor explicitly identifies these products as affected by this CVE.
cryostat-openshift-console-plugin-npm as a component of Cryostat 4
mtv-candidate/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization
3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2
dompurify as a component of Red Hat build of Apicurio Registry 2
rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9
rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI)
openshift3/ose-console as a component of Red Hat OpenShift Container Platform 4
odf4/ocs-client-console-rhel9 as a component of Red Hat Openshift Data Foundation 4
odf4/odf-console-rhel8 as a component of Red Hat Openshift Data Foundation 4
odf4/odf-console-rhel9 as a component of Red Hat Openshift Data Foundation 4
odf4/odf-multicluster-console-rhel8 as a component of Red Hat Openshift Data Foundation 4
odf4/odf-multicluster-console-rhel9 as a component of Red Hat Openshift Data Foundation 4
Summary
A flaw was found in DOMPurify, a DOM-only cross-site scripting sanitizer. A remote attacker could exploit an inconsistency in how forbidden tags and attributes are handled when function-based tag additions are used. This allows malicious HTML, MathML, or SVG elements to bypass sanitization and execute arbitrary code in the user's browser, leading to Cross-Site Scripting (XSS).
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-25238
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
Medium 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
DOMPurify is a DOM-only cross-site scripting sanitizer for HTML, MathML, and SVG. Versions prior to 3.4.0 have an inconsistency between FORBID_TAGS and FORBID_ATTR handling when function-based ADD_TAGS is used. Commit c361baa added an early exit for FORBID_ATTR at line 1214. The same fix was not applied to FORBID_TAGS. At line 1118-1123, when EXTRA_ELEMENT_HANDLING.tagCheck returns true, the short-circuit evaluation skips the FORBID_TAGS check entirely. This allows forbidden elements to survive sanitization with their attributes intact. Version 3.4.0 patches the issue.
What
DOMPurify is a DOM-only cross-site scripting sanitizer for HTML, MathML, and SVG. Versions prior to 3.4.0 have an inconsistency between FORBID_TAGS and FORBID_ATTR handling when function-based ADD_TAGS is used. Commit c361baa added an early exit for FORBID_ATTR at line 1214. The same fix was not applied to FORBID_TAGS. At line 1118-1123, when EXTRA_ELEMENT_HANDLING.tagCheck returns true, the short-circuit evaluation skips the FORBID_TAGS check entirely. This allows forbidden elements to survive sanitization with their attributes intact. Version 3.4.0 patches the issue.
Why
The product implements a protection mechanism that relies on a list of inputs (or properties of inputs) that are explicitly allowed by policy because the inputs are assumed to be safe, but the list is too permissive - that is, it allows an input that is unsafe, leading to resultant weaknesses.
How
An attacker operating through a network path may attempt exploitation when the stated preconditions are met. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.
What
DOMPurify is a DOM-only cross-site scripting sanitizer for HTML, MathML, and SVG. Versions prior to 3.4.0 have an inconsistency between FORBID_TAGS and FORBID_ATTR handling when function-based ADD_TAGS is used. Commit c361baa added an early exit for FORBID_ATTR at line 1214. The same fix was not applied to FORBID_TAGS. At line 1118-1123, when EXTRA_ELEMENT_HANDLING.tagCheck returns true, the short-circuit evaluation skips the FORBID_TAGS check entirely. This allows forbidden elements to survive sanitization with their attributes intact. Version 3.4.0 patches the issue.
Why
The product implements a protection mechanism that relies on a list of inputs (or properties of inputs) that are explicitly allowed by policy because the inputs are assumed to be safe, but the list is too permissive - that is, it allows an input that is unsafe, leading to resultant weaknesses.
How
An attacker operating through a network path may attempt exploitation when the stated preconditions are met. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.
02
Exploit reality and attack path
CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.
Observed exploitation ?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.No confirmed evidence
No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.
Public PoC / exploit material ?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.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 → Permissive List of Allowed Inputs → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
Passive interaction required
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Not a CVSS 4.0 base metric
Weakness ?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-183: Permissive List of Allowed Inputs. The product implements a protection mechanism that relies on a list of inputs (or properties of inputs) that are explicitly allowed by policy because the inputs are assumed to be safe, but the list is too permissive - that is, it allows an input that is unsafe, leading to resultant weaknesses.
CVSS vector ?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
Common Vulnerability Scoring System 4.0: the compact vector below is decoded into plain language.
AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.ATPresentAttack requirements: A particular deployment or execution condition must be present.PRNonePrivileges required: The attacker does not need an account or existing privileges.UIPassiveUser interaction: A user must unknowingly interact with the vulnerable system.VCNoneVulnerable-system confidentiality: No direct loss is represented by this metric.VIHighVulnerable-system integrity: A successful attack can cause a major loss.VANoneVulnerable-system availability: No direct loss is represented by this metric.SCNoneSubsequent-system confidentiality: No direct loss is represented by this metric.SINoneSubsequent-system integrity: No direct loss is represented by this metric.SANoneSubsequent-system availability: No direct loss is represented by this metric.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
Only matched European and national findings are included. Language selectors and unavailable sources are omitted.
ENISA EUVD · EUVD-2026-25238Official EUVD mapping
0 linked advisory records.
Official EUVD recordBSI · German · WID-SEC-W-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 advisoryBSI · German · WID-SEC-W-2026-3000Red Hat Enterprise Linux (Apicurio Registry): Mehrere Schwachstellen
Ein Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux (Apicurio Registry) ausnutzen, um einen Denial of Service Angriff durchzuführen, um Informationen offenzulegen und um einen Cross-Site Scripting Angriff durchzuführen.
Official advisoryBSI · German · WID-SEC-W-2026-2892Oracle Construction and Engineering: Schwachstelle gefährdet Vertraulichkeit und Integrität
Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Oracle Construction and Engineering ausnutzen, um die Vertraulichkeit und Integrität zu gefährden.
Official advisoryBSI · German · WID-SEC-W-2026-1407IBM App Connect Enterprise Certified Container: Mehrere Schwachstellen
Ein Angreifer kann mehrere Schwachstellen in IBM App Connect Enterprise Certified Container ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, Cross-Site-Scripting-Angriffe durchzuführen, Daten zu manipulieren, vertrauliche Informationen offenzulegen oder einen Denial-of-Service-Zustand zu verursachen.
Official advisoryCERT-FR · French · CERTFR-2026-AVI-1094Multiples vulnérabilités dans les produits IBM
Official advisoryCERT-FR · French · CERTFR-2026-AVI-0500Multiples vulnérabilités dans VMware Tanzu
ord?id=CVE-2026-34043
Référence CVE CVE-2026-34480
https://www.cve.org/CVERecord?id=CVE-2026-34480
Référence CVE CVE-2026-34483
https://www.cve.org/CVERecord?id=CVE-2026-34483
Référence CVE CVE-2026-34486
https://www.cve.org/CVERecord?id=CVE-2026-34486
Référence CVE CVE-2026-34487
https://www.cve.org/CVERecord?id=CVE-2026-34487
Référence CVE CVE-2026-3449
https://www.cve.org/CVERecord?id=CVE-2026-3449
Référence CVE CVE-2026-34500
https://www.cve.org/CVERecord?id=CVE-2026-34500
Référence CVE CVE-2026-40175
https://www.cve.org/CVERecord?id=CVE-2026-40175
Référence CVE CVE-2026-41239
https://www.cve.org/CVERecord?id=CVE-2026-41239
Référence CVE CVE-2026-41240
https://www.cve.org/CVERecord?id=CVE-2026-41240
Référence CVE CVE-2026-4800
https://www.cve.org/CVERecord?id=CVE-2026-4800
Gestion détaillée du document
le 27 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.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
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-openshift-console-plugin-npm as a component of Cryostat 4; mtv-candidate/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; dompurify as a component of Red Hat build of Apicurio Registry 2; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift3/ose-console as a component of Red Hat OpenShift Container Platform 4; odf4/ocs-client-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps; ansible-automation-platform/automation-portal as a component of Self-service automation portal 2
Fixed
automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:d11c60a59969db188675694ea70e975347645da7dddcba451856f93715d46a4f_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ec4ad72eeff4ad2c81e22f2b6d29dc0113ac38a163de3245c8ff84e738b3892a_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:0a59132b639c754650bc38b836a636a76ab27531a0b2e67258e61984c32e903d_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:dfda0b39740b52574fa44dd8830338c1b51b0027c78e3a679a1f0ba7f8dbddbd_arm64 as a component of Cryostat 4 on RHEL 9; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:73f90aa8b3163b2ca67cc95c81c651fe0e5cbf465a46a0a7b8be1941762a88c4_arm64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b06cc3dc923893c8aa653e5746896eb2324bb50d803ea6fe8e306c7fd3602b60_amd64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:049d85a86fff8c002a80bed8301144600a2d472cf6eb8193392d6ed2c8984a30_arm64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:69485bb9ebd1ac44a956b1019a7e0d3f141694853232ab73be73d17e9866edaa_amd64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:07290d11d241b0411d1a8b8c74082a16fa36b8422b302d0b98c45999e2d7ac0c_amd64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:462377766409e64c735558d1cc1b8379864e039612767cf31e6a906e3f0e7c30_arm64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8a094812e1fbf3312ccea22062cdd322a41e4d6376b3b30e4e678f2dbb9df7e7_amd64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e7c8756dc899720fc5f1e4238a3c7867861a034dc27785c013226d92a9b19ae1_arm64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0c475ed9990370c63105da63232eab10b2a71209ddf6f0b20224bf39107c425a_arm64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:16142d13b13e745165fac567a8b125e6410a9f51f31d2ebc27e712ad859ecd7c_amd64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:6c499b7d9d5daeddef1bbe0233fdca6ad624a1960f0af376f9fd25de5455c374_s390x as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:3bdc9cfc75174cdf2b9f730190d6e81b0f3565d433b5c52715ce09a0b28a511e_arm64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:a75ba50711ab522399e6fada2e34ff034081df0cc998df7fd28dd723bc86973f_amd64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ff98d0d85b7d763d2e614ccf66ce2b1e15207f845ff972d7804c66663a1913ce_s390x as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8ccab70e2d38eb88b41d2b87d151ac2a6b46924d4c84c267af36bad6c138d998_arm64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b124bd85b5da0316d69504169bcc7b08b18d11b4b06dd0bf2eda71d821d9252a_s390x as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ed86f8a7b472cc42a3c64bae3d3b0cdf5a03a43ac64621ecf5585f35c4c77b3f_amd64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0ba802d557782fdcccf1e64fc7a4ec5542dbf76418c3e2f9e4adacb503db546c_amd64 as a component of Red Hat Container Native Virtualization 4.2; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:2a816c54eba7ee18a3e07122ce69a03df5abd92d2f24b5d3121402acd396e9bf_s390x as a component of Red Hat Container Native Virtualization 4.2; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e152a93e3b7209cfd3a6cd3388f64b01f81f46561a1480e844cd7c46b129eb8d_arm64 as a component of Red Hat Container Native Virtualization 4.2; Red Hat Data Grid 8.6.1; registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:51671ad52a7a212954d04773ac544807db4d1a67f1272d992e8bee8630d0f0c3_amd64 as a component of Red Hat Developer Hub 1.8; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le as a component of Red Hat OpenShift AI 2.25; and 20 more
Action
For details on how to apply this update, refer to Ansible Automation Platform documentation.
Workaround
A mitigation or workaround reference is available from the source linked below; validate it against the affected product and version.
04
Evidence and provenance
Published 23 Apr 2026 · Last source change 23 Apr 2026, 17:21 UTC · CWE-183 · Permissive List of Allowed Inputs
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-25238
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD enriched
Core structured fields are present and their contributing authorities are shown above.
Affected versionsThe structured affected or fixed version information changed.
Before
cryostat-openshift-console-plugin-npm as a component of Cryostat 4; mtv-candidate/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; dompurify as a component of Red Hat build of Apicurio Registry 2; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift3/ose-console as a component of Red Hat OpenShift Container Platform 4; odf4/ocs-client-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps; ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:d11c60a59969db188675694ea70e975347645da7dddcba451856f93715d46a4f_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ec4ad72eeff4ad2c81e22f2b6d29dc0113ac38a163de3245c8ff84e738b3892a_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:0a59132b639c754650bc38b836a636a76ab27531a0b2e67258e61984c32e903d_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:dfda0b39740b52574fa44dd8830338c1b51b0027c78e3a679a1f0ba7f8dbddbd_arm64 as a component of Cryostat 4 on RHEL 9; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:73f90aa8b3163b2ca67cc95c81c651fe0e5cbf465a46a0a7b8be1941762a88c4_arm64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b06cc3dc923893c8aa653e5746896eb2324bb50d803ea6fe8e306c7fd3602b60_amd64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:049d85a86fff8c002a80bed8301144600a2d472cf6eb8193392d6ed2c8984a30_arm64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:69485bb9ebd1ac44a956b1019a7e0d3f141694853232ab73be73d17e9866edaa_amd64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:07290d11d241b0411d1a8b8c74082a16fa36b8422b302d0b98c45999e2d7ac0c_amd64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:462377766409e64c735558d1cc1b8379864e039612767cf31e6a906e3f0e7c30_arm64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8a094812e1fbf3312ccea22062cdd322a41e4d6376b3b30e4e678f2dbb9df7e7_amd64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e7c8756dc899720fc5f1e4238a3c7867861a034dc27785c013226d92a9b19ae1_arm64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0c475ed9990370c63105da63232eab10b2a71209ddf6f0b20224bf39107c425a_arm64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:16142d13b13e745165fac567a8b125e6410a9f51f31d2ebc27e712ad859ecd7c_amd64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:6c499b7d9d5daeddef1bbe0233fdca6ad624a1960f0af376f9fd25de5455c374_s390x as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:3bdc9cfc75174cdf2b9f730190d6e81b0f3565d433b5c52715ce09a0b28a511e_arm64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:a75ba50711ab522399e6fada2e34ff034081df0cc998df7fd28dd723bc86973f_amd64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ff98d0d85b7d763d2e614ccf66ce2b1e15207f845ff972d7804c66663a1913ce_s390x as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0ba802d557782fdcccf1e64fc7a4ec5542dbf76418c3e2f9e4adacb503db546c_amd64 as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:2a816c54eba7ee18a3e07122ce69a03df5abd92d2f24b5d3121402acd396e9bf_s390x as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e152a93e3b7209cfd3a6cd3388f64b01f81f46561a1480e844cd7c46b129eb8d_arm64 as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8ccab70e2d38eb88b41d2b87d151ac2a6b46924d4c84c267af36bad6c138d998_arm64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b124bd85b5da0316d69504169bcc7b08b18d11b4b06dd0bf2eda71d821d9252a_s390x as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ed86f8a7b472cc42a3c64bae3d3b0cdf5a03a43ac64621ecf5585f35c4c77b3f_amd64 as a component of Red Hat Container Native Virtualization 4.21; Red Hat Data Grid 8.6.1; registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:51671ad52a7a212954d04773ac544807db4d1a67f1272d992e8bee8630d0f0c3_amd64 as a component of Red Hat Developer Hub 1.8; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le as a component of Red Hat OpenShift AI 2.25; and 20 more
After
cryostat-openshift-console-plugin-npm as a component of Cryostat 4; mtv-candidate/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; dompurify as a component of Red Hat build of Apicurio Registry 2; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift3/ose-console as a component of Red Hat OpenShift Container Platform 4; odf4/ocs-client-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps; ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:d11c60a59969db188675694ea70e975347645da7dddcba451856f93715d46a4f_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ec4ad72eeff4ad2c81e22f2b6d29dc0113ac38a163de3245c8ff84e738b3892a_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:0a59132b639c754650bc38b836a636a76ab27531a0b2e67258e61984c32e903d_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:dfda0b39740b52574fa44dd8830338c1b51b0027c78e3a679a1f0ba7f8dbddbd_arm64 as a component of Cryostat 4 on RHEL 9; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:73f90aa8b3163b2ca67cc95c81c651fe0e5cbf465a46a0a7b8be1941762a88c4_arm64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b06cc3dc923893c8aa653e5746896eb2324bb50d803ea6fe8e306c7fd3602b60_amd64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:049d85a86fff8c002a80bed8301144600a2d472cf6eb8193392d6ed2c8984a30_arm64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:69485bb9ebd1ac44a956b1019a7e0d3f141694853232ab73be73d17e9866edaa_amd64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:07290d11d241b0411d1a8b8c74082a16fa36b8422b302d0b98c45999e2d7ac0c_amd64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:462377766409e64c735558d1cc1b8379864e039612767cf31e6a906e3f0e7c30_arm64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8a094812e1fbf3312ccea22062cdd322a41e4d6376b3b30e4e678f2dbb9df7e7_amd64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e7c8756dc899720fc5f1e4238a3c7867861a034dc27785c013226d92a9b19ae1_arm64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0c475ed9990370c63105da63232eab10b2a71209ddf6f0b20224bf39107c425a_arm64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:16142d13b13e745165fac567a8b125e6410a9f51f31d2ebc27e712ad859ecd7c_amd64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:6c499b7d9d5daeddef1bbe0233fdca6ad624a1960f0af376f9fd25de5455c374_s390x as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:3bdc9cfc75174cdf2b9f730190d6e81b0f3565d433b5c52715ce09a0b28a511e_arm64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:a75ba50711ab522399e6fada2e34ff034081df0cc998df7fd28dd723bc86973f_amd64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ff98d0d85b7d763d2e614ccf66ce2b1e15207f845ff972d7804c66663a1913ce_s390x as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8ccab70e2d38eb88b41d2b87d151ac2a6b46924d4c84c267af36bad6c138d998_arm64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b124bd85b5da0316d69504169bcc7b08b18d11b4b06dd0bf2eda71d821d9252a_s390x as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ed86f8a7b472cc42a3c64bae3d3b0cdf5a03a43ac64621ecf5585f35c4c77b3f_amd64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0ba802d557782fdcccf1e64fc7a4ec5542dbf76418c3e2f9e4adacb503db546c_amd64 as a component of Red Hat Container Native Virtualization 4.2; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:2a816c54eba7ee18a3e07122ce69a03df5abd92d2f24b5d3121402acd396e9bf_s390x as a component of Red Hat Container Native Virtualization 4.2; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e152a93e3b7209cfd3a6cd3388f64b01f81f46561a1480e844cd7c46b129eb8d_arm64 as a component of Red Hat Container Native Virtualization 4.2; Red Hat Data Grid 8.6.1; registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:51671ad52a7a212954d04773ac544807db4d1a67f1272d992e8bee8630d0f0c3_amd64 as a component of Red Hat Developer Hub 1.8; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le as a component of Red Hat OpenShift AI 2.25; and 20 more
Affected versionsThe structured affected or fixed version information changed.
Before
cryostat-openshift-console-plugin-npm as a component of Cryostat 4; mtv-candidate/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; dompurify as a component of Red Hat build of Apicurio Registry 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift3/ose-console as a component of Red Hat OpenShift Container Platform 4; odf4/ocs-client-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps; ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:d11c60a59969db188675694ea70e975347645da7dddcba451856f93715d46a4f_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ec4ad72eeff4ad2c81e22f2b6d29dc0113ac38a163de3245c8ff84e738b3892a_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:0a59132b639c754650bc38b836a636a76ab27531a0b2e67258e61984c32e903d_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:dfda0b39740b52574fa44dd8830338c1b51b0027c78e3a679a1f0ba7f8dbddbd_arm64 as a component of Cryostat 4 on RHEL 9; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:73f90aa8b3163b2ca67cc95c81c651fe0e5cbf465a46a0a7b8be1941762a88c4_arm64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b06cc3dc923893c8aa653e5746896eb2324bb50d803ea6fe8e306c7fd3602b60_amd64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:049d85a86fff8c002a80bed8301144600a2d472cf6eb8193392d6ed2c8984a30_arm64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:69485bb9ebd1ac44a956b1019a7e0d3f141694853232ab73be73d17e9866edaa_amd64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:07290d11d241b0411d1a8b8c74082a16fa36b8422b302d0b98c45999e2d7ac0c_amd64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:462377766409e64c735558d1cc1b8379864e039612767cf31e6a906e3f0e7c30_arm64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8a094812e1fbf3312ccea22062cdd322a41e4d6376b3b30e4e678f2dbb9df7e7_amd64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e7c8756dc899720fc5f1e4238a3c7867861a034dc27785c013226d92a9b19ae1_arm64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0c475ed9990370c63105da63232eab10b2a71209ddf6f0b20224bf39107c425a_arm64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:16142d13b13e745165fac567a8b125e6410a9f51f31d2ebc27e712ad859ecd7c_amd64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:6c499b7d9d5daeddef1bbe0233fdca6ad624a1960f0af376f9fd25de5455c374_s390x as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:3bdc9cfc75174cdf2b9f730190d6e81b0f3565d433b5c52715ce09a0b28a511e_arm64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:a75ba50711ab522399e6fada2e34ff034081df0cc998df7fd28dd723bc86973f_amd64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ff98d0d85b7d763d2e614ccf66ce2b1e15207f845ff972d7804c66663a1913ce_s390x as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0ba802d557782fdcccf1e64fc7a4ec5542dbf76418c3e2f9e4adacb503db546c_amd64 as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:2a816c54eba7ee18a3e07122ce69a03df5abd92d2f24b5d3121402acd396e9bf_s390x as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e152a93e3b7209cfd3a6cd3388f64b01f81f46561a1480e844cd7c46b129eb8d_arm64 as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8ccab70e2d38eb88b41d2b87d151ac2a6b46924d4c84c267af36bad6c138d998_arm64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b124bd85b5da0316d69504169bcc7b08b18d11b4b06dd0bf2eda71d821d9252a_s390x as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ed86f8a7b472cc42a3c64bae3d3b0cdf5a03a43ac64621ecf5585f35c4c77b3f_amd64 as a component of Red Hat Container Native Virtualization 4.21; Red Hat Data Grid 8.6.1; registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:51671ad52a7a212954d04773ac544807db4d1a67f1272d992e8bee8630d0f0c3_amd64 as a component of Red Hat Developer Hub 1.8; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le as a component of Red Hat OpenShift AI 2.25; and 19 more
After
cryostat-openshift-console-plugin-npm as a component of Cryostat 4; mtv-candidate/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; dompurify as a component of Red Hat build of Apicurio Registry 2; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift3/ose-console as a component of Red Hat OpenShift Container Platform 4; odf4/ocs-client-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps; ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:d11c60a59969db188675694ea70e975347645da7dddcba451856f93715d46a4f_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ec4ad72eeff4ad2c81e22f2b6d29dc0113ac38a163de3245c8ff84e738b3892a_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:0a59132b639c754650bc38b836a636a76ab27531a0b2e67258e61984c32e903d_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:dfda0b39740b52574fa44dd8830338c1b51b0027c78e3a679a1f0ba7f8dbddbd_arm64 as a component of Cryostat 4 on RHEL 9; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:73f90aa8b3163b2ca67cc95c81c651fe0e5cbf465a46a0a7b8be1941762a88c4_arm64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b06cc3dc923893c8aa653e5746896eb2324bb50d803ea6fe8e306c7fd3602b60_amd64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:049d85a86fff8c002a80bed8301144600a2d472cf6eb8193392d6ed2c8984a30_arm64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:69485bb9ebd1ac44a956b1019a7e0d3f141694853232ab73be73d17e9866edaa_amd64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:07290d11d241b0411d1a8b8c74082a16fa36b8422b302d0b98c45999e2d7ac0c_amd64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:462377766409e64c735558d1cc1b8379864e039612767cf31e6a906e3f0e7c30_arm64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8a094812e1fbf3312ccea22062cdd322a41e4d6376b3b30e4e678f2dbb9df7e7_amd64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e7c8756dc899720fc5f1e4238a3c7867861a034dc27785c013226d92a9b19ae1_arm64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0c475ed9990370c63105da63232eab10b2a71209ddf6f0b20224bf39107c425a_arm64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:16142d13b13e745165fac567a8b125e6410a9f51f31d2ebc27e712ad859ecd7c_amd64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:6c499b7d9d5daeddef1bbe0233fdca6ad624a1960f0af376f9fd25de5455c374_s390x as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:3bdc9cfc75174cdf2b9f730190d6e81b0f3565d433b5c52715ce09a0b28a511e_arm64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:a75ba50711ab522399e6fada2e34ff034081df0cc998df7fd28dd723bc86973f_amd64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ff98d0d85b7d763d2e614ccf66ce2b1e15207f845ff972d7804c66663a1913ce_s390x as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0ba802d557782fdcccf1e64fc7a4ec5542dbf76418c3e2f9e4adacb503db546c_amd64 as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:2a816c54eba7ee18a3e07122ce69a03df5abd92d2f24b5d3121402acd396e9bf_s390x as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e152a93e3b7209cfd3a6cd3388f64b01f81f46561a1480e844cd7c46b129eb8d_arm64 as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8ccab70e2d38eb88b41d2b87d151ac2a6b46924d4c84c267af36bad6c138d998_arm64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b124bd85b5da0316d69504169bcc7b08b18d11b4b06dd0bf2eda71d821d9252a_s390x as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ed86f8a7b472cc42a3c64bae3d3b0cdf5a03a43ac64621ecf5585f35c4c77b3f_amd64 as a component of Red Hat Container Native Virtualization 4.21; Red Hat Data Grid 8.6.1; registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:51671ad52a7a212954d04773ac544807db4d1a67f1272d992e8bee8630d0f0c3_amd64 as a component of Red Hat Developer Hub 1.8; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le as a component of Red Hat OpenShift AI 2.25; and 20 more
Affected versionsThe structured affected or fixed version information changed.
Before
cryostat-openshift-console-plugin-npm as a component of Cryostat 4; mtv-candidate/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; dompurify as a component of Red Hat build of Apicurio Registry 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift3/ose-console as a component of Red Hat OpenShift Container Platform 4; odf4/ocs-client-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps; ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:d11c60a59969db188675694ea70e975347645da7dddcba451856f93715d46a4f_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ec4ad72eeff4ad2c81e22f2b6d29dc0113ac38a163de3245c8ff84e738b3892a_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:0a59132b639c754650bc38b836a636a76ab27531a0b2e67258e61984c32e903d_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:dfda0b39740b52574fa44dd8830338c1b51b0027c78e3a679a1f0ba7f8dbddbd_arm64 as a component of Cryostat 4 on RHEL 9; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:73f90aa8b3163b2ca67cc95c81c651fe0e5cbf465a46a0a7b8be1941762a88c4_arm64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b06cc3dc923893c8aa653e5746896eb2324bb50d803ea6fe8e306c7fd3602b60_amd64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:049d85a86fff8c002a80bed8301144600a2d472cf6eb8193392d6ed2c8984a30_arm64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:69485bb9ebd1ac44a956b1019a7e0d3f141694853232ab73be73d17e9866edaa_amd64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:07290d11d241b0411d1a8b8c74082a16fa36b8422b302d0b98c45999e2d7ac0c_amd64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:462377766409e64c735558d1cc1b8379864e039612767cf31e6a906e3f0e7c30_arm64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8a094812e1fbf3312ccea22062cdd322a41e4d6376b3b30e4e678f2dbb9df7e7_amd64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e7c8756dc899720fc5f1e4238a3c7867861a034dc27785c013226d92a9b19ae1_arm64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0c475ed9990370c63105da63232eab10b2a71209ddf6f0b20224bf39107c425a_arm64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:16142d13b13e745165fac567a8b125e6410a9f51f31d2ebc27e712ad859ecd7c_amd64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:6c499b7d9d5daeddef1bbe0233fdca6ad624a1960f0af376f9fd25de5455c374_s390x as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:3bdc9cfc75174cdf2b9f730190d6e81b0f3565d433b5c52715ce09a0b28a511e_arm64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:a75ba50711ab522399e6fada2e34ff034081df0cc998df7fd28dd723bc86973f_amd64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ff98d0d85b7d763d2e614ccf66ce2b1e15207f845ff972d7804c66663a1913ce_s390x as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8ccab70e2d38eb88b41d2b87d151ac2a6b46924d4c84c267af36bad6c138d998_arm64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b124bd85b5da0316d69504169bcc7b08b18d11b4b06dd0bf2eda71d821d9252a_s390x as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ed86f8a7b472cc42a3c64bae3d3b0cdf5a03a43ac64621ecf5585f35c4c77b3f_amd64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0ba802d557782fdcccf1e64fc7a4ec5542dbf76418c3e2f9e4adacb503db546c_amd64 as a component of Red Hat Container Native Virtualization 4.2; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:2a816c54eba7ee18a3e07122ce69a03df5abd92d2f24b5d3121402acd396e9bf_s390x as a component of Red Hat Container Native Virtualization 4.2; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e152a93e3b7209cfd3a6cd3388f64b01f81f46561a1480e844cd7c46b129eb8d_arm64 as a component of Red Hat Container Native Virtualization 4.2; Red Hat Data Grid 8.6.1; registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:51671ad52a7a212954d04773ac544807db4d1a67f1272d992e8bee8630d0f0c3_amd64 as a component of Red Hat Developer Hub 1.8; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le as a component of Red Hat OpenShift AI 2.25; and 19 more
After
cryostat-openshift-console-plugin-npm as a component of Cryostat 4; mtv-candidate/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; dompurify as a component of Red Hat build of Apicurio Registry 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift3/ose-console as a component of Red Hat OpenShift Container Platform 4; odf4/ocs-client-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps; ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:d11c60a59969db188675694ea70e975347645da7dddcba451856f93715d46a4f_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ec4ad72eeff4ad2c81e22f2b6d29dc0113ac38a163de3245c8ff84e738b3892a_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:0a59132b639c754650bc38b836a636a76ab27531a0b2e67258e61984c32e903d_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:dfda0b39740b52574fa44dd8830338c1b51b0027c78e3a679a1f0ba7f8dbddbd_arm64 as a component of Cryostat 4 on RHEL 9; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:73f90aa8b3163b2ca67cc95c81c651fe0e5cbf465a46a0a7b8be1941762a88c4_arm64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b06cc3dc923893c8aa653e5746896eb2324bb50d803ea6fe8e306c7fd3602b60_amd64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:049d85a86fff8c002a80bed8301144600a2d472cf6eb8193392d6ed2c8984a30_arm64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:69485bb9ebd1ac44a956b1019a7e0d3f141694853232ab73be73d17e9866edaa_amd64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:07290d11d241b0411d1a8b8c74082a16fa36b8422b302d0b98c45999e2d7ac0c_amd64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:462377766409e64c735558d1cc1b8379864e039612767cf31e6a906e3f0e7c30_arm64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8a094812e1fbf3312ccea22062cdd322a41e4d6376b3b30e4e678f2dbb9df7e7_amd64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e7c8756dc899720fc5f1e4238a3c7867861a034dc27785c013226d92a9b19ae1_arm64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0c475ed9990370c63105da63232eab10b2a71209ddf6f0b20224bf39107c425a_arm64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:16142d13b13e745165fac567a8b125e6410a9f51f31d2ebc27e712ad859ecd7c_amd64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:6c499b7d9d5daeddef1bbe0233fdca6ad624a1960f0af376f9fd25de5455c374_s390x as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:3bdc9cfc75174cdf2b9f730190d6e81b0f3565d433b5c52715ce09a0b28a511e_arm64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:a75ba50711ab522399e6fada2e34ff034081df0cc998df7fd28dd723bc86973f_amd64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ff98d0d85b7d763d2e614ccf66ce2b1e15207f845ff972d7804c66663a1913ce_s390x as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0ba802d557782fdcccf1e64fc7a4ec5542dbf76418c3e2f9e4adacb503db546c_amd64 as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:2a816c54eba7ee18a3e07122ce69a03df5abd92d2f24b5d3121402acd396e9bf_s390x as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e152a93e3b7209cfd3a6cd3388f64b01f81f46561a1480e844cd7c46b129eb8d_arm64 as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8ccab70e2d38eb88b41d2b87d151ac2a6b46924d4c84c267af36bad6c138d998_arm64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b124bd85b5da0316d69504169bcc7b08b18d11b4b06dd0bf2eda71d821d9252a_s390x as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ed86f8a7b472cc42a3c64bae3d3b0cdf5a03a43ac64621ecf5585f35c4c77b3f_amd64 as a component of Red Hat Container Native Virtualization 4.21; Red Hat Data Grid 8.6.1; registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:51671ad52a7a212954d04773ac544807db4d1a67f1272d992e8bee8630d0f0c3_amd64 as a component of Red Hat Developer Hub 1.8; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le as a component of Red Hat OpenShift AI 2.25; and 19 more
Affected versionsThe structured affected or fixed version information changed.
Before
cryostat-openshift-console-plugin-npm as a component of Cryostat 4; mtv-candidate/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; dompurify as a component of Red Hat build of Apicurio Registry 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift3/ose-console 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; odf4/ocs-client-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps; ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:d11c60a59969db188675694ea70e975347645da7dddcba451856f93715d46a4f_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ec4ad72eeff4ad2c81e22f2b6d29dc0113ac38a163de3245c8ff84e738b3892a_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:0a59132b639c754650bc38b836a636a76ab27531a0b2e67258e61984c32e903d_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:dfda0b39740b52574fa44dd8830338c1b51b0027c78e3a679a1f0ba7f8dbddbd_arm64 as a component of Cryostat 4 on RHEL 9; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:73f90aa8b3163b2ca67cc95c81c651fe0e5cbf465a46a0a7b8be1941762a88c4_arm64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b06cc3dc923893c8aa653e5746896eb2324bb50d803ea6fe8e306c7fd3602b60_amd64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:049d85a86fff8c002a80bed8301144600a2d472cf6eb8193392d6ed2c8984a30_arm64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:69485bb9ebd1ac44a956b1019a7e0d3f141694853232ab73be73d17e9866edaa_amd64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:07290d11d241b0411d1a8b8c74082a16fa36b8422b302d0b98c45999e2d7ac0c_amd64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:462377766409e64c735558d1cc1b8379864e039612767cf31e6a906e3f0e7c30_arm64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8a094812e1fbf3312ccea22062cdd322a41e4d6376b3b30e4e678f2dbb9df7e7_amd64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e7c8756dc899720fc5f1e4238a3c7867861a034dc27785c013226d92a9b19ae1_arm64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0c475ed9990370c63105da63232eab10b2a71209ddf6f0b20224bf39107c425a_arm64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:16142d13b13e745165fac567a8b125e6410a9f51f31d2ebc27e712ad859ecd7c_amd64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:6c499b7d9d5daeddef1bbe0233fdca6ad624a1960f0af376f9fd25de5455c374_s390x as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:3bdc9cfc75174cdf2b9f730190d6e81b0f3565d433b5c52715ce09a0b28a511e_arm64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:a75ba50711ab522399e6fada2e34ff034081df0cc998df7fd28dd723bc86973f_amd64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ff98d0d85b7d763d2e614ccf66ce2b1e15207f845ff972d7804c66663a1913ce_s390x as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8ccab70e2d38eb88b41d2b87d151ac2a6b46924d4c84c267af36bad6c138d998_arm64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b124bd85b5da0316d69504169bcc7b08b18d11b4b06dd0bf2eda71d821d9252a_s390x as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ed86f8a7b472cc42a3c64bae3d3b0cdf5a03a43ac64621ecf5585f35c4c77b3f_amd64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0ba802d557782fdcccf1e64fc7a4ec5542dbf76418c3e2f9e4adacb503db546c_amd64 as a component of Red Hat Container Native Virtualization 4.2; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:2a816c54eba7ee18a3e07122ce69a03df5abd92d2f24b5d3121402acd396e9bf_s390x as a component of Red Hat Container Native Virtualization 4.2; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e152a93e3b7209cfd3a6cd3388f64b01f81f46561a1480e844cd7c46b129eb8d_arm64 as a component of Red Hat Container Native Virtualization 4.2; Red Hat Data Grid 8.6.1; registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:51671ad52a7a212954d04773ac544807db4d1a67f1272d992e8bee8630d0f0c3_amd64 as a component of Red Hat Developer Hub 1.8; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le as a component of Red Hat OpenShift AI 2.25; and 19 more
After
cryostat-openshift-console-plugin-npm as a component of Cryostat 4; mtv-candidate/mtv-console-plugin-rhel9 as a component of Migration Toolkit for Virtualization; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; dompurify as a component of Red Hat build of Apicurio Registry 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift3/ose-console as a component of Red Hat OpenShift Container Platform 4; odf4/ocs-client-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel8 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-multicluster-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps; ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:d11c60a59969db188675694ea70e975347645da7dddcba451856f93715d46a4f_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ec4ad72eeff4ad2c81e22f2b6d29dc0113ac38a163de3245c8ff84e738b3892a_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:0a59132b639c754650bc38b836a636a76ab27531a0b2e67258e61984c32e903d_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:dfda0b39740b52574fa44dd8830338c1b51b0027c78e3a679a1f0ba7f8dbddbd_arm64 as a component of Cryostat 4 on RHEL 9; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:73f90aa8b3163b2ca67cc95c81c651fe0e5cbf465a46a0a7b8be1941762a88c4_arm64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b06cc3dc923893c8aa653e5746896eb2324bb50d803ea6fe8e306c7fd3602b60_amd64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:049d85a86fff8c002a80bed8301144600a2d472cf6eb8193392d6ed2c8984a30_arm64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:69485bb9ebd1ac44a956b1019a7e0d3f141694853232ab73be73d17e9866edaa_amd64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:07290d11d241b0411d1a8b8c74082a16fa36b8422b302d0b98c45999e2d7ac0c_amd64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:462377766409e64c735558d1cc1b8379864e039612767cf31e6a906e3f0e7c30_arm64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8a094812e1fbf3312ccea22062cdd322a41e4d6376b3b30e4e678f2dbb9df7e7_amd64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e7c8756dc899720fc5f1e4238a3c7867861a034dc27785c013226d92a9b19ae1_arm64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0c475ed9990370c63105da63232eab10b2a71209ddf6f0b20224bf39107c425a_arm64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:16142d13b13e745165fac567a8b125e6410a9f51f31d2ebc27e712ad859ecd7c_amd64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:6c499b7d9d5daeddef1bbe0233fdca6ad624a1960f0af376f9fd25de5455c374_s390x as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:3bdc9cfc75174cdf2b9f730190d6e81b0f3565d433b5c52715ce09a0b28a511e_arm64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:a75ba50711ab522399e6fada2e34ff034081df0cc998df7fd28dd723bc86973f_amd64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ff98d0d85b7d763d2e614ccf66ce2b1e15207f845ff972d7804c66663a1913ce_s390x as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:8ccab70e2d38eb88b41d2b87d151ac2a6b46924d4c84c267af36bad6c138d998_arm64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:b124bd85b5da0316d69504169bcc7b08b18d11b4b06dd0bf2eda71d821d9252a_s390x as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ed86f8a7b472cc42a3c64bae3d3b0cdf5a03a43ac64621ecf5585f35c4c77b3f_amd64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:0ba802d557782fdcccf1e64fc7a4ec5542dbf76418c3e2f9e4adacb503db546c_amd64 as a component of Red Hat Container Native Virtualization 4.2; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:2a816c54eba7ee18a3e07122ce69a03df5abd92d2f24b5d3121402acd396e9bf_s390x as a component of Red Hat Container Native Virtualization 4.2; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e152a93e3b7209cfd3a6cd3388f64b01f81f46561a1480e844cd7c46b129eb8d_arm64 as a component of Red Hat Container Native Virtualization 4.2; Red Hat Data Grid 8.6.1; registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:51671ad52a7a212954d04773ac544807db4d1a67f1272d992e8bee8630d0f0c3_amd64 as a component of Red Hat Developer Hub 1.8; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le as a component of Red Hat OpenShift AI 2.25; and 19 more
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
CVE-2026-41240: DOMPurify: FORBID_TAGS bypassed by function-based ADD_TAGS predicate (asymmetry with FORBID_ATTR fix) | BlackTree