Intel

AIKIDO-2026-703453

react-native-zip-archive is vulnerable to Path Traversal

Path Traversal Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Jul 27, 2026

65

Medium Risk

This Affects:

JSreact-native-zip-archive
6.0.9 - 9.0.1
Fixed in 9.0.2
Are you affected? Scan for Free

TL;DR

The Android unzip and unzipWithPassword methods extract archives with the bundled zip4j library using its default parameters, which extract symbolic link entries. zip4j does not verify that a symlink's resolved target stays inside the destination directory, so a crafted archive can plant a symbolic link that points outside the extraction root. An attacker who supplies a malicious archive can cause a link to be created outside the intended destination directory, enabling a Zip Slip-style escape and writing or overwriting files outside that directory. The fix extracts entries with symlink extraction disabled so such entries are skipped.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and your application extracts untrusted archives on Android.

Background info

react-native-zip-archive is vulnerable to Path Traversal in versions 6.0.9 - 9.0.1.

How to fix this

Upgrade the react-native-zip-archive library to the patch version.