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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2025-26941 — AI Deep Analysis Summary

CVSS 9.3 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in Church Admin plugin. 💥 **Consequences**: Attackers can manipulate database queries, leading to data theft or system compromise.…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: **CWE-89** (SQL Injection). The flaw lies in **improper neutralization of special elements** used in SQL commands. This allows malicious SQL code to be executed.

Q3Who is affected? (Versions/Components)

📦 **Affected**: **WordPress Plugin: Church Admin**. 📉 **Version**: **5.0.18 and earlier**. 🏢 **Vendor**: andy_moyle. Note: WordPress core is mentioned as context, but the vuln is in the plugin.

Q4What can hackers do? (Privileges/Data)

💀 **Attacker Actions**: High Confidentiality impact (C:H). Hackers can **read sensitive database data**.…

Q5Is exploitation threshold high? (Auth/Config)

🔓 **Exploitation**: **Low Threshold**. CVSS shows **AV:N** (Network), **AC:L** (Low Complexity), **PR:N** (No Privileges Required), **UI:N** (No User Interaction). It is easily exploitable remotely.

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

🕵️ **Public Exploit**: **No PoC provided** in the data. However, references point to Patchstack. Wild exploitation risk exists due to low complexity, even without a public script.

Q7How to self-check? (Features/Scanning)

🔍 **Self-Check**: Scan for **Church Admin plugin version ≤ 5.0.18**. Look for SQL injection points in plugin parameters. Use DAST tools targeting WordPress plugins for SQLi patterns.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Update to a **version newer than 5.0.18**. The vendor (andy_moyle) is expected to release a patch. Check Patchstack links for official updates.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: **Disable the plugin** immediately if not essential. **Restrict access** to the WordPress admin area via IP whitelisting. Use a **WAF** to block SQL injection patterns.

Q10Is it urgent? (Priority Suggestion)

⚡ **Urgency**: **HIGH**. CVSS Score indicates **High Confidentiality** and **Critical Scope** (S:C). Remote, unauthenticated exploitation makes this a priority for immediate patching or mitigation.