Description
Perses is an open-source dashboard and visualization project for observability data. Prior to 0.54.0-rc.0, list endpoints used with the file-system database bind the request-controlled project query parameter into the resource Query structure without validating it against directory traversal characters, and the resulting project value is used to select database paths. An authenticated attacker can supply directory traversal segments to leave the intended project directory, read arbitrary YAML or JSON files accessible to the Perses process, and bypass project isolation to enumerate other file-backed resources. This issue is fixed in version 0.54.0-rc.0.
Published: 2026-09-18
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Read arbitrary files
Action: Immediate Patch
AI Analysis

Impact

The vulnerability allows an authenticated attacker to supply directory traversal characters in the project query parameter, enabling the system to access files outside the intended project directory. This can expose sensitive configuration files in YAML or JSON format, leading to confidentiality compromise. The weakness is a classic path‑traversal flaw, classified under CWE‑22.

Affected Systems

The issue affects Perses deployments using the perses:perses product and applies to all versions released before 0.54.0‑rc.0. Any installation that has not upgraded to 0.54.0‑rc.0 or later is susceptible.

Risk and Exploitability

With a CVSS score of 7.1, the vulnerability poses a high risk. The EPSS score is currently unavailable, and the vulnerability is not listed in the CISA KEV catalog, indicating no known exploitation cases at the time of analysis. An attacker who authenticates to the Perses API can craft the project parameter to traverse directories, read arbitrary files accessible to the Perses process, and bypass project isolation. The attack path is straightforward and does not require advanced techniques, suggesting the potential for widespread exploitation if left unpatched.

Generated by OpenCVE AI on September 19, 2026 at 11:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Perses version 0.54.0‑rc.0 or newer, which includes a fix for the project parameter validation.
  • Ensure that only authorized users have access to the Perses API endpoints that accept the project query parameter.
  • Run the Perses process with restrictive file‑system permissions so that it cannot read sensitive configuration files outside the intended project directories.

Generated by OpenCVE AI on September 19, 2026 at 11:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-vr5f-w35q-98jp Perses's unvalidated project parameter enables filesystem path traversal
History

Fri, 18 Sep 2026 21:30:00 +0000

Type Values Removed Values Added
Description Perses is an open-source dashboard and visualization project for observability data. Prior to 0.54.0-rc.0, list endpoints used with the file-system database bind the request-controlled project query parameter into the resource Query structure without validating it against directory traversal characters, and the resulting project value is used to select database paths. An authenticated attacker can supply directory traversal segments to leave the intended project directory, read arbitrary YAML or JSON files accessible to the Perses process, and bypass project isolation to enumerate other file-backed resources. This issue is fixed in version 0.54.0-rc.0.
Title Perses: Unvalidated project parameter enables filesystem path traversal
Weaknesses CWE-22
References
Metrics 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'}

ssvc

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-18T18:04:16.733Z

Reserved: 2026-07-16T19:35:57.767Z

Link: CVE-2026-63445

cve-icon Vulnrichment

Updated: 2026-09-18T18:04:13.100Z

cve-icon NVD

Status : Received

Published: 2026-09-18T18:17:10.477

Modified: 2026-09-18T18:17:10.477

Link: CVE-2026-63445

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-19T12:00:08Z

Weaknesses
  • CWE-22

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