Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-44454

37
FAUCET Score

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.

First published: Jul 7, 2026Last modified: Jul 7, 2026

Impacted Technologies

VendorProductVersion(s)CPE
< 2.29.7CPE matchmatch criteria
cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:*
>= 2.30.0, < 2.30.2CPE matchmatch criteria
cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:*

CVSS Data

CVSS version used by this source: 3.1

8.1HIGH

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 Impact
HIGH
Integrity Impact
HIGH
Availability Impact
NONE
Exploitability Score
2.8
Impact Score
5.2
CvssVersion
3.1

Exploit Intelligence

EPSS Score
1.35%
Probability of exploitation in next 30 days
EPSS Percentile
68.7%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0135 is in the 68th percentile among its peer group of 14,855 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.2 Bluesky, 0.1 Mastodon, and 0.2 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.3 InfoSec Media, 0.0 Vendor Blog, and 0.1 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (3)

github_advisorypatch availablevia nvd_reference
View patch
gopatch availablevia ghsa
Product: github.com/coder/coder/v2Fixed in: 2.29.7
gopatch availablevia ghsa
Product: github.com/coder/coder/v2Fixed in: 2.30.2

Vendor Advisories (1)

goGHSA-m3cr-vc2j-pm27high

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

Jul 2, 2026

References

github.com / coder/coder/commit/60e3ab7632f42415d283b9fd5622ee53a4639ceb
Patch
github.com / coder/coder/pull/22011
Issue TrackingPatch
github.com / coder/coder/releases/tag/v2.29.7
Release Notes
github.com / coder/coder/releases/tag/v2.30.2
Release Notes
github.com / coder/coder/security/advisories/GHSA-m3cr-vc2j-pm27
PatchVendor Advisory
github.com / coder/registry/commit/8e68c96633f65a1babd76a93b6923e3deead4a82
Patch
github.com / coder/registry/pull/703
Issue TrackingPatch