Skip to main content

PraisonAI CVE-2026-44338

| EUVDEUVD-2026-28641 HIGH
Missing Authentication for Critical Function (CWE-306)
2026-05-08 security-advisories@github.com GHSA-6rmh-7xcm-cpxj
7.3
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
7.3 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
Low

Lifecycle Timeline

3
Patch available
May 08, 2026 - 15:17 EUVD
Analysis Generated
May 08, 2026 - 15:00 vuln.today
CVE Published
May 08, 2026 - 14:16 nvd
HIGH 7.3

DescriptionGitHub Advisory

PraisonAI is a multi-agent teams system. From version 2.5.6 to before version 4.6.34, PraisonAI ships a legacy Flask API server with authentication disabled by default. When that server is used, any caller that can reach it can access /agents and trigger the configured agents.yaml workflow through /chat without providing a token. This issue has been patched in version 4.6.34.

AnalysisAI

Remote unauthenticated access to PraisonAI's legacy Flask API server allows attackers to execute configured agent workflows without authentication. Versions 2.5.6 through 4.6.33 ship with authentication disabled by default on the Flask server, enabling any network-accessible caller to trigger agents.yaml workflows via the /chat endpoint and access agent configurations through /agents. Patch released in version 4.6.34. CVSS 7.3 with network vector and no privileges required (AV:N/AC:L/PR:N/UI:N) indicates this is remotely exploitable against default configurations, though impact is limited to low confidentiality, integrity, and availability (C:L/I:L/A:L).

Technical ContextAI

PraisonAI is a Python-based multi-agent orchestration system that includes a legacy Flask API server for agent workflow management. The vulnerability stems from CWE-306 (Missing Authentication for Critical Function), where the Flask server's authentication mechanism is disabled by default in affected versions. The /agents endpoint exposes agent configuration data, while /chat serves as the execution trigger for workflows defined in agents.yaml files. This represents a fundamental access control failure where critical API endpoints lack authentication enforcement, allowing anonymous access to agent orchestration capabilities. The Flask framework itself is not vulnerable-the issue lies in PraisonAI's implementation choice to disable authentication by default on a production-capable API server.

RemediationAI

Upgrade to PraisonAI version 4.6.34 or later, which patches the authentication bypass by enabling authentication by default on the Flask API server. For organizations unable to upgrade immediately, implement network-level access controls to restrict Flask API server access to trusted sources only-use firewall rules to block external access to the Flask server port, deploy behind a reverse proxy with enforced authentication (such as nginx with HTTP Basic Auth or OAuth2 proxy), or bind the Flask server to localhost (127.0.0.1) if only local access is required. If the legacy Flask server is not actively used, disable it entirely and migrate to alternative PraisonAI API implementations if available. Note that network restrictions are temporary mitigations-they do not fix the underlying authentication failure and remain vulnerable to internal threats or network boundary bypasses. Review agent workflow configurations in agents.yaml to assess potential impact of unauthorized execution, and audit logs for evidence of unauthorized /chat or /agents endpoint access prior to patching. Consult the GitHub advisory at https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-6rmh-7xcm-cpxj for vendor-specific guidance.

More in Python

View all
CVE-2025-24016 CRITICAL POC
9.9 Feb 10

Wazuh SIEM platform versions 4.4.0 through 4.9.0 contain an unsafe deserialization vulnerability in the DistributedAPI t

CVE-2025-27520 CRITICAL POC
9.8 Apr 04

BentoML version 1.4.2 and earlier contains an unauthenticated remote code execution vulnerability through insecure deser

CVE-2025-2945 CRITICAL POC
9.9 Apr 03

pgAdmin 4 contains critical remote code execution vulnerabilities in the Query Tool download and Cloud Deployment endpoi

CVE-2013-5093 MEDIUM POC
6.8 Sep 27

The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python

CVE-2025-32375 CRITICAL POC
9.8 Apr 09

BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Rated critica

CVE-2014-0224 HIGH POC
7.4 Jun 05

OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph

CVE-2024-21644 HIGH POC
7.5 Jan 08

pyLoad download manager version prior to 0.5.0b3.dev77 exposes the Flask SECRET_KEY through an unauthenticated endpoint.

CVE-2017-9462 HIGH POC
8.8 Jun 06

In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and conse

CVE-2026-39987 CRITICAL POC
9.3 Apr 08

Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/

CVE-2024-21645 MEDIUM POC
5.3 Jan 08

pyLoad is the free and open-source Download Manager written in pure Python. Rated medium severity (CVSS 5.3), this vulne

CVE-2026-33017 CRITICAL POC
9.3 Mar 17

Langflow (a visual LLM pipeline builder) contains a critical unauthenticated code execution vulnerability (CVE-2026-3301

CVE-2026-55255 HIGH POC
8.4 Jun 19

Cross-user flow execution in Langflow (< 1.9.1) lets any authenticated API-key holder run another user's flow by passing

Share

CVE-2026-44338 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy