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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2025-30005 โ€” AI Deep Analysis Summary

CVSS 8.3 ยท High

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

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

๐Ÿ•ต๏ธ **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.โ€ฆ