Vulnerabilities/

@appium/support has a Zip Slip arbitrary file write in its ZIP extraction

Severity:
Medium

Description

@appium/support contains a ZIP extraction implementation (extractAllTo() via ZipExtractor.extract()) with a path traversal (Zip Slip) check that is non-functional. The check at line 88 of packages/support/lib/zip.js creates an Error object but never throws it, allowing malicious ZIP entries with ../ path components to write files outside the intended destination directory.

Recommendation

Update the @appium/support package to the latest compatible version. Followings are version details:

References

Related Issues

Tags:
npm
@appium/support
Anything's wrong? Let us know Last updated on March 11, 2026