Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-57116
Published:July 20, 2026
Updated:August 27, 2026
PraisonAI's "AgentOS" FastAPI deployment surface remains unauthenticated in current main and in releases after the published patched version for "GHSA-pm96-6xpr-978x" / "CVE-2026-40151". The public AgentOS advisory is published as an instruction-disclosure issue with affected versions "< 4.5.128" and patched version "4.5.128". However, "v4.5.128", latest release "v4.6.57", and current main still register "GET /api/agents" and "POST /api/chat" without authentication. The chat route directly calls "agent.chat(request.message)". No-auth and wrong-bearer requests both execute the deployed agent. This is broader than passive metadata disclosure. In any deployment where AgentOS wraps agents with tools, private context, memory, API integrations, or cost-bearing model calls, an unauthenticated reachable client can drive those agents.
Affected Packages
praisonai (PYTHON):
Affected version(s) >=4.2.1 <4.6.59
Fix Suggestion:
Update to version 4.6.59
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)
Missing Authorization
Exposure of Sensitive Information to an Unauthorized Actor
Missing Authentication for Critical Function