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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2015-2845 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Remote Command Injection in GoAutoDial GoAdmin CE. πŸ’₯ **Consequences**: Attackers can execute arbitrary OS commands on the server via the `go_site.php` script. This leads to full system compromise.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Improper input validation in the `cpanel` function within `go_site.php`.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected Product**: GoAutoDial GoAdmin CE (Open-source Call Center Software on CentOS). πŸ“‰ **Versions**: All versions **prior to** 3.3-1420434000. ⚠️ **Component**: Specifically the `go_site.php` script.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Capabilities**: Remote attackers gain the ability to run **arbitrary commands** with the privileges of the web server process.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. 🌐 **Auth**: No authentication required for remote exploitation via `PATH_INFO`.…

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

πŸ”“ **Public Exploits**: **YES**. πŸ“œ **References**: Exploit-DB IDs **42296** and **36807** are available. 🌍 **Wild Exploitation**: High risk due to available PoCs and mailing list disclosures (Bugtraq).

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for the presence of `go_site.php` in the web root. πŸ§ͺ **Test**: Attempt to inject shell commands via the `PATH_INFO` parameter targeting the `cpanel` function.…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: **YES**. πŸ“… **Patch Date**: Disclosed around May 2015. βœ… **Solution**: Upgrade to version **3.3-1420434000** or later. πŸ“ **Source**: Vendor confirmation via goautodial.org news.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If patching is impossible, restrict web server access to `go_site.php` via firewall rules. πŸ›‘ **Mitigation**: Disable `PATH_INFO` processing if supported by the web server configuration.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. 🚨 **Priority**: **P1**. ⚠️ **Reason**: Unauthenticated RCE with public exploits. Immediate patching or isolation is required to prevent immediate compromise.