Vulnerability Description
Tina is a headless content management system. Prior to 2.5.2, the TinaCMS CLI package's Vite dev server packages/@tinacms/cli/src/next/vite/cors.ts origin callback returns false for a disallowed origin but does not reject the request, and packages/@tinacms/cli/src/next/vite/plugins.ts still routes POST /media/upload/* to mediaRouter.handlePost. The upload code in packages/@tinacms/cli/src/next/commands/dev-command/server/media.ts writes attacker-controlled multipart contents inside the configured media root. A remote attacker can cause a developer's browser to submit this state-changing request by inducing the developer to visit an attacker-controlled page while tinacms dev is running. This issue is fixed in version 2.5.2.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/tinacms/tinacms/commit/211997cdb53cbd43638bdee999faa65375cfc2
- https://github.com/tinacms/tinacms/pull/7111
- https://github.com/tinacms/tinacms/releases/tag/@tinacms/[email protected]
- https://github.com/tinacms/tinacms/security/advisories/GHSA-rgr9-r7mj-mf6x
FAQ
What is CVE-2026-63123?
CVE-2026-63123 is a vulnerability with a CVSS score of 6.5 (MEDIUM). Tina is a headless content management system. Prior to 2.5.2, the TinaCMS CLI package's Vite dev server packages/@tinacms/cli/src/next/vite/cors.ts origin callback returns false for a disallowed origi...
How severe is CVE-2026-63123?
CVE-2026-63123 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-63123?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.