PT-2026-50980 · Tilt · Tilt
CVE-2026-55884
·
Published
2026-06-19
·
Updated
2026-07-30
CVSS v4.0
9.2
Critical
| Vector | AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N |
Name of the Vulnerable Software and Affected Versions
Tilt versions 0.20.8 through 0.37.3
Description
The HUD HTTP server lacks authentication for state-changing and sensitive-read endpoints. When the HUD is bound to a non-loopback address, a network attacker can trigger pre-defined Tiltfile resources, modify Tiltfile arguments, and access the full engine state, including the session token. Additionally, the attacker can reach the Tilt apiserver through a token-attaching proxy. This occurs because the server registers handlers on a
gorilla/mux router without authenticating middleware, and the cookieWrapper helper fails to validate the Tilt-Token cookie.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.
Ensure no external services proxy traffic to localhost:10350.Exploit
Fix
Missing Authentication
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Tilt