CVE-2026-63123
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…
Does this matter?
Lower severity and a low EPSS score (0.22%). Track it; it rarely justifies an emergency change on its own.
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 3.1
- 6.5 MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
- EPSS
- 0.22% probability · 13th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-352
- Source
- security-advisories@github.com
References
- https://github.com/tinacms/tinacms/commit/211997cdb53cbd43638bdee999faa65375cfc260
- https://github.com/tinacms/tinacms/pull/7111
- https://github.com/tinacms/tinacms/releases/tag/@tinacms/cli@2.5.2
- https://github.com/tinacms/tinacms/security/advisories/GHSA-rgr9-r7mj-mf6x
- https://github.com/tinacms/tinacms/security/advisories/GHSA-rgr9-r7mj-mf6x
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.