CVE-2026-27734
MEDIUMBeszel < 0.18.2 - Authenticated Path Traversal via Container Query Parameter
Title source: llmDescription
Beszel is a server monitoring platform. Prior to version 0.18.2, the hub's authenticated API endpoints GET /api/beszel/containers/logs and GET /api/beszel/containers/info pass the user-supplied "container" query parameter to the agent without validation. The agent constructs Docker Engine API URLs using fmt.Sprintf with the raw value instead of url.PathEscape(). Since Go's http.Client does not sanitize `../` sequences from URL paths sent over unix sockets, an authenticated user (including readonly role) can traverse to arbitrary Docker API endpoints on agent hosts, exposing sensitive infrastructure details. Version 0.18.4 fixes the issue.
References (2)
Core 2
Core References
Vendor Advisory x_refsource_confirm
https://github.com/henrygd/beszel/security/advisories/GHSA-phwh-4f42-gwf3
Release Notes x_refsource_misc
https://github.com/henrygd/beszel/releases/tag/v0.18.4
Scores
CVSS v3
6.5
EPSS
0.0048
EPSS Percentile
37.8%
Attack Vector
NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
CWE
CWE-22
Status
published
Products (1)
beszel/beszel
< 0.18.2
Published
Feb 27, 2026
Tracked Since
Feb 28, 2026