CVE Catalog

CVE-2026-65919

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.61%

45th percentile - higher than 45% of all known CVEs

Summary

Meshery before version 1.0.57 has an unauthenticated arbitrary file read vulnerability in the /api/system/fileView and /api/system/fileDownload endpoints. The file parameter is passed directly to os.Open without path validation, allowing reading arbitrary files from the host filesystem.

Risk Assessment

An unauthenticated attacker can read arbitrary files from the server, including configuration files, passwords, and sensitive data, leading to full system compromise.

Recommendation

Update Meshery to version 1.0.57 or later, which includes path validation fixes.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS