Input validation error in tar-rs - CVE-2026-33055
Published: April 28, 2026
tar-rs
Detailed vulnerability description
The vulnerability allows a remote attacker to smuggle unexpected archive entries past validation checks.
The vulnerability exists due to improper input validation in the tar archive parser when processing tar archives with conflicting PAX size headers and base header sizes. A remote attacker can supply a specially crafted archive to smuggle unexpected archive entries past validation checks.
The issue can cause tar-rs to produce a different view of archive contents than other tar parsers, including cases where a symlink entry is seen by tar-rs but skipped by another parser.