SCA: security update for @tinacms/cli (GHSA-2f24-mg4x-534q)

high Tenable Self-Hosted Container Security Plugin ID 438750

Description

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

- Tina is a headless content management system. Prior to 2.1.8, the TinaCMS CLI development server exposes
media endpoints that are vulnerable to path traversal, allowing attackers to read and write arbitrary
files on the filesystem outside the intended media directory. When running tinacms dev, the CLI starts a
local HTTP server (default port 4001) exposing endpoints such as /media/list/*, /media/upload/*, and
/media/*. These endpoints process user-controlled path segments using decodeURI() and path.join() without
validating that the resolved path remains within the configured media directory. This vulnerability is
fixed in 2.1.8. (CVE-2026-28793)

Solution

Update the @tinacms/cli library and its related packages to version 2.1.8 or later.

See Also

https://github.com/advisories/GHSA-2f24-mg4x-534q

Plugin Details

Severity: High

ID: 438750

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 3/13/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.88

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.2

Temporal Score: 5.6

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

CVSS Score Source: CVE-2026-28793

CVSS v3

Risk Factor: High

Base Score: 8.4

Temporal Score: 7.6

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

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/12/2026

Vulnerability Publication Date: 3/12/2026

Reference Information

CVE: CVE-2026-28793

cwe: CWE-22