Bug 1224047 (CVE-2024-34346) - VUL-0: CVE-2024-34346: deno: permission escalation via open of privileged files with missing `--deny` flag
Summary: VUL-0: CVE-2024-34346: deno: permission escalation via open of privileged fil...
Status: NEW
Alias: CVE-2024-34346
Product: openSUSE Distribution
Classification: openSUSE
Component: Security (show other bugs)
Version: Leap 15.6
Hardware: Other Other
: P3 - Medium : Normal (vote)
Target Milestone: ---
Assignee: Avindra Goolcharan
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/404729/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-08 10:06 UTC by SMASH SMASH
Modified: 2024-05-08 10:15 UTC (History)
1 user (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SMASH SMASH 2024-05-08 10:06:11 UTC
Deno is a JavaScript, TypeScript, and WebAssembly runtime with secure defaults. The Deno sandbox may be unexpectedly weakened by allowing file read/write access to privileged files in various locations on Unix and Windows platforms. For example, reading `/proc/self/environ` may provide access equivalent to `--allow-env`, and writing `/proc/self/mem` may provide access equivalent to `--allow-all`. Users who grant read and write access to the entire filesystem may not realize that these access to these files may have additional, unintended consequences. The documentation did not reflect that this practice should be undertaken to increase the strength of the security sandbox. Users who run code with `--allow-read` or `--allow-write` may unexpectedly end up granting additional permissions via file-system operations. Deno 1.43 and above require explicit `--allow-all` access to read or write `/etc`, `/dev` on unix platform (as well as `/proc` and `/sys` on linux platforms), and any path starting with `\\` on Windows.

References:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-34346
https://www.cve.org/CVERecord?id=CVE-2024-34346
https://github.com/denoland/deno/security/advisories/GHSA-23rx-c3g5-hv9w