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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2025-55746 โ€” AI Deep Analysis Summary

CVSS 9.3 ยท Critical

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: Directus file update mechanism allows unauthenticated modification/upload. ๐Ÿ’ฅ **Consequences**: Integrity compromised (I:H), Availability impacted (A:L). Critical data integrity risk!

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **Root Cause**: CWE-73 (External Control of File Name or Path). The system fails to validate participants before allowing file changes. ๐Ÿ“‰ **Flaw**: Missing access control on file operations.

Q3Who is affected? (Versions/Components)

๐Ÿ‘ฅ **Affected**: Directus versions **10.8.0** up to **11.9.3**. ๐Ÿ“ฆ **Component**: The core file management API. Check your version immediately!

Q4What can hackers do? (Privileges/Data)

๐Ÿ•ต๏ธ **Hackers Can**: Upload malicious files or modify existing ones without authentication. ๐Ÿ“‚ **Data Impact**: High Integrity loss. No Confidentiality loss (C:N), but system trust is broken.

Q5Is exploitation threshold high? (Auth/Config)

โšก **Threshold**: LOW. CVSS shows **AV:N** (Network), **AC:L** (Low Complexity), **PR:N** (No Privileges needed), **UI:N** (No User Interaction). Easy to exploit remotely!

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

๐Ÿ” **Exploit Status**: Yes. A presentation PoC exists on GitHub (`r4bbit-r4/directus-preso`). โš ๏ธ **Risk**: Proof-of-concept is public, increasing wild exploitation potential.

Q7How to self-check? (Features/Scanning)

๐Ÿ”Ž **Self-Check**: Scan for Directus instances running v10.8.0 - v11.9.3. ๐Ÿงช **Test**: Attempt unauthenticated file upload requests to the API endpoint. Monitor for unauthorized file changes.

Q8Is it fixed officially? (Patch/Mitigation)

โœ… **Fixed**: Yes. Official patch available via GitHub commit `d84dcc36f75fc5c858d43746b8f9c426c38d696b`. ๐Ÿ“ข **Advisory**: GHSA-mv33-9f6j-pfmc confirms the fix.

Q9What if no patch? (Workaround)

๐Ÿšง **No Patch?**: Isolate the Directus instance. Restrict network access to the file API. Implement strict WAF rules blocking unauthenticated file uploads. ๐Ÿ›‘ **Mitigation**: Limit exposure until patched.

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **Urgency**: HIGH. CVSS Score indicates High Integrity impact with Low Exploitation Cost. ๐Ÿš€ **Action**: Patch immediately. This is a critical integrity vulnerability for CMS platforms.