๐Ÿ” CVE Alert

CVE-2026-44454

HIGH 8.1

Coder vulnerable to workspace auto-creation via crafted URL parameters without user consent

CVSS Score
8.1
EPSS Score
2.3%
EPSS Percentile
81th

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.

CWE CWE-78
Vendor coder
Product coder
Published Jul 7, 2026
Last Updated Jul 8, 2026
Stay Ahead of the Next One

Get instant alerts for coder coder

Be the first to know when new high vulnerabilities affecting coder coder are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Affected Versions

coder / coder
< 2.29.7 >= 2.30.0, < 2.30.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/coder/coder/security/advisories/GHSA-m3cr-vc2j-pm27 github.com: https://github.com/coder/coder/pull/22011 github.com: https://github.com/coder/registry/pull/703 github.com: https://github.com/coder/coder/commit/60e3ab7632f42415d283b9fd5622ee53a4639ceb github.com: https://github.com/coder/registry/commit/8e68c96633f65a1babd76a93b6923e3deead4a82 github.com: https://github.com/coder/coder/releases/tag/v2.29.7 github.com: https://github.com/coder/coder/releases/tag/v2.30.2