PT-2026-50979 · Tilt · Tilt
CVE-2026-55883
·
Published
2026-06-19
·
Updated
2026-07-30
CVSS v4.0
8.3
High
| Vector | AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X |
Name of the Vulnerable Software and Affected Versions
Tilt versions 0.24.0 through 0.37.3
Description
The Tilt HUD WebSocket endpoint
/ws/view is susceptible to Cross-site WebSocket Hijacking (CSWSH), a technique where an attacker tricks a victim's browser into establishing a WebSocket connection to a vulnerable server. The connection is gated by a CSRF token, but this token is served as text/plain by an unauthenticated handler at the /api/websocket token endpoint, allowing any reachable caller to retrieve it. Additionally, the upgrader accepts connections from non-browser clients that omit the Origin header. If the HUD is bound to a non-loopback address, an attacker can open the HUD stream to read the developer's session state, including Tiltfile contents and resource statuses.Recommendations
Update Tilt to a version later than 0.37.3.
Use the default loopback bind by omitting the
--host flag and unsetting the TILT HOST variable.Exploit
Fix
Insufficient Verification of Data Authenticity
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Tilt