JLSEC-2026-100

Source
https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/2026/JLSEC-2026-100.md
Import Source
https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-100.json
JSON Data
https://api.osv.dev/v1/vulns/JLSEC-2026-100
Upstream
  • EUVD-2023-0507
Published
2026-04-14T13:10:46.494Z
Modified
2026-04-14T13:31:34.970931164Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Deno is vulnerable to race condition via interactive permission prompt spoofing
Details

Impact

Multi-threaded programs were able to spoof interactive permission prompt by rewriting the prompt to suggest that program is waiting on user confirmation to unrelated action.

A malicious program could clear the terminal screen after permission prompt was shown and write a generic message like so:

// Expected prompt
⚠️  ┌ Deno requests read access to "./log.txt".
   ├ Requested by `Deno.open()` API
   ├ Run again with --allow-read to bypass this prompt.
   └ Allow? [y/n] (y = yes, allow; n = no, deny) >

// Prompt that users would see
Do you want to continue?

This situation impacts users who use Web Worker API and relied on interactive permission prompt. The reproduction is very timing sensitive and can’t be reliably reproduced on every try.

This problem can not be exploited on systems that do not attach an interactive prompt (for example headless servers).

Patches

The problem has been fixed in Deno v1.29.3; it is recommended all users update to this version.

Workarounds

Run with --no-prompt flag to disable interactive permission prompts.

Database specific
{
    "sources": [
        {
            "url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2023-22499",
            "html_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-22499",
            "modified": "2024-11-21T07:44:55.847Z",
            "id": "CVE-2023-22499",
            "imported": "2026-04-14T12:58:54.916Z",
            "published": "2023-01-17T21:15:15.883Z"
        },
        {
            "url": "https://api.github.com/advisories/GHSA-mc52-jpm2-cqh6",
            "html_url": "https://github.com/advisories/GHSA-mc52-jpm2-cqh6",
            "modified": "2023-04-03T19:15:49Z",
            "id": "GHSA-mc52-jpm2-cqh6",
            "imported": "2026-04-14T12:59:08.698Z",
            "published": "2023-01-20T16:56:40Z"
        },
        {
            "url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2023-0507",
            "html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2023-0507",
            "modified": "2025-03-10T21:22:41Z",
            "id": "EUVD-2023-0507",
            "imported": "2026-04-14T12:58:57.176Z",
            "published": "2023-01-17T20:23:20Z"
        }
    ],
    "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
1.33.4+0

Database specific

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