CVE-2026-77768

Source
https://cve.org/CVERecord?id=CVE-2026-77768
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-77768.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-77768
Aliases
  • GHSA-9x7c-f87x-2243
Published
2026-08-21T11:05:14Z
Modified
2026-08-23T03:53:41Z
Severity
  • 7.1 (High) CVSS_V4 - 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 Calculator
Summary
OpenPanel report.get Returns Any Report by Identifier Without Checking Project Access
Details

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.

Database specific
{
    "cna_assigner": "VulnCheck",
    "cwe_ids": [
        "CWE-639"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/77xxx/CVE-2026-77768.json",
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "fixed": "0a51b6805eed0b3da8376175acd5fa3d26819cb6"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ]
}
References

Affected packages

Git / github.com/openpanel-dev/openpanel

Affected ranges

Type
GIT
Repo
https://github.com/openpanel-dev/openpanel
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "source": "REFERENCES"
}

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-77768.json"