DirectorySecurity Advisories
Sign In
Security Advisories

CGA-pq8g-535m-6422

Published

Last updated

https://images.chainguard.dev/security/CGA-pq8g-535m-6422
Package

deno

Latest Update
Fixed
Fixed Version

1.30.3-r0

Aliases
  • CVE-2023-22499
  • GHSA-mc52-jpm2-cqh6

Severity

8.8

High

CVSS V3

Summary

Deno is vulnerable to race condition via interactive permission prompt spoofing

Description

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.

References

Updates


Safe Source for Open Source™
Media KitContact Us
© 2024 Chainguard. All Rights Reserved.
Private PolicyTerms of Use

Product

Chainguard Images