Skip to content

Conversation

@vgauravk
Copy link

@vgauravk vgauravk commented Oct 13, 2025

This PR patches a vulnerability by sanitizing file paths during extraction to prevent Zip Slip attacks.
GitHub

It enforces that extracted paths cannot escape the target directory (e.g. via ../), thereby mitigating directory traversal exploits.

Details

Field Description
CVE ID CVE-2022-48285
Severity High / Critical (Path Traversal)
Summary JSZip v2.7.0 is vulnerable to Zip Slip — crafted ZIP archives with ../ entries can lead to directory traversal and overwrite arbitrary files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant