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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 10.0 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical Access Control flaw in Genealogy PHP app. <br>πŸ’₯ **Consequences**: Attackers can hijack ownership of genealogy records belonging to other users. Total loss of data integrity and privacy.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-862** (Missing Authorization). <br>πŸ” **Flaw**: The application fails to verify if the current user has permission to modify records owned by others.…

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **MGeurts / KREAWEB.be** <br>πŸ“¦ **Product**: Genealogy (PHP Application) <br>πŸ“‰ **Version**: **Pre-5.9.1** (All versions before 5.9.1 are vulnerable).

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: <br>1️⃣ **Take Ownership**: Transfer any genealogy record to their own account. <br>2️⃣ **Modify Data**: Edit or delete others' family trees.…

Q5Is exploitation threshold high? (Auth/Config)

⚠️ **Threshold**: **LOW** for exploitation, but **MEDIUM** for access. <br>πŸ”‘ **Auth Required**: Yes (PR:L). The attacker must be a logged-in user. <br>🌐 **Network**: Remote (AV:N). <br>🎯 **Complexity**: Low (AC:L).…

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

🚫 **Public Exploit**: **No**. <br>πŸ“„ **PoC**: None available in the provided data. <br>🌍 **Wild Exploit**: Unlikely at this stage due to lack of public PoCs, but the flaw is trivial to exploit manually if authenticated.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1️⃣ Check your **Genealogy version**. If < 5.9.1, you are at risk. <br>2️⃣ Review **Access Control Logic**: Can User A edit records owned by User B?…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **Yes**. <br>πŸ”§ **Patch**: Upgrade to **Version 5.9.1** or later. <br>πŸ“’ **Source**: Official GitHub Security Advisory (GHSA-2rq7-jqm7-w8x4).

Q9What if no patch? (Workaround)

πŸ›‘οΈ **No Patch Workaround**: <br>1️⃣ **Disable Public Access**: Restrict app access to trusted IPs. <br>2️⃣ **Manual Audit**: Regularly check record ownership logs for anomalies.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>πŸ“Š **CVSS**: **9.1** (Critical). <br>⚑ **Action**: **Patch Immediately**. Even though auth is required, the impact (S:C, C:H, I:H, A:H) is devastating for data integrity. Do not wait.