CVE-2026-55079
Received
Received - Intake
Memory Allocation Flaw in Coder Provisioner SDK
Vulnerability report for CVE-2026-55079, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-08
Last updated on: 2026-07-08
Assigner: GitHub, Inc.
Description
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| coder | coder | From 2.24.0 (inc) to 2.29.7 (exc) |
| coder | coder | 2.29.7 |
| coder | coder | 2.32.7 |
| coder | coder | 2.33.8 |
| coder | coder | 2.34.2 |
| coder | coder | 2.29.17 |
| coder | coder | From 2.34.0 (inc) to 2.34.2 (exc) |
| coder | coder | From 2.33.0 (inc) to 2.33.8 (exc) |
| coder | coder | From 2.30.0 (inc) to 2.32.7 (exc) |
| coder | coder | From 2.24.0 (inc) to 2.29.17 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-789 | The product allocates memory based on an untrusted, large size value, but it does not ensure that the size is within expected limits, allowing arbitrary amounts of memory to be allocated. |