CVE-2026-28793 HIGH

CVE-2026-28793: Path Traversal Leading to Arbitrary File Read, Write and Delete in TinaCMS

Vendor @Tinacms
Product cli
Weakness CWE-22 · Path traversal
Published March 12, 2026
Last update March 13, 2026

CVSS base score

8.4/10
Attack vector Local
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

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

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

March 12, 2026 CVE published
March 13, 2026 Record updated