CyberRota Analysis
AI-GeneratedTilt 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.
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.