CVE-2026-56876

Severity CVSS v4.0:
HIGH
Type:
CWE-22 Path Traversal
Publication date:
26/06/2026
Last modified:
30/06/2026

Description

extract-zip does not validate symlink targets when extracting zip archives. When processing a malicious zip file containing a symlink with a relative path like '../../../../etc/passwd', extract-zip will extract the symlink without validation, allowing it to point outside the extraction directory. Depending on how extract-zip is used, an attacker could read or write to arbitrary files.