Answer in brief
CVE-2026-63199 records a High severity (CVSS 0.0) vulnerability in Perses: Missing authorization in datasource proxy allows cross-scope secret disclosure. The current sources do not mark it as known exploited. The current feed maps perses/perses (generic), github.com/perses/perses (go), github.com/perses/perses (go). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 0.0. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps perses/perses (generic), github.com/perses/perses (go), github.com/perses/perses (go). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| perses/persesgeneric | >= 0.43.0, < 0.54.0-rc.0 | Not reported |
| github.com/perses/persesgo | >=0.43.0,<0.54.0-rc.0 | 0.54.0-rc.0 |
| github.com/perses/persesgo | >=0.43.0 <0.54.0-rc.0 | 0.54.0-rc.0 |
Published upstream
Sep 18, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 18, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 18, 2026
Perses is an open-source dashboard and visualization project for observability data. From 0.43.0 until 0.54.0-rc.0, the datasource creation and unsaved datasource proxy paths authorize the caller on a Datasource or GlobalDatasource scope but do not require read permission for the separately grantable associated project or global Secret before resolving it. A low-privilege user with GlobalDatasource:create or corresponding project datasource creation rights can attach a project or global Secret that the user cannot otherwise read, point the datasource at a service controlled by the user, and cause Perses to send the decrypted secret in plaintext, bypassing project and global scope separation. This issue is fixed in version 0.54.0-rc.0.
Quoted source text, attributed separately from HOL analysis.