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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in PraisonAI. <br>πŸ’₯ **Consequences**: Attackers can bypass security controls and gain full access to the underlying database. Critical integrity and confidentiality loss.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE**: CWE-89 (SQL Injection). <br>πŸ” **Flaw**: The `get_all_user_threads` function constructs raw SQL queries using **unescaped thread IDs**. No input validation or parameterization is used.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Vendor**: MervinPraison. <br>πŸ“‰ **Affected**: PraisonAI versions **prior to 4.5.90**. If you are running an older version, you are vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Privileges**: Full Database Access. <br>πŸ“‚ **Data**: Attackers can read, modify, or delete any data in the database. This includes user threads and potentially sensitive application data.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”‘ **Auth**: PR:N (Privileges Required: None). <br>🌐 **Network**: AV:N (Network Vector). <br>πŸ‘€ **UI**: UI:N (User Interaction: None). <br>πŸ“ **AC**: AC:L (Attack Complexity: Low).

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

🚫 **Public Exp**: **No**. <br>πŸ“„ **PoC**: The `pocs` field is empty. <br>πŸ”— **Ref**: GitHub Advisory exists (GHSA-9cq8-3v94-434g), but no public exploit code is currently available.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for PraisonAI instances. <br>πŸ§ͺ **Test**: Look for the `get_all_user_threads` endpoint. <br>⚠️ **Indicator**: Check if thread IDs are passed directly into SQL queries without sanitization.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **Yes**. <br>πŸ”§ **Patch**: Upgrade PraisonAI to version **4.5.90** or later. <br>πŸ“’ **Source**: Official GitHub Security Advisory.

Q9What if no patch? (Workaround)

πŸ›‘οΈ **Workaround**: If you cannot upgrade immediately: <br>1. Implement strict input validation on thread IDs. <br>2. Use parameterized queries instead of string concatenation. <br>3.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>πŸ“Š **CVSS**: 9.8 (Critical). <br>πŸš€ **Priority**: Patch immediately. The vulnerability is easy to exploit and has severe consequences (Full DB Access).