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

brace-expansion: Large numeric range defeats documented `max` DoS protection

juliangruber · brace-expansion

6.5MediumCVSS 3.1
Recommended action
Scheduled

Medium technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.

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 9 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-45149 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitybrace-expansion: brace-expansion: Denial of Service due to excessive memory allocation when expanding large numeric ranges
122 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
  • cryostat-openshift-console-plugin-npm as a component of Cryostat 4
  • exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence
  • rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers
  • openshift-pipelines/pipelines-console-plugin-rhel8 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
  • redhat-user-workloads/volsync-0-12 as a component of Red Hat Advanced Cluster Management for Kubernetes 2
  • redhat-user-workloads/volsync-bundle-0-12 as a component of Red Hat Advanced Cluster Management for Kubernetes 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
Summary
A flaw was found in the brace-expansion library. This vulnerability allows an attacker to cause a Denial of Service (DoS) by providing a large numeric range for expansion. The library allocates excessive memory to generate all intermediate elements before applying the maximum limit, leading to high memory consumption and potential application crashes. This can impact the availability of systems using the library.
Remediation
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://images.redhat.com/
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-33442

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 actionScheduled

Medium technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.

Patch available
01

What, why and how

The brace-expansion library generates arbitrary strings containing a common prefix and suffix. From 5.0.0 to before 5.0.6, the max option was being applied too late. When expanding a single large numeric range like {1..10000000}, the sequence generation loop generates all 10 million intermediate elements before the max limit is applied With max=10, the output is correctly limited to 10 items, but the process still allocates ~505 MB and spends ~800ms building the full intermediate array. This vulnerability is fixed in 5.0.6.

What

The brace-expansion library generates arbitrary strings containing a common prefix and suffix. From 5.0.0 to before 5.0.6, the max option was being applied too late. When expanding a single large numeric range like {1..10000000}, the sequence generation loop generates all 10 million intermediate elements before the max limit is applied With max=10, the output is correctly limited to 10 items, but the process still allocates ~505 MB and spends ~800ms building the full intermediate array. This vulnerability is fixed in 5.0.6.

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 after a user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

The brace-expansion library generates arbitrary strings containing a common prefix and suffix. From 5.0.0 to before 5.0.6, the max option was being applied too late. When expanding a single large numeric range like {1..10000000}, the sequence generation loop generates all 10 million intermediate elements before the max limit is applied With max=10, the output is correctly limited to 10 items, but the process still allocates ~505 MB and spends ~800ms building the full intermediate array. This vulnerability is fixed in 5.0.6.

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 after a user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

02

Exploit reality and attack path

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

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

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

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

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

Likely attack path
a network path → Uncontrolled Resource Consumption → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
Required interaction required
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-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:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

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

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UIRequiredUser interaction: Another user must perform an action for exploitation to succeed.SUnchangedScope: The security impact remains within the vulnerable component's authority.CNoneConfidentiality impact: No direct loss is represented by this metric.INoneIntegrity impact: No direct loss is represented by this metric.AHighAvailability impact: A successful attack can cause a major loss.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkUnauthenticatedCWE-400
A

Official authority intelligence

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

BSI · German · WID-SEC-W-2026-1955Atlassian Bamboo, Bitbucket, Confluence, Fisheye, Crucible, Jira und Jira Service Management: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Atlassian Bamboo, Bitbucket, Confluence, Fisheye, Crucible, Jira und Jira Service Management ausnutzen, um beliebigen Code auszuführen, erweiterte Berechtigungen zu erlangen, Sicherheitsmaßnahmen zu umgehen, Daten zu manipulieren, vertrauliche Informationen offenzulegen oder einen Denial-of-Service-Zustand auszulösen.

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

Ein Angreifer kann mehrere Schwachstellen in IBM App Connect Enterprise ausnutzen, um einen Denial of Service Angriff durchzuführen, und um Informationen offenzulegen.

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

d?id=CVE-2026-44489 Référence CVE CVE-2026-44490 https://www.cve.org/CVERecord?id=CVE-2026-44490 Référence CVE CVE-2026-44492 https://www.cve.org/CVERecord?id=CVE-2026-44492 Référence CVE CVE-2026-44494 https://www.cve.org/CVERecord?id=CVE-2026-44494 Référence CVE CVE-2026-44496 https://www.cve.org/CVERecord?id=CVE-2026-44496 Référence CVE CVE-2026-44618 https://www.cve.org/CVERecord?id=CVE-2026-44618 Référence CVE CVE-2026-44728 https://www.cve.org/CVERecord?id=CVE-2026-44728 Référence CVE CVE-2026-44930 https://www.cve.org/CVERecord?id=CVE-2026-44930 Référence CVE CVE-2026-44990 https://www.cve.org/CVERecord?id=CVE-2026-44990 Référence CVE CVE-2026-45149 https://www.cve.org/CVERecord?id=CVE-2026-45149 Référence CVE CVE-2026-45249 https://www.cve.org/CVERecord?id=CVE-2026-45249 Référence CVE CVE-2026-4539 https://www.cve.org/CVERecord?id=CVE-2026-4539 Référence CVE CVE-2026-45505 https://www.cve.org/CVERecord?id=CVE-2026-45505 Référence CVE CVE-2026-45736 https://www.cve.org/CVERecord?id=CVE-2026-45736 Référence CVE CVE-2026-45740 https://www.cve.org/CVERecord?id=CVE-2026-45740 Référence CVE CVE-2026-45822 https://www.cve.org/CVERecord?id=CVE-2026-45822 Référence CVE CVE-2026-45984 https://www.cve.org/CVERecord?id=CVE-2026-45984 Référence CVE CVE-2026-46054 https://www.cve.org/CVERecord?id=CV

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

ord?id=CVE-2026-42581 Référence CVE CVE-2026-42583 https://www.cve.org/CVERecord?id=CVE-2026-42583 Référence CVE CVE-2026-42584 https://www.cve.org/CVERecord?id=CVE-2026-42584 Référence CVE CVE-2026-42585 https://www.cve.org/CVERecord?id=CVE-2026-42585 Référence CVE CVE-2026-42587 https://www.cve.org/CVERecord?id=CVE-2026-42587 Référence CVE CVE-2026-4410 https://www.cve.org/CVERecord?id=CVE-2026-4410 Référence CVE CVE-2026-44405 https://www.cve.org/CVERecord?id=CVE-2026-44405 Référence CVE CVE-2026-44431 https://www.cve.org/CVERecord?id=CVE-2026-44431 Référence CVE CVE-2026-44432 https://www.cve.org/CVERecord?id=CVE-2026-44432 Référence CVE CVE-2026-45149 https://www.cve.org/CVERecord?id=CVE-2026-45149 Référence CVE CVE-2026-45409 https://www.cve.org/CVERecord?id=CVE-2026-45409 Référence CVE CVE-2026-45416 https://www.cve.org/CVERecord?id=CVE-2026-45416 Référence CVE CVE-2026-46968 https://www.cve.org/CVERecord?id=CVE-2026-46968 Référence CVE CVE-2026-47010 https://www.cve.org/CVERecord?id=CVE-2026-47010 Référence CVE CVE-2026-47021 https://www.cve.org/CVERecord?id=CVE-2026-47021 Référence CVE CVE-2026-47027 https://www.cve.org/CVERecord?id=CVE-2026-47027 Référence CVE CVE-2026-47057 https://www.cve.org/CVERecord?id=CVE-2026-47057 Référence CVE CVE-2026-47058 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2026-44575 Référence CVE CVE-2026-44576 https://www.cve.org/CVERecord?id=CVE-2026-44576 Référence CVE CVE-2026-44577 https://www.cve.org/CVERecord?id=CVE-2026-44577 Référence CVE CVE-2026-44578 https://www.cve.org/CVERecord?id=CVE-2026-44578 Référence CVE CVE-2026-44579 https://www.cve.org/CVERecord?id=CVE-2026-44579 Référence CVE CVE-2026-44580 https://www.cve.org/CVERecord?id=CVE-2026-44580 Référence CVE CVE-2026-44581 https://www.cve.org/CVERecord?id=CVE-2026-44581 Référence CVE CVE-2026-44582 https://www.cve.org/CVERecord?id=CVE-2026-44582 Référence CVE CVE-2026-45109 https://www.cve.org/CVERecord?id=CVE-2026-45109 Référence CVE CVE-2026-45149 https://www.cve.org/CVERecord?id=CVE-2026-45149 Référence CVE CVE-2026-45249 https://www.cve.org/CVERecord?id=CVE-2026-45249 Référence CVE CVE-2026-4539 https://www.cve.org/CVERecord?id=CVE-2026-4539 Référence CVE CVE-2026-45409 https://www.cve.org/CVERecord?id=CVE-2026-45409 Référence CVE CVE-2026-46595 https://www.cve.org/CVERecord?id=CVE-2026-46595 Référence CVE CVE-2026-46597 https://www.cve.org/CVERecord?id=CVE-2026-46597 Référence CVE CVE-2026-46598 https://www.cve.org/CVERecord?id=CVE-2026-46598 Référence CVE CVE-2026-4800 https://www.cve.org/CVERecord?id=CVE-2026-4800 Référence CVE CVE-2026-4867 https://www.cve.org/CVERecord?id=CVE-2

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

d?id=CVE-2026-42579 Référence CVE CVE-2026-42583 https://www.cve.org/CVERecord?id=CVE-2026-42583 Référence CVE CVE-2026-42584 https://www.cve.org/CVERecord?id=CVE-2026-42584 Référence CVE CVE-2026-42585 https://www.cve.org/CVERecord?id=CVE-2026-42585 Référence CVE CVE-2026-42587 https://www.cve.org/CVERecord?id=CVE-2026-42587 Référence CVE CVE-2026-43512 https://www.cve.org/CVERecord?id=CVE-2026-43512 Référence CVE CVE-2026-43513 https://www.cve.org/CVERecord?id=CVE-2026-43513 Référence CVE CVE-2026-43515 https://www.cve.org/CVERecord?id=CVE-2026-43515 Référence CVE CVE-2026-44495 https://www.cve.org/CVERecord?id=CVE-2026-44495 Référence CVE CVE-2026-45149 https://www.cve.org/CVERecord?id=CVE-2026-45149 Référence CVE CVE-2026-45736 https://www.cve.org/CVERecord?id=CVE-2026-45736 Gestion détaillée du document le 18 juin 2026 Version initiale Alertes Avis Bulletins d’actualités Mentions légales Conditions générales À propos Contact cyber.gouv.fr service-public.fr legifrance.gouv.fr info.gouv.fr france.fr info.gouv.fr/risques Premier Ministre / Secrétariat Général de la Défense et de la Sécurité Nationale / Agence nationale de la sécurité des systèmes d'information

Official advisory
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
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; cryostat-openshift-console-plugin-npm as a component of Cryostat 4; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; openshift-pipelines/pipelines-console-plugin-rhel8 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; redhat-user-workloads/volsync-0-12 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; redhat-user-workloads/volsync-bundle-0-12 as a component of Red Hat Advanced Cluster Management for Kubernetes 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; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; brace-expansion as a component of Red Hat build of Apicurio Registry 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; 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; rhdesktop/rh-podman-desktop-ext-redhat-account-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; 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; nodejs as a component of Red Hat Enterprise Linux 10; nodejs-devel as a component of Red Hat Enterprise Linux 10; nodejs-docs as a component of Red Hat Enterprise Linux 10; nodejs-full-i18n as a component of Red Hat Enterprise Linux 10; and 92 more
Fixed
dotnet8-0-main@src as a component of Red Hat Hardened Images; llvm-main@aarch64 as a component of Red Hat Hardened Images; llvm-main@noarch as a component of Red Hat Hardened Images; llvm-main@src as a component of Red Hat Hardened Images; llvm-main@x86_64 as a component of Red Hat Hardened Images; llvm21-main@aarch64 as a component of Red Hat Hardened Images; llvm21-main@noarch as a component of Red Hat Hardened Images; llvm21-main@src as a component of Red Hat Hardened Images; llvm21-main@x86_64 as a component of Red Hat Hardened Images; nodejs20-main@aarch64 as a component of Red Hat Hardened Images; nodejs20-main@noarch as a component of Red Hat Hardened Images; nodejs20-main@src as a component of Red Hat Hardened Images; nodejs20-main@x86_64 as a component of Red Hat Hardened Images; nodejs22-main@aarch64 as a component of Red Hat Hardened Images; nodejs22-main@noarch as a component of Red Hat Hardened Images; nodejs22-main@src as a component of Red Hat Hardened Images; nodejs22-main@x86_64 as a component of Red Hat Hardened Images; nodejs24-main@aarch64 as a component of Red Hat Hardened Images; nodejs24-main@noarch as a component of Red Hat Hardened Images; nodejs24-main@src as a component of Red Hat Hardened Images; nodejs24-main@x86_64 as a component of Red Hat Hardened Images; nodejs25-main@aarch64 as a component of Red Hat Hardened Images; nodejs25-main@noarch as a component of Red Hat Hardened Images; nodejs25-main@src as a component of Red Hat Hardened Images; nodejs25-main@x86_64 as a component of Red Hat Hardened Images; nodejs26-main@aarch64 as a component of Red Hat Hardened Images; nodejs26-main@noarch as a component of Red Hat Hardened Images; nodejs26-main@src as a component of Red Hat Hardened Images; nodejs26-main@x86_64 as a component of Red Hat Hardened Images; rust-main@aarch64 as a component of Red Hat Hardened Images; and 163 more
Action
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://images.redhat.com/
Workaround
A mitigation or workaround reference is available from the source linked below; validate it against the affected product and version.
04

Evidence and provenance

Published 29 May 2026 · Last source change 1 Jun 2026, 16:44 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-33442
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD enriched

Core structured fields are present and their contributing authorities are shown above.

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; cryostat-openshift-console-plugin-npm as a component of Cryostat 4; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; openshift-pipelines/pipelines-console-plugin-rhel8 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; redhat-user-workloads/volsync-0-12 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; redhat-user-workloads/volsync-bundle-0-12 as a component of Red Hat Advanced Cluster Management for Kubernetes 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; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; brace-expansion as a component of Red Hat build of Apicurio Registry 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; 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; rhdesktop/rh-podman-desktop-ext-redhat-account-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; 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; nodejs as a component of Red Hat Enterprise Linux 10; nodejs-devel as a component of Red Hat Enterprise Linux 10; nodejs-docs as a component of Red Hat Enterprise Linux 10; nodejs-full-i18n as a component of Red Hat Enterprise Linux 10; and 94 more · Fixed: dotnet8-0-main@src as a component of Red Hat Hardened Images; llvm-main@aarch64 as a component of Red Hat Hardened Images; llvm-main@noarch as a component of Red Hat Hardened Images; llvm-main@src as a component of Red Hat Hardened Images; llvm-main@x86_64 as a component of Red Hat Hardened Images; llvm21-main@aarch64 as a component of Red Hat Hardened Images; llvm21-main@noarch as a component of Red Hat Hardened Images; llvm21-main@src as a component of Red Hat Hardened Images; llvm21-main@x86_64 as a component of Red Hat Hardened Images; nodejs20-main@aarch64 as a component of Red Hat Hardened Images; nodejs20-main@noarch as a component of Red Hat Hardened Images; nodejs20-main@src as a component of Red Hat Hardened Images; nodejs20-main@x86_64 as a component of Red Hat Hardened Images; nodejs22-main@aarch64 as a component of Red Hat Hardened Images; nodejs22-main@noarch as a component of Red Hat Hardened Images; nodejs22-main@src as a component of Red Hat Hardened Images; nodejs22-main@x86_64 as a component of Red Hat Hardened Images; nodejs24-main@aarch64 as a component of Red Hat Hardened Images; nodejs24-main@noarch as a component of Red Hat Hardened Images; nodejs24-main@src as a component of Red Hat Hardened Images; nodejs24-main@x86_64 as a component of Red Hat Hardened Images; nodejs25-main@aarch64 as a component of Red Hat Hardened Images; nodejs25-main@noarch as a component of Red Hat Hardened Images; nodejs25-main@src as a component of Red Hat Hardened Images; nodejs25-main@x86_64 as a component of Red Hat Hardened Images; nodejs26-main@aarch64 as a component of Red Hat Hardened Images; nodejs26-main@noarch as a component of Red Hat Hardened Images; nodejs26-main@src as a component of Red Hat Hardened Images; nodejs26-main@x86_64 as a component of Red Hat Hardened Images; rust-main@aarch64 as a component of Red Hat Hardened Images; and 155 more
    After
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; cryostat-openshift-console-plugin-npm as a component of Cryostat 4; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; openshift-pipelines/pipelines-console-plugin-rhel8 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; redhat-user-workloads/volsync-0-12 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; redhat-user-workloads/volsync-bundle-0-12 as a component of Red Hat Advanced Cluster Management for Kubernetes 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; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; brace-expansion as a component of Red Hat build of Apicurio Registry 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; 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; rhdesktop/rh-podman-desktop-ext-redhat-account-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; 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; nodejs as a component of Red Hat Enterprise Linux 10; nodejs-devel as a component of Red Hat Enterprise Linux 10; nodejs-docs as a component of Red Hat Enterprise Linux 10; nodejs-full-i18n as a component of Red Hat Enterprise Linux 10; and 92 more · Fixed: dotnet8-0-main@src as a component of Red Hat Hardened Images; llvm-main@aarch64 as a component of Red Hat Hardened Images; llvm-main@noarch as a component of Red Hat Hardened Images; llvm-main@src as a component of Red Hat Hardened Images; llvm-main@x86_64 as a component of Red Hat Hardened Images; llvm21-main@aarch64 as a component of Red Hat Hardened Images; llvm21-main@noarch as a component of Red Hat Hardened Images; llvm21-main@src as a component of Red Hat Hardened Images; llvm21-main@x86_64 as a component of Red Hat Hardened Images; nodejs20-main@aarch64 as a component of Red Hat Hardened Images; nodejs20-main@noarch as a component of Red Hat Hardened Images; nodejs20-main@src as a component of Red Hat Hardened Images; nodejs20-main@x86_64 as a component of Red Hat Hardened Images; nodejs22-main@aarch64 as a component of Red Hat Hardened Images; nodejs22-main@noarch as a component of Red Hat Hardened Images; nodejs22-main@src as a component of Red Hat Hardened Images; nodejs22-main@x86_64 as a component of Red Hat Hardened Images; nodejs24-main@aarch64 as a component of Red Hat Hardened Images; nodejs24-main@noarch as a component of Red Hat Hardened Images; nodejs24-main@src as a component of Red Hat Hardened Images; nodejs24-main@x86_64 as a component of Red Hat Hardened Images; nodejs25-main@aarch64 as a component of Red Hat Hardened Images; nodejs25-main@noarch as a component of Red Hat Hardened Images; nodejs25-main@src as a component of Red Hat Hardened Images; nodejs25-main@x86_64 as a component of Red Hat Hardened Images; nodejs26-main@aarch64 as a component of Red Hat Hardened Images; nodejs26-main@noarch as a component of Red Hat Hardened Images; nodejs26-main@src as a component of Red Hat Hardened Images; nodejs26-main@x86_64 as a component of Red Hat Hardened Images; rust-main@aarch64 as a component of Red Hat Hardened Images; and 163 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; cryostat-openshift-console-plugin-npm as a component of Cryostat 4; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; openshift-pipelines/pipelines-console-plugin-rhel8 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; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; redhat-user-workloads/volsync-0-12 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; redhat-user-workloads/volsync-bundle-0-12 as a component of Red Hat Advanced Cluster Management for Kubernetes 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; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; brace-expansion as a component of Red Hat build of Apicurio Registry 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; 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; rhdesktop/rh-podman-desktop-ext-redhat-account-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; 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; nodejs as a component of Red Hat Enterprise Linux 10; nodejs-devel as a component of Red Hat Enterprise Linux 10; and 96 more · Fixed: dotnet8-0-main@src as a component of Red Hat Hardened Images; llvm-main@aarch64 as a component of Red Hat Hardened Images; llvm-main@noarch as a component of Red Hat Hardened Images; llvm-main@src as a component of Red Hat Hardened Images; llvm-main@x86_64 as a component of Red Hat Hardened Images; llvm21-main@aarch64 as a component of Red Hat Hardened Images; llvm21-main@noarch as a component of Red Hat Hardened Images; llvm21-main@src as a component of Red Hat Hardened Images; llvm21-main@x86_64 as a component of Red Hat Hardened Images; nodejs20-main@aarch64 as a component of Red Hat Hardened Images; nodejs20-main@noarch as a component of Red Hat Hardened Images; nodejs20-main@src as a component of Red Hat Hardened Images; nodejs20-main@x86_64 as a component of Red Hat Hardened Images; nodejs22-main@aarch64 as a component of Red Hat Hardened Images; nodejs22-main@noarch as a component of Red Hat Hardened Images; nodejs22-main@src as a component of Red Hat Hardened Images; nodejs22-main@x86_64 as a component of Red Hat Hardened Images; nodejs24-main@aarch64 as a component of Red Hat Hardened Images; nodejs24-main@noarch as a component of Red Hat Hardened Images; nodejs24-main@src as a component of Red Hat Hardened Images; nodejs24-main@x86_64 as a component of Red Hat Hardened Images; nodejs25-main@aarch64 as a component of Red Hat Hardened Images; nodejs25-main@noarch as a component of Red Hat Hardened Images; nodejs25-main@src as a component of Red Hat Hardened Images; nodejs25-main@x86_64 as a component of Red Hat Hardened Images; nodejs26-main@aarch64 as a component of Red Hat Hardened Images; nodejs26-main@noarch as a component of Red Hat Hardened Images; nodejs26-main@src as a component of Red Hat Hardened Images; nodejs26-main@x86_64 as a component of Red Hat Hardened Images; rust-main@aarch64 as a component of Red Hat Hardened Images; and 123 more
    After
    openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; cryostat-openshift-console-plugin-npm as a component of Cryostat 4; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; openshift-pipelines/pipelines-console-plugin-rhel8 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; redhat-user-workloads/volsync-0-12 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; redhat-user-workloads/volsync-bundle-0-12 as a component of Red Hat Advanced Cluster Management for Kubernetes 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; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; brace-expansion as a component of Red Hat build of Apicurio Registry 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; 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; rhdesktop/rh-podman-desktop-ext-redhat-account-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; 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; nodejs as a component of Red Hat Enterprise Linux 10; nodejs-devel as a component of Red Hat Enterprise Linux 10; nodejs-docs as a component of Red Hat Enterprise Linux 10; nodejs-full-i18n as a component of Red Hat Enterprise Linux 10; and 94 more · Fixed: dotnet8-0-main@src as a component of Red Hat Hardened Images; llvm-main@aarch64 as a component of Red Hat Hardened Images; llvm-main@noarch as a component of Red Hat Hardened Images; llvm-main@src as a component of Red Hat Hardened Images; llvm-main@x86_64 as a component of Red Hat Hardened Images; llvm21-main@aarch64 as a component of Red Hat Hardened Images; llvm21-main@noarch as a component of Red Hat Hardened Images; llvm21-main@src as a component of Red Hat Hardened Images; llvm21-main@x86_64 as a component of Red Hat Hardened Images; nodejs20-main@aarch64 as a component of Red Hat Hardened Images; nodejs20-main@noarch as a component of Red Hat Hardened Images; nodejs20-main@src as a component of Red Hat Hardened Images; nodejs20-main@x86_64 as a component of Red Hat Hardened Images; nodejs22-main@aarch64 as a component of Red Hat Hardened Images; nodejs22-main@noarch as a component of Red Hat Hardened Images; nodejs22-main@src as a component of Red Hat Hardened Images; nodejs22-main@x86_64 as a component of Red Hat Hardened Images; nodejs24-main@aarch64 as a component of Red Hat Hardened Images; nodejs24-main@noarch as a component of Red Hat Hardened Images; nodejs24-main@src as a component of Red Hat Hardened Images; nodejs24-main@x86_64 as a component of Red Hat Hardened Images; nodejs25-main@aarch64 as a component of Red Hat Hardened Images; nodejs25-main@noarch as a component of Red Hat Hardened Images; nodejs25-main@src as a component of Red Hat Hardened Images; nodejs25-main@x86_64 as a component of Red Hat Hardened Images; nodejs26-main@aarch64 as a component of Red Hat Hardened Images; nodejs26-main@noarch as a component of Red Hat Hardened Images; nodejs26-main@src as a component of Red Hat Hardened Images; nodejs26-main@x86_64 as a component of Red Hat Hardened Images; rust-main@aarch64 as a component of Red Hat Hardened Images; and 155 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-45149 · cve.blacktree.nl