{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "1.1.6"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "5fee01752f2782e96fbe64fd13520b433d4a7535"
            }
          ],
          "repo": "https://github.com/appium/appium",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-jwgx-mp9m-jwcr"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-22",
      "CWE-73"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/58xxx/CVE-2026-58192.json"
  },
  "details": "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.",
  "id": "CVE-2026-58192",
  "modified": "2026-07-15T01:49:04.874143639Z",
  "published": "2026-07-08T20:56:30.810Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/appium/appium/releases/tag/%40appium/storage-plugin%401.1.6"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/58xxx/CVE-2026-58192.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/appium/appium/security/advisories/GHSA-jwgx-mp9m-jwcr"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-58192"
    },
    {
      "type": "FIX",
      "url": "https://github.com/appium/appium/commit/5fee01752f2782e96fbe64fd13520b433d4a7535"
    },
    {
      "type": "FIX",
      "url": "https://github.com/appium/appium/pull/22362"
    }
  ],
  "schema_version": "1.8.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Appium: Unauthenticated arbitrary file/directory deletion in @appium/storage-plugin"
}