RHSA-2026:7675

Vulnerability from csaf_redhat - Published: 2026-04-13 02:27 - Updated: 2026-04-13 08:42
Summary
Red Hat Security Advisory: nodejs24 security update
Severity
Important
Notes
Topic: An update for nodejs24 is now available for Red Hat Enterprise Linux 10. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. Security Fix(es): * nodejs: Nodejs denial of service (CVE-2026-21637) * brace-expansion: brace-expansion: Denial of Service via unbounded brace range expansion (CVE-2026-25547) * minimatch: minimatch: Denial of Service via specially crafted glob patterns (CVE-2026-26996) * undici: Undici: Denial of Service due to uncontrolled resource consumption (CVE-2026-2581) * undici: Undici: HTTP header injection and request smuggling vulnerability (CVE-2026-1527) * undici: undici: Denial of Service via unbounded memory consumption during WebSocket permessage-deflate decompression (CVE-2026-1526) * undici: Undici: Denial of Service via invalid WebSocket permessage-deflate extension parameter (CVE-2026-2229) * undici: Undici: HTTP Request Smuggling and Denial of Service due to duplicate Content-Length headers (CVE-2026-1525) * undici: undici: Denial of Service via crafted WebSocket frame with large length (CVE-2026-1528) * nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination (CVE-2026-27135) * Node.js: Node.js: Denial of Service via malformed Internationalized Domain Name processing (CVE-2026-21712) * Node.js: Node.js: Denial of Service due to crafted HTTP `__proto__` header (CVE-2026-21710) * Node.js: Node.js: Information disclosure due to `fs.realpathSync.native()` bypassing filesystem read restrictions (CVE-2026-21715) * nodejs: Node.js: Permission bypass allows unauthorized modification of file permissions and ownership via incomplete security fix. (CVE-2026-21716) * Node.js: Node.js: Unauthorized inter-process communication due to missing Unix Domain Socket permission checks (CVE-2026-21711) * Node.js: Node.js: Information disclosure via timing oracle in HMAC verification (CVE-2026-21713) * Node.js: Node.js: Memory leak and Denial of Service via crafted HTTP/2 WINDOW_UPDATE frames (CVE-2026-21714) * nodejs: v8: Node.js: Denial of Service via V8 string hashing mechanism due to predictable hash collisions (CVE-2026-21717) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.

A flaw was found in undici, a Node.js HTTP/1.1 client. A remote attacker could exploit this vulnerability by sending HTTP/1.1 requests that include duplicate Content-Length headers with different casing (e.g., "Content-Length" and "content-length"). This can lead to HTTP Request Smuggling, a technique where an attacker sends an ambiguous request that is interpreted differently by a proxy and a backend server. Successful exploitation could result in unauthorized access, cache poisoning, or credential hijacking. It may also cause a Denial of Service (DoS) if strict HTTP parsers reject the malformed requests.

CWE-444 - Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A flaw was found in undici. A remote attacker can exploit this vulnerability by sending a specially crafted compressed frame, known as a "decompression bomb," during permessage-deflate decompression. The undici WebSocket client does not properly limit the size of decompressed data, leading to unbounded memory consumption. This can cause the Node.js process to exhaust available memory, resulting in a denial of service (DoS) where the process crashes or becomes unresponsive.

CWE-770 - Allocation of Resources Without Limits or Throttling
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A flaw was found in undici, a Node.js HTTP/1.1 client. This vulnerability allows a remote attacker to inject malicious data into HTTP headers or prematurely end HTTP requests by sending specially crafted input to the `upgrade` option of `client.request()`. This is possible because undici does not properly validate input for invalid header characters, which could lead to unauthorized information disclosure or bypassing of security controls.

CWE-93 - Improper Neutralization of CRLF Sequences ('CRLF Injection')
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A flaw was found in undici. A remote attacker could exploit this vulnerability by sending a specially crafted WebSocket frame with an extremely large 64-bit length. This causes undici's ByteParser to overflow its internal calculations, leading to an invalid state and a fatal TypeError. The primary consequence is a Denial of Service (DoS), which terminates the process.

CWE-248 - Uncaught Exception
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

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.

CWE-248 - Uncaught Exception
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A flaw was found in Undici. When the `interceptors.deduplicate()` feature is enabled, response data for deduplicated requests can accumulate in memory. A remote attacker, by sending large or chunked responses and concurrent identical requests from an untrusted endpoint, can exploit this uncontrolled resource consumption. This leads to high memory usage and potential Out-Of-Memory (OOM) process termination, resulting in a Denial of Service (DoS) for the application.

CWE-770 - Allocation of Resources Without Limits or Throttling
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A flaw in Node.js TLS error handling allows remote attackers to crash or exhaust resources of a TLS server when `pskCallback` or `ALPNCallback` are in use. Synchronous exceptions thrown during these callbacks bypass standard TLS error handling paths (tlsClientError and error), causing either immediate process termination or silent file descriptor leaks that eventually lead to denial of service. Because these callbacks process attacker-controlled input during the TLS handshake, a remote client can repeatedly trigger the issue. This vulnerability affects TLS servers using PSK or ALPN callbacks across Node.js versions where these callbacks throw without being safely wrapped.

CWE-248 - Uncaught Exception
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A flaw was found in Node.js. A remote attacker can exploit this vulnerability by sending a specially crafted HTTP request that includes a header named `__proto__`. When a Node.js application processes this request and attempts to access distinct headers, it encounters an unhandled error, leading to an application crash. This can result in a Denial of Service (DoS), making the affected service unavailable to users.

CWE-843 - Access of Resource Using Incompatible Type ('Type Confusion')
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A flaw was found in Node.js. The Node.js Permission Model, designed to restrict network access, incorrectly omits permission checks for Unix Domain Socket (UDS) server operations. This allows local code, even when explicitly denied network access, to create and expose inter-process communication (IPC) endpoints. As a result, unauthorized communication can occur between processes on the same host, bypassing the intended network security restrictions.

CWE-940 - Improper Verification of Source of a Communication Channel
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A flaw was found in Node.js. This vulnerability allows an attacker to cause a Denial of Service (DoS) by providing a malformed Internationalized Domain Name (IDN) to the `url.format()` function. When processed, this malformed input triggers an internal error, causing the Node.js application to crash. This can disrupt services and make them unavailable.

CWE-168 - Improper Handling of Inconsistent Special Elements
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A flaw was found in Node.js. The HMAC (Hash-based Message Authentication Code) verification process uses a comparison method that does not take a constant amount of time. This non-constant-time comparison can leak timing information, which, under specific conditions where precise timing measurements are possible, could be exploited by a remote attacker. This allows the attacker to infer sensitive HMAC values, leading to information disclosure.

