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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-0986 β€” AI Deep Analysis Summary

CVSS 4.7 Β· Medium

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Issabel PBX 4.0.0 suffers from **OS Command Injection** via the `Asterisk-Cli` component.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-78** (OS Command Injection). <br>πŸ” **Flaw**: Improper handling of the `Command` parameter in `/index.php?menu=asterisk_cli`. Malicious input is passed directly to the OS without sanitization.

Q3Who is affected? (Versions/Components)

🏒 **Affected**: **Issabel PBX** specifically version **4.0.0**. <br>πŸ“¦ **Component**: The `Asterisk-Cli` module is the vulnerable entry point.

Q4What can hackers do? (Privileges/Data)

πŸ’» **Attacker Capabilities**: <br>β€’ Execute **any OS command** with the privileges of the web server. <br>β€’ Create files, steal data, or pivot to other internal systems. <br>β€’ Full control over the PBX infrastructure.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”‘ **Threshold**: **Medium**. <br>⚠️ **Requirement**: Requires **Authentication** (valid username/password). <br>πŸ“‰ **CVSS**: `PR:H` (High Privileges Required) means you must be logged in first.

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

πŸ’£ **Public Exploit**: **YES**. <br>πŸ”— **PoC Available**: GitHub repos (e.g., `gunzf0x`) and Nuclei templates exist. <br>πŸ”₯ **Status**: Actively disclosed and usable by attackers.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Scan for Issabel PBX 4.0.0 instances. <br>2. Look for the `/index.php?menu=asterisk_cli` endpoint. <br>3. Use Nuclei template `CVE-2024-0986.yaml` for automated detection.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: **NO**. <br>⏳ **Status**: Vendor did not respond to disclosure. <br>🚫 **Patch**: No official patch or update has been released yet.

Q9What if no patch? (Workaround)

πŸ›‘οΈ **Workaround**: <br>1. **Restrict Access**: Block access to the PBX interface via Firewall/WAF. <br>2. **Disable Service**: If not critical, disable the `Asterisk-Cli` or web interface. <br>3.…

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **HIGH**. <br>🚨 **Priority**: Immediate action required. <br>πŸ“‰ **Risk**: Public exploits + Auth requirement makes it a prime target for targeted attacks on communication infrastructure.