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

brace-expansion through 5.0.6 is vulnerable to denial of service

juliangruber · brace-expansion

7.7HighCVSS 4.0
Recommended action
Within 7 days

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

Patch available
Distribution package intelligence

Ubuntu vendor package status

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

1 package state
Repository candidate not checked

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

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

Authoritative vendor CSAF and VEX advisories

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

1 current
CVE-2026-13149 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitybrace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity
46 known affected

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

  • openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation
  • exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence
  • workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator
  • workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator
  • workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator
  • workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator
  • openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed
  • openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed
  • openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed
  • openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed
  • openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines
  • openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines
Summary
A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.
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://access.redhat.com/articles/11258
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-40269

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

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

brace-expansion through 5.0.6 is vulnerable to denial of service. The expand() function exhibits exponential-time complexity in the number of consecutive non-expanding '{}' brace groups. An attacker who passes a crafted string to expand(), directly or transitively, can cause significant CPU consumption and event-loop blocking. The max option does not mitigate this, as it bounds the output size rather than the recursion work.

What

brace-expansion through 5.0.6 is vulnerable to denial of service. The expand() function exhibits exponential-time complexity in the number of consecutive non-expanding '{}' brace groups. An attacker who passes a crafted string to expand(), directly or transitively, can cause significant CPU consumption and event-loop blocking. The max option does not mitigate this, as it bounds the output size rather than the recursion work.

Why

The product does not properly control the allocation and maintenance of a limited resource.

How

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

What

brace-expansion through 5.0.6 is vulnerable to denial of service. The expand() function exhibits exponential-time complexity in the number of consecutive non-expanding '{}' brace groups. An attacker who passes a crafted string to expand(), directly or transitively, can cause significant CPU consumption and event-loop blocking. The max option does not mitigate this, as it bounds the output size rather than the recursion work.

Why

The product does not properly control the allocation and maintenance of a limited resource.

How

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

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
None recorded

No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.

Likely attack path
a network path → Uncontrolled Resource Consumption → disrupt the affected service
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Not a CVSS 4.0 base metric
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-400

CWE-400: Uncontrolled Resource Consumption. The product does not properly control the allocation and maintenance of a limited resource.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P/S:N/AU:Y/R:U/V:D/RE:M/U:Amber

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.ATNoneAttack requirements: No additional deployment or execution condition is required.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.VCNoneVulnerable-system confidentiality: No direct loss is represented by this metric.VINoneVulnerable-system integrity: No direct loss is represented by this metric.VAHighVulnerable-system availability: A successful attack can cause a major loss.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.
NetworkUnauthenticatedDenial of serviceCWE-400
A

Official authority intelligence

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

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

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

Official advisory ↗
BSI · German · WID-SEC-2026-2452Red Hat Ansible Automation Platform (node-tar, linkify-it, protobufjs, brace-expansion, fast-uri, DOMPurify): Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Ansible Automation Platform ausnutzen, um Sicherheitsmaßnahmen zu umgehen, Cross-Site-Scripting-Angriffe durchzuführen, Daten zu manipulieren, einen Denial-of-Service-Zustand auszulösen oder beliebigen Code auszuführen.

Official advisory ↗
Cyber Security Agency of Singapore · English · CSA-SB-20260701Security Bulletin 1 July 2026

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

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

