Description
PraisonAI before 4.6.78 contains an authentication bypass in the Call API agent invocation endpoints (src/praisonai/praisonai/api/agent_invoke.py) when PRAISONAI_CALL_AUTH=disabled is configured. The safeguard intended to restrict the disabled-auth opt-out to localhost binding derives the bind host from request.url.hostname, which is taken from the client-controlled HTTP Host header. A remote, unauthenticated attacker who can reach the service over the network can send a spoofed 'Host: 127.0.0.1' header to bypass the localhost-only restriction and list (GET /api/v1/agents) and invoke (POST /api/v1/agents/{agent_id}/invoke) registered agents without authentication.
Published: 2026-07-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

PraisonAI before version 4.6.78 has an authentication bypass that allows a remote attacker to list and invoke agents without authentication. The vulnerability arises when the PRAISONAI_CALL_AUTH setting is disabled; the application mistakenly trusts the client-supplied Host header to determine whether the connection is local. By sending a spoofed Host header such as "127.0.0.1", a non-privileged attacker can trick the service into treating the request as local and therefore bypass the authentication check. This weakness falls under the authentication bypass category (CWE-287). The consequence is the ability to perform all agent operations exposed through the /api/v1/agents endpoints without credentials.

Affected Systems

The affected product is MervinPraison PraisonAI. All releases prior to version 4.6.78 are vulnerable; versions 4.6.78 and later contain the fix as indicated by the commit information listed in the references.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity risk. The EPSS score is reported as < 1%, meaning exploitation attempts are currently very infrequent, and the vulnerability is not listed in the CISA KEV catalog. A remote attacker who can reach the service over the network can exploit the flaw by sending a crafted Host header. No special privileges or additional access are required beyond network connectivity to the target system.

Generated by OpenCVE AI on July 31, 2026 at 03:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade PraisonAI to version 4.6.78 or later.
  • If an upgrade is not immediately possible, disable the PRAISONAI_CALL_AUTH=disabled configuration or ensure it is only enabled on an isolated, localhost-bound instance.
  • Implement network controls to limit remote access to the API endpoints, such as firewall rules or reverse proxies, and validate the Host header server-side to ensure it matches the expected hostname.

Generated by OpenCVE AI on July 31, 2026 at 03:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 15 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 15 Jul 2026 12:00:00 +0000

Type Values Removed Values Added
Description PraisonAI before 4.6.78 contains an authentication bypass in the Call API agent invocation endpoints (src/praisonai/praisonai/api/agent_invoke.py) when PRAISONAI_CALL_AUTH=disabled is configured. The safeguard intended to restrict the disabled-auth opt-out to localhost binding derives the bind host from request.url.hostname, which is taken from the client-controlled HTTP Host header. A remote, unauthenticated attacker who can reach the service over the network can send a spoofed 'Host: 127.0.0.1' header to bypass the localhost-only restriction and list (GET /api/v1/agents) and invoke (POST /api/v1/agents/{agent_id}/invoke) registered agents without authentication.
Title PraisonAI before 4.6.78 Authentication Bypass via Host Header Spoofing
First Time appeared Praison
Praison praisonai
Weaknesses CWE-287
CPEs cpe:2.3:a:praison:praisonai:*:*:*:*:*:*:*:*
Vendors & Products Praison
Praison praisonai
References
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N'}

cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Praison Praisonai
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-15T17:58:50.469Z

Reserved: 2026-07-09T14:05:21.471Z

Link: CVE-2026-61435

cve-icon Vulnrichment

Updated: 2026-07-15T17:58:21.745Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T04:00:15Z

Weaknesses