CVE-2026-45736 — ws is an open source WebSocket client and server for
CVE-2026-45736 — ws is an open source WebSocket client and server for Node.js. Prior to 8.20.1, the websocket.close() implementation is vulnerable to uninitialized memory disclosure when a TypedArray is passed as the reason argument. This vulnerability is fixed in 8.20.1.
What This Means For You
- If your environment is affected by CWE-908, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-45736 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
1 rule · 6 SIEM formats1 detection rule auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-45736 - Uninitialized Memory Disclosure via ws WebSocket close()
Sigma YAML — free preview
title: CVE-2026-45736 - Uninitialized Memory Disclosure via ws WebSocket close()
id: scw-2026-05-15-ai-1
status: experimental
level: medium
description: |
Detects the specific exploitation pattern of CVE-2026-45736 where an attacker attempts to trigger an uninitialized memory disclosure by passing a TypedArray (like Uint8Array) to the websocket.close() function in vulnerable versions of the 'ws' Node.js library. This rule looks for the Node.js executable being run with a command line that includes both 'websocket.close()' and a reference to a TypedArray constructor, indicating a potential exploit attempt.
author: SCW Feed Engine (AI-generated)
date: 2026-05-15
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-45736/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: process_creation
detection:
selection:
Image|startswith:
- 'C:\Program Files
odejs
ode.exe'
CommandLine|contains:
- 'websocket.close()'
CommandLine|contains:
- 'new Uint8Array()'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-45736 | vulnerability | CVE-2026-45736 |
| CWE-908 | weakness | CWE-908 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 15, 2026 at 18:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.