Description
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.
Published: 2026-08-21
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Apply Patch
AI Analysis

Impact

The flaw lies in a report preview endpoint that is marked AllowAnonymous, causing the fallback authorization policy—normally requiring an authenticated administrator—to be bypassed. This oversight allows any caller, even unauthenticated users, to load a project by its numeric ID and view the project's name, description, and the linked client organisation’s name, address, and URL. The vulnerability is a classic example of CWE‑862, Broken Access Control, and results in the disclosure of sensitive engagement information normally restricted to authorized users.

Affected Systems

Reconmap, the open‑source penetration‑testing management platform, is impacted. The advisory references code in the API module of the current repository, so any deployed instance running this API code path without the recent patch is at risk. No specific version numbers are listed; therefore, the issue applies to any version that has not yet had the AllowAnonymous attribute removed from the report preview controller.

Risk and Exploitability

The high‑severity CVSS score of 8.7 indicates a substantial risk to confidentiality. No EPSS value is provided and the vulnerability is not listed in CISA KEV, but the likelihood of exploitation remains high because the endpoint accepts simple HTTP requests with no authentication required. Based on the description, it is inferred that an attacker could perform a straight‑forward enumeration of sequential numeric project IDs to gather data across all engagements, with each 404 response revealing the existence of missing IDs. The attack vector is therefore a remote unauthenticated HTTP GET to the preview endpoint, with no special privileges or credentials needed.

Generated by OpenCVE AI on August 21, 2026 at 13:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Reconmap release where the AllowAnonymous attribute is removed from the report preview controller.
  • Configure the fallback authorization policy or add an explicit [Authorize] attribute to the ReportPreview action so that all sensitive endpoints enforce authentication and role checks.
  • If a patch cannot be applied immediately, limit access to the API by implementing firewall rules or IP whitelisting so that only trusted internal hosts can reach the preview endpoint.

Generated by OpenCVE AI on August 21, 2026 at 13:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 21 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
First Time appeared Reconmap
Reconmap reconmap
Vendors & Products Reconmap
Reconmap reconmap

Fri, 21 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Description 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.
Title Reconmap Report Preview Endpoint Is Marked AllowAnonymous, Exposing Every Project and Client Organisation Without Authentication
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Reconmap Reconmap
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-21T13:51:15.264Z

Reserved: 2026-08-21T10:46:45.716Z

Link: CVE-2026-77767

cve-icon Vulnrichment

Updated: 2026-08-21T13:51:10.869Z

cve-icon NVD

Status : Received

Published: 2026-08-21T11:17:07.107

Modified: 2026-08-21T14:16:53.773

Link: CVE-2026-77767

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T13:30:04Z

Weaknesses