CVE-2026-44337 PUBLISHED

PraisonAI knowledge-store backends interpolate unvalidated collection names into SQL and CQL queries

Assigner: GitHub_M
Reserved: 05.05.2026 Published: 08.05.2026 Updated: 08.05.2026

PraisonAI is a multi-agent teams system. From version 2.4.1 to before version 4.6.34, PraisonAI exposes optional SQL/CQL-backed knowledge-store implementations that build table and index identifiers from unvalidated name and collection arguments. Applications that pass untrusted collection names into these backends can trigger SQL or CQL injection. This issue has been patched in version 4.6.34.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
CVSS Score: 6.3

Product Status

Vendor MervinPraison
Product PraisonAI
Versions
  • Version >= 2.4.1, < 4.6.34 is affected

References

Problem Types

  • CWE-20: Improper Input Validation CWE
  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE