Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-77769— OpenPanel report.list Queries Reports by an Unverified dashboardId, Crossing Organization Boundaries

Quick assessment

Affected
Openpanel-dev openpanel
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

packages/trpc/src/routers/report.ts 中的 report.list 过程接受了 projectId 和 dashboardId 两个参数,并返回了 getReportsByDashboardId(dashboardId) 的结果。虽然 packages/trpc/src/trpc.ts 中的 enforceAccess 中间件验证了所提供 projectId 的用户成员资格,但没有任何机制验证所提供的 dashboardId 是否属于该项目。与此同时,packages/db/src

CVSS 6.5 · Medium EPSS 0.24% · P16

Possible ATT&CK Techniques 1 AI

T1530 · Data from Cloud Storage

Affected Version Matrix 1

VendorProduct Version RangeStatus
Openpanel-dev openpanel < 0a51b6805eed0b3da8376175acd5fa3d26819cb6 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-77769

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
OpenPanel report.list Queries Reports by an Unverified dashboardId, Crossing Organization Boundaries
Source: CVE Program / CVE List V5
Vulnerability Description
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.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Source: CVE Program / CVE List V5
Vulnerability Type
通过用户控制密钥绕过授权机制
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
Openpanel-dev openpanel 0 ~ 0a51b6805eed0b3da8376175acd5fa3d26819cb6 -

II. Public POCs for CVE-2026-77769

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-77769

登录查看更多情报信息。

Patches & Fixes for CVE-2026-77769 (1)

Vendor Advisories for CVE-2026-77769 (2)

Other References for CVE-2026-77769 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-77769

No comments yet


Leave a comment