CVE-2026-57147

PraisonAI is a multi-agent teams system. Prior to 0.1.6, praisonai_platform/services/auth_service.py assigns the public dev-secret-change-me value to JWT_SECRET when PLATFORM_JWT_SECRET is unset, and its production guard does not run when PLATFORM_ENV is also unset because that setting defaults to dev. A remote unauthenticated attacker can mint an HS256 token with an arbitrary sub and email, and the platform's AuthService._verify_token() and get_current_user dependency accept the forged identity for protected API routes. This vulnerability is fixed in praisonai-platform 0.1.6.
Configurations

No configuration.

History

No history.

Information

Published : 2026-09-15 11:17

Updated : 2026-09-15 14:45


NVD link : CVE-2026-57147

Mitre link : CVE-2026-57147

CVE.ORG link : CVE-2026-57147


JSON object : View

Products Affected

No product.

CWE
CWE-798

Use of Hard-coded Credentials

CWE-1188

Initialization of a Resource with an Insecure Default