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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2021-47901 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A CSV Injection flaw in **dirsearch** v0.4.1. When using the `--csv-report` flag, the tool mishandles redirect endpoints.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-1236** (Improper Neutralization of Elements for Custom Script/HTML in CSV).…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **dirsearch** version **0.4.1**. <br>πŸ‘€ **Vendor**: **Mauro Soria** (Personal Developer). <br>⚠️ **Scope**: Any user running this specific version with the `--csv-report` option is at risk.

Q4What can hackers do? (Privileges/Data)

πŸ’» **Attacker Actions**: <br>1️⃣ **Code Execution**: Run arbitrary commands via Excel formulas (e.g., `=cmd|' /C calc'!A1`). <br>2️⃣ **Data Exfiltration**: Read local files or network resources.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. <br>🚫 **Auth**: No authentication required. <br>βš™οΈ **Config**: Requires only the `--csv-report` flag.…

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

πŸ’£ **Public Exploit**: **YES**. <br>πŸ“‚ **ExploitDB**: ID **49370**. <br>πŸ”— **Advisory**: VulnCheck has published details.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1️⃣ Check your dirsearch version: `dirsearch --version`. <br>2️⃣ Look for usage of `--csv-report`. <br>3️⃣ Inspect generated CSV files for cells starting with `=`, `+`, `-`, or `@`.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Official Fix**: **YES**. <br>πŸ“ **Patch**: The issue is resolved in versions **post-0.4.1**. <br>βœ… **Mitigation**: Update to the latest version from the [GitHub Repository](https://github.com/maurosoria/dirsearch).…

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1️⃣ **Avoid CSV**: Do not use `--csv-report`. Use JSON or plain text logs instead.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>πŸ“… **Priority**: Patch immediately. <br>πŸ’‘ **Reason**: CVSS Score is **High** (9.8+ implied by vector). Easy to exploit, no auth needed, and affects security tools used by professionals.…