Nixpkgs security tracker

Login with GitHub

Suggestions search

With package: deno

Found 3 matching suggestions

View:
Compact
Detailed
Permalink CVE-2026-32260
8.1 HIGH
  • CVSS version: 3.1
  • Attack vector (AV): NETWORK
  • Attack complexity (AC): HIGH
  • Privileges required (PR): NONE
  • User interaction (UI): NONE
  • Scope (S): UNCHANGED
  • Confidentiality impact (C): HIGH
  • Integrity impact (I): HIGH
  • Availability impact (A): HIGH
updated 3 weeks, 6 days ago by @LeSuisse Activity log
  • Created automatic suggestion
  • @LeSuisse removed package speech-denoiser
  • @LeSuisse removed package openimagedenoise
  • @LeSuisse removed package terraform-providers.deno
  • @LeSuisse removed package python312Packages.denonavr
  • @LeSuisse removed package python313Packages.denonavr
  • @LeSuisse removed package haskellPackages.pandoc-sidenote
  • @LeSuisse removed package terraform-providers.denoland_deno
  • @LeSuisse removed package gnomeExtensions.denon-avr-controler
  • @LeSuisse removed package python312Packages.bnunicodenormalizer
  • @LeSuisse removed package python313Packages.bnunicodenormalizer
  • @LeSuisse removed package python314Packages.bnunicodenormalizer
  • @LeSuisse removed package vscode-extensions.denoland.vscode-deno
  • @LeSuisse removed package home-assistant-component-tests.denonavr
  • @LeSuisse removed package tests.home-assistant-component-tests.denonavr
  • @LeSuisse removed package gnomeExtensions.marantz-and-denon-avr-controller
  • @LeSuisse accepted
  • @LeSuisse published on GitHub
Command Injection via incomplete shell metacharacter blocklist in node:child_process (bypass of CVE-2026-27190 fix)

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 transformDenoShellCommand (ext/node/polyfills/internal/child_process.ts) has a priority bug: when an argument contains a $VAR pattern, it is wrapped in double quotes (L1290) instead of single quotes. Double quotes in POSIX sh do not suppress backtick command substitution, allowing injected commands to execute. An attacker who controls arguments passed to spawnSync or spawn with shell: true can execute arbitrary OS commands, bypassing Deno's permission system. This vulnerability is fixed in 2.7.2.

Affected products

deno
  • ==>= 2.7.0, < 2.7.2

Matching in nixpkgs

pkgs.deno

Secure runtime for JavaScript and TypeScript

Package maintainers

Upstream advisory: https://github.com/denoland/deno/security/advisories/GHSA-4c96-w8v2-p28j
Permalink CVE-2026-27190
8.1 HIGH
  • CVSS version: 3.1
  • Attack vector (AV): NETWORK
  • Attack complexity (AC): HIGH
  • Privileges required (PR): NONE
  • User interaction (UI): NONE
  • Scope (S): UNCHANGED
  • Confidentiality impact (C): HIGH
  • Integrity impact (I): HIGH
  • Availability impact (A): HIGH
updated 1 month, 2 weeks ago by @LeSuisse Activity log
  • Created automatic suggestion
  • @LeSuisse removed package speech-denoiser
  • @LeSuisse removed package openimagedenoise
  • @LeSuisse removed package terraform-providers.deno
  • @LeSuisse removed package python312Packages.denonavr
  • @LeSuisse removed package python313Packages.denonavr
  • @LeSuisse removed package haskellPackages.pandoc-sidenote
  • @LeSuisse removed package terraform-providers.denoland_deno
  • @LeSuisse removed package gnomeExtensions.denon-avr-controler
  • @LeSuisse removed package python312Packages.bnunicodenormalizer
  • @LeSuisse removed package python313Packages.bnunicodenormalizer
  • @LeSuisse removed package python314Packages.bnunicodenormalizer
  • @LeSuisse removed package vscode-extensions.denoland.vscode-deno
  • @LeSuisse removed package home-assistant-component-tests.denonavr
  • @LeSuisse removed package tests.home-assistant-component-tests.denonavr
  • @LeSuisse accepted
  • @LeSuisse published on GitHub
Deno has a Command Injection via Incomplete shell metacharacter blocklist in node:child_process

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.

Affected products

deno
  • ==< 2.6.8

Matching in nixpkgs

pkgs.deno

Secure runtime for JavaScript and TypeScript

Package maintainers

Upstream advisory: https://github.com/denoland/deno/security/advisories/GHSA-hmh4-3xvx-q5hr
Upstream patch: https://github.com/denoland/deno/commit/9132ad958c83a0d0b199de12b69b877f63edab4c
updated 2 months, 3 weeks ago by @LeSuisse Activity log
  • Created automatic suggestion
  • @LeSuisse removed package speech-denoiser
  • @LeSuisse removed package openimagedenoise
  • @LeSuisse removed package terraform-providers.deno
  • @LeSuisse removed package python312Packages.denonavr
  • @LeSuisse removed package python313Packages.denonavr
  • @LeSuisse removed package haskellPackages.pandoc-sidenote
  • @LeSuisse removed package terraform-providers.denoland_deno
  • @LeSuisse removed package gnomeExtensions.denon-avr-controler
  • @LeSuisse removed package python312Packages.bnunicodenormalizer
  • @LeSuisse removed package python313Packages.bnunicodenormalizer
  • @LeSuisse removed package vscode-extensions.denoland.vscode-deno
  • @LeSuisse removed package home-assistant-component-tests.denonavr
  • @LeSuisse accepted
  • @LeSuisse published on GitHub
Deno node:crypto doesn't finalize cipher

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 learn the server secrets. This vulnerability is fixed in 2.6.0.

Affected products

deno
  • ==< 2.6.0

Matching in nixpkgs

pkgs.deno

Secure runtime for JavaScript and TypeScript

Package maintainers

Upstream advisory: https://github.com/denoland/deno/security/advisories/GHSA-5379-f5hf-w38v