VYPR

PyPI package

praisonai

pkg:pypi/praisonai

Vulnerabilities (50)

  • CVE-2026-39306HigApr 7, 2026
    affected < 4.5.113fixed 4.5.113

    PraisonAI is a multi-agent teams system. Prior to 1.5.113, PraisonAI's recipe registry pull flow extracts attacker-controlled .praison tar archives with tar.extractall() and does not validate archive member paths before extraction. A malicious publisher can upload a recipe bundle

  • CVE-2026-39305CriApr 7, 2026
    affected < 4.5.113fixed 4.5.113

    PraisonAI is a multi-agent teams system. Prior to 1.5.113, the Action Orchestrator feature contains a Path Traversal vulnerability that allows an attacker (or compromised agent) to write to arbitrary files outside of the configured workspace directory. By supplying relative path

  • CVE-2026-35615HigApr 7, 2026
    affected < 1.5.113fixed 1.5.113

    PraisonAI is a multi-agent teams system. Prior to 1.5.113, _validate_path() calls os.path.normpath() first, which collapses .. sequences, then checks for '..' in normalized. Since .. is already collapsed, the check always passes. This makes the check completely useless and allows

  • CVE-2026-34955HigApr 4, 2026
    affected < 4.5.97fixed 4.5.97

    PraisonAI is a multi-agent teams system. Prior to version 4.5.97, SubprocessSandbox in all modes (BASIC, STRICT, NETWORK_ISOLATED) calls subprocess.run() with shell=True and relies solely on string-pattern matching to block dangerous commands. The blocklist does not include sh or

  • CVE-2026-34953CriApr 3, 2026
    affected < 4.5.97fixed 4.5.97

    PraisonAI is a multi-agent teams system. Prior to version 4.5.97, OAuthManager.validate_token() returns True for any token not found in its internal store, which is empty by default. Any HTTP request to the MCP server with an arbitrary Bearer token is treated as authenticated, gr

  • CVE-2026-34952CriApr 3, 2026
    affected < 4.5.97fixed 4.5.97

    PraisonAI is a multi-agent teams system. Prior to version 4.5.97, the PraisonAI Gateway server accepts WebSocket connections at /ws and serves agent topology at /info with no authentication. Any network client can connect, enumerate registered agents, and send arbitrary messages

  • CVE-2026-34939MedApr 3, 2026
    affected < 4.5.90fixed 4.5.90

    PraisonAI is a multi-agent teams system. Prior to version 4.5.90, MCPToolIndex.search_tools() compiles a caller-supplied string directly as a Python regular expression with no validation, sanitization, or timeout. A crafted regex causes catastrophic backtracking in the re engine,

  • CVE-2026-34936HigApr 3, 2026
    affected < 4.5.90fixed 4.5.90

    PraisonAI is a multi-agent teams system. Prior to version 4.5.90, passthrough() and apassthrough() in praisonai accept a caller-controlled api_base parameter that is concatenated with endpoint and passed directly to httpx.Client.request() when the litellm primary path raises Attr

  • CVE-2026-34935CriApr 3, 2026
    affected >= 4.5.15, < 4.5.69fixed 4.5.69

    PraisonAI is a multi-agent teams system. From version 4.5.15 to before version 4.5.69, the --mcp CLI argument is passed directly to shlex.split() and forwarded through the call chain to anyio.open_process() with no validation, allowlist check, or sanitization at any hop, allowing

  • CVE-2026-34934CriApr 3, 2026
    affected < 4.5.90fixed 4.5.90

    PraisonAI is a multi-agent teams system. Prior to version 4.5.90, the get_all_user_threads function constructs raw SQL queries using f-strings with unescaped thread IDs fetched from the database. An attacker stores a malicious thread ID via update_thread. When the application loa

Page 3 of 3