AUGUST 25, 2026
Live Feed
Back to database
Case File

CVE-2026-44454

HIGH · CVSS 8.1 EPSS 1.35% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-07 · Last synced 2026-08-06

CyberRota Analysis

AI-Generated

The vulnerability affects the Coder platform's `dotfiles` registry module, which prior to versions 2.29.7 and 2.30.2, allowed arbitrary code execution through unsanitized user input in shell commands. Attackers could exploit this by crafting a malicious `dotfiles_uri`, enabling one-click provisioning of a compromised workspace without user consent. Organizations using affected versions should prioritize patching to mitigate the risk of unauthorized command execution in their development environments.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
arbitrary code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-44454
Severity
HIGH
CVSS
8.1
EPSS
1.35%

Original NVD Description

Coder allows organizations to provision remote development environments via Terraform. Prior to versions 2.29.7 and 2.30.2, the `dotfiles` registry module passed unsanitized user input to shell commands, allowing arbitrary code execution inside a provisioned workspace. Any user who supplied a crafted `dotfiles_uri` value (for example, one containing shell command substitution such as `$(...)`) could achieve command execution in their own workspace. The Create Workspace page's `mode=auto` deep links amplified this into a one-click attack: an attacker could craft a URL that prefilled `param.dotfiles_uri` and silently provisioned a workspace with the attacker-controlled value, with no explicit user confirmation. In versions 2.29.7 and 2.30.2, input validation was added to the dotfiles module to reject URIs and usernames containing special characters, and the unsafe `eval`/`sh -c` usage was removed. This eliminated the command injection at its source.

Related CVEs

Other vulnerabilities affecting the same vendor(s)