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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-11170 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Unauthenticated Arbitrary File Upload in `Cpiwm_Import_Controller::import`.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Missing file type validation. <br>πŸ” **CWE**: **CWE-434** (Unrestricted Upload of File with Dangerous Type). <br>❌ **Flaw**: The plugin accepts any file extension without checking if it's safe.

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: kddiwebcommunications. <br>πŸ“¦ **Product**: WPη§»θ‘Œε°‚η”¨γƒ—γƒ©γ‚°γ‚€γƒ³ for CPI. <br>πŸ“‰ **Affected Versions**: **1.0.2 and earlier**. <br>🌐 **Platform**: WordPress.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: <br>1. Upload **arbitrary files** (PHP shells, scripts). <br>2. Execute code on the server. <br>3. Steal sensitive data. <br>4. Take over the entire WordPress site.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: **VERY LOW**. <br>πŸ”‘ **Auth**: **None required** (Unauthenticated). <br>βš™οΈ **Config**: Default installation is vulnerable. <br>🎯 **Ease**: Trivial for any attacker with network access.

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

πŸš€ **Exploit Available**: **YES**. <br>πŸ“‚ **PoC**: Public on GitHub (`Nxploited/CVE-2025-11170`). <br>🌍 **Status**: Active exploitation risk is **HIGH** due to easy access.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Scan for plugin: `WPη§»θ‘Œε°‚η”¨γƒ—γƒ©γ‚°γ‚€γƒ³ for CPI`. <br>2. Check version: Is it **≀ 1.0.2**? <br>3. Use scanners (e.g., WPScan) to detect **CWE-434** patterns in the import endpoint.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ›‘οΈ **Fix Status**: <br>βœ… **Patch**: Update to version **> 1.0.2** (if available). <br>πŸ“ **Reference**: Check WordPress.org plugin page for updates.…

Q9What if no patch? (Workaround)

🚧 **Workaround (No Patch)**: <br>1. **Disable/Deactivate** the plugin immediately. <br>2. **Block** the import endpoint via WAF. <br>3. Restrict file uploads via `wp-config.php` or server config. <br>4.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority**: **CRITICAL (P1)**. <br>⏱️ **Urgency**: **IMMEDIATE ACTION**. <br>πŸ“’ **Reason**: Unauthenticated RCE via simple file upload. High impact, low effort for attackers. Patch or disable NOW.