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.โฆ