CVE Catalog

CVE-2026-44339

High
Published: Translated: NVD NIST

Summary

PraisonAI is a multi-agent teams system. Prior to versions 4.6.37 for praisonai and 1.6.37 for praisonaiagents, the system resolves unresolved tool names against module globals and __main__, potentially leading to unintended application calls.

Risk Assessment

An attacker could exploit this vulnerability to invoke unauthorized application functions, leading to unforeseen actions within the system.

Recommendation

It is recommended to upgrade to praisonai version 4.6.37 and praisonaiagents version 1.6.37 to mitigate this vulnerability.

Related vulnerabilities

Original NVD description (English source)

PraisonAI is a multi-agent teams system. Prior to praisonai version 4.6.37 and praisonaiagents version 1.6.37, praisonaiagents resolves unresolved tool names against module globals and __main__ after it fails to match the declared tool list and the registry. With the default agent configuration, _perm_allow is None, so undeclared non-dangerous tool names are not rejected by the permission gate. An attacker who can influence tool-call names can therefore invoke unintended application callables that were never declared as tools. This issue has been patched in praisonai version 4.6.37 and praisonaiagents version 1.6.37.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS