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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-53600— async-tar PAX扩展头不同步导致条目/内容走私

一分钟漏洞结论

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

是一个用于在 Rust 中异步读写 tar 归档文件的库。在 0.6.1 版本之前, 错误地将缓冲的 PAX 大小扩展应用到了中间扩展头(例如 GNU longname 、GNU longlink 或 PAX / 头),而不是应用到下一个文件条目。根据 POSIX 规范,PAX 扩展头记录集应描述下一个文件条目,绝不应应用于中间的扩展头。由于 (位于 )将缓冲的 PAX 记录传递至其后读取的任意原始头的大小计算中——而该头可以是中间的 ——因此在消费 主体时,流游标会被攻击者选定的量推进。这导致解析器相对于符合 P

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

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

漏洞信息

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

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

Vulnerability Title
async-tar PAX extension-header desync enables tar entry/content smuggling
来源: CVE Program / CVE List V5
Vulnerability Description
async-tar is a tar archive reading/writing library for async Rust. Prior to version 0.6.1, async-tar mis-applies a buffered PAX size extension to an intermediary extension header (a GNU longname L, a GNU longlink K, or a PAX x/g header) instead of to the next file entry. POSIX requires a PAX extended-header record set to describe the next file entry, never an intervening extension header. Because poll_next_raw (src/archive.rs) threads the buffered PAX records into the size computation of whatever raw header it reads next — and that header can be an intermediary L — the stream cursor is advanced by an attacker-chosen amount when the L body is consumed. The parser then desyncs relative to a POSIX-correct tar parser (e.g. GNU tar), reading subsequent bytes at the wrong block boundary. This issue has been patched in version 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
输入验证不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
dignifiedquire async-tar < 0.6.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-53600 其他参考 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2026-53600

暂无评论


发表评论