CVE-2026-24125 MEDIUM

CVE-2026-24125: Path Traversal in @tinacms/graphql

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

CVSS base score

6.3/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

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

What the vulnerability does

01Description

Tina is a headless content management system. Prior to 2.1.2, TinaCMS allows users to create, update, and delete content documents using relative file paths (relativePath, newRelativePath) via GraphQL mutations. Under certain conditions, these paths are combined with the collection path using path.join() without validating that the resolved path remains within the collection root directory. Because path.join() does not prevent directory traversal, paths containing ../ sequences can escape the intended directory boundary. This vulnerability is fixed in 2.1.2.

Key dates

02Disclosure timeline

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