This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: OS Command Injection in WWBN AVideo. <br>π₯ **Consequences**: Attackers can achieve **Remote Code Execution (RCE)** on the server. Critical impact on Confidentiality, Integrity, and Availability.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **CWE**: CWE-78 (Improper Neutralization of Special Elements used in an OS Command). <br>π **Flaw**: Unsafe use of `exec()` with user-controlled input (`cloneSiteURL`) in the Clone Site feature.
Q3Who is affected? (Versions/Components)
π¦ **Vendor**: WWBN. <br>π **Affected**: **AVideo versions < 12.4** (specifically noted as < 12.3 in PoC). <br>π§ **Component**: `/plugin/CloneSite/cloneClient.json.php` endpoint.
Q4What can hackers do? (Privileges/Data)
π **Privileges**: System-level execution (via `wget`/`exec`). <br>π **Data**: Full access to server files, databases, and potential lateral movement. High severity (CVSS H).
Q5Is exploitation threshold high? (Auth/Config)
π **Threshold**: **Medium**. Requires **Authentication** (Admin privileges). <br>βοΈ **Config**: Must have access to the admin panel to use the 'Clone Site' feature.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π» **Exploit**: **Yes**. Public PoC available on GitHub (`jmrcsnchz/CVE-2023-30854`). <br>π **Wild Exploitation**: Possible for authenticated users. Not yet confirmed as widespread automated exploit, but code is public.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for AVideo versions < 12.4. <br>π΅οΈ **Feature**: Check if 'Clone Site' plugin is enabled. <br>π‘ **WAF**: Look for command injection patterns in `/plugin/CloneSite/` requests.
π« **Workaround**: Disable the **Clone Site** plugin if not needed. <br>π **Access Control**: Restrict admin panel access strictly. Remove unnecessary admin accounts.
Q10Is it urgent? (Priority Suggestion)
β‘ **Priority**: **HIGH**. <br>π **Published**: April 2023. <br>π₯ **Reason**: RCE is critical. Even though auth is required, admin compromise is common. Patch immediately.