Untriaged
Permalink
CVE-2026-58192
8.6 HIGH
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Scope (S): Changed (C)
- Confidentiality (C): None (N)
- Integrity (I): High (H)
- Availability (A): None (N)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Confidentiality (MC): None (N)
- Modified Scope (MS): Changed (C)
- Modified Integrity (MI): High (H)
- Modified Availability (MA): None (N)
Activity log
- Created suggestion
Appium: Unauthenticated arbitrary file/directory deletion in @appium/storage-plugin
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.
References
-
https://github.com/appium/appium/security/advisories/GHSA-jwgx-mp9m-jwcr x_refsource_CONFIRM
-
https://github.com/appium/appium/pull/22362 x_refsource_MISC
Affected products
appium
- ==< 1.1.6
Matching in nixpkgs
pkgs.appium-inspector
GUI inspector for the appium UI automation tool
pkgs.python313Packages.appium-python-client
Cross-platform automation framework for all kinds of apps, built on top of the W3C WebDriver protocol
Package maintainers
-
@nycodeghg Marie Ramlow <tabmeier12+nix@gmail.com>
-
@eyJhb eyJhb <eyjhbb@gmail.com>