CVE-2026-88891
Deferred Deferred - Pending Action

OpenPanel Privilege Escalation via Missing Access Validation

Vulnerability report for CVE-2026-88891, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-10

Last updated on: 2026-09-10

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-10
Last Modified
2026-09-10
Generated
2026-09-10
AI Q&A
2026-09-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
openpanel openpanel to worker (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-269 The product does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control for that actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

OpenPanel has a privilege escalation vulnerability where read-only project access is not properly enforced. Out of 29 mutating procedures, only 3 correctly block read-only users, allowing them to perform destructive actions like deleting projects, reports, and dashboards, publishing private analytics publicly, and modifying alerting rules.

Detection Guidance

To detect this vulnerability, review OpenPanel's mutation procedures for missing access level checks. Check if read-only users can execute actions like project.delete, report.delete, share.createReport, or share.createDashboard. Audit the getProjectAccess function to ensure it returns the correct AccessLevel enum values consistently.

Impact Analysis

If you are a read-only user in OpenPanel, an attacker could exploit this to delete your work, destroy projects, expose private data publicly, or alter settings. The impact is limited to unauthorized actions within projects you have access to, but it bypasses intended restrictions.

Compliance Impact

This vulnerability could lead to unauthorized data exposure or deletion, violating GDPR's data integrity and confidentiality requirements or HIPAA's access control rules. Organizations using OpenPanel may face compliance violations if sensitive data is compromised through this flaw.

Mitigation Strategies

Immediately update OpenPanel to the latest version that includes centralized access control enforcement. Implement a middleware layer to validate write-level access for all mutation procedures. Ensure getProjectAccess returns unambiguous access levels and block read-only users from executing destructive actions.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-88891. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart