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.
Published: 2026-08-12
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an authenticated attacker to supply a malicious filename containing directory traversal sequences to the download_export() GET parameter, causing the application to read arbitrary files from the server’s filesystem. The primary impact is unauthorized disclosure of sensitive data such as environment variables, encryption keys, database credentials, and other configuration files. This weakness is identified as CWE-22, indicating a failure to properly validate or sanitize file paths. The attack does not give code execution privileges; however, obtaining configuration secrets can facilitate further compromises.

Affected Systems

The affected vendor and product are rConfig, specifically all releases prior to version 8.2.13. No additional sub‑products or version ranges are enumerated beyond this cutoff. Administrators should verify that their deployed rConfig instances are older than or equal to 8.2.12 and plan an upgrade accordingly.

Risk and Exploitability

The CVSS score of 7.1 positions this vulnerability in the high severity range, indicating significant risk if the flaw is exploited. The EPSS score is not available, so the likelihood of exploitation is indeterminate, but the lack of a KEV listing suggests no currently documented public exploit. The attack vector requires the attacker to be authenticated to the rConfig web interface, meaning successful exploitation depends on account compromise or weak credentials. Given the potential to read configuration files, the risk to confidentiality is substantial, especially if attackers can curry out lateral movement or elevate privileges.

Generated by OpenCVE AI on August 13, 2026 at 01:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official patch by upgrading to rConfig core 8.2.13 or a later release that contains the fixed path‑validation logic.
  • Implement server‑side validation of the filename parameter to reject any directory traversal sequences (e.g., by rejecting strings containing '../' or resolving the path against a fixed exports directory and checking containment).
  • Review file permissions for application environment files and other sensitive documents, ensuring that only the web server process and privileged administrators can read them.

Generated by OpenCVE AI on August 13, 2026 at 01:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:rconfig:rconfig:*:*:*:*:*:*:*:*

Thu, 13 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 12 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Rconfig
Rconfig rconfig
Vendors & Products Rconfig
Rconfig rconfig

Wed, 12 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
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.
Title rConfig < 8.2.13 Path Traversal File Read via FileDownloadController
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T16:50:37.632Z

Reserved: 2026-07-20T18:27:48.160Z

Link: CVE-2026-64826

cve-icon Vulnrichment

Updated: 2026-08-13T19:24:28.013Z

cve-icon NVD

Status : Received

Published: 2026-08-12T21:17:39.427

Modified: 2026-08-13T20:17:23.567

Link: CVE-2026-64826

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T02:00:13Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')