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

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 formats

1 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.

medium T1190 Initial Access

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

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-45736 vulnerability CVE-2026-45736
CWE-908 weakness CWE-908
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 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.

Related coverage

CVE-2026-8695: radare2 Use-After-Free Allows Remote Code Execution

CVE-2026-8695 — radare2 6.1.5 contains a use-after-free vulnerability in the gdbr_threads_list() function that allows remote attackers to trigger memory corruption by sending a valid qfThreadInfo...

vulnerabilityCVEhigh-severitycode-executioncwe-416
/SCW Vulnerability Desk /HIGH /7.5 /⚑ 4 IOCs /⚙ 2 Sigma

CVE-2026-46383 — Microsoft APM is an open-source, community-driven

CVE-2026-46383 — Microsoft APM is an open-source, community-driven dependency manager for AI agents. Prior to 0.13.0, Microsoft APM contains a Windows-specific archive extraction boundary failure...

vulnerabilityCVEmedium-severitycwe-22cwe-73
/SCW Vulnerability Desk /MEDIUM /5.5 /⚑ 3 IOCs /⚙ 3 Sigma

Microsoft APM Vulnerability CVE-2026-45539 Exposes AI Agent Files

CVE-2026-45539 — Microsoft APM is an open-source, community-driven dependency manager for AI agents. From 0.5.4 to 0.12.4, two primitive integrators in apm-cli enumerate package files...

vulnerabilityCVEhigh-severitycwe-59cwe-200
/SCW Vulnerability Desk /HIGH /7.4 /⚑ 4 IOCs /⚙ 3 Sigma