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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Path Traversal in `/export` endpoint. πŸ“‰ **Consequences**: Arbitrary file read on server. πŸ’₯ **Impact**: Leakage of sensitive config info & private data.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE**: CWE-22 (Path Traversal). πŸ” **Flaw**: Insecure handling of file paths in the export feature, allowing directory traversal sequences.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Vendor**: SiYuan Note. πŸ“¦ **Product**: SiYuan Personal Knowledge Management. πŸ“… **Affected**: Versions **before 3.5.10**.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hackers Can**: Read ANY file from the server filesystem. πŸ“‚ **Data Access**: Sensitive configurations, user data, and system files. 🚫 **No Auth Required** (PR:N).

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: LOW. 🌐 **Network**: Remote (AV:N). πŸ”‘ **Auth**: None required (PR:N). πŸ–±οΈ **UI**: None required (UI:N). 🎯 **Complexity**: Low (AC:L).

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

🚫 **Public Exp**: No PoC provided in data. πŸ“œ **Status**: Advisory confirmed via GitHub GHSA. ⏳ **Wild Exp**: Unconfirmed, but risk is HIGH due to low barrier.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for `/export` endpoint accessibility. πŸ“‹ **Verify**: Check installed SiYuan version number. 🚩 **Flag**: If version < 3.5.10, you are vulnerable.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes. πŸ“₯ **Action**: Upgrade SiYuan to **version 3.5.10** or later. πŸ”— **Ref**: GitHub Security Advisory GHSA-2h2p-mvfx-868w.

Q9What if no patch? (Workaround)

πŸ›‘ **Workaround**: Disable or restrict access to the `/export` endpoint if upgrading is impossible. 🧱 **Firewall**: Block external access to this specific API route.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority**: HIGH. 🚨 **Urgency**: Critical. πŸ“’ **Reason**: Remote, unauthenticated, low-complexity file read. Patch immediately to prevent data breach.