CVE-2026-63458 PUBLISHED

Perses project query parameter authorization bypass exposes cross-project resources

Assigner: GitHub_M
Reserved: 16.07.2026 Published: 18.09.2026 Updated: 18.09.2026

Perses is an open-source dashboard and visualization project for observability data. Prior to 0.54.0-beta.3, an authenticated user with viewer access to one project can supply another project through the project query parameter on project-scoped list endpoints, including /api/v1/projects/{project}/dashboards and /api/v1/datasources. The request-controlled project value is used to select dashboards, datasources, and variables without enforcing the caller's authorization for that selected project, which breaks project-level tenant isolation and exposes complete resource specifications belonging to other projects. This issue is fixed in version 0.54.0-beta.3.

Metrics

CVSS 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
CVSS Score: 7.1

Product Status

Vendor perses
Product perses
Versions
  • Version < 0.54.0-beta.3 is affected

References

Problem Types

  • CWE-639: Authorization Bypass Through User-Controlled Key CWE