Junglewise Threat Intelligence

CVE-2026-44454: Coder command injection via workspace auto-creation deep links

CVE-2026-44454 · Severity: high · CVSS 8.1 · Published 2026-07-07

Technologies: Coder. Vendors: Go, Coder.

Executive brief

Coder is a platform used by organizations to manage and deploy remote development environments. A security flaw allowed attackers to create malicious links that, if clicked by a user, would automatically create a development workspace using settings controlled by the attacker. This could lead to the execution of unauthorized scripts or the installation of malicious configuration files within the user's development environment.

Technical details

A command injection vulnerability exists in Coder due to the improper handling of workspace parameters in 'mode=auto' deep links. Attackers can craft URLs with prefilled 'param.*' values (such as 'dotfiles_uri' or 'startup_script') that are silently processed without user interaction or confirmation. This allows for the execution of arbitrary code or OS commands within the context of the provisioned workspace. The issue is addressed in versions 2.29.7 and 2.30.2 by introducing a mandatory consent dialog that displays all prefilled parameters and requires explicit user confirmation before provisioning begins.

Affected products

  • Coder Coder < 2.29.7, >= 2.30.0, < 2.30.2

Timeline

  • 2026-02-12: patched: Initial fix commit merged into main branch
  • 2026-02-23: patched: Version 2.29.7 released
  • 2026-02-24: patched: Version 2.30.2 released
  • 2026-07-07: advisory: CVE-2026-44454 published

References

Related threats