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.
CVE-2026-77769
Score 6.5 from GitHub Security Advisory (severity: HIGH) published 2026-08-21. a secondary CVSS source baseline 6.5; sources differ by 0.0.
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 6.5
- EG Score
- 6.5(medium)
- EG Risk
- 45(Track)EG Risk 45/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity65% × 45%Exploitation40% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 16%
- KEV
- Not listed
Published
August 21, 2026
Last Modified
August 26, 2026
Advisory Details (5)
Auto-updated Aug 21, 2026OpenPanel report.list Queries Reports by an Unverified dashboardId, Crossing Organization Boundaries | Advisories | VulnCheck
https://www.vulncheck.com/advisories/openpanel-report-list-queries-reports-by-an-unverified-dashboardid-crossing-organization-boundariesCross-organization report enumeration via unverified dashboardId in report.list · Advisory · Openpanel-dev/openpanel · GitHub
https://github.com/Openpanel-dev/openpanel/security/advisories/GHSA-3q95-vc6f-vc9vcommit 0a51b6805eed (Openpanel-dev/openpanel)
Fix landed in Openpanel-dev/openpanel commit 0a51b6805eed — awaiting tagged release
https://github.com/Openpanel-dev/openpanel/commit/0a51b6805eed0b3da8376175acd5fa3d26819cb6openpanel/packages/trpc/src/routers/report.ts at e8a0602cda5a4d4b463f11d298a1b078c446bf33 · Openpanel-dev/openpanel · GitHub
https://github.com/Openpanel-dev/openpanel/blob/e8a0602cda5a4d4b463f11d298a1b078c446bf33/packages/trpc/src/routers/report.tsGitHub - Openpanel-dev/openpanel: OpenPanel is an open-source web and product analytics platform, an open-source alternative to Mixpanel with optional self-hosting. · GitHub
https://github.com/Openpanel-dev/openpanelVendor Advisories for CVE-2026-77769(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 19× in last 7d / 85× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-20 20:16 UTCEPSS rescore
- 2026-09-20 19:09 UTCEG score recompute
- 2026-09-20 19:09 UTCGHSA enrichment
- 2026-09-19 20:23 UTCEG score recompute
- 2026-09-19 20:23 UTCGHSA enrichment
- 2026-09-18 21:37 UTCEG score recompute
- 2026-09-18 21:37 UTCGHSA enrichment
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-17 21:17 UTCEG score recompute
- 2026-09-17 21:17 UTCGHSA enrichment
- 2026-09-16 20:02 UTCEG score recompute
- 2026-09-16 20:01 UTCGHSA enrichment
- 2026-09-16 14:08 UTCEPSS rescore
- 2026-09-16 05:15 UTCEPSS rescore
- 2026-09-15 21:12 UTCEG score recompute
- 2026-09-15 21:12 UTCGHSA enrichment
- 2026-09-15 03:12 UTCEPSS rescore
- 2026-09-15 03:12 UTCEPSS rescore
- 2026-09-14 22:26 UTCGHSA enrichment
- 2026-09-13 23:34 UTCEG score recompute
- 2026-09-13 23:34 UTCGHSA enrichment
- 2026-09-13 00:48 UTCEG score recompute
- 2026-09-13 00:48 UTCGHSA enrichment
- 2026-09-12 02:02 UTCEG score recompute
- 2026-09-12 02:02 UTCGHSA enrichment
Show 63 moreShow fewer
- 2026-09-11 14:53 UTCEPSS rescore
- 2026-09-11 03:15 UTCEG score recompute
- 2026-09-11 03:15 UTCGHSA enrichment
- 2026-09-10 09:35 UTCEPSS rescore
- 2026-09-10 04:29 UTCGHSA enrichment
- 2026-09-09 05:43 UTCEG score recompute
- 2026-09-09 05:43 UTCGHSA enrichment
- 2026-09-08 22:01 UTCEPSS rescore
- 2026-09-08 06:56 UTCEG score recompute
- 2026-09-08 06:56 UTCGHSA enrichment
- 2026-09-07 08:10 UTCEG score recompute
- 2026-09-07 08:10 UTCGHSA enrichment
- 2026-09-06 13:48 UTCEPSS rescore
- 2026-09-06 08:37 UTCEG score recompute
- 2026-09-06 08:37 UTCGHSA enrichment
- 2026-09-05 09:51 UTCEG score recompute
- 2026-09-05 09:51 UTCGHSA enrichment
- 2026-09-04 11:04 UTCEG score recompute
- 2026-09-04 11:04 UTCGHSA enrichment
- 2026-09-04 05:07 UTCEPSS rescore
- 2026-09-03 12:08 UTCEG score recompute
- 2026-09-03 12:08 UTCGHSA enrichment
- 2026-09-02 14:12 UTCEPSS rescore
- 2026-09-02 12:57 UTCGHSA enrichment
- 2026-09-01 13:59 UTCEG score recompute
- 2026-09-01 13:58 UTCGHSA enrichment
- 2026-09-01 13:54 UTCEPSS rescore
- 2026-09-01 04:40 UTCEPSS rescore
- 2026-09-01 04:40 UTCEPSS rescore
- 2026-08-31 15:11 UTCEG score recompute
- 2026-08-31 15:11 UTCGHSA enrichment
- 2026-08-30 19:18 UTCEPSS rescore
- 2026-08-30 19:17 UTCEPSS rescore
- 2026-08-30 16:25 UTCEG score recompute
- 2026-08-30 16:25 UTCGHSA enrichment
- 2026-08-30 01:22 UTCEPSS rescore
- 2026-08-29 17:39 UTCEG score recompute
- 2026-08-29 17:39 UTCGHSA enrichment
- 2026-08-28 21:42 UTCEPSS rescore
- 2026-08-28 18:05 UTCGHSA enrichment
- 2026-08-27 18:18 UTCEG score recompute
- 2026-08-27 18:18 UTCGHSA enrichment
- 2026-08-27 14:25 UTCEPSS rescore
- 2026-08-26 18:24 UTCEG score recompute
- 2026-08-26 18:24 UTCGHSA enrichment
- 2026-08-26 18:08 UTCEG score recompute
- 2026-08-26 18:08 UTCGHSA enrichment
- 2026-08-26 14:47 UTCEPSS rescore
- 2026-08-26 05:14 UTCEG score recompute
- 2026-08-26 05:14 UTCGHSA enrichment
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-25 06:27 UTCEG score recompute
- 2026-08-25 06:26 UTCGHSA enrichment
- 2026-08-24 14:18 UTCEPSS rescore
- 2026-08-24 07:39 UTCGHSA enrichment
- 2026-08-23 08:53 UTCEG score recompute
- 2026-08-23 08:53 UTCGHSA enrichment
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-22 10:07 UTCEG score recompute
- 2026-08-22 10:07 UTCGHSA enrichment
- 2026-08-21 11:20 UTCEG score recompute
- 2026-08-21 11:17 UTCEG score recompute
- 2026-08-21 11:14 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-639
Frequently asked(5)
What is CVE-2026-77769?
When was CVE-2026-77769 disclosed?
Is CVE-2026-77769 actively exploited?
What is the CVSS score of CVE-2026-77769?
How do I remediate CVE-2026-77769?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-77769
Is Your Infrastructure Affected by CVE-2026-77769?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.