---
cve: "CVE-2026-47393"
severity: "CRITICAL"
cvss: 9.8
epss: "40%"
vendor: "mervinpraison"
kev: false
exploited: false
published: "2026-07-21 15:39:28"
tags: [cve, security, critical]
source: tsecurity.de CVE-Dossier
exported: "2026-09-06T10:56:26+02:00"
---

# CVE-2026-47393

> 9.8 CRITICAL · 🧪 PoC

## Beschreibung

PraisonAI is a multi-agent teams system. CVE-2026-44338 (GHSA-6rmh-7xcm-cpxj) documents that PraisonAI ships a code-generator (`praisonai.deploy.api.generate_api_server_code`) that emits a Flask API server with authentication disabled by default. Users who follow the documented quickstart (`praisonai deploy --type api`) get a server that binds to `0.0.0.0` per the recommended sample YAML, exposes `/chat` and `/agents` endpoints, runs `praisonai.run()` on user-supplied JSON input — LLM orchestration with the API key materials present in the process environment, and does not require any authentication. Versions prior to 4.6.40 still ship the generator with `auth_enabled` defaulting to `False`. The fix shape is opt-in via `APIConfig(auth_enabled=True, auth_token=...)`. Version 4.6.40 fixes the issue.

## CVSS-Vektor

```
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Keine | bad |
| S Scope | Unverändert | good |
| C Vertraulichkeit | Hoch | bad |
| I Integrität | Hoch | bad |
| A Verfügbarkeit | Hoch | bad |

## Patch verfügbar (OSV)

- ef79b7a0561796ad9807f0f09538c25cc78d3619 (Commit)

## Referenzen

- <https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-8444-4fhq-fxpq>
- <https://github.com/MervinPraison/PraisonAI/pull/1685>
- <https://github.com/MervinPraison/PraisonAI/commit/ef79b7a0561796ad9807f0f09538c25cc78d3619>
- <https://github.com/advisories/GHSA-6rmh-7xcm-cpxj>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-47393) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
