Description
Tilt defines dev environments as code for microservice apps on Kubernetes. From 0.19.5 through 0.37.3, the Tilt HUD server mounts Go net/http/pprof handlers under /debug with no access control. When the HUD or apiserver listener is network-exposed, an unauthenticated caller can read process memory through /debug/pprof/heap and /debug/pprof/goroutine, including session and apiserver tokens, and degrade performance through /debug/pprof/profile or /debug/pprof/trace. This issue is fixed in version 0.37.4.
Published: 2026-07-10
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Tilt defines dev environments as code for microservice applications on Kubernetes. Versions from 0.19.5 through 0.37.3 expose Go net/http/pprof handlers under the /debug path without any access control. When the HUD or API server listener is reachable over a network, an unauthenticated user can request /debug/pprof/heap and /debug/pprof/goroutine to read the process memory, capturing sensitive data such as session and API server tokens. Additionally, calling /debug/pprof/profile or /debug/pprof/trace can degrade performance. This vulnerability results in an information exposure flaw that permits unauthenticated disclosure of runtime data. The issue was resolved in Tilt 0.37.4.

Affected Systems

The affected product is Tilt (tilt-dev:tilt). Vulnerable versions range from 0.19.5 up to and including 0.37.3. The defect was addressed in Tilt 0.37.4.

Risk and Exploitability

With a CVSS score of 8.3 the vulnerability is considered high severity. The EPSS figure of < 1 % indicates a very low current exploitation probability. It is not listed in the CISA KEV catalog. If the Tilt HUD server or API listener is reachable over a network, an unauthenticated attacker can issue HTTP requests to any /debug/pprof path to read sensitive data—including session and API server tokens—and to trigger profiling or tracing operations that can degrade performance. The absence of authentication or network restrictions makes exploitation straightforward under these conditions.

Generated by OpenCVE AI on July 29, 2026 at 09:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Tilt to version 0.37.4 or later to patch the information exposure flaw.
  • If an upgrade cannot be performed immediately, ensure the Tilt HUD or API server is not publicly exposed by using a VPN or other trusted‑host restrictions.
  • Apply network‑level filtering to block access to any /debug or /debug/pprof endpoints.

Generated by OpenCVE AI on July 29, 2026 at 09:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-p749-9w62-w533 Tilt: Unauthenticated pprof debug endpoints on the Tilt HUD server
History

Mon, 13 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 15:15:00 +0000

Type Values Removed Values Added
First Time appeared Tilt-dev
Tilt-dev tilt
Vendors & Products Tilt-dev
Tilt-dev tilt

Fri, 10 Jul 2026 22:00:00 +0000

Type Values Removed Values Added
Description Tilt defines dev environments as code for microservice apps on Kubernetes. From 0.19.5 through 0.37.3, the Tilt HUD server mounts Go net/http/pprof handlers under /debug with no access control. When the HUD or apiserver listener is network-exposed, an unauthenticated caller can read process memory through /debug/pprof/heap and /debug/pprof/goroutine, including session and apiserver tokens, and degrade performance through /debug/pprof/profile or /debug/pprof/trace. This issue is fixed in version 0.37.4.
Title Tilt: Unauthenticated pprof debug endpoints on the Tilt HUD server
Weaknesses CWE-200
References
Metrics cvssV4_0

{'score': 8.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:L/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-13T18:54:59.289Z

Reserved: 2026-06-17T16:59:42.759Z

Link: CVE-2026-55882

cve-icon Vulnrichment

Updated: 2026-07-13T18:36:04.130Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T10:00:15Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor