---
id: CVE-2026-77767
title: >-
  Reconmap's API applies a fallback authorization policy in
  apps/api/app/Program.cs that requires an authenticated user holding the
  administrator role, so controllers without their own attribute reject
  anonymous callers
summary: >-
  Reconmap's API applies a fallback authorization policy in
  apps/api/app/Program.cs that requires an authenticated user holding the
  administrator role, so controllers without their own attribute reject
  anonymous callers. The report preview…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-862
published: '2026-08-21'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T20:06:30.133'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-77767'
references:
  - url: 'https://github.com/reconmap/reconmap'
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/reconmap/reconmap/blob/56ca3748343a50c98185d53827172d8f13a6ad0f/apps/api/app/Controllers/ReportsController.cs
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/reconmap/reconmap/blob/56ca3748343a50c98185d53827172d8f13a6ad0f/apps/api/app/Program.cs
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/reconmap/reconmap/commit/2b2eb0cf0aa95726b4edd0045f86d2dcdb8de34d
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/reconmap/reconmap/security/advisories/GHSA-mhrh-jfmr-8mmw
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/reconmap-report-preview-endpoint-is-marked-allowanonymous-exposing-every-project-and-client-organisation-without-authentication
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/reconmap/reconmap/security/advisories/GHSA-mhrh-jfmr-8mmw
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00457
epssPercentile: 0.37019
ingestedAt: '2026-09-24T20:51:40.215Z'
---

## Overview

Reconmap's API applies a fallback authorization policy in apps/api/app/Program.cs that requires an authenticated user holding the administrator role, so controllers without their own attribute reject anonymous callers. The report preview action in apps/api/app/Controllers/ReportsController.cs carries [AllowAnonymous] and therefore opts out of that policy. PreviewReport loads the Project row named by the id path segment, loads the linked Organisation through the project's ClientId, and renders both into default-report-template.html, which prints the project name and description together with the client organisation's name, address and URL. No authentication, project membership or role check is performed. Because the id is the auto-increment primary key of the project table, an unauthenticated remote caller can walk sequential ids to retrieve the engagement details and client organisation of every project on the instance, and the 404 returned for a missing id reveals which project ids exist. Reconmap stores penetration-testing engagements, so the disclosed descriptions and client records are sensitive by nature.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
