Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-55079
Published:July 07, 2026
Updated:July 21, 2026
Coder allows organizations to provision remote development environments via Terraform. Starting in version 2.24.0 and prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2, "NewDataBuilder" in "provisionersdk/proto/dataupload.go" allocated a byte slice using the client-supplied "FileSize" from a "DataUpload" message without an upper-bound check. Although the DRPC wire limit is 4 MiB, the "FileSize" value itself was unconstrained. The fix in versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2 validates "FileSize" against an upper bound ("MaxFileSize = 100 MiB") before allocation. As a workaround, restrict access to the provisioner daemon serve endpoint to trusted provisioner daemon service accounts.
Affected Packages
github.com/coder/coder/v2 (GO):
Affected version(s) >=v2.34.0 <v2.34.2
Fix Suggestion:
Update to version v2.34.2
github.com/coder/coder/v2 (GO):
Affected version(s) >=v2.24.0 <v2.29.17
Fix Suggestion:
Update to version v2.29.17
github.com/coder/coder/v2 (GO):
Affected version(s) >=v2.33.0 <v2.33.8
Fix Suggestion:
Update to version v2.33.8
github.com/coder/coder/v2 (GO):
Affected version(s) >=v2.30.0 <v2.32.7
Fix Suggestion:
Update to version v2.32.7
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
HIGH
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
4.9
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
HIGH
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Memory Allocation with Excessive Size Value
EPSS
Base Score:
0.61