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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-77768— OpenPanel report.get Returns Any Report by Identifier Without Checking Project Access

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.

中的 过程仅接受 参数,并直接返回 的结果。 中的 中间件仅在输入包含 或 键时才会进行成员资格验证;因此,仅包含 的输入未经验证即被放行。随后, 中的 函数仅根据 执行 查询,未对项目范围进行限制。因此,任何经过身份验证的用户都可以通过提供报告标识符,读取实例上任意已保存报告的完整配置信息,包括所属项目的 、事件系列(event series)、过滤器(filters)、分面(breakdowns)以及公式(formulas)。相比之下,相邻的 、 和 过程会先解析报告,并针对报告自身的 调用 进行访问权限检查。

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-77768

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.get Returns Any Report by Identifier Without Checking Project Access
Source: CVE Program / CVE List V5
Vulnerability Description
The report.get procedure in packages/trpc/src/routers/report.ts accepted only a reportId and returned getReportById(reportId) directly. The enforceAccess middleware in packages/trpc/src/trpc.ts evaluates membership only when the input carries a projectId or organizationId key, so an input consisting of a reportId alone passed through unchecked, and getReportById in packages/db/src/services/reports.service.ts performs a findUnique on the report id with no project scoping. Any authenticated user could therefore read the full configuration of any saved report on the instance, including the owning projectId, event series, filters, breakdowns and formulas, by supplying its identifier. The adjacent update, delete and duplicate procedures resolve the report first and check getProjectAccess against the report's own projectId, so the omission was specific to this procedure.
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-77768

# 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-77768

登录查看更多情报信息。

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

Vendor Advisories for CVE-2026-77768 (2)

Other References for CVE-2026-77768 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-77768

No comments yet


Leave a comment