CVE-2026-27734
MEDIUM EPSS 38.1%
Published Feb 27, 20264mo ago · Modified Mar 4, 20263mo ago
6.5 CVSS 3.1
Published Feb 27, 2026 4mo ago
Last Modified Mar 4, 2026 3mo ago
Description
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.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality High
Integrity None
Availability None
Threat Intelligence
EPSS Exploit Probability
38.1% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 1
CWE-22 Path Traversal Resource Mgmt
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| beszel | beszel | * | <0.18.2 |
References 2
- github.com https://github.com/henrygd/beszel/releases/tag/v0.18.4
- github.com https://github.com/henrygd/beszel/security/advisories/GHSA-phwh-4f42-gwf3
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.