PT-2026-79362 · Openpanel Dev+1 · Openpanel
CVSS v4.0
7.1
High
| Vector | AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N |
Name of the Vulnerable Software and Affected Versions
The product name cannot be determined (affected versions not specified)
Description
An authenticated user can read the full configuration of any saved report on the instance, including the owning
projectId, event series, filters, breakdowns, and formulas, by providing a report identifier. This occurs because the report.get procedure in packages/trpc/src/routers/report.ts accepts only a reportId and returns getReportById(reportId) directly. The enforceAccess middleware in packages/trpc/src/trpc.ts only evaluates membership when the input contains a projectId or organizationId key, allowing inputs with only a reportId to pass unchecked. Additionally, the getReportById function in packages/db/src/services/reports.service.ts performs a findUnique operation on the report ID without project scoping.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
IDOR
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Openpanel