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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-73829— ZenHive MPP 竞争条件问题漏洞

一分钟漏洞结论

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

ZenHive MPP是ZenHive组织开源的一款嵌入式服务器。 ZenHive MPP 0.2.0版本至0.6.1之前版本存在竞争条件问题漏洞,该漏洞源于type="hash"凭据路径中的检查与标记操作非原子,存在TOCTOU竞争条件,并发请求携带相同已结算支付哈希时均通过检查,可能导致未认证远程客户端使用一次已确认的链上支付多次访问付费资源。

CVSS 6.3 · Medium EPSS 0.24% · P15

影响版本矩阵 2

厂商产品 版本范围状态
ZenHive mpp 0.2.0< 0.6.1 affected
f8904666061fbab695874856d8fcd02c471dfe1b< 46c5b0e1311da7d92190dc7d9ea89027a1d365e9 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Non-atomic hash-credential dedup in mpp Tempo allows replay of a confirmed payment under a concurrent race
来源: CVE Program / CVE List V5
Vulnerability Description
Time-of-check Time-of-use (TOCTOU) Race Condition in ZenHive mpp allows an unauthenticated remote client to redeem one confirmed on-chain payment for multiple paid-resource accesses. The type="hash" credential path in MPP.Methods.Tempo.verify/2 guards against replay with a non-atomic check-then-mark sequence: check_hash_unused/2 reads the dedup store, an eth_getTransactionReceipt round trip verifies the payment on chain, and only then does mark_hash_used/2 write the mark. Concurrent requests carrying the same settled payment hash all pass the read before any of them writes, so each is issued a receipt. The store's atomic check_and_mark/2 primitive is available and used by the type="transaction" path, but the hash path calls plain get and put even when the configured store implements it. Exploitation requires a dedup store to be configured; the default nil store is stateless and documented as offering no replay protection at all. This issue affects mpp: from 0.2.0 before 0.6.1.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
检查时间与使用时间(TOCTOU)的竞争条件
来源: CVE Program / CVE List V5
Vulnerability Title
ZenHive MPP 竞争条件问题漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
ZenHive MPP是ZenHive组织开源的一款嵌入式服务器。 ZenHive MPP 0.2.0版本至0.6.1之前版本存在竞争条件问题漏洞,该漏洞源于type="hash"凭据路径中的检查与标记操作非原子,存在TOCTOU竞争条件,并发请求携带相同已结算支付哈希时均通过检查,可能导致未认证远程客户端使用一次已确认的链上支付多次访问付费资源。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
ZenHive mpp 0.2.0 ~ 0.6.1 cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*
ZenHive mpp f8904666061fbab695874856d8fcd02c471dfe1b ~ 46c5b0e1311da7d92190dc7d9ea89027a1d365e9 cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-73829 厂商安全公告 (3)

同批安全公告 · ZenHive · 2026-08-19 · 共 4 条

CVE-2026-67581 8.7 HIGH ZenHive MPP 授权问题漏洞
CVE-2026-73541 8.3 HIGH ZenHive MPP 资源管理错误漏洞
CVE-2026-73136 8.2 HIGH ZenHive MPP 授权问题漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-73829

暂无评论


发表评论