JLSEC-2026-107

Source
https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/2026/JLSEC-2026-107.md
Import Source
https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-107.json
JSON Data
https://api.osv.dev/v1/vulns/JLSEC-2026-107
Upstream
  • EUVD-2024-1344
Published
2026-04-14T13:10:46.494Z
Modified
2026-04-14T13:31:35.611848043Z
Severity
  • 8.4 (High) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H CVSS Calculator
Summary
Deno permission escalation vulnerability via open of privileged files with missing `--deny` flag
Details

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.

Impact

Users who run code with --allow-read or --allow-write may unexpectedly end up granting additional permissions via file-system operations.

Patches

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.

Workarounds

The security sandbox in previous versions of Deno allows for denial of access to these files, but it requires an explicit addition of deny flags: --deny-read=/dev --deny-read=/sys --deny-read=/proc --deny-read=/etc --deny-write=/dev --deny-write=/sys --deny-write=/proc --deny-write=/etc. Note that symlinks in allowed locations may defeat this protection in earlier versions of Deno.

Reporters

This vulnerability was reported by a number of analysts. Thanks to oliver@secfault-security.com, finn@secfault-security.com, @leesh3288, and @cristianstaicu for their reports and analysis.

Database specific
{
    "sources": [
        {
            "id": "CVE-2024-34346",
            "imported": "2026-04-14T12:58:55.058Z",
            "url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2024-34346",
            "html_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34346",
            "modified": "2025-09-04T19:23:06.737Z",
            "published": "2024-05-07T21:15:09.270Z"
        },
        {
            "id": "GHSA-23rx-c3g5-hv9w",
            "imported": "2026-04-14T12:59:06.801Z",
            "url": "https://api.github.com/advisories/GHSA-23rx-c3g5-hv9w",
            "html_url": "https://github.com/advisories/GHSA-23rx-c3g5-hv9w",
            "modified": "2024-05-08T14:33:16Z",
            "published": "2024-05-08T14:33:16Z"
        },
        {
            "id": "EUVD-2024-1344",
            "imported": "2026-04-14T12:58:57.176Z",
            "url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2024-1344",
            "html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2024-1344",
            "modified": "2024-08-02T02:51:11Z",
            "published": "2024-05-07T21:02:16Z"
        }
    ],
    "license": "CC-BY-4.0"
}
References
Credits

Affected packages

Julia / Deno_jll

Package

Name
Deno_jll
Purl
pkg:julia/Deno_jll?uuid=04572ae6-984a-583e-9378-9577a1c2574d

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0+0

Database specific

source
"https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-107.json"