Vulnerability Description
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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Ssw | Tinacms\/Graphql | < 2.1.2 |
Related Weaknesses (CWE)
References
- https://github.com/tinacms/tinacms/security/advisories/GHSA-2238-xc5r-v9hjExploitVendor Advisory
FAQ
What is CVE-2026-24125?
CVE-2026-24125 is a vulnerability with a CVSS score of 6.3 (MEDIUM). 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...
How severe is CVE-2026-24125?
CVE-2026-24125 has been rated MEDIUM with a CVSS base score of 6.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-24125?
Check the references section above for vendor advisories and patch information. Affected products include: Ssw Tinacms\/Graphql.