VYPR

crates.io package

deno

pkg:cargo/deno

Vulnerabilities (28)

  • CVE-2026-32260Mar 12, 2026
    affected >= 2.7.0, < 2.7.2fixed 2.7.2

    Deno is a JavaScript, TypeScript, and WebAssembly runtime. From 2.7.0 to 2.7.1, A command injection vulnerability exists in Deno's node:child_process polyfill (shell: true mode) that bypasses the fix for CVE-2026-27190. The two-stage argument sanitization in transformDenoShellCo

  • CVE-2026-27190Feb 20, 2026
    affected < 2.6.8fixed 2.6.8

    Deno is a JavaScript, TypeScript, and WebAssembly runtime. Prior to 2.6.8, a command injection vulnerability exists in Deno's node:child_process implementation. This vulnerability is fixed in 2.6.8.

  • CVE-2026-22864Jan 15, 2026
    affected < 2.5.6fixed 2.5.6

    Deno is a JavaScript, TypeScript, and WebAssembly runtime. Before 2.5.6, a prior patch aimed to block spawning Windows batch/shell files by returning an error when a spawned path’s extension matched .bat or .cmd. That check performs a case-sensitive comparison against lowercase l

  • CVE-2026-22863Jan 15, 2026
    affected < 2.6.0fixed 2.6.0

    Deno is a JavaScript, TypeScript, and WebAssembly runtime. Before 2.6.0, node:crypto doesn't finalize cipher. The vulnerability allows an attacker to have infinite encryptions. This can lead to naive attempts at brute forcing, as well as more refined attacks with the goal to lear

  • CVE-2025-61787Oct 8, 2025
    affected < 2.5.2fixed 2.5.2

    Deno is a JavaScript, TypeScript, and WebAssembly runtime. Versions prior to 2.5.3 and 2.2.15 are vulnerable to Command Line Injection attacks on Windows when batch files are executed. In Windows, ``CreateProcess()`` always implicitly spawns ``cmd.exe`` if a batch file (.bat, .cm

  • CVE-2025-61786Oct 8, 2025
    affected < 2.5.3fixed 2.5.3

    Deno is a JavaScript, TypeScript, and WebAssembly runtime. In versions prior to 2.5.3 and 2.2.15, `Deno.FsFile.prototype.stat` and `Deno.FsFile.prototype.statSync` are not limited by the permission model check `--deny-read=./`. It's possible to retrieve stats from files that the

  • CVE-2025-61785Oct 8, 2025
    affected < 2.5.3fixed 2.5.3

    Deno is a JavaScript, TypeScript, and WebAssembly runtime. In versions prior to 2.5.3 and 2.2.15, `Deno.FsFile.prototype.utime` and `Deno.FsFile.prototype.utimeSync` are not limited by the permission model check `--deny-write=./`. It's possible to change to change the access (`at

  • CVE-2024-21486medJun 5, 2025
    affected < 2.0.0fixed 2.0.0

    ### Summary Static imports are exempted from the network permission check. An attacker could exploit this to leak the password file on the network. ### Details Static imports in Deno are exempted from the network permission check. This can be exploited by attackers in multiple

  • CVE-2025-48935Jun 4, 2025
    affected >= 2.2.0, < 2.2.5fixed 2.2.5

    Deno is a JavaScript, TypeScript, and WebAssembly runtime. Starting in version 2.2.0 and prior to versions 2.2.5, it is possible to bypass Deno's permission read/write db permission check by using `ATTACH DATABASE` statement. Version 2.2.5 contains a patch for the issue.

  • CVE-2025-48934Jun 4, 2025
    affected < 2.1.13fixed 2.1.13

    Deno is a JavaScript, TypeScript, and WebAssembly runtime. Prior to versions 2.1.13 and 2.2.13, the `Deno.env.toObject` method ignores any variables listed in the `--deny-env` option of the `deno run` command. When looking at the documentation of the `--deny-env` option this migh

  • CVE-2025-48888Jun 4, 2025
    affected >= 1.41.3, < 2.1.13fixed 2.1.13

    Deno is a JavaScript, TypeScript, and WebAssembly runtime. Starting in version 1.41.3 and prior to versions 2.1.13, 2.2.13, and 2.3.2, `deno run --allow-read --deny-read main.ts` results in allowed, even though 'deny' should be stronger. The result is the same with all global una

  • CVE-2025-24015Jun 3, 2025
    affected >= 1.46.0, < 2.1.7fixed 2.1.7

    Deno is a JavaScript, TypeScript, and WebAssembly runtime. Versions 1.46.0 through 2.1.6 have an issue that affects AES-256-GCM and AES-128-GCM in Deno in which the authentication tag is not being validated. This means tampered ciphertexts or incorrect keys might not be detected,

  • CVE-2025-21620HigJan 6, 2025
    affected <= 1.46.3

    Deno is a JavaScript, TypeScript, and WebAssembly runtime with secure defaults. When you send a request with the Authorization header to one domain, and the response asks to redirect to a different domain, Deno'sfetch() redirect handling creates a follow-up redirect request that

  • CVE-2024-34346May 7, 2024
    affected < 1.43.1fixed 1.43.1

    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 p

  • CVE-2024-27936Mar 6, 2024
    affected >= 1.32.1, < 1.41.0fixed 1.41.0

    Deno is a JavaScript, TypeScript, and WebAssembly runtime with secure defaults. Starting in version 1.32.1 and prior to version 1.41.0 of the deno library, maliciously crafted permission request can show the spoofed permission prompt by inserting a broken ANSI escape sequence int

  • CVE-2024-27935Mar 6, 2024
    affected >= 1.35.1, < 1.36.3fixed 1.36.3

    Deno is a JavaScript, TypeScript, and WebAssembly runtime. Starting in version 1.35.1 and prior to version 1.36.3, a vulnerability in Deno's Node.js compatibility runtime allows for cross-session data contamination during simultaneous asynchronous reads from Node.js streams sourc

  • CVE-2024-27934Mar 6, 2024
    affected >= 1.36.2, < 1.40.3fixed 1.40.3

    Deno is a JavaScript, TypeScript, and WebAssembly runtime. Starting in version 1.36.2 and prior to version 1.40.3, use of inherently unsafe `*const c_void` and `ExternalPointer` leads to use-after-free access of the underlying structure, resulting in arbitrary code execution. Use

  • CVE-2024-27933Mar 6, 2024
    affected >= 1.39.0, < 1.39.1fixed 1.39.1

    Deno is a JavaScript, TypeScript, and WebAssembly runtime. In version 1.39.0, use of raw file descriptors in `op_node_ipc_pipe()` leads to premature close of arbitrary file descriptors, allowing standard input to be re-opened as a different resource resulting in permission prompt

  • CVE-2024-27932Mar 6, 2024
    affected >= 1.8.0, < 1.40.4fixed 1.40.4

    Deno is a JavaScript, TypeScript, and WebAssembly runtime. Starting in version 1.8.0 and prior to version 1.40.4, Deno improperly checks that an import specifier's hostname is equal to or a child of a token's hostname, which can cause tokens to be sent to servers they shouldn't b

  • CVE-2024-27931Mar 5, 2024
    affected < 1.41.1fixed 1.41.1

    Deno is a JavaScript, TypeScript, and WebAssembly runtime with secure defaults. Insufficient validation of parameters in `Deno.makeTemp*` APIs would allow for creation of files outside of the allowed directories. This may allow the user to overwrite important files on the system

Page 1 of 2