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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-55784— Free5GC AUSF认证上下文并发覆盖漏洞

一分钟漏洞结论

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

free5GC 是 5G 核心网的开源实现。在版本 1.4.4 及更早版本中,AUSF 组件在 中通过一个名为 的全局同步 Map 来存储每个订阅者的认证状态,该 Map 仅以 SUPI 为键。由 处理的每个请求都会创建一个 ,并执行 ,其中 会无条件地替换该 SUPI 对应的活跃上下文。攻击者若能访问 AUSF 的 SBI/N12 接口,可以针对同一目标 SUPI 发送并发的 请求,导致所有尝试共享同一个逻辑认证上下文,而 K_aut、XRES 和 EapID 会被反复覆盖。随后,针对较早挑战的有效 EAP-AK

CVSS 7.5 · High

可能的 ATT&CK 技术 1 AI

T1499 · Endpoint Denial of Service
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
free5GC AUSF authentication contexts can be overwritten by concurrent requests for the same SUPI
来源: CVE Program / CVE List V5
Vulnerability Description
free5GC is an open-source implementation of the 5G core network. In version 1.4.4 and earlier, the AUSF component stores per-subscriber authentication state in a global sync.Map named AUSFContext.UePool in internal/context/context.go, keyed only by SUPI. Every request handled by internal/sbi/processor/ue_authentication.go creates an AusfUeContext, and AddAusfUeContextToPool executes ausfContext.UePool.Store(ausfUeContext.Supi, ausfUeContext), unconditionally replacing the active context for that SUPI. An attacker with access to the AUSF SBI/N12 interface can send concurrent POST /nausf-auth/v1/ue-authentications requests for the same target SUPI, causing all attempts to share one logical authentication context URL while K_aut, XRES, and EapID are repeatedly overwritten. A valid EAP-AKA' response for an earlier challenge is then checked against the latest context, causing AT_MAC verification to fail and denying authentication to the selected subscriber while the request flood continues. No fixed version is available as of this review.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
使用共享资源的并发执行不恰当同步问题(竞争条件)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
free5gc free5gc <= 1.4.4 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-55784 厂商安全公告 (1)

同批安全公告 · free5gc · 2026-08-28 · 共 3 条

CVE-2026-55068 9.3 CRITICAL Free5GC NRF 注册中毒漏洞
CVE-2026-55785 3.7 LOW free5GC AUSF 5G-AKA 认证缺陷

IV. Related Vulnerabilities

V. Comments for CVE-2026-55784

暂无评论


发表评论