Severity by source
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
Lifecycle Timeline
3DescriptionGitHub 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.
Wazuh SIEM platform versions 4.4.0 through 4.9.0 contain an unsafe deserialization vulnerability in the DistributedAPI t
BentoML version 1.4.2 and earlier contains an unauthenticated remote code execution vulnerability through insecure deser
pgAdmin 4 contains critical remote code execution vulnerabilities in the Query Tool download and Cloud Deployment endpoi
The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python
BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Rated critica
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
pyLoad download manager version prior to 0.5.0b3.dev77 exposes the Flask SECRET_KEY through an unauthenticated endpoint.
In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and conse
Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/
pyLoad is the free and open-source Download Manager written in pure Python. Rated medium severity (CVSS 5.3), this vulne
Langflow (a visual LLM pipeline builder) contains a critical unauthenticated code execution vulnerability (CVE-2026-3301
Cross-user flow execution in Langflow (< 1.9.1) lets any authenticated API-key holder run another user's flow by passing
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-28641
GHSA-6rmh-7xcm-cpxj