AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-64826

MEDIUM · CVSS 6.5 EPSS 0.37% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-12 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

rConfig versions prior to 8.2.13 are vulnerable to a path traversal flaw that enables authenticated attackers to access arbitrary files by manipulating the filename parameter in the download_export() method. This vulnerability could lead to exposure of sensitive information, such as encryption keys and database credentials, potentially compromising the application's security. Organizations using affected versions should prioritize patching to mitigate the risk of unauthorized data access.

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-64826
Severity
MEDIUM
CVSS
6.5
EPSS
0.37%

Original NVD Description

rConfig before 8.2.13 contains a path traversal vulnerability that allows authenticated attackers to read arbitrary files by supplying unsanitized directory traversal sequences in the filename GET parameter of the download_export() method. Attackers can craft requests with ../ sequences to escape the exports base directory and access sensitive files readable by the web server process, including application environment files containing encryption keys, database credentials, and mail configuration.