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 Fonality Trixbox. π **Consequences**: Attackers inject arbitrary commands via the `lang` parameter in `/maint/modules/home/index.php`. Total system compromise is possible!
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: Improper neutralization of special elements used in an OS command (**CWE-78**). The `lang` parameter accepts shell metacharacters without sanitization. π₯ Direct execution path!
Q3Who is affected? (Versions/Components)
π¦ **Affected**: Fonality Trixbox (formerly Asterisk Home). π― **Version**: Specifically **2.8.0.4**. This VoIP/CRM solution is vulnerable. Check your versions!
Q4What can hackers do? (Privileges/Data)
π» **Capabilities**: Remote attackers gain **Remote Code Execution (RCE)**. ποΈ **Privileges**: Likely root/system level depending on the service user. π **Data**: Full access to the underlying OS and VoIP data. Game over.
Q5Is exploitation threshold high? (Auth/Config)
π **Threshold**: **LOW**. No authentication mentioned for the specific vector. π **Access**: Remote exploitation via HTTP request to `/maint/modules/home/index.php`. Easy target!
Q6Is there a public Exp? (PoC/Wild Exploitation)
π₯ **Exploitation**: **YES**. Public PoC exists on GitHub (Hacker5preme) and Nuclei templates. π’ **Status**: Wildly exploitable. PacketStorm and SecurityFocus have details. Don't wait!
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for `/maint/modules/home/index.php` with shell metacharacters in the `lang` param. π‘ **Tools**: Use Nuclei templates or manual HTTP fuzzing. Look for command output in response.
π§ **Workaround**: If no patch, **block external access** to `/maint/modules/home/index.php`. π **Mitigation**: Use WAF rules to block shell metacharacters (`;`, `|`, `&`) in the `lang` parameter.
Q10Is it urgent? (Priority Suggestion)
π¨ **Urgency**: **CRITICAL**. RCE via simple HTTP parameter. π **Age**: Old (2017), but still active in PoCs. β‘ **Priority**: Patch immediately or isolate the server. High risk for VoIP infrastructure.