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

undici is vulnerable to Unhandled Exception in undici WebSocket Client Due to Invalid server_max_window_bits Validation

undici · undici

7.5HighCVSS 3.1
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-undiciUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 8 Sept 2026
Direct vendor intelligence

Authoritative vendor CSAF and VEX advisories

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

1 current
CVE-2026-2229 · CSAF 2.0 · revision 3 · finalRed Hat Product Securityundici: Undici: Denial of Service via invalid WebSocket permessage-deflate extension parameter
6 known affected

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

  • 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-rhel8 as a component of OpenShift Pipelines
  • rhdh/backstage-community-plugin-catalog-backend-module-scaffolder-relation-processor as a component of Red Hat Developer Hub
  • rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI)
  • ansible-automation-platform/automation-portal as a component of Self-service automation portal 2
Summary
A flaw was found in the undici WebSocket client. A remote malicious server can exploit this vulnerability by sending a WebSocket frame with an invalid `server_max_window_bits` parameter within the permessage-deflate extension. This improper validation causes the client's Node.js process to terminate, leading to a denial-of-service (DoS) condition for the client.
Remediation
You can download the Cryostat 4 on RHEL 9 container images that this update provides from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available in the Red Hat Container Catalog (see the References section). Dockerfiles and scripts should be amended to refer to this new image specifically or to the latest image generally.
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-11704

No EUVD known-exploited evidence

