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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2019-10692 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in `wp-google-maps` plugin. <br>πŸ’₯ **Consequences**: Attackers can steal sensitive DB data, modify records, or run unauthorized admin commands. It’s a classic input validation failure.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-89 (SQL Injection). <br>πŸ” **Flaw**: The file `includes/class.rest-api.php` fails to sanitize **field names** before using them in a `SELECT` statement. Dirty input = Dirty SQL.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress sites using `wp-google-maps`. <br>πŸ“‰ **Version**: Any version **before 7.11.18**. <br>πŸ”§ **Component**: The REST API integration class.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Actions**: <br>1. Extract sensitive info from the database. <br>2. Modify existing data. <br>3. Execute unauthorized admin operations. <br>πŸ”“ **Privileges**: Context of the affected site (often high impact).

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: Medium/Low. <br>πŸ”‘ **Auth**: Requires access to the REST API endpoint. <br>βš™οΈ **Config**: Plugin must be active and unpatched. No complex setup needed, just a vulnerable endpoint.

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

πŸ”₯ **Exploitation**: YES. <br>πŸ“œ **PoC**: Available via Nuclei templates and PacketStorm. <br>🌐 **Wild Exploit**: Rapid7 module exists (`auxiliary/admin/http/wp_google_maps_sqli`). It’s weaponized.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Scan for `wp-google-maps` plugin. <br>2. Check version number (< 7.11.18). <br>3. Use Nuclei template `CVE-2019-10692.yaml` for automated detection. <br>4. Look for unsanitized REST API calls.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: YES. <br>🩹 **Patch**: Update `wp-google-maps` to **version 7.11.18 or later**. <br>πŸ“’ **Source**: WordPress plugin repository and vendor changelog.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: <br>1. **Disable** the plugin immediately if not needed. <br>2. **Restrict** access to `/wp-json/` endpoints via WAF. <br>3. **Monitor** logs for SQL injection patterns in REST API traffic.

Q10Is it urgent? (Priority Suggestion)

🚨 **Urgency**: HIGH. <br>πŸ“… **Priority**: Patch ASAP. <br>πŸ’‘ **Why**: Public exploits exist, it affects data integrity, and it’s an old vulnerability (2019) that many legacy sites still run. Don’t wait!