---
id: CVE-2026-57147
title: PraisonAI is a multi-agent teams system
summary: >-
  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 whe…
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-798
  - CWE-1188
vendor: MervinPraison
product: PraisonAI
affected:
  - PraisonAI < 4.6.51
  - praisonai-platform < 0.1.6
patched:
  - praisonai-platform 0.1.6
published: '2026-09-15'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T15:16:48.603'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-57147'
references:
  - url: >-
      https://github.com/MervinPraison/PraisonAI/commit/e0fb8e7dd1ee6759c18ed07f436c21dbd9c20747
    label: security-advisories@github.com
  - url: 'https://github.com/MervinPraison/PraisonAI/pull/1793'
    label: security-advisories@github.com
  - url: 'https://github.com/MervinPraison/PraisonAI/releases/tag/v4.6.51'
    label: security-advisories@github.com
  - url: >-
      https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-cwj8-7gp2-ggcw
    label: security-advisories@github.com
  - url: 'https://www.youtube.com/watch?v=bDSRHAI28BY&list=RDhqGkrTbgU2c&index=8'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://github.com/MervinPraison/PraisonAI'
tags:
  - nvd
  - cve.org
  - exploit-available
  - osv
  - pip
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'yes'
  technicalImpact: total
  timestamp: '2026-09-17T14:18:09.498050Z'
epss: 0.00772
epssPercentile: 0.5423
aliases:
  - GHSA-cwj8-7gp2-ggcw
ecosystem: pip
ingestedAt: '2026-07-21T19:04:56.769Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-57147)

Affected packages:

- `praisonai-platform < 0.1.6`

Patched in:

- `praisonai-platform 0.1.6`

Source: https://osv.dev/vulnerability/GHSA-cwj8-7gp2-ggcw
