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**: A Path Traversal flaw in the diagnostic report module. π **Consequences**: Attackers can read arbitrary files on the server and delete expected reports. Critical integrity and confidentiality loss.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: **CWE-22** (Improper Limitation of a Pathname to a Restricted Directory). The system fails to sanitize user input in the diagnostic module, allowing directory traversal sequences.
Q3Who is affected? (Versions/Components)
π’ **Affected Vendor**: Xorcom. π¦ **Product**: CompletePBX (Enterprise IP Phone System based on Asterisk). π **Versions**: 5.2.35 and earlier.
Q4What can hackers do? (Privileges/Data)
π **Attacker Actions**: π **Read**: Access sensitive system files (config, logs, keys). ποΈ **Delete**: Remove specific diagnostic reports. This leads to **High** Confidentiality and Integrity impact.
Q5Is exploitation threshold high? (Auth/Config)
π **Threshold**: **Medium**. Requires **Local Privileges** (PR:L). It is not remote unauthenticated.β¦
π΅οΈ **Public Exploit**: **No**. The `pocs` field is empty. No public Proof-of-Concept or wild exploitation code is currently available in the provided data.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for **Xorcom CompletePBX** instances. Check version numbers against **5.2.35**. Look for diagnostic report endpoints that might accept path traversal characters (e.g., `../`) in HTTP requests.
Q8Is it fixed officially? (Patch/Mitigation)
β **Fix Status**: **Yes**. Vendor advisory released. Upgrade to **version 5.2.36.1** or later to patch the path traversal vulnerability in the diagnostic module.
Q9What if no patch? (Workaround)
π§ **No Patch Workaround**: Restrict network access to the diagnostic module. Ensure only authorized local users can access the PBX interface. Monitor file system integrity for unexpected deletions.
Q10Is it urgent? (Priority Suggestion)
β‘ **Urgency**: **High Priority**. CVSS Score indicates **High** impact on Confidentiality and Integrity.β¦