CVE-2026-77769 PUBLISHED

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

Assigner: VulnCheck
Reserved: 21.08.2026 Published: 21.08.2026 Updated: 21.08.2026

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.

Metrics

CVSS Vector: 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
CVSS Score: 7.1

Product Status

Vendor Openpanel-dev
Product openpanel
Versions Default: unaffected
  • affected from 0 to 0a51b6805eed0b3da8376175acd5fa3d26819cb6 (excl.)

Credits

  • George Chen finder

References

Problem Types

  • Authorization Bypass Through User-Controlled Key CWE