All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-19693
HIGHpublished 2026-08-17 14:20 UTC · 19 hours ago · modified 2026-08-17 16:16 UTC
8.1
CVSS / 10
// description
extract-zip through 2.0.1 containment-checks only the parent directory of each archive entry and never the entry's own final path component, so an archive containing two entries with identical names - a symlink whose target is outside the destination, followed by a regular file - writes through the planted symlink and yields an arbitrary file write outside the destination directory.
// weaknesses (CWE)
- CWE-22
- CWE-59