---
id: CVE-2026-57139
title: PraisonAI is a multi-agent teams system
summary: >-
  PraisonAI is a multi-agent teams system. From 1.5.0 until 1.7.2,
  MCPServer.startHttp() in src/praisonai-ts/src/mcp/server.ts binds without a
  host restriction and forwards every HTTP POST request to handleRequest()
  without authentication …
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-306
  - CWE-862
  - CWE-1188
vendor: MervinPraison
product: PraisonAI
affected:
  - 'PraisonAI >= 1.5.0, < 1.7.2'
published: '2026-09-15'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T15:16:48.487'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-57139'
references:
  - url: >-
      https://github.com/MervinPraison/PraisonAI/commit/709a0387853709a5e2f2c34680fa64cada252c27
    label: security-advisories@github.com
  - url: 'https://github.com/MervinPraison/PraisonAI/releases/tag/v4.6.60'
    label: security-advisories@github.com
  - url: >-
      https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-j4f3-55x4-r6q2
    label: security-advisories@github.com
  - url: >-
      https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-j4f3-55x4-r6q2
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'yes'
  technicalImpact: total
  timestamp: '2026-09-17T14:17:03.942509Z'
epss: 0.00754
epssPercentile: 0.53132
ingestedAt: '2026-09-15T10:35:28.518Z'
---

## Overview

PraisonAI is a multi-agent teams system. From 1.5.0 until 1.7.2, MCPServer.startHttp() in src/praisonai-ts/src/mcp/server.ts binds without a host restriction and forwards every HTTP POST request to handleRequest() without authentication or authorization. Any network client that can reach the port can call tools/list, tools/call, resources/read, or prompts/get, causing registered handlers to run with server-side credentials and process privileges or disclose registered data. An initial remediation was released in version 1.7.2.

## Remediation

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