PatchSiren cyber security CVE debrief
CVE-2026-34934 MervinPraison CVE debrief
CVE-2026-34934 is a critical vulnerability in PraisonAI, a multi-agent teams system, with a CVSS score of 9.8. The vulnerability exists in the get_all_user_threads function, which constructs raw SQL queries using f-strings with unescaped thread IDs fetched from the database. An attacker can store a malicious thread ID via update_thread, and when the application loads the thread list, the injected payload executes and grants full database access. This issue has been patched in version 4.5.90. Users of PraisonAI versions prior to 4.5.90 should apply the patch to prevent exploitation.
- Vendor
- MervinPraison
- Product
- PraisonAI
- CVSS
- CRITICAL 9.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-04-03
- Original CVE updated
- 2026-07-24
- Advisory published
- 2026-04-03
- Advisory updated
- 2026-07-24
Who should care
Users of PraisonAI versions prior to 4.5.90 should apply the patch to prevent exploitation. This includes operators, administrators, and security teams responsible for managing PraisonAI deployments. The vulnerability can lead to full database access, which can have significant impacts on confidentiality, integrity, and availability. Defenders should review their systems and apply patches or mitigations as needed.
Technical summary
The get_all_user_threads function in PraisonAI constructs raw SQL queries using f-strings with unescaped thread IDs fetched from the database. This allows an attacker to store a malicious thread ID via update_thread, leading to full database access when the application loads the thread list. The issue has been patched in version 4.5.90. Users of PraisonAI should review their deployments and apply the patch to prevent exploitation. The vulnerability has a CVSS score of 9.8 and is considered critical.
Defensive priority
High
Recommended defensive actions
- Apply the patch to upgrade to version 4.5.90 or later
- Review and sanitize user input to prevent SQL injection
- Monitor database activity for suspicious queries
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD detail provide information on the vulnerability and its patch. The vendor advisory on GitHub provides additional context on the issue. Evidence is limited to public sources and may not reflect the full scope or impact of the vulnerability. Defenders should verify affected systems and apply patches or mitigations as needed. The vulnerability allows an attacker to store a malicious thread ID via update_thread, leading to full database access when the application loads the thread list. Users should review and sanitize user input to prevent SQL injection and monitor database activity for suspicious queries.
Official resources
-
CVE-2026-34934 CVE record
CVE.org
-
CVE-2026-34934 NVD detail
NVD
-
Source item URL
nvd_modified
-
Mitigation or vendor reference
[email protected] - Exploit, Vendor Advisory
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-04-03T23:17:05.533Z and has not been modified since.