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.

NOTICE UPDATED - May, 29th 2024

The NVD has a new announcement page with status updates, news, and how to stay connected!

CVE-2024-27933 Detail

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.


Metrics

NVD enrichment efforts reference publicly available information to associate vector strings. CVSS information contributed by other sources is also displayed.
CVSS 4.0 Severity and Vector Strings:

NIST CVSS score
NIST: NVD
N/A
NVD assessment not yet provided.

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving NIST webspace. We have provided these links to other web sites because they may have information that would be of interest to you. No inferences should be drawn on account of other sites being referenced, or not, from this page. There may be other web sites that are more appropriate for your purpose. NIST does not necessarily endorse the views expressed, or concur with the facts presented on these sites. Further, NIST does not endorse any commercial products that may be mentioned on these sites. Please address comments about this page to nvd@nist.gov.

Hyperlink Resource
https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L214
https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L220
https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L225
https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L241
https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L256
https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L265
https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L99
https://github.com/denoland/deno/commit/55fac9f5ead6d30996400e8597c969b675c5a22b
https://github.com/denoland/deno/commit/5a91a065b882215dde209baf626247e54c21a392
https://github.com/denoland/deno/security/advisories/GHSA-6q4w-9x56-rmwq

Weakness Enumeration

CWE-ID CWE Name Source
CWE-863 Incorrect Authorization GitHub, Inc.  

Change History

2 change records found show changes

Quick Info

CVE Dictionary Entry:
CVE-2024-27933
NVD Published Date:
03/20/2024
NVD Last Modified:
03/21/2024
Source:
GitHub, Inc.