CVE-2026-53600
Last modified
CVE-2026-53600 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. 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. EPSS estimates a 0.32% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| dignifiedquire | async-tar | < 0.6.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-53600?
How severe is CVE-2026-53600?
How do I fix CVE-2026-53600?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-53595FreeScout is a free help desk and shared inbox built with PH…9.4
- CVE-2026-53596FreeScout is a free help desk and shared inbox built with PH…5.3
- CVE-2026-53597Prompty is a markdown file format (.prompty) for LLM prompts…8.7
- CVE-2026-53598Prompty is a markdown file format (.prompty) for LLM prompts…7.5
- CVE-2026-53599REDAXO is a PHP-based content management system. From 5.18.2…7.5
- CVE-2026-5360A vulnerability has been found in Free5GC 4.2.0. The affecte…3.7
- CVE-2026-53602nebula-mesh is a self-hosted control plane for Slack Nebula …6.9
- CVE-2026-53603nebula-mesh is a self-hosted control plane for Slack Nebula …7.1
- CVE-2026-53604nebula-mesh is a self-hosted control plane for Slack Nebula …7.1
- CVE-2026-53606ApostropheCMS is an open-source Node.js content management s…5.4
- CVE-2026-53607ApostropheCMS is an open-source Node.js content management s…3.7
- CVE-2026-53608ApostropheCMS is an open-source Node.js content management s…8.7
Are you affected by CVE-2026-53600?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
