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**: Arbitrary Command Execution via Perl script flaw. π **Consequences**: Remote attackers can execute system commands, compromising the entire Sophos Web Appliance.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: Improper input validation in the `get_referers` function within `/opt/ws/bin/sblistpack`. π₯ **Flaw**: Shell metacharacters in the `domain` parameter are not sanitized, leading to injection.
Q3Who is affected? (Versions/Components)
π¦ **Affected**: Sophos Web Appliance (SWA). π **Versions**: 3.7.9 and earlier, AND 3.8 versions prior to 3.8.1.1.
Q4What can hackers do? (Privileges/Data)
π **Capabilities**: Execute arbitrary OS commands. π **Privileges**: Likely root/system level via the Perl script context. π **Data**: Full control over the appliance, potential data exfiltration.
Q5Is exploitation threshold high? (Auth/Config)
β‘ **Threshold**: LOW. π **Auth**: Remote exploitation possible. π― **Vector**: Via `end-user/index.php` by injecting shell metacharacters into the `domain` parameter.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π **Public Exp**: Coresecurity advisory published. π **Status**: Proof of concept exists (injection via `domain` param). Wild exploitation is feasible for remote attackers.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for SWA versions 3.7.9 and 3.8.x (pre-3.8.1.1). π§ͺ **Test**: Attempt to inject shell metacharacters in the `domain` parameter of `end-user/index.php`.
π§ **Workaround**: If patching is delayed, restrict access to `end-user/index.php`. π **Mitigation**: Implement WAF rules to block shell metacharacters in the `domain` parameter.
Q10Is it urgent? (Priority Suggestion)
π₯ **Urgency**: HIGH. π¨ **Priority**: Critical. Remote Code Execution (RCE) allows full system compromise. Immediate patching to v3.8.1.1+ is recommended.