PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-55431 coder CVE debrief

The CVE record describes a vulnerability in Coder, a tool for provisioning remote development environments via Terraform. Versions prior to 2.29.7, 2.32.7, 2.33.8, and 2.34.2 are affected by an issue where `coder open app` opens external workspace-app URLs without validating the scheme or host. This can lead to security risks if an attacker controls the external app definition, as they can substitute the `$SESSION_TOKEN` placeholder with a victim's real session token. The fix applies a URL-scheme allowlist in the CLI and limits `$SESSION_TOKEN` substitution to trusted destinations. This vulnerability requires immediate attention from users of affected Coder versions.

Vendor
coder
Product
Unknown
CVSS
HIGH 7.7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-08
Original CVE updated
2026-07-08
Advisory published
2026-07-08
Advisory updated
2026-07-08

Who should care

Users of Coder versions prior to 2.29.7, 2.32.7, 2.33.8, and 2.34.2 should be aware of this vulnerability and take steps to mitigate it. This includes avoiding running `coder open app` for untrusted workspaces, updating to a patched version, and monitoring for suspicious activity related to external app URLs. Operators, platform administrators, vulnerability management teams, and security teams should review the official advisory and assess their exposure.

Technical summary

The vulnerability exists in the `coder open app` command, which opens external workspace-app URLs without proper validation of the scheme or host. An attacker who controls the external app definition can exploit this by including the `$SESSION_TOKEN` placeholder, which the CLI replaces with the user's real session token before opening the URL. This allows for potential unauthorized access. The fix involves adding a URL-scheme allowlist and restricting `$SESSION_TOKEN` substitution to trusted destinations like the web frontend.

Defensive priority

High

Recommended defensive actions

  • Update Coder to version 2.29.7, 2.32.7, 2.33.8, or 2.34.2 or later
  • Avoid running `coder open app` for untrusted workspaces
  • Monitor for suspicious activity related to external app URLs
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review

Evidence notes

The CVE record and source item provide details about the vulnerability and its fix. The NVD entry and GitHub references offer additional context and patched versions. To verify, defenders should review the official advisory, assess affected deployments, and monitor for suspicious activity related to external app URLs. Evidence is limited, and further verification is required to confirm the scope of the vulnerability.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-08T01:16:27.480Z and has not been modified since then.