Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1110 CNY

100%

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.…