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)
๐จ **What is this?** SQL Injection in VICIDIAL. Affects `SCRIPT_multirecording_AJAX.php` (campaign param) & `manager_send.php` (server_ip param).โฆ
๐ก๏ธ **Root Cause:** Poor input validation. ๐ **Flaw:** The scripts fail to properly filter/sanitize the `campaign` and `server_ip` parameters before using them in SQL queries. CWE: SQL Injection.
Q3Who is affected? (Versions/Components)
๐ฆ **Affected:** VICIDIAL Dialer (Asterisk GUI client). ๐ **Versions:** 2.7 and earlier. ๐ข **Vendor:** Vicidial Group. It's an open-source PBX/call center software.
Q4What can hackers do? (Privileges/Data)
๐ **Hackers' Power:** Execute arbitrary SQL commands. ๐ **Impact:** Can read, modify, or delete database records. In severe cases, might lead to remote code execution via Metasploit modules.โฆ
โ ๏ธ **Threshold:** Medium. Requires access to the specific vulnerable scripts (`agc/` interface). Likely needs some level of access to the web interface, but exploitation is straightforward once there.
Q6Is there a public Exp? (PoC/Wild Exploitation)
๐ **Public Exp?** YES. ๐ **Proof:** Exploit-DB #29513 exists. ๐ ๏ธ **Framework:** Metasploit module available (`vicidial_manager_send_cmd_exec.rb`). Wild exploitation is possible.
Q7How to self-check? (Features/Scanning)
๐ **Self-Check:** Scan for VICIDIAL versions <= 2.7. ๐ **Target:** Check if `manager_send.php` and `SCRIPT_multirecording_AJAX.php` are accessible.โฆ
๐ฉน **Fixed?** Yes. ๐ข **Advisory:** Secunia 55453 and official updates address this. ๐ **Action:** Upgrade VICIDIAL to a version newer than 2.7 immediately.
Q9What if no patch? (Workaround)
๐ง **No Patch?** 1. Restrict access to `agc/` directory. 2. Implement WAF rules to block SQL injection patterns in `server_ip`/`campaign` params. 3. Disable vulnerable scripts if not needed.
Q10Is it urgent? (Priority Suggestion)
๐ฅ **Urgency:** HIGH. ๐จ **Priority:** Critical. Public exploits and Metasploit modules exist. Call center data is sensitive. Patch immediately to prevent data breaches.