Vulnerability Description
PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an insecure default cryptographic key. The JWT signing secret defaults to the hardcoded literal `"dev-secret-change-me"` when `PLATFORM_JWT_SECRET` is unset. A safety check exists but only fires when `PLATFORM_ENV != "dev"`; the default value of `PLATFORM_ENV` is `"dev"`, so the check is silently bypassed in any deployment that does not explicitly opt out. The attacker reads the literal from this public source file, mints a JWT with arbitrary `sub` and `email` claims, and authenticates as any existing user (including workspace owners and admins). PraisonAI Platform version 0.1.4 patches the issue.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/MervinPraison/PraisonAI/commit/ef79b7a0561796ad9807f0f09538c2
- https://github.com/MervinPraison/PraisonAI/pull/1685
- https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-3qg8-5g3r-79
- https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-3qg8-5g3r-79
FAQ
What is CVE-2026-47410?
CVE-2026-47410 is a vulnerability with a CVSS score of 9.8 (CRITICAL). PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an insecure default cryptographic key. The JWT signing secret defaults to the hardcode...
How severe is CVE-2026-47410?
CVE-2026-47410 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-47410?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.