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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-39339 β€” AI Deep Analysis Summary

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: ChurchCRM < 7.1.0 has an **Authentication Bypass** in its API middleware. πŸ“‰ **Consequences**: Unauthenticated attackers can access **all protected API endpoints**, leading to total data compromise.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-284** (Improper Access Control). The flaw lies in `ChurchCRM/Slim/Middleware/AuthMiddleware.php` due to improper URL handling in the API middleware.

Q3Who is affected? (Versions/Components)

🏒 **Affected**: **ChurchCRM** (Open Source CRM for Churches). πŸ“¦ **Version**: All versions **prior to 7.1.0**. 🧩 **Component**: API Middleware.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: Access **unrestricted data** via protected APIs. πŸ“‚ **Privileges**: No authentication required. πŸ“Š **Impact**: High Confidentiality & Integrity loss (CVSS: C:H, I:H).

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. 🌐 **Network**: Remote (AV:N). πŸ”‘ **Auth**: None required (PR:N). πŸ–±οΈ **UI**: None required (UI:N). 🎯 **Complexity**: Low (AC:L).

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

πŸ”“ **Exploit**: **Yes**. Public PoC exists via Nuclei templates. πŸ“ **Method**: Crafted request URL with `api/public` path bypasses middleware checks.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for ChurchCRM instances. πŸ§ͺ **Test**: Send crafted requests to `/api/public` endpoints. πŸ“‘ **Tool**: Use Nuclei template `CVE-2026-39339.yaml` for automated detection.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: **Yes**. Official patch released in **Version 7.1.0**. πŸ“’ **Source**: GitHub Security Advisory (GHSA-v3p2-mx78-pxhc).

Q9What if no patch? (Workaround)

🚧 **Workaround**: If unpatched, **block external access** to `/api/public` endpoints via WAF or firewall rules. πŸ›‘ Restrict API middleware URL patterns.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. 🚨 CVSS Score indicates High Impact. ⏳ Immediate patching to v7.1.0 is strongly recommended to prevent data breaches.