CVE-2026-57134 PUBLISHED

PraisonAI MCPSecurity Basic/OAuth authentication policies accept invalid credentials without validation

Assigner: GitHub_M
Reserved: 24.06.2026 Published: 15.09.2026 Updated: 15.09.2026

PraisonAI is a multi-agent teams system. From 1.5.1 until 1.7.2, MCPSecurity.evaluatePolicy() in src/praisonai-ts/src/mcp/security.ts invokes the configured credential validator only when AuthMethod is api-key or bearer. Basic and OAuth policies accept any non-empty Authorization header without calling auth.validate(), then return an authenticated result, allowing callers with invalid credentials to access MCP tools and resources protected by those policies. This issue is fixed in version 1.7.2.

Metrics

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

Product Status

Vendor MervinPraison
Product PraisonAI
Versions
  • Version >= 1.5.1, < 1.7.2 is affected

References

Problem Types

  • CWE-287: Improper Authentication CWE
  • CWE-288: Authentication Bypass Using an Alternate Path or Channel CWE
  • CWE-863: Incorrect Authorization CWE