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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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.