CVE-2026-32766 Details
Description
astral-tokio-tar is a tar archive reading/writing library for async Rust. In versions 0.5.6 and earlier, malformed PAX extensions were silently skipped when parsing tar archives. This silent skipping (rather than rejection) of invalid PAX extensions could be used as a building block for a parser differential, for example by silently skipping a malformed GNU “long link” extension so that a subsequent parser would misinterpret the extension. In practice, exploiting this behavior in astral-tokio-tar requires a secondary misbehaving tar parser, i.e. one that insufficiently validates malformed PAX extensions and interprets them rather than skipping or erroring on them. This vulnerability is considered low-severity as it requires a separate vulnerability against any unrelated tar parser. This issue has been fixed in version 0.6.0.
A vulnerability exists in astral-tokio-tar, a tar archive library for asynchronous Rust, in versions through 0.5.6. The issue arises because malformed PAX extensions were silently ignored during tar archive parsing. This lack of proper validation could be exploited by a secondary tar parser that misinterprets these invalid extensions. For instance, a malformed GNU 'long link' extension could be overlooked by astral-tokio-tar, leading to misinterpretation by another parser. This vulnerability is considered low-severity, as it requires an additional flaw in an unrelated tar parser to be exploited.
Users are advised to upgrade to astral-tokio-tar version 0.6.0 or newer, which includes a patch that rejects invalid PAX extensions instead of silently ignoring them.
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.
CISA-ADP
Assessed Mar 20, 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/astral-sh/tokio-tar/commit/e5e0139cae4577eeedf5fc16b65e690bf988ce52 | [email protected] | Patch |
| https://github.com/astral-sh/tokio-tar/security/advisories/GHSA-6gx3-4362-rf54 | [email protected] | MitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-436 | Interpretation Conflict | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| astral astral-tokio-tar | < 0.6.0 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 17, 2026 | Initial Analysis | [email protected] |
| Mar 20, 2026 | New CVE Received | [email protected] |