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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-58092— 未授权凭据切换漏洞

一分钟漏洞结论

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

在 FreeBSD 15.0 中,用于表示用户凭据(credentials)的内核结构发生了变化:此前,主组 ID(primary group ID)存储在包含辅助组 ID 列表的数组的第一个元素中;而现在,主组 ID 存储在一个专门的字段中。这一变化主要限于内核内部,对用户不可见。 然而,在过渡过程中,函数 未被正确更新。该函数由 使用,用于在应用过渡规则后确定凭据的主组 ID,当规则目标未显式指定组时,会使用此逻辑。 因此,在某些 规则下,凭据切换时可能错误地将主组 ID 设置为原始凭据的辅助组数组第一个元素中

AI 预测 5.5 利用难度: 困难 EPSS 0.14% · P3
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Unauthorized credential switching
来源: CVE Program / CVE List V5
Vulnerability Description
In FreeBSD 15.0, the kernel structure used to represent user credentials changed: previously the primary group ID was stored in the first element of the array containing the list of supplementary group IDs, whereas now the primary group ID is stored in a dedicated field. This change was largely internal to the kernel and not user-visible. One function, group_is_primary(), was not properly updated as a part of this transition. This function is used by mac_do to determine the primary group ID of the credential after applying a transition rule, used when the rule target does not explicitly specify a group. As a result, with certain mac_do rules, it is possible for a credential switch to incorrectly set the primary group ID to the ID stored in the first element of the original credential's supplementary group array. If the list of supplementary groups is empty, this value will be 0, corresponding to the "wheel" group. For example, a rule such as "uid=1001>uid=1002" can be abused to set the primary group ID to 0 even if the process did not originally belong to group 0. Certain mac_do rules can be abused to set a process' group ID to 0. Note however, that the rule must apply to the caller in order for the bug to be triggered, e.g., given the ruleset "uid=1001>uid=1002", the user must have user ID 1001 in order to trigger the bug. Further, logged-in users will in general have a non-empty supplementary group list, in which case the bug can at worst be used to set the credential's first supplementary group ID as its primary group ID. Processes must explicitly remove themselves from all supplementary groups, using the privileged setgroups(2) system call, in order to exploit the bug to set 0 as the primary group ID. Since membership in group 0 is often used to enable controlled privilege escalation, the bug might be further exploitable to obtain root privileges, depending on the system configuration. For instance, a ruleset such as the following could be exploited by a process running as user 1001 and with an empty supplementary group list: "uid=1001>uid=1002;gid=0>uid=0".
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
使用候选路径或通道进行的认证绕过
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
FreeBSD FreeBSD 15.1-RELEASE ~ p3 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · FreeBSD · 2026-08-26 · 共 9 条

CVE-2026-58090 Unix SOCK_STREAM 消息处理中的use-after-free漏洞
CVE-2026-58091 Linux 内核 sndctl_dsp_syncstart ioctl 释放后使用漏洞
CVE-2026-58089 hwpmc在执行凭据转换时未正确分离PMC
CVE-2026-58097 PPP mp_SetEnddisc() 缺少长度验证漏洞
CVE-2026-58095 ppp(8) mp_Enddisc() 长度计算错误漏洞
CVE-2026-58093 Linux 内核 tty ioctls 释放后使用漏洞
CVE-2026-58096 PPP LcpDecodeConfig() 长度验证缺失漏洞
CVE-2026-58094 POSIX共享内存大页配置TOCTOU竞争条件漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-58092

暂无评论


发表评论