Intel

AIKIDO-2026-790794

@appium/support is vulnerable to Path Traversal

Path TraversalGHSA-qfxx-c367-67f8 Published 2 days ago

65

Medium Risk

This Affects:

JS@appium/support
0.0.1 - 7.2.5
Fixed in 7.2.6
Are you affected? Scan for Free

TL;DR

The @appium/support package extracts ZIP archives while validating destination entry names without resolving symbolic links. A crafted archive can include a symlink entry that points outside the extraction directory. Because the name checks pass, the extractor follows the symlink and writes the file to an arbitrary location outside the intended extraction root. The fix blocks extraction of symlinks whose targets escape the destination directory.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you extract ZIP archives whose contents are untrusted.

Background info

@appium/support is vulnerable to Path Traversal in versions 0.0.1 - 7.2.5.

How to fix this

Upgrade the @appium/support library to the patch version.