CVE-2024-27933
Last modified
CVE-2024-27933 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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. EPSS estimates a 2.28% chance of exploitation in the next 30 days.
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
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Deno | Deno | 1.39.0 |
References
- https://github.com/denoland/deno/security/advisories/GHSA-6q4w-9x56-rmwqExploit, Vendor Advisory
- https://github.com/denoland/deno/security/advisories/GHSA-6q4w-9x56-rmwqExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-27933?
How severe is CVE-2024-27933?
How do I fix CVE-2024-27933?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-27928vantage6 is an open-source infrastructure for privacy preser…5.9
- CVE-2024-27929ImageSharp is a managed, cross-platform, 2D graphics library…7.1
- CVE-2024-2793The Visual Website Collaboration, Feedback & Project Managem…7.2
- CVE-2024-27930GLPI is a Free Asset and IT Management Software package, Dat…6.5
- CVE-2024-27931Deno is a JavaScript, TypeScript, and WebAssembly runtime wi…6.5
- CVE-2024-27932Deno is a JavaScript, TypeScript, and WebAssembly runtime. S…4.6
- CVE-2024-27934Deno is a JavaScript, TypeScript, and WebAssembly runtime. S…8.8
- CVE-2024-27935Deno is a JavaScript, TypeScript, and WebAssembly runtime. S…8.3
- CVE-2024-27936Deno is a JavaScript, TypeScript, and WebAssembly runtime wi…6.5
- CVE-2024-27937GLPI is a Free Asset and IT Management Software package, Dat…4.3
- CVE-2024-27938Postal is an open source SMTP server. Postal versions less t…5.3
- CVE-2024-27939A vulnerability has been identified in RUGGEDCOM CROSSBOW (A…9.8
Are you affected by CVE-2024-27933?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
