HIGH🇵🇱 Wersja polska

CVE-2024-27935

CVSS 7.2v3.1pub. 2024-03-21upd. 2025-01-03

Deno is a JavaScript, TypeScript, and WebAssembly runtime. Starting in version 1.35.1 and prior to version 1.36.3, a vulnerability in Deno's Node.js compatibility runtime allows for cross-session data contamination during simultaneous asynchronous reads from Node.js streams sourced from sockets or files. The issue arises from the re-use of a global buffer (BUF) in stream_wrap.ts used as a performance optimization to limit allocations during these asynchronous read operations. This can lead to data intended for one session being received by another session, potentially resulting in data corruption and unexpected behavior. This affects all users of Deno that use the node.js compatibility layer for network communication or other streams, including packages that may require node.js libraries indirectly. Version 1.36.3 contains a patch for this issue.

CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:L
  • Deno

    APP
    Deno
    1.35.1 – 1.36.3 (excl.)
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
CWE
References

Related vulnerabilities

CVE-2026-22863CRITICAL9.2PL ✓same product

Deno node:crypto — brak finalizacji szyfru umożliwia wielokrotne szyfrowanie

CVE-2023-28445CRITICAL9.9PL ✓same product

Deno 1.32.0: out-of-bound read/write przez Resizable ArrayBuffers

CVE-2022-24783CRITICAL10.0PL ✓same product

Deno: ominięcie uprawnień umożliwiające wykonanie dowolnego kodu powłoki

CVE-2021-32619CRITICAL9.8PL ✓same product

Obejście uprawnień sieciowych i systemu plików w Deno (import dynamiczny)

CVE-2026-44726HIGH7.4same product

Deno is a JavaScript, TypeScript, and WebAssembly runtime. From 2.0.0 until 2.7.8, a flaw in Deno's Node.js tl...