目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-77767— Reconmap 报告预览端点未授权暴露项目

一分钟漏洞结论

影响对象
reconmap reconmap
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Reconmap 的 API 在 中应用了一种回退授权策略,该策略要求用户必须经过身份验证并拥有管理员角色,因此那些未定义自身授权属性的控制器会拒绝匿名访问。然而, 中的报告预览操作标记了 (允许匿名访问),从而绕过了上述回退授权策略。 函数通过 URL 路径段中的 参数加载对应名称的 Project(项目)记录,再通过项目的 加载关联的 Organisation(组织),然后将这两者渲染到 模板中。该模板会输出项目名称和描述,以及客户端组织的名称、地址和 URL。整个过程中未执行任何身份验证、项目成员资格检查或角

CVSS 7.5 · High EPSS 0.36% · P29

影响版本矩阵 1

厂商产品 版本范围状态
reconmap reconmap ≤ 3.2.2 affected
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-77767 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Reconmap Report Preview Endpoint Is Marked AllowAnonymous, Exposing Every Project and Client Organisation Without Authentication
来源: CVE Program / CVE List V5
Vulnerability 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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
授权机制缺失
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
reconmap reconmap 0 ~ 3.2.2 -

二、漏洞 CVE-2026-77767 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级
Qwen3.6-35B-A3B · 5423 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

三、漏洞 CVE-2026-77767 的情报信息

登录查看更多情报信息。

CVE-2026-77767 补丁与修复 (2)

CVE-2026-77767 新闻报道 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-77767

暂无评论


发表评论