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**: SuperWebMailer suffers from a **Code Injection** flaw. ๐ **Consequences**: Attackers can execute **arbitrary PHP code** remotely. This leads to full server compromise, data theft, or botnet recruitment.
Q2Root Cause? (CWE/Flaw)
๐ ๏ธ **Root Cause**: **Input Validation Failure**. The `Language` parameter in `mailingupgrade.php` is not sanitized. ๐ฅ **Flaw**: Direct injection of malicious code into the PHP execution context.
Q3Who is affected? (Versions/Components)
๐ฏ **Affected**: **SuperWebMailer**. ๐ฆ **Version**: Specifically **7.21.0.01526**. โ ๏ธ **Component**: The `mailingupgrade.php` file handling language selection.
Q4What can hackers do? (Privileges/Data)
๐ **Capabilities**: **Remote Code Execution (RCE)**. ๐๏ธ **Privileges**: Attacker gains the same privileges as the web server process. ๐ **Data**: Can read/write files, dump databases, or install backdoors.
Q5Is exploitation threshold high? (Auth/Config)
๐ **Threshold**: **LOW**. ๐ซ **Auth**: **Unauthenticated**. No login required to trigger the vulnerability. ๐ **Config**: Direct HTTP request to the specific PHP file is sufficient.
Q6Is there a public Exp? (PoC/Wild Exploitation)
๐ฅ **Public Exp**: **YES**. ๐ **Python**: Available via `CVE-2020-11546.py`. ๐ **Go**: Available via `github.com/damit5/CVE-2020-11546`. ๐ก **Nuclei**: Template exists for automated scanning.
Q7How to self-check? (Features/Scanning)
๐ **Self-Check**: Scan for `mailingupgrade.php` with malicious `Language` payloads. ๐ก **Tools**: Use **Nuclei** templates or the provided Python/Go scripts. ๐ **Indicator**: Look for successful PHP execution responses.
Q8Is it fixed officially? (Patch/Mitigation)
๐ก๏ธ **Fix**: **Update** to a patched version immediately. ๐ **Note**: Specific fixed version number is not listed in the data, but upgrading is the primary mitigation.โฆ
๐ง **Workaround**: **Block Access** to `mailingupgrade.php` via WAF or Web Server config. ๐ซ **Restrict**: Deny external access to this specific endpoint if possible.โฆ
โก **Urgency**: **CRITICAL**. ๐จ **Priority**: **P1**. Unauthenticated RCE is a high-severity threat. ๐ **Action**: Patch or mitigate **immediately**. Do not wait.