CVE-2026-57142
Published:July 20, 2026
Updated:August 27, 2026
PraisonAI recipe execution has a dangerous-tool policy that is supposed to block default-denied tools unless the caller explicitly passes "allow_dangerous_tools=True". That policy only checks tools declared in "TEMPLATE.yaml" "requires.tools". For steps-based recipes, the actual execution path loads "workflow.yaml" with "YAMLWorkflowParser". That parser resolves agent-level "tools:" declarations and preserves top-level "approve:". "Workflow.start()" then installs those YAML-approved tools into the approval context. As a result, an untrusted recipe can omit "execute_command" from "TEMPLATE.yaml requires.tools", declare it in "workflow.yaml agents.*.tools", and add top-level "approve: [execute_command]". The caller did not set "allow_dangerous_tools=True", but the recipe policy allows the recipe and the workflow approval path self-approves the critical shell tool. The local PoV uses a harmless "printf" canary and explicitly unsets "PRAISONAI_AUTO_APPROVE".
Affected Packages
https://github.com/MervinPraison/PraisonAI.git (GITHUB):
Affected version(s) >=v4.5.87 <v4.6.59Fix Suggestion:
Update to version v4.6.59praisonai (PYTHON):
Affected version(s) >=4.5.87 <4.6.59Fix Suggestion:
Update to version 4.6.59Related Resources (5)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.5
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
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:
7.8
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH