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.
References
Link | Resource |
---|---|
https://github.com/denoland/deno/commit/3e9fb8aafd9834ebacd27734cea4310caaf794c6 | Patch |
https://github.com/denoland/deno/issues/20188 | Exploit Issue Tracking |
https://github.com/denoland/deno/security/advisories/GHSA-wrqv-pf6j-mqjp | Vendor Advisory |
https://github.com/denoland/deno/commit/3e9fb8aafd9834ebacd27734cea4310caaf794c6 | Patch |
https://github.com/denoland/deno/issues/20188 | Exploit Issue Tracking |
https://github.com/denoland/deno/security/advisories/GHSA-wrqv-pf6j-mqjp | Vendor Advisory |
Configurations
History
03 Jan 2025, 19:25
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:a:deno:deno:*:*:*:*:*:*:*:* | |
CWE | NVD-CWE-Other | |
First Time |
Deno
Deno deno |
|
References | () https://github.com/denoland/deno/commit/3e9fb8aafd9834ebacd27734cea4310caaf794c6 - Patch | |
References | () https://github.com/denoland/deno/issues/20188 - Exploit, Issue Tracking | |
References | () https://github.com/denoland/deno/security/advisories/GHSA-wrqv-pf6j-mqjp - Vendor Advisory |
21 Nov 2024, 09:05
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
References | () https://github.com/denoland/deno/commit/3e9fb8aafd9834ebacd27734cea4310caaf794c6 - | |
References | () https://github.com/denoland/deno/issues/20188 - | |
References | () https://github.com/denoland/deno/security/advisories/GHSA-wrqv-pf6j-mqjp - |
21 Mar 2024, 02:52
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-03-21 02:52
Updated : 2025-01-03 19:25
NVD link : CVE-2024-27935
Mitre link : CVE-2024-27935
CVE.ORG link : CVE-2024-27935
JSON object : View
Products Affected
deno
- deno
CWE