CVE-2026-53600 Details
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.
A vulnerability exists in async-tar versions through 0.6.0, where the library incorrectly applies a buffered PAX size extension to intermediary extension headers instead of the next file entry. This misapplication can cause the tar parser to desynchronize, leading to differential extraction results. An attacker can exploit this by crafting a tar archive that takes advantage of the vulnerability, causing async-tar to extract files in a way that bypasses security scans or audits.
Users can update to async-tar version 0.6.1 or later, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 2, 2026CISA-ADP
Assessed Sep 2, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/dignifiedquire/async-tar/security/advisories/GHSA-35rm-7j9c-2f7m | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/dignifiedquire/async-tar/releases/tag/v0.6.1 | [email protected] | Release NotesVendor |
| https://github.com/dignifiedquire/async-tar/security/advisories/GHSA-35rm-7j9c-2f7m | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-20 | Improper Input Validation | [email protected] |
| CWE-843 | Access of Resource Using Incompatible Type ('Type Confusion') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| async-tar | <= 0.6.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 2, 2026 | CVE Modified | CISA-ADP |
| Sep 2, 2026 | New CVE Received | [email protected] |
Volerion