CVE-2026-57130 PUBLISHED

PraisonAI: IMAP Command Injection via Unsanitized Email Search Parameters

Assigner: GitHub_M
Reserved: 24.06.2026 Published: 14.09.2026 Updated: 14.09.2026

PraisonAI is a multi-agent teams system. Prior to praisonaiagents 1.6.59, src/praisonai-agents/praisonaiagents/tools/email_tools.py interpolates LLM-controlled from_addr, subject, and query values directly into quoted IMAP SEARCH criteria. Embedded quote, backslash, newline, or null characters can escape the intended criterion and alter IMAP operations when search_emails, reply_email, or archive_email is exposed to an agent with configured email credentials, allowing mailbox data access, modification, deletion, or connection disruption. This issue is fixed in praisonaiagents 1.6.59.

Metrics

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

Product Status

Vendor MervinPraison
Product praisonaiagents
Versions
  • Version < 1.6.59 is affected

References

Problem Types

  • CWE-20: Improper Input Validation CWE
  • CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection') CWE