CVE-2026-58192

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.
Configurations

No configuration.

History

09 Jul 2026, 15:16

Type Values Removed Values Added
References () https://github.com/appium/appium/security/advisories/GHSA-jwgx-mp9m-jwcr - () https://github.com/appium/appium/security/advisories/GHSA-jwgx-mp9m-jwcr -

08 Jul 2026, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-08 21:16

Updated : 2026-07-10 17:49


NVD link : CVE-2026-58192

Mitre link : CVE-2026-58192

CVE.ORG link : CVE-2026-58192


JSON object : View

Products Affected

No product.

CWE
CWE-22

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

CWE-73

External Control of File Name or Path