CVE-2026-44338 PUBLISHED

PraisonAI ships and generates a legacy API server with authentication disabled by default, allowing unauthenticated workflow execution

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.5.6 to before version 4.6.34, PraisonAI ships a legacy Flask API server with authentication disabled by default. When that server is used, any caller that can reach it can access /agents and trigger the configured agents.yaml workflow through /chat without providing a token. This issue has been patched in version 4.6.34.

Metrics

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

Product Status

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

References

Problem Types

  • CWE-306: Missing Authentication for Critical Function CWE
  • CWE-668: Exposure of Resource to Wrong Sphere CWE
  • CWE-1188: Insecure Default Initialization of Resource CWE