ImpactThe undici WebSocket client is vulnerable to a denial-of-service attack due to improper validation of the server_max_window_bits parameter in the permessage-deflate extension. When a WebSocket client connects to a server, it automatically advertises support for permessage-deflate compression. A malicious server can respond with an out-of-range server_max_window_bits value (outside zlib's valid range of 8-15). When the server subsequently sends a compressed frame, the client attempts to create a zlib InflateRaw instance with the invalid windowBits value, causing a synchronous RangeError exception that is not caught, resulting in immediate process termination. The vulnerability exists because: * The isValidClientWindowBits() function only validates that the value contains ASCII digits, not that it falls within the valid range 8-15 * The createInflateRaw() call is not wrapped in a try-catch block * The resulting exception propagates up through the call stack and crashes the Node.js process

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

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

Patch available
01

What, why and how

ImpactThe undici WebSocket client is vulnerable to a denial-of-service attack due to improper validation of the server_max_window_bits parameter in the permessage-deflate extension. When a WebSocket client connects to a server, it automatically advertises support for permessage-deflate compression. A malicious server can respond with an out-of-range server_max_window_bits value (outside zlib's valid range of 8-15). When the server subsequently sends a compressed frame, the client attempts to create a zlib InflateRaw instance with the invalid windowBits value, causing a synchronous RangeError exception that is not caught, resulting in immediate process termination. The vulnerability exists because: * The isValidClientWindowBits() function only validates that the value contains ASCII digits, not that it falls within the valid range 8-15 * The createInflateRaw() call is not wrapped in a try-catch block * The resulting exception propagates up through the call stack and crashes the Node.js process

What

ImpactThe undici WebSocket client is vulnerable to a denial-of-service attack due to improper validation of the server_max_window_bits parameter in the permessage-deflate extension. When a WebSocket client connects to a server, it automatically advertises support for permessage-deflate compression. A malicious server can respond with an out-of-range server_max_window_bits value (outside zlib's valid range of 8-15). When the server subsequently sends a compressed frame, the client attempts to create a zlib InflateRaw instance with the invalid windowBits value, causing a synchronous RangeError exception that is not caught, resulting in immediate process termination. The vulnerability exists because: * The isValidClientWindowBits() function only validates that the value contains ASCII digits, not that it falls within the valid range 8-15 * The createInflateRaw() call is not wrapped in a try-catch block * The resulting exception propagates up through the call stack and crashes the Node.js process

Why

An exception is thrown from a function, but it is not caught.

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

ImpactThe undici WebSocket client is vulnerable to a denial-of-service attack due to improper validation of the server_max_window_bits parameter in the permessage-deflate extension. When a WebSocket client connects to a server, it automatically advertises support for permessage-deflate compression. A malicious server can respond with an out-of-range server_max_window_bits value (outside zlib's valid range of 8-15). When the server subsequently sends a compressed frame, the client attempts to create a zlib InflateRaw instance with the invalid windowBits value, causing a synchronous RangeError exception that is not caught, resulting in immediate process termination. The vulnerability exists because: * The isValidClientWindowBits() function only validates that the value contains ASCII digits, not that it falls within the valid range 8-15 * The createInflateRaw() call is not wrapped in a try-catch block * The resulting exception propagates up through the call stack and crashes the Node.js process

Why

An exception is thrown from a function, but it is not caught.

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 → Uncaught Exception → disrupt the affected service
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-248

CWE-248: Uncaught Exception. An exception is thrown from a function, but it is not caught.

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

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

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

Official authority intelligence

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

ENISA EUVD · EUVD-2026-11704Official EUVD mapping

ImpactThe undici WebSocket client is vulnerable to a denial-of-service attack due to improper validation of the server_max_window_bits parameter in the permessage-deflate extension. When a WebSocket client connects to a server, it automatically advertises support for permessage-deflate compression. A malicious server can respond with an out-of-range server_max_window_bits value (outside zlib's valid range of 8-15). When the server subsequently sends a compressed frame, the client attempts to create a zlib InflateRaw instance with the invalid windowBits value, causing a synchronous RangeError exception that is not caught, resulting in immediate process termination. The vulnerability exists because: * The isValidClientWindowBits() function only validates that the value contains ASCII digits, not that it falls within the valid range 8-15 * The createInflateRaw() call is not wrapped in a try-catch block * The resulting exception propagates up through the call stack and crashes the Node.js process

Official EUVD record
BSI · German · WID-SEC-W-2026-0933IBM App Connect Enterprise (Hono und Undici): Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in IBM App Connect Enterprise ausnutzen, um Sicherheitsvorkehrungen zu umgehen, Daten zu manipulieren, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand herbeizuführen oder andere nicht näher bezeichnete Angriffe durchzuführen.

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

Record?id=CVE-2026-1526 Référence CVE CVE-2026-1527 https://www.cve.org/CVERecord?id=CVE-2026-1527 Référence CVE CVE-2026-1528 https://www.cve.org/CVERecord?id=CVE-2026-1528 Référence CVE CVE-2026-22007 https://www.cve.org/CVERecord?id=CVE-2026-22007 Référence CVE CVE-2026-22013 https://www.cve.org/CVERecord?id=CVE-2026-22013 Référence CVE CVE-2026-22016 https://www.cve.org/CVERecord?id=CVE-2026-22016 Référence CVE CVE-2026-22018 https://www.cve.org/CVERecord?id=CVE-2026-22018 Référence CVE CVE-2026-22021 https://www.cve.org/CVERecord?id=CVE-2026-22021 Référence CVE CVE-2026-22036 https://www.cve.org/CVERecord?id=CVE-2026-22036 Référence CVE CVE-2026-2229 https://www.cve.org/CVERecord?id=CVE-2026-2229 Référence CVE CVE-2026-2332 https://www.cve.org/CVERecord?id=CVE-2026-2332 Référence CVE CVE-2026-2359 https://www.cve.org/CVERecord?id=CVE-2026-2359 Référence CVE CVE-2026-24486 https://www.cve.org/CVERecord?id=CVE-2026-24486 Référence CVE CVE-2026-25645 https://www.cve.org/CVERecord?id=CVE-2026-25645 Référence CVE CVE-2026-25793 https://www.cve.org/CVERecord?id=CVE-2026-25793 Référence CVE CVE-2026-2581 https://www.cve.org/CVERecord?id=CVE-2026-2581 Référence CVE CVE-2026-26007 https://www.cve.org/CVERecord?id=CVE-2026-26007 Référence CVE CVE-2026-29063 https://www.cve.org/CVERecord?id=CVE-202

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

d?id=CVE-2026-21441 Référence CVE CVE-2026-21860 https://www.cve.org/CVERecord?id=CVE-2026-21860 Référence CVE CVE-2026-22007 https://www.cve.org/CVERecord?id=CVE-2026-22007 Référence CVE CVE-2026-22008 https://www.cve.org/CVERecord?id=CVE-2026-22008 Référence CVE CVE-2026-22013 https://www.cve.org/CVERecord?id=CVE-2026-22013 Référence CVE CVE-2026-22016 https://www.cve.org/CVERecord?id=CVE-2026-22016 Référence CVE CVE-2026-22018 https://www.cve.org/CVERecord?id=CVE-2026-22018 Référence CVE CVE-2026-22021 https://www.cve.org/CVERecord?id=CVE-2026-22021 Référence CVE CVE-2026-22036 https://www.cve.org/CVERecord?id=CVE-2026-22036 Référence CVE CVE-2026-2229 https://www.cve.org/CVERecord?id=CVE-2026-2229 Référence CVE CVE-2026-23191 https://www.cve.org/CVERecord?id=CVE-2026-23191 Référence CVE CVE-2026-23401 https://www.cve.org/CVERecord?id=CVE-2026-23401 Référence CVE CVE-2026-23490 https://www.cve.org/CVERecord?id=CVE-2026-23490 Référence CVE CVE-2026-2359 https://www.cve.org/CVERecord?id=CVE-2026-2359 Référence CVE CVE-2026-23745 https://www.cve.org/CVERecord?id=CVE-2026-23745 Référence CVE CVE-2026-23865 https://www.cve.org/CVERecord?id=CVE-2026-23865 Référence CVE CVE-2026-23897 https://www.cve.org/CVERecord?id=CVE-2026-23897 Référence CVE CVE-2026-23950 https://www.cve.org/CVERecord?id=CVE

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

ve.org/CVERecord?id=CVE-2025-7962 Référence CVE CVE-2025-8885 https://www.cve.org/CVERecord?id=CVE-2025-8885 Référence CVE CVE-2025-8916 https://www.cve.org/CVERecord?id=CVE-2025-8916 Référence CVE CVE-2025-9624 https://www.cve.org/CVERecord?id=CVE-2025-9624 Référence CVE CVE-2026-1225 https://www.cve.org/CVERecord?id=CVE-2026-1225 Référence CVE CVE-2026-1525 https://www.cve.org/CVERecord?id=CVE-2026-1525 Référence CVE CVE-2026-1526 https://www.cve.org/CVERecord?id=CVE-2026-1526 Référence CVE CVE-2026-1527 https://www.cve.org/CVERecord?id=CVE-2026-1527 Référence CVE CVE-2026-22036 https://www.cve.org/CVERecord?id=CVE-2026-22036 Référence CVE CVE-2026-2229 https://www.cve.org/CVERecord?id=CVE-2026-2229 Référence CVE CVE-2026-22732 https://www.cve.org/CVERecord?id=CVE-2026-22732 Référence CVE CVE-2026-22735 https://www.cve.org/CVERecord?id=CVE-2026-22735 Référence CVE CVE-2026-22737 https://www.cve.org/CVERecord?id=CVE-2026-22737 Référence CVE CVE-2026-2332 https://www.cve.org/CVERecord?id=CVE-2026-2332 Référence CVE CVE-2026-23745 https://www.cve.org/CVERecord?id=CVE-2026-23745 Référence CVE CVE-2026-23950 https://www.cve.org/CVERecord?id=CVE-2026-23950 Référence CVE CVE-2026-24098 https://www.cve.org/CVERecord?id=CVE-2026-24098 Référence CVE CVE-2026-24733 https://www.cve.org/CVERecord?id=CVE

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-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-rhel8 as a component of OpenShift Pipelines; rhdh/backstage-community-plugin-catalog-backend-module-scaffolder-relation-processor as a component of Red Hat Developer Hub; rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); ansible-automation-platform/automation-portal as a component of Self-service automation portal 2
Fixed
cryostat/cryostat-openshift-console-plugin-rhel9@sha256:a8e549b2557877c4e4ce8c13073f912b4fef397aa820bce20902b405778cd588_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:d1b918ec986072f9b35182414d9d785bdcf511044e33070d9e665b832e9bdc97_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:0cd0765ead8288d987e54791a82bc9d410370daf45649d704f5f4b1b25827e7f_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:fdd88ec5966a2deea291c4daaa28552056bf3fb88fa027fec0686b36c114f9c9_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.22.2-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.7-1.22.22.2.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 381 more
Action
You can download the Cryostat 4 on RHEL 9 container images that this update provides from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available in the Red Hat Container Catalog (see the References section). Dockerfiles and scripts should be amended to refer to this new image specifically or to the latest image generally.
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 12 Mar 2026 · Last source change 4 Sept 2026, 12:04 UTC · CWE-248 · Uncaught Exception

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-11704
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD modified after enrichment

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

Material change intelligence

What changed after publication

View recent updates →
  1. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · vendor advisory to authoritative remediation link · vendor advisory.
    Before
    authoritative remediation link · vendor advisory
    After
    authoritative remediation link · vendor advisory
    ce714d77-add3-4f53-aff5-83d477b104bb
  2. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · vendor advisory to authoritative remediation link · vendor advisory.
    Before
    authoritative remediation link · vendor advisory
    After
    authoritative remediation link · vendor advisory
    ce714d77-add3-4f53-aff5-83d477b104bb
  3. Affected versionsThe structured affected or fixed version information changed.
    Before
    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-rhel8 as a component of OpenShift Pipelines; rhdh/backstage-community-plugin-catalog-backend-module-scaffolder-relation-processor as a component of Red Hat Developer Hub; rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: cryostat/cryostat-openshift-console-plugin-rhel9@sha256:a8e549b2557877c4e4ce8c13073f912b4fef397aa820bce20902b405778cd588_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:d1b918ec986072f9b35182414d9d785bdcf511044e33070d9e665b832e9bdc97_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:0cd0765ead8288d987e54791a82bc9d410370daf45649d704f5f4b1b25827e7f_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:fdd88ec5966a2deea291c4daaa28552056bf3fb88fa027fec0686b36c114f9c9_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.22.2-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.7-1.22.22.2.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 313 more
    After
    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-rhel8 as a component of OpenShift Pipelines; rhdh/backstage-community-plugin-catalog-backend-module-scaffolder-relation-processor as a component of Red Hat Developer Hub; rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: cryostat/cryostat-openshift-console-plugin-rhel9@sha256:a8e549b2557877c4e4ce8c13073f912b4fef397aa820bce20902b405778cd588_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:d1b918ec986072f9b35182414d9d785bdcf511044e33070d9e665b832e9bdc97_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:0cd0765ead8288d987e54791a82bc9d410370daf45649d704f5f4b1b25827e7f_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:fdd88ec5966a2deea291c4daaa28552056bf3fb88fa027fec0686b36c114f9c9_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.22.2-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.7-1.22.22.2.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 381 more
    Red Hat Product Security
  4. Affected versionsThe structured affected or fixed version information changed.
    Before
    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-rhel8 as a component of OpenShift Pipelines; rhdh/backstage-community-plugin-catalog-backend-module-scaffolder-relation-processor as a component of Red Hat Developer Hub; org.keycloak-keycloak-parent as a component of Red Hat JBoss Enterprise Application Platform Expansion Pack; rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: cryostat/cryostat-openshift-console-plugin-rhel9@sha256:a8e549b2557877c4e4ce8c13073f912b4fef397aa820bce20902b405778cd588_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:d1b918ec986072f9b35182414d9d785bdcf511044e33070d9e665b832e9bdc97_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:0cd0765ead8288d987e54791a82bc9d410370daf45649d704f5f4b1b25827e7f_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:fdd88ec5966a2deea291c4daaa28552056bf3fb88fa027fec0686b36c114f9c9_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.22.2-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.7-1.22.22.2.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 313 more
    After
    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-rhel8 as a component of OpenShift Pipelines; rhdh/backstage-community-plugin-catalog-backend-module-scaffolder-relation-processor as a component of Red Hat Developer Hub; rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: cryostat/cryostat-openshift-console-plugin-rhel9@sha256:a8e549b2557877c4e4ce8c13073f912b4fef397aa820bce20902b405778cd588_amd64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-openshift-console-plugin-rhel9@sha256:d1b918ec986072f9b35182414d9d785bdcf511044e33070d9e665b832e9bdc97_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:0cd0765ead8288d987e54791a82bc9d410370daf45649d704f5f4b1b25827e7f_arm64 as a component of Cryostat 4 on RHEL 9; cryostat/cryostat-rhel9@sha256:fdd88ec5966a2deea291c4daaa28552056bf3fb88fa027fec0686b36c114f9c9_amd64 as a component of Cryostat 4 on RHEL 9; nodejs-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-debuginfo-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-devel-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-docs-1:22.22.2-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-full-i18n-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-libs-debuginfo-1:22.22.2-2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nodejs-npm-1:10.9.7-1.22.22.2.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 313 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-2229 · cve.blacktree.nl