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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-80189— LeafWiki 0.10.0-0.12.0 不受控资源消耗漏洞

一分钟漏洞结论

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

LeafWiki 在解压用户上传的 ZIP 归档文件时,未对其写入的数据量施加限制。 中的 函数会逐一打开 ZIP 归档中的每个条目,并通过 将其复制到目标目录。由于 会一直读取直至解压流结束,因此系统仅对上传归档的原始大小进行了限制,而未对其解压后的膨胀大小进行限制。 该导入路由要求用户具备 Editor(编辑者)或 Admin(管理员)角色,且上传的压缩包本身被限制在 500 MiB 以内。然而,由于 ZIP 条目可能具有极高的压缩率,一个在压缩大小上远低于上限的归档文件,在解压写入时可能会膨胀至数百 GiB。

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

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

漏洞信息

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

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

Vulnerability Title
LeafWiki 0.10.0 through 0.12.0 Uncontrolled Resource Consumption via Unbounded ZIP Extraction
来源: CVE Program / CVE List V5
Vulnerability Description
LeafWiki extracts an uploaded ZIP archive without limiting how much data it will write. ZipExtractor.ExtractToDir in internal/importer/zip_extractor.go opens each entry and copies it to the destination with io.Copy, which runs to the end of the decompressed stream, so only the size of the uploaded archive is bounded and the size it expands to is not. The import route that reaches this code requires the Editor or Admin role, and the upload itself is capped at 500 MiB compressed. Because a ZIP entry can compress at a very high ratio, an archive well inside that cap can expand to hundreds of gigabytes as it is written out. The extraction directory defaults to a location under the operating system temporary directory, so the written data consumes the disk backing that path, which on a tmpfs-backed temporary directory is memory. A user holding the Editor role can therefore exhaust the storage the service depends on and keep it from serving, using far more resource than the upload limit alone would permit.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
对高度压缩数据的处理不恰当(数据放大攻击)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
perber leafwiki 0.10.0 ~ 0.12.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

CVE-2026-80189 厂商安全公告 (2)

CVE-2026-80189 厂商页面 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-80189

暂无评论


发表评论