UBUNTU-CVE-2026-53600

Source
https://ubuntu.com/security/CVE-2026-53600
Import Source
https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2026/UBUNTU-CVE-2026-53600.json
JSON Data
https://api.osv.dev/v1/vulns/UBUNTU-CVE-2026-53600
Upstream
Published
2026-09-03T00:00:00Z
Modified
2026-09-03T22:55:07.175274160Z
Severity
  • 6.3 (Medium) CVSS_V4 - 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 CVSS Calculator
  • Ubuntu - medium
Summary
[none]
Details

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 pollnextraw (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.

References

Affected packages

Ubuntu:24.04:LTS / rust-async-tar

Package

Name
rust-async-tar
Purl
pkg:deb/ubuntu/rust-async-tar?arch=source&distro=noble

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

0.*
0.4.2-2

Ecosystem specific

{
    "binaries": [
        {
            "binary_version": "0.4.2-2",
            "binary_name": "librust-async-tar-dev"
        }
    ]
}

Database specific

source
"https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2026/UBUNTU-CVE-2026-53600.json"