CVE-2026-88891 Details
Description
OpenPanel fails to enforce read-only project access level on 26 of 29 mutating procedures, allowing read-level members to modify, delete, and publish project data. Attackers with explicit read-only access can delete reports and dashboards, schedule entire projects for deletion, publish private analytics to public share links, and modify alerting rules by exploiting missing access level validation in mutation resolvers.
A vulnerability exists in OpenPanel versions 0 and above, where the application does not properly enforce read-only access levels on 26 out of 29 mutating procedures. This oversight allows members with read-only access to modify, delete, and publish project data. Specifically, attackers can exploit this flaw to delete reports and dashboards, schedule projects for deletion, publish private analytics via public share links, and alter alerting rules. The issue arises from a lack of proper access level validation in the mutation resolvers.
To address this vulnerability, the access level enforcement should be centralized in a middleware function that applies the correct permissions to all mutating procedures. Additionally, the 'getProjectAccess' function should be modified to return a consistent shape that includes the access level, eliminating the current ambiguity that allows for oversight in permission checks.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 10, 2026CISA-ADP
Assessed Sep 15, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/Openpanel-dev/openpanel/security/advisories/GHSA-f9rx-pxgw-c6rg | CISA-ADP | AdvisoryExploitTechnical AnalysisVendor |
| https://github.com/Openpanel-dev/openpanel/security/advisories/GHSA-f9rx-pxgw-c6rg | [email protected] | AdvisoryExploitTechnical AnalysisVendor |
| https://www.vulncheck.com/advisories/openpanel-read-only-access-level-enforcement-bypass-via-mutations | [email protected] | AdvisoryRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-269 | Improper Privilege Management | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| OpenPanel | <= 0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 15, 2026 | CVE Modified | CISA-ADP |
| Sep 10, 2026 | New CVE Received | [email protected] |
Volerion