8.2

CVE-2026-55428

Coder: Route hijacking through lack of validation of agent-supplied AllowedIPs in tailnet coordinator

Coder allows organizations to provision remote development environments via Terraform. Prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2, the tailnet coordinator validates that an agent's `Addresses` derive from its authenticated UUID but applies no equivalent check to `AllowedIPs`. The coordinator forwards agent-supplied `AllowedIPs` verbatim to tunnel peers which install them into the WireGuard peer configuration. The fix in versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2 validates each `AllowedIPs` prefix against the authenticating agent's UUID just like `Addresses`. As a workaround, monitor coordinator logs for agents advertising unexpected `AllowedIPs` prefixes.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
CoderCoder SwPlatformgo Version < 2.29.17
CoderCoder SwPlatformgo Version >= 2.30.0 < 2.32.7
CoderCoder SwPlatformgo Version >= 2.33.0 < 2.33.8
CoderCoder SwPlatformgo Version >= 2.34.0 < 2.34.2
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.25% 0.159
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
security-advisories@github.com 8.2 1.8 5.8
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N
CWE-285 Improper Authorization

The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action.

CWE-863 Incorrect Authorization

The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.

https://github.com/coder/coder/releases/tag/v2.32.7
Release Notes
https://github.com/coder/coder/releases/tag/v2.33.8
Release Notes
https://github.com/coder/coder/releases/tag/v2.34.2
Release Notes
https://github.com/coder/coder/releases/tag/v2.29.17
Release Notes
https://github.com/coder/coder/security/advisories/GHSA-wrq8-fcv5-8hvp
Patch
Vendor Advisory
https://github.com/coder/coder/pull/26144
Patch
Issue Tracking