Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
7.2

PraisonAI: Uncontrolled Input in SQLite Table Names

GHSA-x783-xp3g-mqhp
Summary

An attacker can inject SQL code into table names and access unauthorized data or alter query results. This is due to a misconfigured `table_prefix` value. To fix, review and secure your configuration inputs and ensure no unauthorized data is accessible in your SQLite database.

What to do
  • Update praisonai to version 4.5.133.
Affected software
VendorProductAffected versionsFix available
– praisonai <= 4.5.133 4.5.133
Original title
PraisonAI is a multi-agent teams system. Prior to 4.5.133, there is an SQL identifier injection vulnerability in SQLiteConversationStore where the table_prefix configuration value is directly conca...
Original description
PraisonAI is a multi-agent teams system. Prior to 4.5.133, there is an SQL identifier injection vulnerability in SQLiteConversationStore where the table_prefix configuration value is directly concatenated into SQL queries via f-strings without any validation or sanitization. Since SQL identifiers cannot be safely parameterized, an attacker who controls the table_prefix value (e.g., through from_yaml or from_dict configuration input) can inject arbitrary SQL fragments that alter query structure. This enables unauthorized data access, such as reading internal SQLite tables like sqlite_master, and manipulation of query results through techniques like UNION-based injection. The vulnerability propagates from configuration input in config.py, through factory.py, to the SQL query construction in sqlite.py. Exploitation requires the ability to influence configuration input, and successful exploitation leads to internal schema disclosure and full query result tampering. This issue has been fixed in version 4.5.133.
ghsa CVSS4.0 6.9
Vulnerability type
CWE-89 SQL Injection
Published: 14 Apr 2026 · Updated: 15 Apr 2026 · First seen: 10 Apr 2026