CVE-2026-55882

CVE-2026-55882 is a high-severity security vulnerability in github.com/tilt-dev/tilt (go), affecting versions >= 0.19.5, <= 0.37.3. It is fixed in 0.37.4.

Does this CVE actually affect you?

Kodem shows which CVEs are reachable and running in your applications, so you fix what's exploitable, not just what's listed.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Runtime intelligence, not another scanner.

Summary

Tilt: Unauthenticated pprof debug endpoints on the Tilt HUD server

The Tilt HUD server mounts Go's net/http/pprof handlers under /debug with no access control. When the HUD is network-exposed, an attacker can read process memory, including session and apiserver tokens, and hold the process under profiling.

Details

A blank import of net/http/pprof registers its handlers on http.DefaultServeMux, which the HUD controller mounts under /debug on both the web router and the apiserver listener. /debug/pprof/heap and /goroutine expose process memory, including the session token (also issued in the Tilt-Token cookie) and the apiserver loopback bearer token; /profile and /trace let a caller sample the process for an arbitrary duration.

Conditions for exploitation

  • Affected version in >= 0.19.5, <= 0.37.3.
  • HUD (or apiserver) listener bound to a non-loopback address (tilt up --host 0.0.0.0, or TILT_HOST set).
  • Network reachability to the listener (default port 10350).

Not affected

  • The default loopback-only bind is not reachable from the network.

Workarounds

Use the default loopback bind (omit --host, unset TILT_HOST) so /debug is not remotely reachable. No complete workaround short of upgrading for non-loopback deployments.

Impact

An unauthenticated caller who can reach the listener can extract process memory, including the session and apiserver tokens, and degrade performance by holding the process under CPU profiling or tracing. The leaked tokens compound the missing-authentication finding on the same server.

Affected versions

github.com/tilt-dev/tilt (>= 0.19.5, <= 0.37.3)

Security releases

github.com/tilt-dev/tilt → 0.37.4 (go)

Kodem intelligence

Severity tells you how bad this could be in the worst case. It does not tell you whether you are exposed. Exploitability and impact are functions of runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A vulnerable package can sit in your dependency tree and never run.

Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter. Kodem's runtime-powered SCA identifies whether this CVE is reachable in your applications.

Already deployed Kodem?

See it in your environmentNew to Kodem? Get a demo →

Remediation advice

Upgrade github.com/tilt-dev/tilt to 0.37.4 or later to resolve this vulnerability.

Kodem Kai can prioritize this vulnerability in your dependency tree and generate a fix recommendation.

Frequently Asked Questions

  1. What is CVE-2026-55882? CVE-2026-55882 is a high-severity security vulnerability in github.com/tilt-dev/tilt (go), affecting versions >= 0.19.5, <= 0.37.3. It is fixed in 0.37.4.
  2. Which versions of github.com/tilt-dev/tilt are affected by CVE-2026-55882? github.com/tilt-dev/tilt (go) versions >= 0.19.5, <= 0.37.3 is affected.
  3. Is there a fix for CVE-2026-55882? Yes. CVE-2026-55882 is fixed in 0.37.4. Upgrade to this version or later.
  4. Is CVE-2026-55882 exploitable, and should I be worried? Whether CVE-2026-55882 is exploitable in your environment depends on whether the vulnerable code is present and reachable. A CVSS score is a worst-case rating; it does not account for your specific deployment, configuration, or usage patterns. Kodem, an Intelligent Application Security platform, uses runtime intelligence to show which vulnerabilities actually execute in production, so you can focus on the ones that represent real risk. Get a demo
  5. What actually determines whether CVE-2026-55882 is exploitable, and how bad it is? Exploitability and impact are not fixed properties of a CVE. They depend on runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A high CVSS score on a dependency that never runs is not the same as real risk. Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter.
  6. How do I fix CVE-2026-55882? Upgrade github.com/tilt-dev/tilt to 0.37.4 or later.

Other vulnerabilities in github.com/tilt-dev/tilt

Stop the waste.
Protect your environment with Kodem.