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
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.
References
-
https://github.com/denoland/deno/security/advisories/GHSA-4c96-w8v2-p28j x_refsource_CONFIRM
Affected products
- ==>= 2.7.0, < 2.7.2
Package maintainers
-
@ofalvai Olivér Falvai <ofalvai@gmail.com>
-
@06kellyjac Jack <hello+nixpkgs@j-k.io>