d?id=CVE-2026-11897 Référence CVE CVE-2026-12143 https://www.cve.org/CVERecord?id=CVE-2026-12143 Référence CVE CVE-2026-12185 https://www.cve.org/CVERecord?id=CVE-2026-12185 Référence CVE CVE-2026-12590 https://www.cve.org/CVERecord?id=CVE-2026-12590 Référence CVE CVE-2026-12802 https://www.cve.org/CVERecord?id=CVE-2026-12802 Référence CVE CVE-2026-12803 https://www.cve.org/CVERecord?id=CVE-2026-12803 Référence CVE CVE-2026-12816 https://www.cve.org/CVERecord?id=CVE-2026-12816 Référence CVE CVE-2026-12860 https://www.cve.org/CVERecord?id=CVE-2026-12860 Référence CVE CVE-2026-13006 https://www.cve.org/CVERecord?id=CVE-2026-13006 Référence CVE CVE-2026-13149 https://www.cve.org/CVERecord?id=CVE-2026-13149 Référence CVE CVE-2026-13506 https://www.cve.org/CVERecord?id=CVE-2026-13506 Référence CVE CVE-2026-13586 https://www.cve.org/CVERecord?id=CVE-2026-13586 Référence CVE CVE-2026-13676 https://www.cve.org/CVERecord?id=CVE-2026-13676 Référence CVE CVE-2026-14257 https://www.cve.org/CVERecord?id=CVE-2026-14257 Référence CVE CVE-2026-14525 https://www.cve.org/CVERecord?id=CVE-2026-14525 Référence CVE CVE-2026-14529 https://www.cve.org/CVERecord?id=CVE-2026-14529 Référence CVE CVE-2026-14682 https://www.cve.org/CVERecord?id=CVE-2026-14682 Référence CVE CVE-2026-14683 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2026-11525 Référence CVE CVE-2026-11541 https://www.cve.org/CVERecord?id=CVE-2026-11541 Référence CVE CVE-2026-11806 https://www.cve.org/CVERecord?id=CVE-2026-11806 Référence CVE CVE-2026-11897 https://www.cve.org/CVERecord?id=CVE-2026-11897 Référence CVE CVE-2026-12143 https://www.cve.org/CVERecord?id=CVE-2026-12143 Référence CVE CVE-2026-12151 https://www.cve.org/CVERecord?id=CVE-2026-12151 Référence CVE CVE-2026-12243 https://www.cve.org/CVERecord?id=CVE-2026-12243 Référence CVE CVE-2026-12413 https://www.cve.org/CVERecord?id=CVE-2026-12413 Référence CVE CVE-2026-12505 https://www.cve.org/CVERecord?id=CVE-2026-12505 Référence CVE CVE-2026-13149 https://www.cve.org/CVERecord?id=CVE-2026-13149 Référence CVE CVE-2026-13311 https://www.cve.org/CVERecord?id=CVE-2026-13311 Référence CVE CVE-2026-13676 https://www.cve.org/CVERecord?id=CVE-2026-13676 Référence CVE CVE-2026-14380 https://www.cve.org/CVERecord?id=CVE-2026-14380 Référence CVE CVE-2026-14446 https://www.cve.org/CVERecord?id=CVE-2026-14446 Référence CVE CVE-2026-14474 https://www.cve.org/CVERecord?id=CVE-2026-14474 Référence CVE CVE-2026-14476 https://www.cve.org/CVERecord?id=CVE-2026-14476 Référence CVE CVE-2026-14512 https://www.cve.org/CVERecord?id=CVE-2026-14512 Référence CVE CVE-2026-14515 https://www.cve.org/CVERecord?id=

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

CVERecord?id=CVE-2025-69418 Référence CVE CVE-2025-7338 https://www.cve.org/CVERecord?id=CVE-2025-7338 Référence CVE CVE-2025-7783 https://www.cve.org/CVERecord?id=CVE-2025-7783 Référence CVE CVE-2026-0636 https://www.cve.org/CVERecord?id=CVE-2026-0636 Référence CVE CVE-2026-0994 https://www.cve.org/CVERecord?id=CVE-2026-0994 Référence CVE CVE-2026-10536 https://www.cve.org/CVERecord?id=CVE-2026-10536 Référence CVE CVE-2026-11856 https://www.cve.org/CVERecord?id=CVE-2026-11856 Référence CVE CVE-2026-12143 https://www.cve.org/CVERecord?id=CVE-2026-12143 Référence CVE CVE-2026-12590 https://www.cve.org/CVERecord?id=CVE-2026-12590 Référence CVE CVE-2026-13149 https://www.cve.org/CVERecord?id=CVE-2026-13149 Référence CVE CVE-2026-13311 https://www.cve.org/CVERecord?id=CVE-2026-13311 Référence CVE CVE-2026-14446 https://www.cve.org/CVERecord?id=CVE-2026-14446 Référence CVE CVE-2026-14512 https://www.cve.org/CVERecord?id=CVE-2026-14512 Référence CVE CVE-2026-14515 https://www.cve.org/CVERecord?id=CVE-2026-14515 Référence CVE CVE-2026-14528 https://www.cve.org/CVERecord?id=CVE-2026-14528 Référence CVE CVE-2026-14529 https://www.cve.org/CVERecord?id=CVE-2026-14529 Référence CVE CVE-2026-14974 https://www.cve.org/CVERecord?id=CVE-2026-14974 Référence CVE CVE-2026-14976 https://www.cve.org/CVERecord?id=

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

brace-expansion versions through 5.0.6 have a denial of service vulnerability due to the expand() function's exponential-time complexity when processing consecutive non-expanding brace groups, causing high CPU usage and event-loop blocking.

Official advisory ↗
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
Fixed
Action
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://access.redhat.com/articles/11258
Workaround
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04

Evidence and provenance

