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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2020-35846 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Agentejo Cockpit CMS suffers from a **NoSQL Injection** flaw in the `Auth.php` controller's check function.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: The application fails to properly sanitize input in the NoSQL query logic.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **Agentejo Cockpit CMS**. <br>πŸ“‰ **Versions**: All versions **prior to 0.11.2** (e.g., 0.11.1 and earlier). <br>🌍 **Context**: A German-based CMS for managing structured website content.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Actions**: <br>1. **Leak Usernames**: Dump all user accounts via NoSQL injection. <br>2. **Bypass Auth**: Log in without valid credentials. <br>3.…

Q5Is exploitation threshold high? (Auth/Config)

⚠️ **Threshold**: **Low to Medium**. <br>πŸ”‘ **Auth**: The vulnerability exists in the authentication check function (`Auth.php`), meaning it can often be triggered during login attempts or API calls without prior authenti…

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

πŸ’£ **Public Exploits**: **YES**. <br>πŸ”— **PoCs Available**: <br>- Python script by John Hammond to leak usernames. <br>- Full exploit by `0z09e` demonstrating NoSQL Injection to RCE.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. **Scan**: Use Nuclei templates (`CVE-2020-35846.yaml`) to detect the vulnerability. <br>2. **Verify**: Check your Cockpit version in the admin panel. If it is `< 0.11.2`, you are vulnerable.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Official Fix**: **YES**. <br>πŸ”§ **Patch**: Released in **Cockpit 0.11.2**. <br>πŸ“ **Commit**: Fixed via commits `33e7199` and `79fc963` by Agentejo. <br>πŸ‘‰ **Action**: Upgrade immediately to 0.11.2 or later.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1. **Update ASAP**: The only true fix is upgrading. <br>2. **WAF**: Deploy a Web Application Firewall to block NoSQL injection patterns (e.g., `$eq`, `$ne`). <br>3.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. <br>πŸ“… **Priority**: **P1 - Immediate Action Required**. <br>πŸ’‘ **Reason**: Public exploits exist, RCE is possible, and it affects authentication. Do not wait!…