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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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.…