CWE-208 - Observable Timing Discrepancy
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A flaw was found in Node.js. A remote attacker can exploit this vulnerability in Node.js HTTP/2 servers by sending specially crafted WINDOW_UPDATE frames on stream 0 (connection-level). These frames can cause the flow control window to exceed its maximum value, leading to a memory leak as Http2Session objects are not properly cleaned up. This can result in resource exhaustion and a Denial of Service (DoS) condition for the server.

CWE-772 - Missing Release of Resource after Effective Lifetime
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A flaw was found in Node.js. The Node.js Permission Model, intended to restrict filesystem access, does not properly enforce read permission checks for the `fs.realpathSync.native()` function. This vulnerability allows code operating under `--permission` with restricted `--allow-fs-read` flags to bypass security controls. Consequently, an attacker can use `fs.realpathSync.native()` to determine file existence, resolve symbolic link targets, and enumerate filesystem paths outside of permitted directories, leading to information disclosure.

CWE-425 - Direct Request ('Forced Browsing')
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A flaw was found in Node.js. An incomplete security fix allows code operating under restricted file system write permissions to bypass these limitations. This vulnerability enables the modification of file permissions and ownership on already-open files, even when explicit write access is denied. Such a bypass could lead to unauthorized changes to system files.

CWE-279 - Incorrect Execution-Assigned Permissions
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A flaw was found in V8's string hashing mechanism within Node.js. A remote attacker can exploit this vulnerability by crafting requests containing integer-like strings. These specially crafted strings cause predictable hash collisions in V8's internal string table, particularly when processed by functions like JSON.parse() on attacker-controlled input. This can significantly degrade the performance of the Node.js process, leading to a Denial of Service (DoS) condition.

CWE-328 - Use of Weak Hash
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A flaw was found in the brace-expansion component. This denial of service (DoS) vulnerability allows a remote attacker to provide specially crafted input containing repeated numeric brace ranges. This input causes the library to attempt an unbounded expansion, consuming excessive CPU and memory resources. This can lead to a system crash, impacting the availability of the service.

CWE-409 - Improper Handling of Highly Compressed Data (Data Amplification)
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675

A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.

CWE-1333 - Inefficient Regular Expression Complexity
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675

A flaw was found in nghttp2. Due to missing internal state validation, the library continues to process incoming data even after a session has been terminated. A remote attacker could exploit this by sending a specially crafted HTTP/2 frame, leading to an assertion failure and a denial of service (DoS).

CWE-617 - Reachable Assertion
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:7675
References
https://access.redhat.com/errata/RHSA-2026:7675 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2431340 external
https://bugzilla.redhat.com/show_bug.cgi?id=2436942 external
https://bugzilla.redhat.com/show_bug.cgi?id=2441268 external
https://bugzilla.redhat.com/show_bug.cgi?id=2447140 external
https://bugzilla.redhat.com/show_bug.cgi?id=2447141 external
https://bugzilla.redhat.com/show_bug.cgi?id=2447142 external
https://bugzilla.redhat.com/show_bug.cgi?id=2447143 external
https://bugzilla.redhat.com/show_bug.cgi?id=2447144 external
https://bugzilla.redhat.com/show_bug.cgi?id=2447145 external
https://bugzilla.redhat.com/show_bug.cgi?id=2448754 external
https://bugzilla.redhat.com/show_bug.cgi?id=2453037 external
https://bugzilla.redhat.com/show_bug.cgi?id=2453151 external
https://bugzilla.redhat.com/show_bug.cgi?id=2453152 external
https://bugzilla.redhat.com/show_bug.cgi?id=2453157 external
https://bugzilla.redhat.com/show_bug.cgi?id=2453158 external
https://bugzilla.redhat.com/show_bug.cgi?id=2453160 external
https://bugzilla.redhat.com/show_bug.cgi?id=2453161 external
https://bugzilla.redhat.com/show_bug.cgi?id=2453162 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2026-1525 self
https://bugzilla.redhat.com/show_bug.cgi?id=2447144 external
https://www.cve.org/CVERecord?id=CVE-2026-1525 external
https://nvd.nist.gov/vuln/detail/CVE-2026-1525 external
https://cna.openjsf.org/security-advisories.html external
https://cwe.mitre.org/data/definitions/444.html external
https://github.com/nodejs/undici/security/advisor… external
https://hackerone.com/reports/3556037 external
https://www.rfc-editor.org/rfc/rfc9110.html#section-8.6 external
https://access.redhat.com/security/cve/CVE-2026-1526 self
https://bugzilla.redhat.com/show_bug.cgi?id=2447142 external
https://www.cve.org/CVERecord?id=CVE-2026-1526 external
https://nvd.nist.gov/vuln/detail/CVE-2026-1526 external
https://datatracker.ietf.org/doc/html/rfc7692 external
https://github.com/nodejs/undici/security/advisor… external
https://hackerone.com/reports/3481206 external
https://access.redhat.com/security/cve/CVE-2026-1527 self
https://bugzilla.redhat.com/show_bug.cgi?id=2447141 external
https://www.cve.org/CVERecord?id=CVE-2026-1527 external
https://nvd.nist.gov/vuln/detail/CVE-2026-1527 external
https://github.com/nodejs/undici/security/advisor… external
https://hackerone.com/reports/3487198 external
https://access.redhat.com/security/cve/CVE-2026-1528 self
https://bugzilla.redhat.com/show_bug.cgi?id=2447145 external
https://www.cve.org/CVERecord?id=CVE-2026-1528 external
https://nvd.nist.gov/vuln/detail/CVE-2026-1528 external
https://github.com/nodejs/undici/security/advisor… external
https://hackerone.com/reports/3537648 external
https://access.redhat.com/security/cve/CVE-2026-2229 self
https://bugzilla.redhat.com/show_bug.cgi?id=2447143 external
https://www.cve.org/CVERecord?id=CVE-2026-2229 external
https://nvd.nist.gov/vuln/detail/CVE-2026-2229 external
https://github.com/nodejs/undici/security/advisor… external
https://hackerone.com/reports/3487486 external
https://nodejs.org/api/zlib.html#class-zlibinflateraw external
https://access.redhat.com/security/cve/CVE-2026-2581 self
https://bugzilla.redhat.com/show_bug.cgi?id=2447140 external
https://www.cve.org/CVERecord?id=CVE-2026-2581 external
https://nvd.nist.gov/vuln/detail/CVE-2026-2581 external
https://github.com/nodejs/undici/security/advisor… external
https://hackerone.com/reports/3513473 external
https://access.redhat.com/security/cve/CVE-2026-21637 self
https://bugzilla.redhat.com/show_bug.cgi?id=2431340 external
https://www.cve.org/CVERecord?id=CVE-2026-21637 external
https://nvd.nist.gov/vuln/detail/CVE-2026-21637 external
https://nodejs.org/en/blog/vulnerability/december… external
https://access.redhat.com/security/cve/CVE-2026-21710 self
https://bugzilla.redhat.com/show_bug.cgi?id=2453151 external
https://www.cve.org/CVERecord?id=CVE-2026-21710 external
https://nvd.nist.gov/vuln/detail/CVE-2026-21710 external
https://nodejs.org/en/blog/vulnerability/march-20… external
https://access.redhat.com/security/cve/CVE-2026-21711 self
https://bugzilla.redhat.com/show_bug.cgi?id=2453158 external
https://www.cve.org/CVERecord?id=CVE-2026-21711 external
https://nvd.nist.gov/vuln/detail/CVE-2026-21711 external
https://access.redhat.com/security/cve/CVE-2026-21712 self
https://bugzilla.redhat.com/show_bug.cgi?id=2453037 external
https://www.cve.org/CVERecord?id=CVE-2026-21712 external
https://nvd.nist.gov/vuln/detail/CVE-2026-21712 external
https://hackerone.com/reports/3546390 external
https://access.redhat.com/security/cve/CVE-2026-21713 self
https://bugzilla.redhat.com/show_bug.cgi?id=2453160 external
https://www.cve.org/CVERecord?id=CVE-2026-21713 external
https://nvd.nist.gov/vuln/detail/CVE-2026-21713 external
https://access.redhat.com/security/cve/CVE-2026-21714 self
https://bugzilla.redhat.com/show_bug.cgi?id=2453161 external
https://www.cve.org/CVERecord?id=CVE-2026-21714 external
https://nvd.nist.gov/vuln/detail/CVE-2026-21714 external
https://access.redhat.com/security/cve/CVE-2026-21715 self
https://bugzilla.redhat.com/show_bug.cgi?id=2453152 external
https://www.cve.org/CVERecord?id=CVE-2026-21715 external
https://nvd.nist.gov/vuln/detail/CVE-2026-21715 external
https://access.redhat.com/security/cve/CVE-2026-21716 self
https://bugzilla.redhat.com/show_bug.cgi?id=2453157 external
https://www.cve.org/CVERecord?id=CVE-2026-21716 external
https://nvd.nist.gov/vuln/detail/CVE-2026-21716 external
https://access.redhat.com/security/cve/CVE-2026-21717 self
https://bugzilla.redhat.com/show_bug.cgi?id=2453162 external
https://www.cve.org/CVERecord?id=CVE-2026-21717 external
https://nvd.nist.gov/vuln/detail/CVE-2026-21717 external
https://access.redhat.com/security/cve/CVE-2026-25547 self
https://bugzilla.redhat.com/show_bug.cgi?id=2436942 external
https://www.cve.org/CVERecord?id=CVE-2026-25547 external
https://nvd.nist.gov/vuln/detail/CVE-2026-25547 external
https://github.com/isaacs/brace-expansion/securit… external
https://access.redhat.com/security/cve/CVE-2026-26996 self
https://bugzilla.redhat.com/show_bug.cgi?id=2441268 external
https://www.cve.org/CVERecord?id=CVE-2026-26996 external
https://nvd.nist.gov/vuln/detail/CVE-2026-26996 external
https://github.com/isaacs/minimatch/commit/2e111f… external
https://github.com/isaacs/minimatch/security/advi… external
https://access.redhat.com/security/cve/CVE-2026-27135 self
https://bugzilla.redhat.com/show_bug.cgi?id=2448754 external
https://www.cve.org/CVERecord?id=CVE-2026-27135 external
https://nvd.nist.gov/vuln/detail/CVE-2026-27135 external
https://github.com/nghttp2/nghttp2/commit/5c7df8f… external
https://github.com/nghttp2/nghttp2/security/advis… external

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for nodejs24 is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Node.js is a platform built on Chrome\u0027s JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.\n\nSecurity Fix(es):\n\n* nodejs: Nodejs denial of service (CVE-2026-21637)\n\n* brace-expansion: brace-expansion: Denial of Service via unbounded brace range expansion (CVE-2026-25547)\n\n* minimatch: minimatch: Denial of Service via specially crafted glob patterns (CVE-2026-26996)\n\n* undici: Undici: Denial of Service due to uncontrolled resource consumption (CVE-2026-2581)\n\n* undici: Undici: HTTP header injection and request smuggling vulnerability (CVE-2026-1527)\n\n* undici: undici: Denial of Service via unbounded memory consumption during WebSocket permessage-deflate decompression (CVE-2026-1526)\n\n* undici: Undici: Denial of Service via invalid WebSocket permessage-deflate extension parameter (CVE-2026-2229)\n\n* undici: Undici: HTTP Request Smuggling and Denial of Service due to duplicate Content-Length headers (CVE-2026-1525)\n\n* undici: undici: Denial of Service via crafted WebSocket frame with large length (CVE-2026-1528)\n\n* nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination (CVE-2026-27135)\n\n* Node.js: Node.js: Denial of Service via malformed Internationalized Domain Name processing (CVE-2026-21712)\n\n* Node.js: Node.js: Denial of Service due to crafted HTTP `__proto__` header (CVE-2026-21710)\n\n* Node.js: Node.js: Information disclosure due to `fs.realpathSync.native()` bypassing filesystem read restrictions (CVE-2026-21715)\n\n* nodejs: Node.js: Permission bypass allows unauthorized modification of file permissions and ownership via incomplete security fix. (CVE-2026-21716)\n\n* Node.js: Node.js: Unauthorized inter-process communication due to missing Unix Domain Socket permission checks (CVE-2026-21711)\n\n* Node.js: Node.js: Information disclosure via timing oracle in HMAC verification (CVE-2026-21713)\n\n* Node.js: Node.js: Memory leak and Denial of Service via crafted HTTP/2 WINDOW_UPDATE frames (CVE-2026-21714)\n\n* nodejs: v8: Node.js: Denial of Service via V8 string hashing mechanism due to predictable hash collisions (CVE-2026-21717)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2026:7675",
        "url": "https://access.redhat.com/errata/RHSA-2026:7675"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2431340",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431340"
      },
      {
        "category": "external",
        "summary": "2436942",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436942"
      },
      {
        "category": "external",
        "summary": "2441268",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
      },
      {
        "category": "external",
        "summary": "2447140",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447140"
      },
      {
        "category": "external",
        "summary": "2447141",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447141"
      },
      {
        "category": "external",
        "summary": "2447142",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447142"
      },
      {
        "category": "external",
        "summary": "2447143",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447143"
      },
      {
        "category": "external",
        "summary": "2447144",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447144"
      },
      {
        "category": "external",
        "summary": "2447145",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447145"
      },
      {
        "category": "external",
        "summary": "2448754",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448754"
      },
      {
        "category": "external",
        "summary": "2453037",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453037"
      },
      {
        "category": "external",
        "summary": "2453151",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453151"
      },
      {
        "category": "external",
        "summary": "2453152",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453152"
      },
      {
        "category": "external",
        "summary": "2453157",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453157"
      },
      {
        "category": "external",
        "summary": "2453158",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453158"
      },
      {
        "category": "external",
        "summary": "2453160",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453160"
      },
      {
        "category": "external",
        "summary": "2453161",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453161"
      },
      {
        "category": "external",
        "summary": "2453162",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453162"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_7675.json"
      }
    ],
    "title": "Red Hat Security Advisory: nodejs24 security update",
    "tracking": {
      "current_release_date": "2026-04-13T08:42:48+00:00",
      "generator": {
        "date": "2026-04-13T08:42:48+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.7.5"
        }
      },
      "id": "RHSA-2026:7675",
      "initial_release_date": "2026-04-13T02:27:36+00:00",
      "revision_history": [
        {
          "date": "2026-04-13T02:27:36+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-04-13T02:27:36+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-04-13T08:42:48+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream (v. 10)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream (v. 10)",
                  "product_id": "AppStream-10.1.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:10.1"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "nodejs24-1:24.14.1-2.el10_1.s390x",
                "product": {
                  "name": "nodejs24-1:24.14.1-2.el10_1.s390x",
                  "product_id": "nodejs24-1:24.14.1-2.el10_1.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24@24.14.1-2.el10_1?arch=s390x\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-devel-1:24.14.1-2.el10_1.s390x",
                "product": {
                  "name": "nodejs24-devel-1:24.14.1-2.el10_1.s390x",
                  "product_id": "nodejs24-devel-1:24.14.1-2.el10_1.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-devel@24.14.1-2.el10_1?arch=s390x\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
                "product": {
                  "name": "nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
                  "product_id": "nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-full-i18n@24.14.1-2.el10_1?arch=s390x\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-libs-1:24.14.1-2.el10_1.s390x",
                "product": {
                  "name": "nodejs24-libs-1:24.14.1-2.el10_1.s390x",
                  "product_id": "nodejs24-libs-1:24.14.1-2.el10_1.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-libs@24.14.1-2.el10_1?arch=s390x\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
                "product": {
                  "name": "nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
                  "product_id": "nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-debugsource@24.14.1-2.el10_1?arch=s390x\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
                "product": {
                  "name": "nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
                  "product_id": "nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-debuginfo@24.14.1-2.el10_1?arch=s390x\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
                "product": {
                  "name": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
                  "product_id": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-libs-debuginfo@24.14.1-2.el10_1?arch=s390x\u0026epoch=1"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "nodejs24-1:24.14.1-2.el10_1.x86_64",
                "product": {
                  "name": "nodejs24-1:24.14.1-2.el10_1.x86_64",
                  "product_id": "nodejs24-1:24.14.1-2.el10_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24@24.14.1-2.el10_1?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
                "product": {
                  "name": "nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
                  "product_id": "nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-devel@24.14.1-2.el10_1?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
                "product": {
                  "name": "nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
                  "product_id": "nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-full-i18n@24.14.1-2.el10_1?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
                "product": {
                  "name": "nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
                  "product_id": "nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-libs@24.14.1-2.el10_1?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
                "product": {
                  "name": "nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
                  "product_id": "nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-debugsource@24.14.1-2.el10_1?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
                "product": {
                  "name": "nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
                  "product_id": "nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-debuginfo@24.14.1-2.el10_1?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
                "product": {
                  "name": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
                  "product_id": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-libs-debuginfo@24.14.1-2.el10_1?arch=x86_64\u0026epoch=1"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "nodejs24-1:24.14.1-2.el10_1.src",
                "product": {
                  "name": "nodejs24-1:24.14.1-2.el10_1.src",
                  "product_id": "nodejs24-1:24.14.1-2.el10_1.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24@24.14.1-2.el10_1?arch=src\u0026epoch=1"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "nodejs24-1:24.14.1-2.el10_1.aarch64",
                "product": {
                  "name": "nodejs24-1:24.14.1-2.el10_1.aarch64",
                  "product_id": "nodejs24-1:24.14.1-2.el10_1.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24@24.14.1-2.el10_1?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
                "product": {
                  "name": "nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
                  "product_id": "nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-devel@24.14.1-2.el10_1?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
                "product": {
                  "name": "nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
                  "product_id": "nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-full-i18n@24.14.1-2.el10_1?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
                "product": {
                  "name": "nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
                  "product_id": "nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-libs@24.14.1-2.el10_1?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
                "product": {
                  "name": "nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
                  "product_id": "nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-debugsource@24.14.1-2.el10_1?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
                "product": {
                  "name": "nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
                  "product_id": "nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-debuginfo@24.14.1-2.el10_1?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
                "product": {
                  "name": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
                  "product_id": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-libs-debuginfo@24.14.1-2.el10_1?arch=aarch64\u0026epoch=1"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "nodejs24-1:24.14.1-2.el10_1.ppc64le",
                "product": {
                  "name": "nodejs24-1:24.14.1-2.el10_1.ppc64le",
                  "product_id": "nodejs24-1:24.14.1-2.el10_1.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24@24.14.1-2.el10_1?arch=ppc64le\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
                "product": {
                  "name": "nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
                  "product_id": "nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-devel@24.14.1-2.el10_1?arch=ppc64le\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
                "product": {
                  "name": "nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
                  "product_id": "nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-full-i18n@24.14.1-2.el10_1?arch=ppc64le\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
                "product": {
                  "name": "nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
                  "product_id": "nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-libs@24.14.1-2.el10_1?arch=ppc64le\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
                "product": {
                  "name": "nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
                  "product_id": "nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-debugsource@24.14.1-2.el10_1?arch=ppc64le\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
                "product": {
                  "name": "nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
                  "product_id": "nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-debuginfo@24.14.1-2.el10_1?arch=ppc64le\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
                "product": {
                  "name": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
                  "product_id": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-libs-debuginfo@24.14.1-2.el10_1?arch=ppc64le\u0026epoch=1"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "nodejs24-docs-1:24.14.1-2.el10_1.noarch",
                "product": {
                  "name": "nodejs24-docs-1:24.14.1-2.el10_1.noarch",
                  "product_id": "nodejs24-docs-1:24.14.1-2.el10_1.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-docs@24.14.1-2.el10_1?arch=noarch\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch",
                "product": {
                  "name": "nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch",
                  "product_id": "nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nodejs24-npm@11.11.0-1.24.14.1.2.el10_1?arch=noarch\u0026epoch=1"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-1:24.14.1-2.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64"
        },
        "product_reference": "nodejs24-1:24.14.1-2.el10_1.aarch64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-1:24.14.1-2.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le"
        },
        "product_reference": "nodejs24-1:24.14.1-2.el10_1.ppc64le",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-1:24.14.1-2.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x"
        },
        "product_reference": "nodejs24-1:24.14.1-2.el10_1.s390x",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-1:24.14.1-2.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src"
        },
        "product_reference": "nodejs24-1:24.14.1-2.el10_1.src",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-1:24.14.1-2.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64"
        },
        "product_reference": "nodejs24-1:24.14.1-2.el10_1.x86_64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64"
        },
        "product_reference": "nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le"
        },
        "product_reference": "nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x"
        },
        "product_reference": "nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64"
        },
        "product_reference": "nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64"
        },
        "product_reference": "nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le"
        },
        "product_reference": "nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-debugsource-1:24.14.1-2.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x"
        },
        "product_reference": "nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64"
        },
        "product_reference": "nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-devel-1:24.14.1-2.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64"
        },
        "product_reference": "nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-devel-1:24.14.1-2.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le"
        },
        "product_reference": "nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-devel-1:24.14.1-2.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x"
        },
        "product_reference": "nodejs24-devel-1:24.14.1-2.el10_1.s390x",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-devel-1:24.14.1-2.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64"
        },
        "product_reference": "nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-docs-1:24.14.1-2.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch"
        },
        "product_reference": "nodejs24-docs-1:24.14.1-2.el10_1.noarch",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64"
        },
        "product_reference": "nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le"
        },
        "product_reference": "nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x"
        },
        "product_reference": "nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64"
        },
        "product_reference": "nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-libs-1:24.14.1-2.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64"
        },
        "product_reference": "nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-libs-1:24.14.1-2.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le"
        },
        "product_reference": "nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-libs-1:24.14.1-2.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x"
        },
        "product_reference": "nodejs24-libs-1:24.14.1-2.el10_1.s390x",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-libs-1:24.14.1-2.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64"
        },
        "product_reference": "nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64"
        },
        "product_reference": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le"
        },
        "product_reference": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x"
        },
        "product_reference": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64"
        },
        "product_reference": "nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        },
        "product_reference": "nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch",
        "relates_to_product_reference": "AppStream-10.1.Z"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2026-1525",
      "cwe": {
        "id": "CWE-444",
        "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
      },
      "discovery_date": "2026-03-12T21:01:33.639277+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2447144"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in undici, a Node.js HTTP/1.1 client. A remote attacker could exploit this vulnerability by sending HTTP/1.1 requests that include duplicate Content-Length headers with different casing (e.g., \"Content-Length\" and \"content-length\"). This can lead to HTTP Request Smuggling, a technique where an attacker sends an ambiguous request that is interpreted differently by a proxy and a backend server. Successful exploitation could result in unauthorized access, cache poisoning, or credential hijacking. It may also cause a Denial of Service (DoS) if strict HTTP parsers reject the malformed requests.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "undici: Undici: HTTP Request Smuggling and Denial of Service due to duplicate Content-Length headers",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Moderate impact. A flaw in the undici Node.js HTTP/1.1 client allows for HTTP Request Smuggling or Denial of Service. This can occur in Red Hat products that use undici and process HTTP requests where user-controlled header names are not case-normalized, or headers are passed as flat arrays.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-1525"
        },
        {
          "category": "external",
          "summary": "RHBZ#2447144",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447144"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-1525",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-1525"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1525",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1525"
        },
        {
          "category": "external",
          "summary": "https://cna.openjsf.org/security-advisories.html",
          "url": "https://cna.openjsf.org/security-advisories.html"
        },
        {
          "category": "external",
          "summary": "https://cwe.mitre.org/data/definitions/444.html",
          "url": "https://cwe.mitre.org/data/definitions/444.html"
        },
        {
          "category": "external",
          "summary": "https://github.com/nodejs/undici/security/advisories/GHSA-2mjp-6q6p-2qxm",
          "url": "https://github.com/nodejs/undici/security/advisories/GHSA-2mjp-6q6p-2qxm"
        },
        {
          "category": "external",
          "summary": "https://hackerone.com/reports/3556037",
          "url": "https://hackerone.com/reports/3556037"
        },
        {
          "category": "external",
          "summary": "https://www.rfc-editor.org/rfc/rfc9110.html#section-8.6",
          "url": "https://www.rfc-editor.org/rfc/rfc9110.html#section-8.6"
        }
      ],
      "release_date": "2026-03-12T19:56:55.092000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "undici: Undici: HTTP Request Smuggling and Denial of Service due to duplicate Content-Length headers"
    },
    {
      "cve": "CVE-2026-1526",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "discovery_date": "2026-03-12T21:01:25.538271+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2447142"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in undici. A remote attacker can exploit this vulnerability by sending a specially crafted compressed frame, known as a \"decompression bomb,\" during permessage-deflate decompression. The undici WebSocket client does not properly limit the size of decompressed data, leading to unbounded memory consumption. This can cause the Node.js process to exhaust available memory, resulting in a denial of service (DoS) where the process crashes or becomes unresponsive.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "undici: undici: Denial of Service via unbounded memory consumption during WebSocket permessage-deflate decompression",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-1526"
        },
        {
          "category": "external",
          "summary": "RHBZ#2447142",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447142"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-1526",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-1526"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1526",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1526"
        },
        {
          "category": "external",
          "summary": "https://cna.openjsf.org/security-advisories.html",
          "url": "https://cna.openjsf.org/security-advisories.html"
        },
        {
          "category": "external",
          "summary": "https://datatracker.ietf.org/doc/html/rfc7692",
          "url": "https://datatracker.ietf.org/doc/html/rfc7692"
        },
        {
          "category": "external",
          "summary": "https://github.com/nodejs/undici/security/advisories/GHSA-vrm6-8vpv-qv8q",
          "url": "https://github.com/nodejs/undici/security/advisories/GHSA-vrm6-8vpv-qv8q"
        },
        {
          "category": "external",
          "summary": "https://hackerone.com/reports/3481206",
          "url": "https://hackerone.com/reports/3481206"
        }
      ],
      "release_date": "2026-03-12T20:08:05.950000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "undici: undici: Denial of Service via unbounded memory consumption during WebSocket permessage-deflate decompression"
    },
    {
      "cve": "CVE-2026-1527",
      "cwe": {
        "id": "CWE-93",
        "name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
      },
      "discovery_date": "2026-03-12T21:01:21.390673+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2447141"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in undici, a Node.js HTTP/1.1 client. This vulnerability allows a remote attacker to inject malicious data into HTTP headers or prematurely end HTTP requests by sending specially crafted input to the `upgrade` option of `client.request()`. This is possible because undici does not properly validate input for invalid header characters, which could lead to unauthorized information disclosure or bypassing of security controls.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "undici: Undici: HTTP header injection and request smuggling vulnerability",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-1527"
        },
        {
          "category": "external",
          "summary": "RHBZ#2447141",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447141"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-1527",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-1527"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1527",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1527"
        },
        {
          "category": "external",
          "summary": "https://cna.openjsf.org/security-advisories.html",
          "url": "https://cna.openjsf.org/security-advisories.html"
        },
        {
          "category": "external",
          "summary": "https://github.com/nodejs/undici/security/advisories/GHSA-4992-7rv2-5pvq",
          "url": "https://github.com/nodejs/undici/security/advisories/GHSA-4992-7rv2-5pvq"
        },
        {
          "category": "external",
          "summary": "https://hackerone.com/reports/3487198",
          "url": "https://hackerone.com/reports/3487198"
        }
      ],
      "release_date": "2026-03-12T20:17:18.984000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "undici: Undici: HTTP header injection and request smuggling vulnerability"
    },
    {
      "cve": "CVE-2026-1528",
      "cwe": {
        "id": "CWE-248",
        "name": "Uncaught Exception"
      },
      "discovery_date": "2026-03-12T21:01:36.954017+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2447145"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in undici. A remote attacker could exploit this vulnerability by sending a specially crafted WebSocket frame with an extremely large 64-bit length. This causes undici\u0027s ByteParser to overflow its internal calculations, leading to an invalid state and a fatal TypeError. The primary consequence is a Denial of Service (DoS), which terminates the process.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "undici: undici: Denial of Service via crafted WebSocket frame with large length",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-1528"
        },
        {
          "category": "external",
          "summary": "RHBZ#2447145",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447145"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-1528",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-1528"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1528",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1528"
        },
        {
          "category": "external",
          "summary": "https://cna.openjsf.org/security-advisories.html",
          "url": "https://cna.openjsf.org/security-advisories.html"
        },
        {
          "category": "external",
          "summary": "https://github.com/nodejs/undici/security/advisories/GHSA-f269-vfmq-vjvj",
          "url": "https://github.com/nodejs/undici/security/advisories/GHSA-f269-vfmq-vjvj"
        },
        {
          "category": "external",
          "summary": "https://hackerone.com/reports/3537648",
          "url": "https://hackerone.com/reports/3537648"
        }
      ],
      "release_date": "2026-03-12T20:21:57.775000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "undici: undici: Denial of Service via crafted WebSocket frame with large length"
    },
    {
      "cve": "CVE-2026-2229",
      "cwe": {
        "id": "CWE-248",
        "name": "Uncaught Exception"
      },
      "discovery_date": "2026-03-12T21:01:29.187989+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2447143"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "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\u0027s Node.js process to terminate, leading to a denial-of-service (DoS) condition for the client.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "undici: Undici: Denial of Service via invalid WebSocket permessage-deflate extension parameter",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-2229"
        },
        {
          "category": "external",
          "summary": "RHBZ#2447143",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447143"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-2229",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-2229"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2229",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2229"
        },
        {
          "category": "external",
          "summary": "https://cna.openjsf.org/security-advisories.html",
          "url": "https://cna.openjsf.org/security-advisories.html"
        },
        {
          "category": "external",
          "summary": "https://datatracker.ietf.org/doc/html/rfc7692",
          "url": "https://datatracker.ietf.org/doc/html/rfc7692"
        },
        {
          "category": "external",
          "summary": "https://github.com/nodejs/undici/security/advisories/GHSA-v9p9-hfj2-hcw8",
          "url": "https://github.com/nodejs/undici/security/advisories/GHSA-v9p9-hfj2-hcw8"
        },
        {
          "category": "external",
          "summary": "https://hackerone.com/reports/3487486",
          "url": "https://hackerone.com/reports/3487486"
        },
        {
          "category": "external",
          "summary": "https://nodejs.org/api/zlib.html#class-zlibinflateraw",
          "url": "https://nodejs.org/api/zlib.html#class-zlibinflateraw"
        }
      ],
      "release_date": "2026-03-12T20:27:05.600000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "undici: Undici: Denial of Service via invalid WebSocket permessage-deflate extension parameter"
    },
    {
      "cve": "CVE-2026-2581",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "discovery_date": "2026-03-12T21:01:10.589089+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2447140"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Undici. When the `interceptors.deduplicate()` feature is enabled, response data for deduplicated requests can accumulate in memory. A remote attacker, by sending large or chunked responses and concurrent identical requests from an untrusted endpoint, can exploit this uncontrolled resource consumption. This leads to high memory usage and potential Out-Of-Memory (OOM) process termination, resulting in a Denial of Service (DoS) for the application.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "undici: Undici: Denial of Service due to uncontrolled resource consumption",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-2581"
        },
        {
          "category": "external",
          "summary": "RHBZ#2447140",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447140"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-2581",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-2581"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2581",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2581"
        },
        {
          "category": "external",
          "summary": "https://cna.openjsf.org/security-advisories.html",
          "url": "https://cna.openjsf.org/security-advisories.html"
        },
        {
          "category": "external",
          "summary": "https://github.com/nodejs/undici/security/advisories/GHSA-phc3-fgpg-7m6h",
          "url": "https://github.com/nodejs/undici/security/advisories/GHSA-phc3-fgpg-7m6h"
        },
        {
          "category": "external",
          "summary": "https://hackerone.com/reports/3513473",
          "url": "https://hackerone.com/reports/3513473"
        }
      ],
      "release_date": "2026-03-12T20:13:19.571000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "undici: Undici: Denial of Service due to uncontrolled resource consumption"
    },
    {
      "cve": "CVE-2026-21637",
      "cwe": {
        "id": "CWE-248",
        "name": "Uncaught Exception"
      },
      "discovery_date": "2026-01-20T21:01:26.738343+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2431340"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw in Node.js TLS error handling allows remote attackers to crash or exhaust resources of a TLS server when `pskCallback` or `ALPNCallback` are in use. Synchronous exceptions thrown during these callbacks bypass standard TLS error handling paths (tlsClientError and error), causing either immediate process termination or silent file descriptor leaks that eventually lead to denial of service. Because these callbacks process attacker-controlled input during the TLS handshake, a remote client can repeatedly trigger the issue. This vulnerability affects TLS servers using PSK or ALPN callbacks across Node.js versions where these callbacks throw without being safely wrapped.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "nodejs: Nodejs denial of service",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Systems configured according to Red Hat guidelines should have their services set to restart in the event of a process crash. This Host system service management mitigates the availability impact to Red Hat customers.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-21637"
        },
        {
          "category": "external",
          "summary": "RHBZ#2431340",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431340"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-21637",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-21637"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21637",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21637"
        },
        {
          "category": "external",
          "summary": "https://nodejs.org/en/blog/vulnerability/december-2025-security-releases",
          "url": "https://nodejs.org/en/blog/vulnerability/december-2025-security-releases"
        }
      ],
      "release_date": "2026-01-20T20:41:55.352000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "nodejs: Nodejs denial of service"
    },
    {
      "cve": "CVE-2026-21710",
      "cwe": {
        "id": "CWE-843",
        "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
      },
      "discovery_date": "2026-03-30T20:01:21.196629+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2453151"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Node.js. A remote attacker can exploit this vulnerability by sending a specially crafted HTTP request that includes a header named `__proto__`. When a Node.js application processes this request and attempts to access distinct headers, it encounters an unhandled error, leading to an application crash. This can result in a Denial of Service (DoS), making the affected service unavailable to users.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Node.js: Node.js: Denial of Service due to crafted HTTP `__proto__` header",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-21710"
        },
        {
          "category": "external",
          "summary": "RHBZ#2453151",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453151"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-21710",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-21710"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21710",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21710"
        },
        {
          "category": "external",
          "summary": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases",
          "url": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases"
        }
      ],
      "release_date": "2026-03-30T19:07:28.558000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "Node.js: Node.js: Denial of Service due to crafted HTTP `__proto__` header"
    },
    {
      "cve": "CVE-2026-21711",
      "cwe": {
        "id": "CWE-940",
        "name": "Improper Verification of Source of a Communication Channel"
      },
      "discovery_date": "2026-03-30T20:01:55.465001+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2453158"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Node.js. The Node.js Permission Model, designed to restrict network access, incorrectly omits permission checks for Unix Domain Socket (UDS) server operations. This allows local code, even when explicitly denied network access, to create and expose inter-process communication (IPC) endpoints. As a result, unauthorized communication can occur between processes on the same host, bypassing the intended network security restrictions.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Node.js: Node.js: Unauthorized inter-process communication due to missing Unix Domain Socket permission checks",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-21711"
        },
        {
          "category": "external",
          "summary": "RHBZ#2453158",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453158"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-21711",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-21711"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21711",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21711"
        },
        {
          "category": "external",
          "summary": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases",
          "url": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases"
        }
      ],
      "release_date": "2026-03-30T19:07:28.526000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 5.2,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "Node.js: Node.js: Unauthorized inter-process communication due to missing Unix Domain Socket permission checks"
    },
    {
      "cve": "CVE-2026-21712",
      "cwe": {
        "id": "CWE-168",
        "name": "Improper Handling of Inconsistent Special Elements"
      },
      "discovery_date": "2026-03-30T16:02:27.812711+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2453037"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Node.js. This vulnerability allows an attacker to cause a Denial of Service (DoS) by providing a malformed Internationalized Domain Name (IDN) to the `url.format()` function. When processed, this malformed input triggers an internal error, causing the Node.js application to crash. This can disrupt services and make them unavailable.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Node.js: Node.js: Denial of Service via malformed Internationalized Domain Name processing",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-21712"
        },
        {
          "category": "external",
          "summary": "RHBZ#2453037",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453037"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-21712",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-21712"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21712",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21712"
        },
        {
          "category": "external",
          "summary": "https://hackerone.com/reports/3546390",
          "url": "https://hackerone.com/reports/3546390"
        },
        {
          "category": "external",
          "summary": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases",
          "url": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases"
        }
      ],
      "release_date": "2026-03-30T15:13:59.172000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "Node.js: Node.js: Denial of Service via malformed Internationalized Domain Name processing"
    },
    {
      "cve": "CVE-2026-21713",
      "cwe": {
        "id": "CWE-208",
        "name": "Observable Timing Discrepancy"
      },
      "discovery_date": "2026-03-30T20:02:02.430513+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2453160"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Node.js. The HMAC (Hash-based Message Authentication Code) verification process uses a comparison method that does not take a constant amount of time. This non-constant-time comparison can leak timing information, which, under specific conditions where precise timing measurements are possible, could be exploited by a remote attacker. This allows the attacker to infer sensitive HMAC values, leading to information disclosure.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Node.js: Node.js: Information disclosure via timing oracle in HMAC verification",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-21713"
        },
        {
          "category": "external",
          "summary": "RHBZ#2453160",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453160"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-21713",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-21713"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21713",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21713"
        },
        {
          "category": "external",
          "summary": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases",
          "url": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases"
        }
      ],
      "release_date": "2026-03-30T19:07:28.356000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "Node.js: Node.js: Information disclosure via timing oracle in HMAC verification"
    },
    {
      "cve": "CVE-2026-21714",
      "cwe": {
        "id": "CWE-772",
        "name": "Missing Release of Resource after Effective Lifetime"
      },
      "discovery_date": "2026-03-30T20:02:06.237456+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2453161"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Node.js. A remote attacker can exploit this vulnerability in Node.js HTTP/2 servers by sending specially crafted WINDOW_UPDATE frames on stream 0 (connection-level). These frames can cause the flow control window to exceed its maximum value, leading to a memory leak as Http2Session objects are not properly cleaned up. This can result in resource exhaustion and a Denial of Service (DoS) condition for the server.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Node.js: Node.js: Memory leak and Denial of Service via crafted HTTP/2 WINDOW_UPDATE frames",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-21714"
        },
        {
          "category": "external",
          "summary": "RHBZ#2453161",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453161"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-21714",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-21714"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21714",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21714"
        },
        {
          "category": "external",
          "summary": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases",
          "url": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases"
        }
      ],
      "release_date": "2026-03-30T19:07:28.317000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "Node.js: Node.js: Memory leak and Denial of Service via crafted HTTP/2 WINDOW_UPDATE frames"
    },
    {
      "cve": "CVE-2026-21715",
      "cwe": {
        "id": "CWE-425",
        "name": "Direct Request (\u0027Forced Browsing\u0027)"
      },
      "discovery_date": "2026-03-30T20:01:25.714444+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2453152"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Node.js. The Node.js Permission Model, intended to restrict filesystem access, does not properly enforce read permission checks for the `fs.realpathSync.native()` function. This vulnerability allows code operating under `--permission` with restricted `--allow-fs-read` flags to bypass security controls. Consequently, an attacker can use `fs.realpathSync.native()` to determine file existence, resolve symbolic link targets, and enumerate filesystem paths outside of permitted directories, leading to information disclosure.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Node.js: Node.js: Information disclosure due to `fs.realpathSync.native()` bypassing filesystem read restrictions",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-21715"
        },
        {
          "category": "external",
          "summary": "RHBZ#2453152",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453152"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-21715",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-21715"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21715",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21715"
        },
        {
          "category": "external",
          "summary": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases",
          "url": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases"
        }
      ],
      "release_date": "2026-03-30T19:07:28.507000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "Node.js: Node.js: Information disclosure due to `fs.realpathSync.native()` bypassing filesystem read restrictions"
    },
    {
      "cve": "CVE-2026-21716",
      "cwe": {
        "id": "CWE-279",
        "name": "Incorrect Execution-Assigned Permissions"
      },
      "discovery_date": "2026-03-30T20:01:51.136802+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2453157"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Node.js. An incomplete security fix allows code operating under restricted file system write permissions to bypass these limitations. This vulnerability enables the modification of file permissions and ownership on already-open files, even when explicit write access is denied. Such a bypass could lead to unauthorized changes to system files.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "nodejs: Node.js: Permission bypass allows unauthorized modification of file permissions and ownership via incomplete security fix.",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-21716"
        },
        {
          "category": "external",
          "summary": "RHBZ#2453157",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453157"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-21716",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-21716"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21716",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21716"
        },
        {
          "category": "external",
          "summary": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases",
          "url": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases"
        }
      ],
      "release_date": "2026-03-30T19:07:28.538000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 3.8,
            "baseSeverity": "LOW",
            "confidentialityImpact": "NONE",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "nodejs: Node.js: Permission bypass allows unauthorized modification of file permissions and ownership via incomplete security fix."
    },
    {
      "cve": "CVE-2026-21717",
      "cwe": {
        "id": "CWE-328",
        "name": "Use of Weak Hash"
      },
      "discovery_date": "2026-03-30T20:02:10.986695+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2453162"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in V8\u0027s string hashing mechanism within Node.js. A remote attacker can exploit this vulnerability by crafting requests containing integer-like strings. These specially crafted strings cause predictable hash collisions in V8\u0027s internal string table, particularly when processed by functions like JSON.parse() on attacker-controlled input. This can significantly degrade the performance of the Node.js process, leading to a Denial of Service (DoS) condition.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "nodejs: v8: Node.js: Denial of Service via V8 string hashing mechanism due to predictable hash collisions",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-21717"
        },
        {
          "category": "external",
          "summary": "RHBZ#2453162",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453162"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-21717",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-21717"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21717",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21717"
        },
        {
          "category": "external",
          "summary": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases",
          "url": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases"
        }
      ],
      "release_date": "2026-03-30T19:07:28.415000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "nodejs: v8: Node.js: Denial of Service via V8 string hashing mechanism due to predictable hash collisions"
    },
    {
      "cve": "CVE-2026-25547",
      "cwe": {
        "id": "CWE-409",
        "name": "Improper Handling of Highly Compressed Data (Data Amplification)"
      },
      "discovery_date": "2026-02-04T22:01:11.784120+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2436942"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the brace-expansion component. This denial of service (DoS) vulnerability allows a remote attacker to provide specially crafted input containing repeated numeric brace ranges. This input causes the library to attempt an unbounded expansion, consuming excessive CPU and memory resources. This can lead to a system crash, impacting the availability of the service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "brace-expansion: brace-expansion: Denial of Service via unbounded brace range expansion",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-25547"
        },
        {
          "category": "external",
          "summary": "RHBZ#2436942",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436942"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-25547",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-25547"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25547",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25547"
        },
        {
          "category": "external",
          "summary": "https://github.com/isaacs/brace-expansion/security/advisories/GHSA-7h2j-956f-4vf2",
          "url": "https://github.com/isaacs/brace-expansion/security/advisories/GHSA-7h2j-956f-4vf2"
        }
      ],
      "release_date": "2026-02-04T21:51:17.198000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "brace-expansion: brace-expansion: Denial of Service via unbounded brace range expansion"
    },
    {
      "cve": "CVE-2026-26996",
      "cwe": {
        "id": "CWE-1333",
        "name": "Inefficient Regular Expression Complexity"
      },
      "discovery_date": "2026-02-20T04:01:11.896063+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2441268"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-26996"
        },
        {
          "category": "external",
          "summary": "RHBZ#2441268",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
        },
        {
          "category": "external",
          "summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
          "url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
        },
        {
          "category": "external",
          "summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
          "url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
        }
      ],
      "release_date": "2026-02-20T03:05:21.105000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
    },
    {
      "cve": "CVE-2026-27135",
      "cwe": {
        "id": "CWE-617",
        "name": "Reachable Assertion"
      },
      "discovery_date": "2026-03-18T19:02:13.823002+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2448754"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in nghttp2. Due to missing internal state validation, the library continues to process incoming data even after a session has been terminated. A remote attacker could exploit this by sending a specially crafted HTTP/2 frame, leading to an assertion failure and a denial of service (DoS).",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
          "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
          "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
          "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-27135"
        },
        {
          "category": "external",
          "summary": "RHBZ#2448754",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448754"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-27135",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-27135"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27135",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27135"
        },
        {
          "category": "external",
          "summary": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1",
          "url": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1"
        },
        {
          "category": "external",
          "summary": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6",
          "url": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6"
        }
      ],
      "release_date": "2026-03-18T17:59:02.045000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-13T02:27:36+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7675"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.src",
            "AppStream-10.1.Z:nodejs24-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-debugsource-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-devel-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-docs-1:24.14.1-2.el10_1.noarch",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-full-i18n-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.aarch64",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.ppc64le",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.s390x",
            "AppStream-10.1.Z:nodejs24-libs-debuginfo-1:24.14.1-2.el10_1.x86_64",
            "AppStream-10.1.Z:nodejs24-npm-1:11.11.0-1.24.14.1.2.el10_1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…