CVE-2026-55079
Last modified
CVE-2026-55079 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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. EPSS estimates a 0.64% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Coder | Coder | >= 2.24.0, < 2.29.17 |
| Coder | Coder | >= 2.30.0, < 2.32.7 |
| Coder | Coder | >= 2.33.0, < 2.33.8 |
| Coder | Coder | >= 2.34.0, < 2.34.2 |
References
- https://github.com/coder/coder/pull/25710Issue Tracking, Patch
- https://github.com/coder/coder/releases/tag/v2.29.17Release Notes
- https://github.com/coder/coder/releases/tag/v2.32.7Release Notes
- https://github.com/coder/coder/releases/tag/v2.33.8Release Notes
- https://github.com/coder/coder/releases/tag/v2.34.2Release Notes
- https://github.com/coder/coder/security/advisories/GHSA-f962-qm93-mj4cPatch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-55079?
How severe is CVE-2026-55079?
How do I fix CVE-2026-55079?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-55069Kestra is an open-source, event-driven orchestration platfor…8.7
- CVE-2026-5507When restoring a session from cache, a pointer from the seri…4
- CVE-2026-55075Coder allows organizations to provision remote development e…7.4
- CVE-2026-55076Coder allows organizations to provision remote development e…7.4
- CVE-2026-55077Coder allows organizations to provision remote development e…7.2
- CVE-2026-55078Coder allows organizations to provision remote development e…6.5
- CVE-2026-5508The WowPress plugin for WordPress is vulnerable to Stored Cr…6.4
- CVE-2026-55081DHIS2 is a flexible information system for data capture, man…7.3
- CVE-2026-55082DHIS2 is a flexible information system for data capture, man…8.7
- CVE-2026-55084DHIS2 is a flexible information system for data capture, man…8.8
- CVE-2026-5509An authenticated command injection vulnerability exists in t…7.2
- CVE-2026-55092Trivy is a security scanner. Prior to 0.71.1, when Trivy dow…7.5
Are you affected by CVE-2026-55079?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
