Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Network-reachable, unauthenticated, low-complexity file read with no user interaction gives AV:N/AC:L/PR:N/UI:N; impact is confidentiality-only (C:H, I:N, A:N).
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
3DescriptionCVE.org
Meshery before 1.0.57 contains an unauthenticated arbitrary file read vulnerability in the /api/system/fileView and /api/system/fileDownload endpoints that pass user-supplied file parameters directly to os.Open without path validation. Attackers can supply absolute paths or traversal sequences in the file parameter to read arbitrary files from the host filesystem without authentication.
AnalysisAI
Unauthenticated arbitrary file read in Meshery before 1.0.57 lets remote attackers retrieve any file on the host by abusing the /api/system/fileView and /api/system/fileDownload endpoints, which pass a user-controlled file parameter straight to os.Open with no path validation. Reported by VulnCheck and fixed in v1.0.57, it carries a CVSS 4.0 score of 8.7 and requires no authentication or user interaction; no public exploit identified at time of analysis, though the fix commit publicly reveals the exact vulnerable code path.
Technical ContextAI
Meshery is an open-source cloud-native management plane for service meshes and Kubernetes, commonly run as a self-hosted server exposing a REST/HTTP API. The flaw is a classic CWE-22 path traversal: two Go HTTP handlers accept a 'file' request parameter and hand it directly to os.Open without canonicalizing the path, checking for '..' traversal sequences, or constraining reads to an intended base directory. Because Go's os.Open honors both absolute paths (e.g. /etc/passwd) and relative traversal (e.g. ../../), any string the attacker supplies is resolved against the filesystem with the privileges of the Meshery server process. The CPE cpe:2.3:a:meshery:meshery:*:*:*:*:*:*:*:* confirms the Meshery application itself is affected across versions prior to the fix.
RemediationAI
Vendor-released patch: upgrade to Meshery v1.0.57 or later, which adds path-traversal prevention in the file handlers (commit ea83a26cb090b13be36c07cf24a99f8c637cc765, PR #20133). If immediate upgrade is not possible, restrict network exposure of the Meshery server by binding it to localhost or placing it behind an authenticating reverse proxy, and block or filter external access to the /api/system/fileView and /api/system/fileDownload endpoints at the ingress/WAF layer - noting that blocking these paths may disable legitimate in-product file view/download features. Additionally, run the Meshery process under a least-privileged account so that even a successful read is limited to files that account can access. Consult the vendor advisory (https://github.com/meshery/meshery/releases/tag/v1.0.57) and the VulnCheck advisory for details.
A SQL Injection vulnerability in the REST API in Layer5 Meshery 0.5.2 allows an attacker to execute arbitrary SQL comman
Meshery is an open source, cloud native manager that enables the design and management of Kubernetes-based infrastructur
Meshery is an open source, cloud native manager that enables the design and management of Kubernetes-based infrastructur
Meshery is an open source, cloud native manager that enables the design and management of Kubernetes-based infrastructur
Insecure permissions in meshery v0.7.51 allows attackers to access sensitive data and escalate privileges by obtaining t
A SQL injection vulnerability exists in Meshery prior to version v0.6.179, enabling a remote attacker to retrieve sensit
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allVendor StatusVendor
SUSE
Severity: ImportantShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-48342
GHSA-2x9h-mj6j-c376