CVE-2026-77767
Last modified
CVE-2026-77767 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| reconmap | reconmap | <= 3.2.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-77767?
How severe is CVE-2026-77767?
How do I fix CVE-2026-77767?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-77757The Directorist: AI-Powered Business Directory, Listings & C…5.4
- CVE-2026-77758The Stripe Payment Forms by WP Full Pay WordPress plugin be…5.3
- CVE-2026-77759Authorization Bypass Through User-Controlled Key in the tran…8.7
- CVE-2026-7776Boundary Community Edition and Boundary Enterprise (“Boundar…7.5
- CVE-2026-77761A parser state isolation vulnerability in misp-stix could ca…6.3
- CVE-2026-77763The filestore backend in pkg/object/file.go, used for file:/…6.5
- CVE-2026-77768The report.get procedure in packages/trpc/src/routers/report…6.5
- CVE-2026-77769The report.list procedure in packages/trpc/src/routers/repor…6.5
- CVE-2026-77775Headroom's LLM proxy lets a client choose the upstream desti…8.6
- CVE-2026-77776Headroom's LLM proxy derives the memory owner from the x-hea…9.1
- CVE-2026-7778An issue that could allow a dashboard configuration to be vi…5
- CVE-2026-77780Authorization Bypass Through User-Controlled Key in the tran…5.3
Are you affected by CVE-2026-77767?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
