{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "versions": [
              {
                "introduced": "0"
              },
              {
                "fixed": "7.0.6"
              }
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "980a121804ae006db879fb6860f627ac36174c15"
            }
          ],
          "repo": "https://github.com/appium/appium",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-rfx7-4xw3-gh4m"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-22"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/30xxx/CVE-2026-30973.json"
  },
  "details": "Appium is an automation framework that provides WebDriver-based automation possibilities for a wide range platforms. Prior to 7.0.6, @appium/support contains a ZIP extraction implementation (extractAllTo() via ZipExtractor.extract()) with a path traversal (Zip Slip) check that is non-functional. The check at line 88 of packages/support/lib/zip.js creates an Error object but never throws it, allowing malicious ZIP entries with ../ path components to write files outside the intended destination directory. This affects all JS-based extractions (the default code path), not only those using the fileNamesEncoding option. This vulnerability is fixed in 7.0.6.",
  "id": "CVE-2026-30973",
  "modified": "2026-04-01T23:09:55.940790488Z",
  "published": "2026-03-10T17:33:41.009Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/appium/appium/releases/tag/@appium/support@7.0.6"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/30xxx/CVE-2026-30973.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/appium/appium/security/advisories/GHSA-rfx7-4xw3-gh4m"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30973"
    }
  ],
  "schema_version": "1.7.3",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Zip Slip arbitrary file write in @appium/support ZIP extraction"
}