SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-40526

MEDIUM · CVSS 6.5 EPSS 0.62% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-27 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The Volmarg Personal Management System is vulnerable to a path traversal issue that permits authenticated attackers to access arbitrary files by manipulating the GET /public/get-file/{path} endpoint. This flaw allows attackers to read sensitive files on the server, as the path parameter is directly processed without proper validation against a designated base directory. Organizations using this system should prioritize remediation to prevent potential data exposure and ensure the security of sensitive information.

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-40526
Severity
MEDIUM
CVSS
6.5
EPSS
0.62%

Original NVD Description

Volmarg Personal Management System contains a path traversal vulnerability that allows authenticated attackers to read arbitrary files by supplying absolute filesystem paths to the GET /public/get-file/{path} endpoint. The path route parameter is passed directly to file_get_contents() without canonicalization against a permitted base directory, enabling attackers to retrieve sensitive files accessible to the PHP-FPM worker process without using directory traversal sequences.