Vulnerability Description
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 Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Deno | Deno | >= 1.35.1, < 1.36.3 |
Related Weaknesses (CWE)
References
- https://github.com/denoland/deno/commit/3e9fb8aafd9834ebacd27734cea4310caaf794c6Patch
- https://github.com/denoland/deno/issues/20188ExploitIssue Tracking
- https://github.com/denoland/deno/security/advisories/GHSA-wrqv-pf6j-mqjpVendor Advisory
- https://github.com/denoland/deno/commit/3e9fb8aafd9834ebacd27734cea4310caaf794c6Patch
- https://github.com/denoland/deno/issues/20188ExploitIssue Tracking
- https://github.com/denoland/deno/security/advisories/GHSA-wrqv-pf6j-mqjpVendor Advisory
FAQ
What is CVE-2024-27935?
CVE-2024-27935 is a vulnerability with a CVSS score of 7.2 (HIGH). 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...
How severe is CVE-2024-27935?
CVE-2024-27935 has been rated HIGH with a CVSS base score of 7.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-27935?
Check the references section above for vendor advisories and patch information. Affected products include: Deno Deno.