U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2024-27933

Change History

New CVE Received by NIST 3/20/2024 10:52:22 PM

Action Type Old Value New Value
Added CVSS V3.1

								
							
							
						
GitHub, Inc. AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
Added CWE

								
							
							
						
GitHub, Inc. CWE-863
Added Description

								
							
							
						
Deno is a JavaScript, TypeScript, and WebAssembly runtime. In version 1.39.0, use of raw file descriptors in `op_node_ipc_pipe()` leads to premature close of arbitrary file descriptors, allowing standard input to be re-opened as a different resource resulting in permission prompt bypass. Node child_process IPC relies on the JS side to pass the raw IPC file descriptor to `op_node_ipc_pipe()`, which returns a `IpcJsonStreamResource` ID associated with the file descriptor. On closing the resource, the raw file descriptor is closed together.

Use of raw file descriptors in `op_node_ipc_pipe()` leads to premature close of arbitrary file descriptors. This allow standard input (fd 0) to be closed and re-opened for a different resource, which allows a silent permission prompt bypass. This is exploitable by an attacker controlling the code executed inside a Deno runtime to obtain arbitrary code execution on the host machine regardless of permissions.

This bug is known to be exploitable. There is a working exploit that achieves arbitrary code execution by bypassing prompts from zero permissions, additionally abusing the fact that Cache API lacks filesystem permission checks. The attack can be conducted silently as stderr can also be closed, suppressing all prompt outputs.

Version 1.39.1 fixes the bug.
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L214 [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L220 [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L225 [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L241 [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L256 [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L265 [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L99 [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/denoland/deno/commit/55fac9f5ead6d30996400e8597c969b675c5a22b [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/denoland/deno/commit/5a91a065b882215dde209baf626247e54c21a392 [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/denoland/deno/security/advisories/GHSA-6q4w-9x56-rmwq [No types assigned]