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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-27292 β€” AI Deep Analysis Summary

CVSS 7.5 Β· High

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Docassemble suffers from **Unauthenticated Path Traversal**. Attackers manipulate URLs to access sensitive system info. <br>πŸ’₯ **Consequences**: High Confidentiality impact.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-706** (Improper Control of Filename for Info Disclosure).…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **Docassemble** by **jhpyle**. <br>πŸ“… **Versions**: **1.4.53** through **1.4.96**. <br>βœ… **Safe**: Version **1.4.97** and above are patched.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hackers Can**: Read arbitrary files on the server. <br>πŸ“‚ **Data Access**: System information, configuration files, and potentially sensitive user data. <br>πŸ”“ **Privileges**: No authentication required.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”‘ **Auth**: None required (Unauthenticated). <br>🌐 **Config**: Network Accessible (AV:N). Easy to exploit via simple URL manipulation.

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

πŸ’£ **Public Exp?**: **YES**. <br>πŸ› οΈ **PoCs Available**: <br>1. `CVEHunter` (Async performance tool). <br>2. `Docassemble_poc.py` (Python script). <br>3. Nuclei templates for automated scanning.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Use **Nuclei** with CVE-2024-27292 template. <br>2. Run provided PoC scripts against target URLs. <br>3. Check version number in admin panel or HTTP headers.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fixed?**: **YES**. <br>πŸ“Œ **Patch**: Version **1.4.97** on the master branch. <br>πŸ”— **Commit**: `97f77dc486a26a22ba804765bfd7058aabd600c9`.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: <br>1. **WAF**: Block requests containing `../` or path traversal patterns. <br>2. **Network**: Restrict access to Docassemble instances. <br>3. **Monitor**: Alert on unusual file access logs.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>⚠️ **Priority**: Patch immediately. <br>πŸ“‰ **Risk**: CVSS **7.5** (High). Unauthenticated access makes it easy for automated bots to exploit.