---
id: CVE-2026-40526
title: >-
  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
summary: >-
  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 par…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-22
published: '2026-08-27'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T20:43:32.537'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-40526'
references:
  - url: >-
      https://github.com/Volmarg/personal-management-system/commit/a0443570e105ed4835ce57f3c0a3e33d5b77418c
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/Volmarg/personal-management-system/commit/fb9d3679d5b28977ef59e61c3eed42bec602ed8b
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/volmarg-personal-management-system-path-traversal-via-get-file-endpoint
    label: disclosure@vulncheck.com
tags:
  - nvd
epss: 0.00797
epssPercentile: 0.54549
ingestedAt: '2026-08-29T21:42:35.117Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
