Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2025-49055 — AI Deep Analysis Summary

CVSS 9.3 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Blind SQL Injection in 'WP Lead Capturing Pages'. 💥 **Consequences**: Attackers can extract data via time-based or error-based inference. No direct output, but data leakage is severe.

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: CWE-89 (SQL Injection). 🔍 **Flaw**: Improper neutralization of special elements used in SQL commands. User input is not sanitized before database queries.

Q3Who is affected? (Versions/Components)

📦 **Affected**: WordPress Plugin: **WP Lead Capturing Pages**. 📅 **Versions**: **2.5 and earlier**. Ensure you are not running these outdated versions.

Q4What can hackers do? (Privileges/Data)

🕵️ **Hackers Can**: Execute arbitrary SQL commands. 📊 **Impact**: Access to sensitive database content (users, leads, config). High Confidentiality impact (C:H), Low Availability impact (A:L).

Q5Is exploitation threshold high? (Auth/Config)

⚡ **Threshold**: **LOW**. 🔓 **Auth**: None required (PR:N). 🌐 **Access**: Network accessible (AV:N). 👁️ **UI**: No user interaction needed (UI:N). Easy to exploit remotely.

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

💣 **Public Exp?**: **No**. 📄 **PoCs**: Empty list in data. However, the CVSS score suggests it is highly exploitable if logic is understood. Check Patchstack for community PoCs.

Q7How to self-check? (Features/Scanning)

🔍 **Self-Check**: Scan for plugin version **2.5 or lower**. 🧪 **Test**: Use SQLMap or manual blind injection techniques on lead capture forms. Look for time delays or error-based responses.

Q8Is it fixed officially? (Patch/Mitigation)

🛠️ **Fix**: Update plugin to **version 2.6+** (implied, as 2.5 is vulnerable). 📢 **Source**: Vendor 'kamleshyadav' or official WordPress repository. Patchstack link provided for reference.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable the plugin immediately. 🔒 **Mitigation**: Use WAF rules to block SQL injection patterns in POST requests to lead capture endpoints. Restrict database user permissions.

Q10Is it urgent? (Priority Suggestion)

🔥 **Urgency**: **HIGH**. ⏱️ **Priority**: Fix ASAP. 📉 **Reason**: Low exploitation complexity + No auth required + High data impact. Critical for sites collecting user leads.