CVE-2026-57134
Published:July 20, 2026
Updated:August 27, 2026
The published npm package "praisonai" exports an "MCPSecurity" helper described in source as: Its "AuthMethod" type advertises five authentication methods: The authentication-policy evaluator, however, only validates credentials for "api-key" and "bearer": For "basic" and "oauth", any non-empty "Authorization" header skips the supplied "validate" callback and returns allowed. A local PoV configures "auth.validate" to always return "false"; invalid "api-key" and "bearer" credentials are rejected, while invalid "basic" and "oauth" credentials are accepted without calling the validator. This is a protection-mechanism failure in the exported npm MCP security helper. It is distinct from the separate issue that the npm "MCPServer" HTTP transport does not enforce authentication by default.
Affected Packages
https://github.com/MervinPraison/PraisonAI.git (GITHUB):
Affected version(s) >=v3.9.10 <v4.6.60Fix Suggestion:
Update to version v4.6.60praisonai (NPM):
Affected version(s) >=1.5.1 <1.7.2Fix Suggestion:
Update to version 1.7.2Related Resources (2)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.8
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.2
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
LOW
Availability
NONE