CVE-2025-60935: Blitz Unsafe Extractall Zipslip

Unsafe use of zipfile.ZipFile.extractall() can lead to Zip Slip vulnerabilities where files are extracted outside intended directories. Ensure paths are validated or avoid extractall().

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0Python
greprules fetch cve-2025-60935-blitz-unsafe-extractall-zipslip --engine opengrep

Description

Unsafe use of zipfile.ZipFile.extractall() can lead to Zip Slip vulnerabilities where files are extracted outside intended directories. Ensure paths are validated or avoid extractall().