Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-55884 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Tilt defines dev environments as code for microservice apps on Kubernetes. From 0.20.8 through 0.37.3, the Tilt HUD HTTP server registers handlers on a gorilla/mux router with no authenticating middleware. When the HUD is bound to a non-loopback address, an unauthenticated network caller can trigger developer-defined resources, tamper with Tiltfile arguments, read full engine state including the session token, and invoke apiserver resources through the token-attaching /proxy handler. This issue is fixed in version 0.37.4.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-306Missing Authentication for Critical Function[email protected]

Affected Products

ProductVersions
Tilt
>= 0.20.8, <= 0.37.3 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 0.37.4moderate efforthttps://github.com/tilt-dev/tilt/releases/tag/v0.37.4
  • Workaround:low effort

    Bind the HUD to the default loopback address by omitting the '--host' option or unsetting the 'TILT_HOST' environment variable. Ensure that nothing else proxies to 'localhost:10350'.

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-55884
NVD Published Date:
Jul 10, 2026
NVD Last Modified:
Jul 29, 2026
Source:
[email protected]
CVE-2026-55884 Details - Not Deferred