SCA: security update for @appium/support (GHSA-rfx7-4xw3-gh4m)

medium Tenable Self-Hosted Container Security Plugin ID 438618

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-30973)

Solution

Update the @appium/support library and its related packages to version 7.0.6 or later.

See Also

https://github.com/advisories/GHSA-rfx7-4xw3-gh4m

Plugin Details

Severity: Medium

ID: 438618

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 3/11/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.73

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.1

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:C/A:N

CVSS Score Source: CVE-2026-30973

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.9

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 3/11/2026

Vulnerability Publication Date: 3/10/2026

Reference Information

CVE: CVE-2026-30973

cwe: CWE-22