9.1

CVE-2026-46354

Coder: PKCS#7 signature bypass in Azure instance identity allows unauthenticated agent token theft

Coder allows organizations to provision remote development environments via Terraform. In versions prior tp 2.24.5, 2.29.13, 2.30.8, 2.31.12, 2.32.2, and 2.33.3, `azureidentity.Validate()` verifies that the PKCS#7 signer certificate chains to a trusted Azure CA but never verifies the PKCS#7 signature itself. An attacker can embed a legitimate Azure certificate alongside arbitrary content e.g. `{"vmId":"<target>"}` and the forged `vmId` will be accepted returning the victim workspace agent's session token. No authentication is required. The attacker only needs to know a target VM's `vmId` which is a `UUIDv4`. That's a practical limitation which would typically require prior access to be exploited. Versions 2.24.5, 2.29.13, 2.30.8, 2.31.12, 2.32.2, and 2.33.3 patch the issue. As a workaround, reconfigure any Azure templates to use token authentication rather than `azure-instance-identity`.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
CoderCoder SwPlatformgo Version < 2.24.5
CoderCoder SwPlatformgo Version >= 2.29.0 < 2.29.13
CoderCoder SwPlatformgo Version >= 2.30.0 < 2.30.8
CoderCoder SwPlatformgo Version >= 2.31.0 < 2.31.12
CoderCoder SwPlatformgo Version >= 2.32.0 < 2.32.2
CoderCoder SwPlatformgo Version >= 2.33.0 < 2.33.3
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.26% 0.174
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
security-advisories@github.com 9.1 3.9 5.2
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CWE-347 Improper Verification of Cryptographic Signature

The product does not verify, or incorrectly verifies, the cryptographic signature for data.

https://github.com/coder/coder/releases/tag/v2.24.5
Release Notes
https://github.com/coder/coder/releases/tag/v2.29.13
Release Notes
https://github.com/coder/coder/releases/tag/v2.30.8
Release Notes
https://github.com/coder/coder/releases/tag/v2.31.12
Release Notes
https://github.com/coder/coder/releases/tag/v2.32.2
Release Notes
https://github.com/coder/coder/releases/tag/v2.33.3
Release Notes
https://github.com/coder/coder/security/advisories/GHSA-6x44-w3xg-hqqf
Patch
Vendor Advisory
https://github.com/coder/coder/pull/25286
Patch
Issue Tracking