Vulnerabilities (CVE)

Filtered by vendor Appium Subscribe
Filtered by product Appium\/storage-plugin
Total 1 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2026-58192 1 Appium 1 Appium\/storage-plugin 2026-08-26 N/A 8.6 HIGH
Appium is a cross-platform automation framework for all kinds of apps, built on top of the W3C WebDriver protocol. Prior to 1.1.6, the Appium storage plugin exposes POST /storage/delete, whose handler passes the user-supplied name value directly into path.join(storageRoot, name) and fs.rimraf() without path sanitization, allowing an unauthenticated remote client to escape the storage root with ../ sequences and recursively delete arbitrary writable files or directories. This issue is fixed in version 1.1.6.