GHSA-j4xf-2g29-59ph · Severity: medium · Ecosystem: rust — tar-rs `unpack_in` can chmod arbitrary directories by following symlinks
tar-rs is a tar archive reading/writing library for Rust. In versions 0.4.44 and below, when unpacking a tar archive, the tar crate's unpack_dir function uses fs::metadata() to check whether a path that already exists is a directory. Because fs::metadata() follows symbolic links, a crafted tarball containing a symlink entry followed by a directory entry with the same name causes the crate to treat the symlink target as a valid existing directory — and subsequently apply chmod to it. This allows an attacker to modify the permissions of arbitrary directories outside the extraction root. This issue has been fixed in version 0.4.45.
Conclusion & alert: CVE-2026-33056 is rated Exploit Available (50/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.02%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-03-21 | 0.06% | 0.02% | -0.04% |
| 2 | 2026-03-20 | — | 0.06% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.1 | 4.0 | MEDIUM |
|
— | — | [email protected] |
| 6.5 | 3.1 | MEDIUM |
|
2.8 | 3.6 | [email protected] |
GHSA-j4xf-2g29-59ph · Severity: medium · Ecosystem: rust — tar-rs `unpack_in` can chmod arbitrary directories by following symlinks
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2026-33056: 1 source package rows (rust); 5 state rows across 5 repos (3.20-main, 3.21-main, 3.22-main, 3.23-main, edge-main); fixed 5, open 0. | https://security.alpinelinux.org/vuln/CVE-2026-33056 |
debian
|
not yet assigned | CVE-2026-33056 not yet assigned priority: Debian including 2 source packages (rust-tar, rustc), 10 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 6, resolved 4. | https://security-tracker.debian.org/tracker/CVE-2026-33056 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2026-33056 |
ubuntu
|
medium | CVE-2026-33056 medium priority: Ubuntu including 23 source packages (cargo, rust-astral-tokio-tar, …), 105 status rows across 8 suites (bionic, focal, jammy, noble, questing, trusty, upstream, xenial): needs-triage 40, released 35, DNE 30. | https://ubuntu.com/security/CVE-2026-33056 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| tar_project | tar | < 0.4.45 | cpe:2.3:a:tar_project:tar:*:*:*:*:*:rust:*:* |
| URL | Tags |
|---|---|
| https://github.com/alexcrichton/tar-rs/commit/17b1fd84e632071cb8eef9d3709bf347bd266446 | Patch |
| https://github.com/alexcrichton/tar-rs/security/advisories/GHSA-j4xf-2g29-59ph | Mitigation Vendor Advisory Exploit |