GHSA-mc52-jpm2-cqh6

Suggest an improvement
Source
https://github.com/advisories/GHSA-mc52-jpm2-cqh6
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/01/GHSA-mc52-jpm2-cqh6/GHSA-mc52-jpm2-cqh6.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-mc52-jpm2-cqh6
Aliases
Related
Published
2023-01-20T16:56:40Z
Modified
2023-11-08T04:11:36.786593Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/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
{
    "nvd_published_at": "2023-01-17T21:15:00Z",
    "github_reviewed_at": "2023-01-20T16:56:40Z",
    "severity": "HIGH",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-362"
    ]
}
References

Affected packages

crates.io / deno

Package

Affected ranges

Type
SEMVER
Events
Introduced
1.9.0
Fixed
1.29.3