SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-65919

HIGH · CVSS 7.5 EPSS 1.84% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-23 · Last synced 2026-08-22

CyberRota Analysis

AI-Generated

Meshery versions prior to 1.0.57 are vulnerable to an unauthenticated arbitrary file read flaw in the /api/system/fileView and /api/system/fileDownload endpoints, allowing attackers to exploit user-supplied file parameters to access sensitive files on the host filesystem. This vulnerability poses a significant risk as it enables unauthorized access to potentially confidential data. Organizations using affected versions should prioritize patching to mitigate the risk of data exposure.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-65919
Severity
HIGH
CVSS
7.5
EPSS
1.84%

Original NVD Description

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.