Back to overview

CVE-2026-47410

CRITICAL Exploitation: PoC
9.8
CVSS 3.1
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.

Metadata

CVE ID
CVE-2026-47410
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-05-19 19:37 UTC
Published
2026-07-21 16:55 UTC
Last updated
2026-07-22 14:43 UTC
Primary CWE
CWE-321
CWE-321: Use of Hard-coded Cryptographic Key
Vendor / Product
MervinPraison / praisonai-platform
Sources
cve.org  ·  NVD

Severity & Metrics

9.8 CRITICAL CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
SSVC — CISA Coordinator
Exploitation
PoC
Automatable
yes
Tech. Impact
total
Affected products (1)
VendorProductPlatformVersions
MervinPraison praisonai-platform < 0.1.4
Weakness (CWE)
CWESourceDescription
CWE-321 cna CWE-321: Use of Hard-coded Cryptographic Key
CWE-798 cna CWE-798: Use of Hard-coded Credentials
CVSS scores (1)
ScoreSeverityVersionSourceVector
9.8 CRITICAL 3.1 cna CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
References (3)
Back to overview