PatchSiren cyber security CVE debrief
CVE-2026-47410 MervinPraison CVE debrief
CVE-2026-47410 is a critical vulnerability in PraisonAI Platform versions prior to 0.1.4. The platform's JWT signing secret defaults to a 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. This allows an attacker to read the literal from a public source file, mint a JWT with arbitrary sub and email claims, and authenticate as any existing user, including workspace owners and admins. The vulnerability has a CVSS score of 9.8 and is considered critical.
- Vendor
- MervinPraison
- Product
- praisonai-platform
- CVSS
- CRITICAL 9.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-21
- Original CVE updated
- 2026-07-22
- Advisory published
- 2026-07-21
- Advisory updated
- 2026-07-22
Who should care
Users of PraisonAI Platform versions prior to 0.1.4 should be aware of this critical vulnerability and take immediate action to upgrade to version 0.1.4 or later. Additionally, administrators and users of PraisonAI Platform should be cautious of potential authentication bypass attacks and review compensating controls for exposed systems while remediation is scheduled and verified.
Technical summary
The PraisonAI Platform has an insecure default cryptographic key in versions prior to 0.1.4. The JWT signing secret is hardcoded to 'dev-secret-change-me' when PLATFORM_JWT_SECRET is not set. This allows attackers to authenticate as any user, including administrators, by generating a JWT with arbitrary claims. The vulnerability has a CVSS score of 9.8 and is considered critical. 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.
Defensive priority
High
Recommended defensive actions
- Upgrade to PraisonAI Platform version 0.1.4 or later
- Set a secure value for PLATFORM_JWT_SECRET
- Verify PLATFORM_ENV is set correctly
- Monitor for suspicious authentication activity
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record was published on 2026-07-21T17:17:09.773Z and was last modified on 2026-07-22T15:17:17.800Z. The NVD entry is currently Deferred. The PraisonAI Platform has an insecure default cryptographic key in versions prior to 0.1.4. This vulnerability allows attackers to authenticate as any user, including administrators, by generating a JWT with arbitrary claims. The 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.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-47410 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-47410
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-47410 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-47410
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/MervinPraison/PraisonAI/commit/ef79b7a0561796ad9807f0f09538c25cc78d3619
-
Source reference
Unverified legacy reference
URL: https://github.com/MervinPraison/PraisonAI/pull/1685
-
Source reference
Unverified legacy reference
URL: https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-3qg8-5g3r-79v5
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.