CVE-2026-63123: Tina: Cross-origin `POST /media/upload/*` requests can write arbitrary files into the Tina dev server media root
A browser-based cross-origin request flaw in the Tina dev server allows an attacker-controlled website to cause arbitrary file creation inside the configured media upload directory on a developer machine running tinacms dev. No manual file upload is required. The attacker page builds the multipart request in JavaScript and sends it directly to the local Tina server. The browser blocks access to the response because of CORS, but the server still processes the request and writes the file.
References
- github.com/advisories/GHSA-rgr9-r7mj-mf6x
- github.com/tinacms/tinacms/commit/211997cdb53cbd43638bdee999faa65375cfc260
- github.com/tinacms/tinacms/pull/7111
- github.com/tinacms/tinacms/releases/tag/@tinacms/cli@2.5.2
- github.com/tinacms/tinacms/security/advisories/GHSA-rgr9-r7mj-mf6x
- nvd.nist.gov/vuln/detail/CVE-2026-63123
Code Behaviors & Features
Detect and mitigate CVE-2026-63123 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →