Search
Find a vulnerability
Search criteria
ⓘ
Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.
6 vulnerabilities by perses
CVE-2026-63458 (GCVE-0-2026-63458)
Vulnerability from nvd – Published: 2026-09-18 17:32 – Updated: 2026-09-18 19:50
VLAI
EPSS
VEX
Title
Perses project query parameter authorization bypass exposes cross-project resources
Summary
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.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-18 19:50 UTC
CWE
- CWE-639 - Authorization Bypass Through User-Controlled Key
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/perses/perses/security/advisor… | x_refsource_CONFIRM |
| https://github.com/perses/perses/commit/8015fb340… | x_refsource_MISC |
| https://github.com/perses/perses/releases/tag/v0.… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-63458",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-18T19:50:23.078796Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-18T19:50:33.901Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "perses",
"vendor": "perses",
"versions": [
{
"status": "affected",
"version": "\u003c 0.54.0-beta.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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\u0027s 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": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "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",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-639",
"description": "CWE-639: Authorization Bypass Through User-Controlled Key",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-18T17:33:16.974Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/perses/perses/security/advisories/GHSA-cjgj-2fwf-4c2w",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/perses/perses/security/advisories/GHSA-cjgj-2fwf-4c2w"
},
{
"name": "https://github.com/perses/perses/commit/8015fb340bdc625953e73a7a688be5b939159540",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/perses/perses/commit/8015fb340bdc625953e73a7a688be5b939159540"
},
{
"name": "https://github.com/perses/perses/releases/tag/v0.54.0-beta.3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/perses/perses/releases/tag/v0.54.0-beta.3"
}
],
"source": {
"advisory": "GHSA-cjgj-2fwf-4c2w",
"discovery": "UNKNOWN"
},
"title": "Perses project query parameter authorization bypass exposes cross-project resources"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-63458",
"datePublished": "2026-09-18T17:32:54.847Z",
"dateReserved": "2026-07-16T21:37:45.768Z",
"dateUpdated": "2026-09-18T19:50:33.901Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-63445 (GCVE-0-2026-63445)
Vulnerability from nvd – Published: 2026-09-18 17:38 – Updated: 2026-09-18 18:04
VLAI
EPSS
VEX
Title
Perses: Unvalidated project parameter enables filesystem path traversal
Summary
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.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-18 18:04 UTC
CWE
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/perses/perses/security/advisor… | x_refsource_CONFIRM |
| https://github.com/perses/perses/commit/75e547104… | x_refsource_MISC |
| https://github.com/perses/perses/releases/tag/v0.… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-63445",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-18T18:04:06.862464Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-18T18:04:16.733Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "perses",
"vendor": "perses",
"versions": [
{
"status": "affected",
"version": "\u003c 0.54.0-rc.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "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",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-18T17:38:02.870Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/perses/perses/security/advisories/GHSA-vr5f-w35q-98jp",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/perses/perses/security/advisories/GHSA-vr5f-w35q-98jp"
},
{
"name": "https://github.com/perses/perses/commit/75e5471040ccb5674ea8d25c2aa16c80ccb70b2a",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/perses/perses/commit/75e5471040ccb5674ea8d25c2aa16c80ccb70b2a"
},
{
"name": "https://github.com/perses/perses/releases/tag/v0.54.0-rc.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/perses/perses/releases/tag/v0.54.0-rc.0"
}
],
"source": {
"advisory": "GHSA-vr5f-w35q-98jp",
"discovery": "UNKNOWN"
},
"title": "Perses: Unvalidated project parameter enables filesystem path traversal"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-63445",
"datePublished": "2026-09-18T17:38:02.870Z",
"dateReserved": "2026-07-16T19:35:57.767Z",
"dateUpdated": "2026-09-18T18:04:16.733Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-63199 (GCVE-0-2026-63199)
Vulnerability from nvd – Published: 2026-09-18 17:36 – Updated: 2026-09-18 17:36
VLAI
EPSS
VEX
Title
Perses: Missing authorization in datasource proxy allows cross-scope secret disclosure
Summary
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.
Severity
CWE
- CWE-862 - Missing Authorization
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/perses/perses/security/advisor… | x_refsource_CONFIRM |
| https://github.com/perses/perses/commit/2368c9ef4… | x_refsource_MISC |
| https://github.com/perses/perses/releases/tag/v0.… | x_refsource_MISC |
{
"containers": {
"cna": {
"affected": [
{
"product": "perses",
"vendor": "perses",
"versions": [
{
"status": "affected",
"version": "\u003e= 0.43.0, \u003c 0.54.0-rc.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "HIGH",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-862",
"description": "CWE-862: Missing Authorization",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-18T17:36:05.256Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/perses/perses/security/advisories/GHSA-4227-9989-jrhx",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/perses/perses/security/advisories/GHSA-4227-9989-jrhx"
},
{
"name": "https://github.com/perses/perses/commit/2368c9ef4eb0a70fbca5df69aa20e595821ab625",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/perses/perses/commit/2368c9ef4eb0a70fbca5df69aa20e595821ab625"
},
{
"name": "https://github.com/perses/perses/releases/tag/v0.54.0-rc.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/perses/perses/releases/tag/v0.54.0-rc.0"
}
],
"source": {
"advisory": "GHSA-4227-9989-jrhx",
"discovery": "UNKNOWN"
},
"title": "Perses: Missing authorization in datasource proxy allows cross-scope secret disclosure"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-63199",
"datePublished": "2026-09-18T17:36:05.256Z",
"dateReserved": "2026-07-15T22:13:00.722Z",
"dateUpdated": "2026-09-18T17:36:05.256Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-63445 (GCVE-0-2026-63445)
Vulnerability from cvelistv5 – Published: 2026-09-18 17:38 – Updated: 2026-09-18 18:04
VLAI
EPSS
VEX
Title
Perses: Unvalidated project parameter enables filesystem path traversal
Summary
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.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-18 18:04 UTC
CWE
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/perses/perses/security/advisor… | x_refsource_CONFIRM |
| https://github.com/perses/perses/commit/75e547104… | x_refsource_MISC |
| https://github.com/perses/perses/releases/tag/v0.… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-63445",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-18T18:04:06.862464Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-18T18:04:16.733Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "perses",
"vendor": "perses",
"versions": [
{
"status": "affected",
"version": "\u003c 0.54.0-rc.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "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",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-18T17:38:02.870Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/perses/perses/security/advisories/GHSA-vr5f-w35q-98jp",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/perses/perses/security/advisories/GHSA-vr5f-w35q-98jp"
},
{
"name": "https://github.com/perses/perses/commit/75e5471040ccb5674ea8d25c2aa16c80ccb70b2a",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/perses/perses/commit/75e5471040ccb5674ea8d25c2aa16c80ccb70b2a"
},
{
"name": "https://github.com/perses/perses/releases/tag/v0.54.0-rc.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/perses/perses/releases/tag/v0.54.0-rc.0"
}
],
"source": {
"advisory": "GHSA-vr5f-w35q-98jp",
"discovery": "UNKNOWN"
},
"title": "Perses: Unvalidated project parameter enables filesystem path traversal"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-63445",
"datePublished": "2026-09-18T17:38:02.870Z",
"dateReserved": "2026-07-16T19:35:57.767Z",
"dateUpdated": "2026-09-18T18:04:16.733Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-63199 (GCVE-0-2026-63199)
Vulnerability from cvelistv5 – Published: 2026-09-18 17:36 – Updated: 2026-09-18 17:36
VLAI
EPSS
VEX
Title
Perses: Missing authorization in datasource proxy allows cross-scope secret disclosure
Summary
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.
Severity
CWE
- CWE-862 - Missing Authorization
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/perses/perses/security/advisor… | x_refsource_CONFIRM |
| https://github.com/perses/perses/commit/2368c9ef4… | x_refsource_MISC |
| https://github.com/perses/perses/releases/tag/v0.… | x_refsource_MISC |
{
"containers": {
"cna": {
"affected": [
{
"product": "perses",
"vendor": "perses",
"versions": [
{
"status": "affected",
"version": "\u003e= 0.43.0, \u003c 0.54.0-rc.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "HIGH",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-862",
"description": "CWE-862: Missing Authorization",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-18T17:36:05.256Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/perses/perses/security/advisories/GHSA-4227-9989-jrhx",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/perses/perses/security/advisories/GHSA-4227-9989-jrhx"
},
{
"name": "https://github.com/perses/perses/commit/2368c9ef4eb0a70fbca5df69aa20e595821ab625",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/perses/perses/commit/2368c9ef4eb0a70fbca5df69aa20e595821ab625"
},
{
"name": "https://github.com/perses/perses/releases/tag/v0.54.0-rc.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/perses/perses/releases/tag/v0.54.0-rc.0"
}
],
"source": {
"advisory": "GHSA-4227-9989-jrhx",
"discovery": "UNKNOWN"
},
"title": "Perses: Missing authorization in datasource proxy allows cross-scope secret disclosure"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-63199",
"datePublished": "2026-09-18T17:36:05.256Z",
"dateReserved": "2026-07-15T22:13:00.722Z",
"dateUpdated": "2026-09-18T17:36:05.256Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-63458 (GCVE-0-2026-63458)
Vulnerability from cvelistv5 – Published: 2026-09-18 17:32 – Updated: 2026-09-18 19:50
VLAI
EPSS
VEX
Title
Perses project query parameter authorization bypass exposes cross-project resources
Summary
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.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-18 19:50 UTC
CWE
- CWE-639 - Authorization Bypass Through User-Controlled Key
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/perses/perses/security/advisor… | x_refsource_CONFIRM |
| https://github.com/perses/perses/commit/8015fb340… | x_refsource_MISC |
| https://github.com/perses/perses/releases/tag/v0.… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-63458",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-18T19:50:23.078796Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-18T19:50:33.901Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "perses",
"vendor": "perses",
"versions": [
{
"status": "affected",
"version": "\u003c 0.54.0-beta.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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\u0027s 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": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "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",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-639",
"description": "CWE-639: Authorization Bypass Through User-Controlled Key",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-18T17:33:16.974Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/perses/perses/security/advisories/GHSA-cjgj-2fwf-4c2w",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/perses/perses/security/advisories/GHSA-cjgj-2fwf-4c2w"
},
{
"name": "https://github.com/perses/perses/commit/8015fb340bdc625953e73a7a688be5b939159540",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/perses/perses/commit/8015fb340bdc625953e73a7a688be5b939159540"
},
{
"name": "https://github.com/perses/perses/releases/tag/v0.54.0-beta.3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/perses/perses/releases/tag/v0.54.0-beta.3"
}
],
"source": {
"advisory": "GHSA-cjgj-2fwf-4c2w",
"discovery": "UNKNOWN"
},
"title": "Perses project query parameter authorization bypass exposes cross-project resources"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-63458",
"datePublished": "2026-09-18T17:32:54.847Z",
"dateReserved": "2026-07-16T21:37:45.768Z",
"dateUpdated": "2026-09-18T19:50:33.901Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}