SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-55883

HIGH · CVSS 8.3 EPSS 0.22% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-10 · Last synced 2026-08-09

CyberRota Analysis

AI-Generated

Tilt versions 0.24.0 through 0.37.3 are vulnerable due to a CSRF token being served by an unauthenticated endpoint, allowing attackers to access the HUD WebSocket and gain sensitive information such as session state and resource statuses. The impact includes potential exposure of critical application configurations and real-time updates, which could lead to further exploitation. Organizations using affected versions of Tilt in network-exposed environments should prioritize upgrading to version 0.37.4 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-55883
Severity
HIGH
CVSS
8.3
EPSS
0.22%
Kubernetes

Original NVD Description

Tilt defines dev environments as code for microservice apps on Kubernetes. From 0.24.0 through 0.37.3, the Tilt HUD WebSocket at /ws/view is gated by a CSRF token, but the token is served by the unauthenticated /api/websocket_token endpoint and the upgrader accepts clients that omit an Origin header. When the HUD is network-exposed, an attacker who can reach the listener can open the HUD WebSocket and receive the full view stream, including session state, Tiltfile contents, resource statuses, and continued updates. This issue is fixed in version 0.37.4.