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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2018-7662 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A path disclosure flaw in Webzyme Couch CMS. πŸ’₯ **Consequences**: Attackers can retrieve the **full server file path** via direct requests to specific PHP files.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Improper error handling or path exposure in PHP scripts. πŸ“ **Flaw**: The files `includes/mysql2i/mysql2i.func.php` and `addons/phpmailer/phpmailer.php` expose internal paths when accessed directly.…

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: Webzyme Couch CMS. πŸ“¦ **Versions**: Version **2.0 and earlier**. 🏒 **Vendor**: Webzyme Softwares (US-based).

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hackers Can**: Discover the **absolute full path** of the web root. πŸ“‚ **Impact**: This info helps attackers map the server structure, potentially facilitating Local File Inclusion (LFI) or other path-based exploits.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. 🚫 **Auth**: No authentication required. βš™οΈ **Config**: Exploitable via **direct HTTP requests** to specific endpoints. Anyone on the internet can trigger it.

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

πŸ“œ **Public Exp?**: **YES**. πŸ§ͺ **PoC**: Available via Nuclei templates (ProjectDiscovery).…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for direct access to: 1. `/includes/mysql2i/mysql2i.func.php` 2. `/addons/phpmailer/phpmailer.php`. πŸ“‘ **Tool**: Use Nuclei or custom scripts to check for path leakage in responses.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Update to a version **newer than 2.0**. πŸ“₯ **Patch**: Check official GitHub issues for updates. πŸ”— **Ref**: [CouchCMS Issue #46](https://github.com/CouchCMS/CouchCMS/issues/46).

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Block direct access to the vulnerable PHP files via **Web Application Firewall (WAF)** or **Nginx/Apache config**. 🚫 **Rule**: Deny requests to `mysql2i.func.php` and `phpmailer.php` if not needed.

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **HIGH**. πŸ“… **Published**: March 2018. 🎯 **Priority**: Immediate patching recommended. Path disclosure is a critical stepping stone for deeper server compromise.