Skip to content

Sandbox bypass leading to arbitrary code execution in Deno

Critical severity GitHub Reviewed Published Mar 25, 2022 in denoland/deno • Updated Jun 30, 2023

Package

cargo deno (Rust)

Affected versions

>= 1.18.0, < 1.20.3

Patched versions

1.20.3

Description

Impact

The versions of Deno between release 1.18.0 and 1.20.2 (inclusive) are vulnerable to an attack where a malicious actor controlling the code executed in a Deno runtime could bypass permission checks and execute arbitrary shell code.

There is no evidence that this vulnerability has been exploited in the wild.

This vulnerability does not affect users of Deno Deploy.

Patches

The vulnerability has been patched in Deno 1.20.3.

Workarounds

There is no workaround. All users are recommended to upgrade to 1.20.3 immediately


The cause of this error was that certain FFI operations did not correctly check for permissions. The issue was fixed in this pull request.

References

@lucacasonato lucacasonato published to denoland/deno Mar 25, 2022
Published by the National Vulnerability Database Mar 25, 2022
Published to the GitHub Advisory Database Mar 29, 2022
Reviewed Mar 29, 2022
Last updated Jun 30, 2023

Severity

Critical
10.0
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

CVE ID

CVE-2022-24783

GHSA ID

GHSA-838h-jqp6-cf2f

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.