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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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.