Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-28792 β€” AI Deep Analysis Summary

CVSS 9.7 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: TinaCMS CLI dev server has a **Path Traversal** flaw combined with **Loose CORS**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-22** (Path Traversal). <br>⚠️ **Flaw**: The CLI development server configures an **overly permissive CORS policy**, allowing cross-origin requests that exploit the traversal bug.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **@tinacms** / **TinaCMS CLI**. <br>πŸ“‰ **Versions**: All versions **prior to 2.1.8** are vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ”“ **Privileges**: **High** (CVSS H). <br>πŸ“‚ **Data Impact**: Attackers gain **Full Control** over local files. They can **read**, **modify**, and **delete** arbitrary files on the victim's machine.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”‘ **Threshold**: **Medium**. <br>πŸ‘€ **Auth**: No authentication required (**PR:N**). <br>πŸ–±οΈ **UI**: Requires **User Interaction** (**UI:R**) – victim must visit a malicious site while the dev server is running.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ§ͺ **Exploit Status**: **No Public PoC** listed in data. <br>🌐 **Wild Exploitation**: Currently unknown, but the vector (CORS + Traversal) is highly exploitable if combined with social engineering.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Check if you are running **TinaCMS CLI** <br>2. Verify version is **< 2.1.8** <br>3. Look for **loose CORS** headers in dev server responses.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: **Yes**. <br>βœ… **Patch**: Upgrade to **TinaCMS version 2.1.8** or later. <br>πŸ”— **Ref**: [GitHub Advisory](https://github.com/tinacms/tinacms/security/advisories/GHSA-8pw3-9m7f-q734).

Q9What if no patch? (Workaround)

🚧 **Workaround**: <br>1. **Stop** the TinaCMS CLI dev server when not in use. <br>2. **Do not** open unknown links while the server is active. <br>3. Restrict network access to localhost if possible.

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **HIGH**. <br>πŸ”₯ **Priority**: Immediate patching recommended. The combination of **No Auth** + **Local File Access** makes this critical for developers.