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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2023-38646 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Metabase has a critical **Pre-auth Remote Code Execution (RCE)** flaw. πŸ“‰ **Consequences**: Attackers can execute arbitrary commands on the server with the same privileges as the Metabase service user.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: The vulnerability stems from insufficient input validation in the data processing pipeline. It allows unauthenticated users to inject malicious payloads that are executed by the backend.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected Versions**: β€’ **Open Source**: < 0.46.6.1, < 0.45.4.1, < 0.44.7.1, < 0.43.7.2 β€’ **Enterprise**: < 1.46.6.1, < 1.45.4.1, < 1.44.7.1, < 1.43.7.2 ⚠️ If you are running any version older than these, you are vul…

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: β€’ **Full Control**: Execute ANY command on the host OS. β€’ **Privileges**: Run as the user running the Metabase service (often root or high-privilege user).…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **LOW**. β€’ **Auth Required?**: **NO**. It is **Pre-auth**. β€’ **Config?**: No special configuration needed.…

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

πŸ”₯ **Public Exploits**: **YES**. Multiple PoCs are available on GitHub (e.g., by @adriyansyah-mf, @Pumpkin-Garden, @0xrobiul, @Chocapikk). CVSS Score is **9.8** (Critical). Wild exploitation is highly likely.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: 1. Check your Metabase version in the UI footer. 2. Use the provided Python scripts (e.g., `check.py`) to scan for the vulnerability. 3.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Official Fix**: **YES**. Metabase released security advisories and patched versions. β€’ **Action**: Upgrade immediately to **0.46.6.1+** (Open Source) or **1.46.6.1+** (Enterprise).…

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: β€’ **Network Isolation**: Block external access to the Metabase port (default 3000) using firewalls/WAF.…

Q10Is it urgent? (Priority Suggestion)

🚨 **Urgency**: **CRITICAL / IMMEDIATE**. β€’ **Priority**: **P0**. β€’ **Reason**: Pre-auth RCE with CVSS 9.8 and public exploits means automated bots are likely scanning for this NOW.…