CVE-2026-58192
Received Received - Intake

Path Traversal in Appium Storage Plugin

Vulnerability report for CVE-2026-58192, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-08

Last updated on: 2026-07-08

Assigner: GitHub, Inc.

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 Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-08
Last Modified
2026-07-08
Generated
2026-07-09
AI Q&A
2026-07-09
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
appium appium 1.1.6

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-73 The product allows user input to control or influence paths or file names that are used in filesystem operations.
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the Appium storage plugin prior to version 1.1.6. The plugin exposes a POST /storage/delete endpoint that takes a user-supplied name value and directly uses it in a file path operation without sanitizing it. Specifically, it passes the name into path.join(storageRoot, name) and then calls fs.rimraf() to delete files or directories. Because the input is not sanitized, an unauthenticated remote attacker can use directory traversal sequences (../) to escape the intended storage root directory and recursively delete arbitrary writable files or directories on the system.

Impact Analysis

This vulnerability allows an unauthenticated remote attacker to delete arbitrary files or directories on the affected system. The attacker can escape the intended storage directory and perform recursive deletions, potentially leading to loss of important data or disruption of services. Since the attacker does not need any privileges or user interaction, the impact is significant and can cause denial of service or data loss.

Mitigation Strategies

To mitigate this vulnerability, upgrade Appium to version 1.1.6 or later, where the issue has been fixed.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-58192. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart