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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-78422— polkit PID重用导致授权绕过漏洞

一分钟漏洞结论

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

软件包中的 将 Unix 进程 polkit 主体的 uid 字段编码为无符号 32 位整数(D-Bus 类型 ),而 接口规范要求的是有符号 32 位整数(D-Bus 类型 )。由于存在这种类型不匹配,polkit 会静默丢弃调用方提供的 UID,并转而通过查询 中的 PID 来自主确定主体所有者,而该查询过程天然存在检查时/使用时(TOCTOU,Time-of-Check/Time-of-Use)竞争条件。 因此,即便应用程序从一个可靠来源(例如通过 Unix 套接字的 对端凭据)获取并传入一个 UID,试图防

CVSS 7.3 · High

影响版本矩阵 1

厂商产品 版本范围状态
z-galaxy zbus_polkit < 5.1.0 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
zbus_polkit: polkit authorization bypass via PID reuse due to incorrect D-Bus type for the subject UID
来源: CVE Program / CVE List V5
Vulnerability Description
Subject::new_for_owner() in the zbus_polkit crate encodes the uid entry of a unix-process polkit subject as an unsigned 32-bit integer (D-Bus type u), whereas the org.freedesktop.PolicyKit1.Authority interface specifies a signed 32-bit integer (D-Bus type i). Because of this type mismatch, polkit silently discards the caller-supplied UID and instead determines the subject's owner itself by looking up the PID in /proc, a lookup that is inherently subject to a time-of-check/time-of-use race. Consequently, an application that passes a UID obtained from a trustworthy source — for example SO_PEERCRED Unix socket peer credentials — in order to defend against PID reuse receives no protection, and the supplied UID has no effect on the authorization decision. A local unprivileged attacker who can cause an authorized process to terminate and then win the race to have their own process assigned the same PID can be authorized under the identity of the terminated process, bypassing the polkit authorization check and performing actions the attacker is not entitled to. This issue affects zbus_polkit before 5.1.0.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
使用不正确参数类型的函数调用
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
z-galaxy zbus_polkit 0 ~ 5.1.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-78422 补丁与修复 (1)

CVE-2026-78422 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-78422

暂无评论


发表评论