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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Arbitrary Command Execution in Bert-VITS2. πŸ“‰ **Consequences**: Total system compromise. Attackers can run malicious OS commands, leading to data theft, modification, or destruction.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE**: CWE-78 (OS Command Injection). πŸ” **Flaw**: The application fails to properly sanitize user inputs before passing them to system shell commands.…

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: FishAudio. πŸ“¦ **Product**: Bert-VITS2 (Text-to-Speech model backbone). πŸ“… **Affected Version**: Specifically **v2.3**. 🌐 **Scope**: Open-source TTS deployments.

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: Full system access (Root/Admin equivalent). πŸ’Ύ **Data**: Can read, write, or delete any file on the host server. πŸ•΅οΈ **Action**: Execute arbitrary code, install backdoors, or pivot to other networks.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Auth**: None required (PR:N). 🌍 **Network**: Remote (AV:N). πŸ–±οΈ **UI**: None required (UI:N). πŸ“‰ **Threshold**: **LOW**. Easy to exploit remotely without authentication.…

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

πŸ“ **PoC**: Yes, detailed in GHSL advisory. πŸ”— **Source**: GitHub Security Lab (GHSL-2024-045). 🌐 **Public**: References provided. ⚠️ **Wild Exploit**: Likely available given the simplicity of OS command injection.…

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Inspect `webui_preprocess.py` lines 130-133 & 46-52. πŸ› **Scan**: Look for `os.system()`, `subprocess.call()`, or similar unsanitized calls.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ”§ **Patch**: Yes, official advisory released. πŸ“… **Date**: July 22, 2024. πŸ”„ **Action**: Update to the latest version of Bert-VITS2. πŸ“– **Ref**: GHSL Advisory link provided. βœ… **Status**: Fix available.

Q9What if no patch? (Workaround)

🚫 **No Patch?**: Isolate the service from the internet. πŸ›‘οΈ **WAF**: Block suspicious shell characters (`;`, `|`, `&`, `$`). 🧹 **Input**: Strictly validate/sanitize all TTS input parameters.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority**: **CRITICAL**. 🚨 **Urgency**: Immediate action required. πŸ“‰ **CVSS**: 9.8 (Critical). ⏳ **Time**: Patch immediately upon update availability.…