Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2024-27933 Details

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

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L214 CVEProduct
https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L220 CVEProduct
https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L225 CVEProduct
https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L241 CVEProduct
https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L256 CVEProduct

see all 20 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-863Incorrect Authorization[email protected]
CWE-863Incorrect Authorization[email protected]

Affected Products

ProductVersions
deno deno
1.39.0

CPE

  • cpe:2.3:a:deno:deno:1.39.0:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

6 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2024-27933
NVD Published Date:
Mar 21, 2024
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2024-27933 Details - Not Deferred