{"apiVersion":"1.0","identifier":"CVE-2026-77769","description":"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.","publishedAt":"2026-08-21T11:17:07","lastModifiedAt":"2026-08-26T18:17:02","sourceUrl":"https://nvd.nist.gov/vuln/detail/CVE-2026-77769","cvssScore":6.5,"cvssVector":"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N","epssProbability":0.00243,"riskScore":0.66,"affectedProduct":"Reconmap","affectedVersions":"unknown","vulnerabilityType":"Web app","operatingSystems":[],"links":{"self":"https://www.redsauce.net/api/cves/CVE-2026-77769","webPages":{"es":"https://www.redsauce.net/es/cves/CVE-2026-77769","en":"https://www.redsauce.net/en/cves/CVE-2026-77769","fr":"https://www.redsauce.net/fr/cves/CVE-2026-77769","pt":"https://www.redsauce.net/pt/cves/CVE-2026-77769","de":"https://www.redsauce.net/de/cves/CVE-2026-77769","sk":"https://www.redsauce.net/sk/cves/CVE-2026-77769","el":"https://www.redsauce.net/el/cves/CVE-2026-77769"},"source":"https://nvd.nist.gov/vuln/detail/CVE-2026-77769"}}