8.3 HIGH
- CVSS version (CVSS): 4.0
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Attack Requirement (AT): Present (P)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Vulnerable System Impact Confidentiality (VC): High (H)
- Vulnerable System Impact Integrity (VI): Low (L)
- Vulnerable System Impact Availability (VA): None (N)
- Subsequent System Impact Confidentiality (SC): None (N)
- Subsequent System Impact Integrity (SI): None (N)
- Subsequent System Impact Availability (SA): None (N)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Attack Requirement (MAT): Present (P)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Vulnerable System Impact Confidentiality (MVC): High (H)
- Modified Vulnerable System Impact Integrity (MVI): Low (L)
- Modified Vulnerable System Impact Availability (MVA): None (N)
- Modified Subsequent System Impact Confidentiality (MSC): Negligible (N)
- Modified Subsequent System Impact Integrity (MSI): Negligible (N)
- Modified Subsequent System Impact Availability (MSA): Negligible (N)
- Safety (S): Not Defined (X)
- Automatable (AU): Not Defined (X)
- Recovery (R): Not Defined (X)
- Value Density (V): Not Defined (X)
- Vulnerability Response Effort (RE): Not Defined (X)
- Provider Urgency (U): Not Defined (X)
- Confidentiality Req. (CR): Not Defined (X)
- Integrity Req. (IR): Not Defined (X)
- Availability Req. (AR): Not Defined (X)
- Exploit Maturity (E): Not Defined (X)
by @LeSuisse Activity log
- Created suggestion
-
@LeSuisse
ignored
8 packages
- rubyPackages.tilt
- rubyPackages_3_3.tilt
- rubyPackages_3_4.tilt
- rubyPackages_4_0.tilt
- python313Packages.tilt-pi
- python314Packages.tilt-pi
- python313Packages.tilt-ble
- python314Packages.tilt-ble
- @LeSuisse accepted
- @LeSuisse published on GitHub
Tilt: Cross-site WebSocket hijacking of the Tilt HUD stream
Tilt defines dev environments as code for microservice apps on Kubernetes. From 0.24.0 through 0.37.3, the Tilt HUD WebSocket at /ws/view is gated by a CSRF token, but the token is served by the unauthenticated /api/websocket_token endpoint and the upgrader accepts clients that omit an Origin header. When the HUD is network-exposed, an attacker who can reach the listener can open the HUD WebSocket and receive the full view stream, including session state, Tiltfile contents, resource statuses, and continued updates. This issue is fixed in version 0.37.4.
References
-
https://github.com/tilt-dev/tilt/security/advisories/GHSA-6m68-r693-78qx x_refsource_CONFIRM
-
https://github.com/tilt-dev/tilt/pull/6776 x_refsource_MISC
-
https://github.com/tilt-dev/tilt/releases/tag/v0.37.4 x_refsource_MISC
Affected products
- ==>= 0.24.0, < 0.37.4
Matching in nixpkgs
Ignored packages (8)
pkgs.rubyPackages.tilt
None
pkgs.rubyPackages_3_3.tilt
None
pkgs.rubyPackages_3_4.tilt
None
pkgs.rubyPackages_4_0.tilt
None
pkgs.python313Packages.tilt-pi
Python client for interacting with the Tilt Pi API
pkgs.python314Packages.tilt-pi
Python client for interacting with the Tilt Pi API
pkgs.python313Packages.tilt-ble
Library for Tilt BLE devices
Package maintainers
-
@zacharyarnaise Zachary Arnaise
-
@anton-dessiatov Anton Desyatov <anton.dessiatov@gmail.com>
9.2 CRITICAL
- CVSS version (CVSS): 4.0
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Attack Requirement (AT): Present (P)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Vulnerable System Impact Confidentiality (VC): High (H)
- Vulnerable System Impact Integrity (VI): High (H)
- Vulnerable System Impact Availability (VA): Low (L)
- Subsequent System Impact Confidentiality (SC): None (N)
- Subsequent System Impact Integrity (SI): None (N)
- Subsequent System Impact Availability (SA): None (N)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Attack Requirement (MAT): Present (P)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Vulnerable System Impact Confidentiality (MVC): High (H)
- Modified Vulnerable System Impact Integrity (MVI): High (H)
- Modified Vulnerable System Impact Availability (MVA): Low (L)
- Modified Subsequent System Impact Confidentiality (MSC): Negligible (N)
- Modified Subsequent System Impact Integrity (MSI): Negligible (N)
- Modified Subsequent System Impact Availability (MSA): Negligible (N)
- Safety (S): Not Defined (X)
- Automatable (AU): Not Defined (X)
- Recovery (R): Not Defined (X)
- Value Density (V): Not Defined (X)
- Vulnerability Response Effort (RE): Not Defined (X)
- Provider Urgency (U): Not Defined (X)
- Confidentiality Req. (CR): Not Defined (X)
- Integrity Req. (IR): Not Defined (X)
- Availability Req. (AR): Not Defined (X)
- Exploit Maturity (E): Not Defined (X)
by @LeSuisse Activity log
- Created suggestion
-
@LeSuisse
ignored
8 packages
- rubyPackages.tilt
- rubyPackages_3_3.tilt
- rubyPackages_3_4.tilt
- rubyPackages_4_0.tilt
- python313Packages.tilt-pi
- python314Packages.tilt-pi
- python313Packages.tilt-ble
- python314Packages.tilt-ble
- @LeSuisse accepted
- @LeSuisse published on GitHub
Tilt: Missing authentication on the network-exposed Tilt HUD server
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.
References
-
https://github.com/tilt-dev/tilt/security/advisories/GHSA-c73q-8xxr-rgqm x_refsource_CONFIRM
-
https://github.com/tilt-dev/tilt/pull/6776 x_refsource_MISC
-
https://github.com/tilt-dev/tilt/releases/tag/v0.37.4 x_refsource_MISC
Affected products
- ==>= 0.20.8, < 0.37.4
Matching in nixpkgs
Ignored packages (8)
pkgs.rubyPackages.tilt
None
pkgs.rubyPackages_3_3.tilt
None
pkgs.rubyPackages_3_4.tilt
None
pkgs.rubyPackages_4_0.tilt
None
pkgs.python313Packages.tilt-pi
Python client for interacting with the Tilt Pi API
pkgs.python314Packages.tilt-pi
Python client for interacting with the Tilt Pi API
pkgs.python313Packages.tilt-ble
Library for Tilt BLE devices
Package maintainers
-
@zacharyarnaise Zachary Arnaise
-
@anton-dessiatov Anton Desyatov <anton.dessiatov@gmail.com>
8.3 HIGH
- CVSS version (CVSS): 4.0
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Attack Requirement (AT): Present (P)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Vulnerable System Impact Confidentiality (VC): High (H)
- Vulnerable System Impact Integrity (VI): None (N)
- Vulnerable System Impact Availability (VA): Low (L)
- Subsequent System Impact Confidentiality (SC): None (N)
- Subsequent System Impact Integrity (SI): None (N)
- Subsequent System Impact Availability (SA): None (N)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Attack Requirement (MAT): Present (P)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Vulnerable System Impact Confidentiality (MVC): High (H)
- Modified Vulnerable System Impact Integrity (MVI): None (N)
- Modified Vulnerable System Impact Availability (MVA): Low (L)
- Modified Subsequent System Impact Confidentiality (MSC): Negligible (N)
- Modified Subsequent System Impact Integrity (MSI): Negligible (N)
- Modified Subsequent System Impact Availability (MSA): Negligible (N)
- Safety (S): Not Defined (X)
- Automatable (AU): Not Defined (X)
- Recovery (R): Not Defined (X)
- Value Density (V): Not Defined (X)
- Vulnerability Response Effort (RE): Not Defined (X)
- Provider Urgency (U): Not Defined (X)
- Confidentiality Req. (CR): Not Defined (X)
- Integrity Req. (IR): Not Defined (X)
- Availability Req. (AR): Not Defined (X)
- Exploit Maturity (E): Not Defined (X)
by @LeSuisse Activity log
- Created suggestion
-
@LeSuisse
ignored
8 packages
- rubyPackages.tilt
- rubyPackages_3_3.tilt
- rubyPackages_3_4.tilt
- rubyPackages_4_0.tilt
- python313Packages.tilt-pi
- python314Packages.tilt-pi
- python313Packages.tilt-ble
- python314Packages.tilt-ble
- @LeSuisse accepted
- @LeSuisse published on GitHub
Tilt: Unauthenticated pprof debug endpoints on the Tilt HUD server
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.
References
-
https://github.com/tilt-dev/tilt/security/advisories/GHSA-p749-9w62-w533 x_refsource_CONFIRM
-
https://github.com/tilt-dev/tilt/pull/6776 x_refsource_MISC
-
https://github.com/tilt-dev/tilt/releases/tag/v0.37.4 x_refsource_MISC
Affected products
- ==>= 0.19.5, < 0.37.4
Matching in nixpkgs
Ignored packages (8)
pkgs.rubyPackages.tilt
None
pkgs.rubyPackages_3_3.tilt
None
pkgs.rubyPackages_3_4.tilt
None
pkgs.rubyPackages_4_0.tilt
None
pkgs.python313Packages.tilt-pi
Python client for interacting with the Tilt Pi API
pkgs.python314Packages.tilt-pi
Python client for interacting with the Tilt Pi API
pkgs.python313Packages.tilt-ble
Library for Tilt BLE devices
Package maintainers
-
@zacharyarnaise Zachary Arnaise
-
@anton-dessiatov Anton Desyatov <anton.dessiatov@gmail.com>