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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-3604 β€” AI Deep Analysis Summary

CVSS 9.9 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection (SQLi) in OSM – OpenStreetMap plugin. <br>πŸ’₯ **Consequences**: Attackers can extract sensitive data from the database.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-89 (SQL Injection). <br>πŸ” **Flaw**: Insufficient escaping of user-supplied parameters. The plugin fails to properly sanitize inputs before querying the database.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin: **OSM – OpenStreetMap**. <br>πŸ“… **Version**: **6.0.2 and earlier**. <br>🏒 **Vendor**: photoweblog.

Q4What can hackers do? (Privileges/Data)

πŸ’» **Attacker Actions**: Extract sensitive information from the database. <br>πŸ”‘ **Privileges**: Requires **Authenticated** access. <br>πŸ“Š **Impact**: High (C:H, I:H, A:H) according to CVSS 3.1.

Q5Is exploitation threshold high? (Auth/Config)

⚠️ **Threshold**: Medium. <br>πŸ”’ **Requirement**: **Privileges Required: Low (PR:L)**. <br>πŸ‘€ **Condition**: The attacker must be **authenticated** to exploit this vulnerability. It is not remote unauthenticated.

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

🚫 **Public Exp?**: **No**. <br>πŸ“ **PoC**: 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**: <br>1. Check WordPress plugin list for **OSM – OpenStreetMap**. <br>2. Verify version is **≀ 6.0.2**. <br>3. Use scanners to detect SQLi patterns in plugin endpoints if authenticated.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed?**: **Yes**. <br>πŸ”— **Patch**: Reference to `plugins.trac.wordpress.org/changeset/3153019` indicates a fix was committed.…

Q9What if no patch? (Workaround)

πŸ›‘οΈ **Workaround**: <br>1. **Disable** the plugin if not strictly needed. <br>2. **Restrict access** to WordPress admin areas (since auth is required). <br>3.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **High Priority**. <br>πŸ“‰ **Reason**: CVSS Vector includes **S:C** (Changed Scope), meaning impact extends beyond the vulnerable component.…