Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-57140
Published:July 20, 2026
Updated:August 27, 2026
The published npm package "praisonai" ships a TypeScript "AgentOS" HTTP server that defaults to "host: "0.0.0.0"" and registers sensitive agent routes without any authentication or authorization middleware. When a developer starts "AgentOS", a network attacker who can reach the service can: - read configured agent names, roles, and the first 100 characters of each agent's instructions through "GET /api/agents"; and - invoke the selected agent through "POST /api/chat" without credentials. This is distinct from the existing Python/PyPI AgentOS and API-server advisories. The affected package here is "npm:praisonai"; the current published npm package is "1.7.1", and the same TypeScript source is still present in refreshed "origin/main" at "v4.6.58".
Affected Packages
praisonai (NPM):
Affected version(s) >=1.6.0 <1.7.2
Fix Suggestion:
Update to version 1.7.2
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
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
9.4
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
LOW
Weakness Type (CWE)
Missing Authentication for Critical Function