Search criteria
1 vulnerability by henrygd
CVE-2026-27734 (GCVE-0-2026-27734)
Vulnerability from cvelistv5 – Published: 2026-02-27 19:41 – Updated: 2026-02-27 19:41
VLAI?
Title
Beszel Vulnerable to Docker API Path Traversal via Unsanitized Container ID
Summary
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.
Severity ?
6.5 (Medium)
CWE
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Assigner
References
| URL | Tags | |||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"containers": {
"cna": {
"affected": [
{
"product": "beszel",
"vendor": "henrygd",
"versions": [
{
"status": "affected",
"version": "\u003c 0.18.4"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Beszel is a server monitoring platform. Prior to version 0.18.2, the hub\u0027s 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\u0027s 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."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-27T19:41:30.418Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/henrygd/beszel/security/advisories/GHSA-phwh-4f42-gwf3",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/henrygd/beszel/security/advisories/GHSA-phwh-4f42-gwf3"
},
{
"name": "https://github.com/henrygd/beszel/releases/tag/v0.18.4",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/henrygd/beszel/releases/tag/v0.18.4"
}
],
"source": {
"advisory": "GHSA-phwh-4f42-gwf3",
"discovery": "UNKNOWN"
},
"title": "Beszel Vulnerable to Docker API Path Traversal via Unsanitized Container ID"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-27734",
"datePublished": "2026-02-27T19:41:30.418Z",
"dateReserved": "2026-02-23T18:37:14.790Z",
"dateUpdated": "2026-02-27T19:41:30.418Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}