Published 30 Jun 2026 · Last source change 8 Jul 2026, 11:38 UTC · CWE-400 · Uncontrolled Resource Consumption

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-40269
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
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; rhem/flightctl-ui-ocp-rhel10 as a component of Red Hat Edge Manager 1; rhem/flightctl-ui-ocp-rhel9 as a component of Red Hat Edge Manager 1; rhem/flightctl-ui-rhel10 as a component of Red Hat Edge Manager 1; and 17 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 672 more
    After
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; rhem/flightctl-ui-ocp-rhel10 as a component of Red Hat Edge Manager 1; rhem/flightctl-ui-ocp-rhel9 as a component of Red Hat Edge Manager 1; rhem/flightctl-ui-rhel10 as a component of Red Hat Edge Manager 1; rhem/flightctl-ui-rhel9 as a component of Red Hat Edge Manager 1; and 16 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 674 more
    Red Hat Product Security
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; rhem/flightctl-ui-ocp-rhel10 as a component of Red Hat Edge Manager 1; rhem/flightctl-ui-ocp-rhel9 as a component of Red Hat Edge Manager 1; rhem/flightctl-ui-rhel10 as a component of Red Hat Edge Manager 1; and 17 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 668 more
    After
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; rhem/flightctl-ui-ocp-rhel10 as a component of Red Hat Edge Manager 1; rhem/flightctl-ui-ocp-rhel9 as a component of Red Hat Edge Manager 1; rhem/flightctl-ui-rhel10 as a component of Red Hat Edge Manager 1; and 17 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 672 more
    Red Hat Product Security
  3. Affected versionsThe structured affected or fixed version information changed.
    Before
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; rhem/flightctl-ui-ocp-rhel10 as a component of Red Hat Edge Manager 1; and 19 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 667 more
    After
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; rhem/flightctl-ui-ocp-rhel10 as a component of Red Hat Edge Manager 1; rhem/flightctl-ui-ocp-rhel9 as a component of Red Hat Edge Manager 1; rhem/flightctl-ui-rhel10 as a component of Red Hat Edge Manager 1; and 17 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 668 more
    Red Hat Product Security
  4. Affected versionsThe structured affected or fixed version information changed.
    Before
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; rhem/flightctl-ui-ocp-rhel10 as a component of Red Hat Edge Manager 1; and 20 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 662 more
    After
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; rhem/flightctl-ui-ocp-rhel10 as a component of Red Hat Edge Manager 1; and 19 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 667 more
    Red Hat Product Security
  5. Affected versionsThe structured affected or fixed version information changed.
    Before
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; brace-expansion as a component of Red Hat Build of Keycloak; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; and 21 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 662 more
    After
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; rhem/flightctl-ui-ocp-rhel10 as a component of Red Hat Edge Manager 1; and 20 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 662 more
    Red Hat Product Security
  6. Affected versionsThe structured affected or fixed version information changed.
    Before
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; brace-expansion as a component of Red Hat Build of Keycloak; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; and 24 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 650 more
    After
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; brace-expansion as a component of Red Hat Build of Keycloak; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; and 21 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 662 more
    Red Hat Product Security
  7. Affected versionsThe structured affected or fixed version information changed.
    Before
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; brace-expansion as a component of Red Hat Build of Keycloak; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; and 39 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 650 more
    After
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; brace-expansion as a component of Red Hat Build of Keycloak; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; and 24 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 650 more
    Red Hat Product Security
  8. Affected versionsThe structured affected or fixed version information changed.
    Before
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; brace-expansion as a component of Red Hat Build of Keycloak; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; and 46 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 622 more
    After
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; brace-expansion as a component of Red Hat Build of Keycloak; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; and 39 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 650 more
    Red Hat Product Security
  9. Affected versionsThe structured affected or fixed version information changed.
    Before
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; brace-expansion as a component of Red Hat Build of Keycloak; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; and 46 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 620 more
    After
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; brace-expansion as a component of Red Hat Build of Keycloak; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; and 46 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 622 more
    Red Hat Product Security
  10. Affected versionsThe structured affected or fixed version information changed.
    Before
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; brace-expansion as a component of Red Hat Build of Keycloak; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; and 46 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 532 more
    After
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; brace-expansion as a component of Red Hat Build of Keycloak; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; and 46 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 620 more
    Red Hat Product Security
  11. Affected versionsThe structured affected or fixed version information changed.
    Before
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; brace-expansion as a component of Red Hat Build of Keycloak; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; and 49 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 386 more
    After
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; 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-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; brace-expansion as a component of Red Hat AMQ Broker 7; brace-expansion as a component of Red Hat build of Apache Camel - HawtIO 4; 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; brace-expansion as a component of Red Hat Build of Keycloak; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-ds:11/389-ds-base.src as a component of Red Hat Directory Server 11; redhat-ds:12/389-ds-base.src as a component of Red Hat Directory Server 12; 389-ds-base.src as a component of Red Hat Directory Server 13; discovery/discovery-ui-rhel9 as a component of Red Hat Discovery 2; and 46 more · Fixed: cryostat/cryostat-grafana-dashboard-rhel9@sha256:681a38cf4bd5f892dd76e634d754106d55c1dc78ed1a59c6003fd75d8e285101_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-grafana-dashboard-rhel9@sha256:ea227ce33a7d948d284c10f3f590ddfdc5058459a52b87c46ce882ac32a82a0f_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.23.1-3.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.23.1-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-nodemon-0:3.1.14-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.8-1.22.23.1.3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 532 more
    Red Hat Product Security
Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2026-13149 · cve.blacktree.nl