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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-80209— Fonoster 0.22.7 错误授权漏洞

一分钟漏洞结论

影响对象
fonoster fonoster
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

在 Fonoster(版本至 0.22.7)中, 中的 处理函数存在一个漏洞。当 报告调用者不是目标工作区的成员时,该函数会调用返回 的 gRPC 回调,但没有直接返回(does not return)。执行流程继续进入 ,而该更新仅通过工作区引用进行作用域限定。因此,重命名操作在发出第二个回调之前就已经提交。最终,调用者会收到一个权限错误,但相应的写操作(重命名)实际上已经成功执行。 此外, 中的 gRPC 拦截器仅针对 或 中的路径,将工作区 绑定到调用者的令牌上。由于 被列在 中,而基础的 角色即拥有该权限。

CVSS 4.3 · Medium
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Fonoster through 0.22.7 Incorrect Authorization in the Identity UpdateWorkspace Handler
来源: CVE Program / CVE List V5
Vulnerability Description
The updateWorkspace handler in mods/identity/src/workspaces/createUpdateWorkspace.ts in Fonoster through 0.22.7 invokes the gRPC callback with PERMISSION_DENIED when createIsWorkspaceMember reports that the caller is not a member of the target workspace, but it does not return. Execution continues into prisma.workspace.update, which is scoped by the workspace reference alone, so the rename commits before the second callback is issued and the caller receives a permission error for a write that already succeeded. The gRPC interceptor in mods/common/src/identity/createAuthInterceptor.ts binds the workspace accessKeyId to the caller's token only for paths in workspaceResourceAccess or workspaceResourceOwnerOrAdminAccess, and Identity/UpdateWorkspace is listed in fullIdentityAccess, which the base USER role holds. Any authenticated user can therefore rename an arbitrary workspace in the deployment.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
授权机制不正确
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
fonoster fonoster 0 ~ 0.22.7 -

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

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-80209 其他参考 (4)

IV. Related Vulnerabilities

V. Comments for CVE-2026-80209

暂无评论


发表评论