๐Ÿ” CVE Alert

CVE-2026-77769

MEDIUM 6.5

OpenPanel report.list Queries Reports by an Unverified dashboardId, Crossing Organization Boundaries

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

The report.list procedure in packages/trpc/src/routers/report.ts accepted a projectId and a dashboardId and returned getReportsByDashboardId(dashboardId). The enforceAccess middleware in packages/trpc/src/trpc.ts verified membership for the supplied projectId, but nothing verified that the supplied dashboardId belonged to that project, and getReportsByDashboardId in packages/db/src/services/reports.service.ts selects reports by dashboardId alone with no project scoping. An authenticated user could therefore pair a projectId from their own organization, which satisfies the middleware, with a dashboardId belonging to another organization and receive every report in that dashboard. A correctly scoped helper, listReportsCore, already existed in the same service file and resolves the dashboard through getDashboardById(dashboardId, projectId) before returning reports, but the router did not use it.

CWE CWE-639
Vendor openpanel-dev
Product openpanel
Published Aug 21, 2026
Stay Ahead of the Next One

Get instant alerts for openpanel-dev openpanel

Be the first to know when new medium vulnerabilities affecting openpanel-dev openpanel are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

Openpanel-dev / openpanel
0 < 0a51b6805eed0b3da8376175acd5fa3d26819cb6

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Openpanel-dev/openpanel/security/advisories/GHSA-3q95-vc6f-vc9v github.com: https://github.com/Openpanel-dev/openpanel/blob/e8a0602cda5a4d4b463f11d298a1b078c446bf33/packages/trpc/src/routers/report.ts github.com: https://github.com/Openpanel-dev/openpanel/commit/0a51b6805eed0b3da8376175acd5fa3d26819cb6 github.com: https://github.com/Openpanel-dev/openpanel vulncheck.com: https://www.vulncheck.com/advisories/openpanel-report-list-queries-reports-by-an-unverified-dashboardid-crossing-organization-boundaries

Credits

George Chen