CVE-2026-6968
Description
Incomplete path traversal fixes in awslabs/tough before tough-v0.22.0 allow remote authenticated users with delegated signing authority to write files outside intended output directories via absolute target names in copy_target/link_target, symlinked parent directories in save_target, or symlinked metadata filenames in SignedRole::write, because write paths trust the joined destination path without post-resolution containment verification. We recommend you upgrade to tough-v0.22.0 / tuftool-v0.15.0.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: ff89ba41-3aa1-4d27-914a-91399e9639e5 — https://github.com/awslabs/tough/security/advisories/GHSA-v57p-gppj-p9vg
Vendor advisory: ff89ba41-3aa1-4d27-914a-91399e9639e5 — https://github.com/awslabs/tough/releases/tag/tuftool-v0.15.0
Vendor advisory: ff89ba41-3aa1-4d27-914a-91399e9639e5 — https://github.com/awslabs/tough/releases/tag/tough-v0.22.0
Vendor advisory: ff89ba41-3aa1-4d27-914a-91399e9639e5 — https://aws.amazon.com/security/security-bulletins/2026-019-aws/
References
- https://aws.amazon.com/security/security-bulletins/2026-019-aws/
- https://crates.io/crates/tough/0.22.0
- https://crates.io/crates/tuftool/0.15.0
- https://github.com/awslabs/tough/releases/tag/tough-v0.22.0
- https://github.com/awslabs/tough/releases/tag/tuftool-v0.15.0
- https://github.com/awslabs/tough/security/advisories/GHSA-v57p-gppj-p9vg
CWEs
CWE-22
Verify integrity in audit chain (admin only). AS-IS.