CVE-2026-58192
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…
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (0.45%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
Description
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.
- CVSS 3.1
- 10.0 CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:H
- EPSS
- 0.45% probability · 38th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-22, CWE-73
- Affected
- appium/appium\/storage-plugin
- Source
- security-advisories@github.com
References
- https://github.com/appium/appium/commit/5fee01752f2782e96fbe64fd13520b433d4a7535Patch
- https://github.com/appium/appium/pull/22362Issue Tracking, Patch
- https://github.com/appium/appium/releases/tag/%40appium/storage-plugin%401.1.6Release Notes
- https://github.com/appium/appium/security/advisories/GHSA-jwgx-mp9m-jwcrExploit, Vendor Advisory
- https://github.com/appium/appium/security/advisories/GHSA-jwgx-mp9m-jwcrExploit, Vendor Advisory
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.