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.
| Vendor | Product | Version(s) | CPE |
|---|---|---|---|
>= 2.24.0, < 2.29.17CPE matchmatch criteria | cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:* | ||
>= 2.30.0, < 2.32.7CPE matchmatch criteria | cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:* | ||
>= 2.33.0, < 2.33.8CPE matchmatch criteria | cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:* | ||
>= 2.34.0, < 2.34.2CPE matchmatch criteria | cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:* |
CVSS version used by this source: 3.1
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
No social media mentions found for this CVE.
The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.1 Bluesky, 0.0 Mastodon, and 0.1 GitHub mentions.
No media coverage found for this CVE.
The average CVE in this peer group has 0.0 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.