{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "source": "REFERENCES"
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "0a51b6805eed0b3da8376175acd5fa3d26819cb6"
            }
          ],
          "repo": "https://github.com/openpanel-dev/openpanel",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-3q95-vc6f-vc9v"
  ],
  "database_specific": {
    "cna_assigner": "VulnCheck",
    "cwe_ids": [
      "CWE-639"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/77xxx/CVE-2026-77769.json",
    "unresolved_ranges": [
      {
        "extracted_events": [
          {
            "fixed": "0a51b6805eed0b3da8376175acd5fa3d26819cb6"
          }
        ],
        "source": "AFFECTED_FIELD"
      }
    ]
  },
  "details": "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.",
  "id": "CVE-2026-77769",
  "modified": "2026-08-28T11:30:38.237550169Z",
  "published": "2026-08-21T11:05:15.644Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/77xxx/CVE-2026-77769.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/Openpanel-dev/openpanel/security/advisories/GHSA-3q95-vc6f-vc9v"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-77769"
    },
    {
      "type": "ADVISORY",
      "url": "https://www.vulncheck.com/advisories/openpanel-report-list-queries-reports-by-an-unverified-dashboardid-crossing-organization-boundaries"
    },
    {
      "type": "FIX",
      "url": "https://github.com/Openpanel-dev/openpanel/commit/0a51b6805eed0b3da8376175acd5fa3d26819cb6"
    },
    {
      "type": "PACKAGE",
      "url": "https://github.com/Openpanel-dev/openpanel"
    },
    {
      "type": "ARTICLE",
      "url": "https://github.com/Openpanel-dev/openpanel/blob/e8a0602cda5a4d4b463f11d298a1b078c446bf33/packages/trpc/src/routers/report.ts"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "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",
      "type": "CVSS_V4"
    }
  ],
  "summary": "OpenPanel report.list Queries Reports by an Unverified dashboardId, Crossing Organization Boundaries"
}