CVE-2026-28792 PUBLISHED

Cross-Origin File Exfiltration via CORS Misconfiguration + Path Traversal in TinaCMS

Assigner: GitHub_M
Reserved: 03.03.2026 Published: 12.03.2026 Updated: 13.03.2026

Tina is a headless content management system. Prior to 2.1.8 , the TinaCMS CLI dev server combines a permissive CORS configuration (Access-Control-Allow-Origin: *) with the path traversal vulnerability (previously reported) to enable a browser-based drive-by attack. A remote attacker can enumerate the filesystem, write arbitrary files, and delete arbitrary files on developer's machines by simply tricking them into visiting a malicious website while tinacms dev is running. This vulnerability is fixed in 2.1.8.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
CVSS Score: 9.7

Product Status

Vendor @tinacms
Product cli
Versions
  • Version < 2.1.8 is affected

References

Problem Types

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE
  • CWE-942: Permissive Cross-domain Policy with Untrusted Domains CWE