CVE-2026-34604 Details
Description
Tina is a headless content management system. Prior to version 2.2.2, @tinacms/graphql uses string-based path containment checks in FilesystemBridge. That blocks plain ../ traversal, but it does not resolve symlink or junction targets. If a symlink/junction already exists under the allowed content root, a path like content/posts/pivot/owned.md is still considered "inside" the base even though the real filesystem target can be outside it. As a result, FilesystemBridge.get(), put(), delete(), and glob() can operate on files outside the intended root. This issue has been patched in version 2.2.2.
A path traversal vulnerability has been identified in Tina CMS versions prior to 2.2.2, specifically within the @tinacms/graphql package. The issue arises in the FilesystemBridge component, where string-based path validation checks fail to properly resolve symlink or junction targets. This flaw allows operations to be performed on files outside the intended content root. The vulnerability can be exploited by creating a symlink or junction that points to a location outside the allowed directory, bypassing the application's path validation. As a result, FilesystemBridge methods such as get(), put(), delete(), and glob() can inadvertently access or modify files beyond the designated content root.
Users can update to Tina CMS version 2.2.2 or later, where this vulnerability has been patched. The patch involves changing the path validation to resolve symlinks and junctions, ensuring that all filesystem operations stay within the intended content root.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 1, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
| CWE-59 | Improper Link Resolution Before File Access ('Link Following') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| ssw tinacms/graphql | <= 2.2.1 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 7, 2026 | Initial Analysis | [email protected] |
| Apr 1, 2026 | CVE Modified | CISA-ADP |
| Apr 1, 2026 | New CVE Received | [email protected] |