Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-47393
Published:July 21, 2026
Updated:July 21, 2026
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.
Affected Packages
https://github.com/MervinPraison/PraisonAI.git (GITHUB):
Affected version(s) >=v0.0.1 <v4.6.40
Fix Suggestion:
Update to version v4.6.40
praisonai (PYTHON):
Affected version(s) >=0.0.1 <4.6.40
Fix Suggestion:
Update to version 4.6.40
Do you need more information?
Contact Us
CVSS v4
Base Score:
9.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
9.8
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Initialization of a Resource with an Insecure Default
Missing Authentication for Critical Function
EPSS
Base Score:
0.08