CVE-2026-56836
Published:July 20, 2026
Updated:August 27, 2026
PraisonAI's installed console entrypoint is Typer-first. In current releases, the "recipe" command is registered in the Typer app and "praisonai recipe serve" dispatches to the deprecated Typer command in "src/praisonai/praisonai/cli/commands/recipe.py". That Typer command can start the Recipe HTTP server on a non-localhost interface with no authentication: It prints a deprecation warning, then launches the server with: Because "config.auth" is absent, "create_app()" does not attach the API-key or JWT middleware. Unauthenticated requests can then reach the recipe API and, when enabled, "/admin/reload". This is an incomplete hardening / sibling-callsite issue. The legacy feature handler in "src/praisonai/praisonai/cli/features/recipe.py" rejects the same non-localhost/no-auth combination, and current "create_auth_middleware()" now fails closed if API-key/JWT auth is selected without a secret. The installed Typer command bypasses both expectations by never requiring or setting "auth".
Affected Packages
praisonai (PYTHON):
Affected version(s) >=4.5.112 <4.6.59Fix Suggestion:
Update to version 4.6.59Related Resources (5)
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
LOW
Vulnerable System Integrity
HIGH
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
LOW
Integrity
HIGH
Availability
NONE