CVE-2026-56838
Published:July 20, 2026
Updated:August 27, 2026
PraisonAI recipe execution blocks default-denied dangerous tools unless the caller explicitly passes "allow_dangerous_tools=True". The normal "recipe.run()" path enforces this with "_check_tool_policy()". The streaming path, "recipe.run_stream()", loads the same recipe, checks dependencies, and then calls "_execute_recipe()" without running the dangerous-tool policy check. As a result, a recipe that honestly declares "execute_command" in "TEMPLATE.yaml requires.tools" is denied by "recipe.run()", but reaches the execution engine through "recipe.run_stream()" with "allow_dangerous_tools=False". The local PoV uses a harmless "printf" canary, explicitly unsets "PRAISONAI_AUTO_APPROVE", and avoids network access.
Affected Packages
praisonai (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