Description
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 AttributeError. No URL scheme validation, private IP filtering, or domain allowlist is applied, allowing requests to any host reachable from the server. This issue has been patched in version 4.5.90.
Published: 2026-04-03
Score: 7.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Server-Side Request Forgery
Action: Immediate Patch
AI Analysis

Impact

PraisonAI versions before 4.5.90 expose a Server‑Side Request Forgery flaw in the passthrough() and apassthrough() functions. These functions accept an api_base parameter supplied by the caller, then concatenate it with an endpoint and hand it to httpx.Client.request() when the primary path raises an AttributeError. No URL scheme validation, private‑IP filtering, or domain allowlist is performed, allowing an attacker to target any host reachable from the server. By crafting a malicious api_base value, an attacker can force the server to download data from internal resources, access internal services, or exfiltrate sensitive information. The weakness aligns with CWE‑918.

Affected Systems

MervinPraison’s PraisonAI product is affected. All releases earlier than 4.5.90 contain the flaw. The vendor released a fix in version 4.5.90; upgrading to that or a later version removes the unvalidated api_base input and eliminates the SSRF risk.

Risk and Exploitability

The vulnerability’s CVSS score of 7.7 indicates a high potential impact if exploited. Its EPSS value is below 1%, suggesting that exploitation is currently unlikely, and it is not listed in the CISA KEV catalog. Nevertheless, the conditions for exploitation are minimal: an attacker who can send an API request to the vulnerable server can supply an arbitrary api_base value. Because the server makes outbound requests to whatever host the attacker specifies, the attack surface extends to internal network resources, posing a significant threat to confidentiality and integrity.

Generated by OpenCVE AI on April 14, 2026 at 21:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade PraisonAI to version 4.5.90 or later to remove the vulnerable api_base handling.
  • Until the upgrade is applied, enforce strict validation or limit the api_base value to a known safe list of domains.
  • Continuously monitor outbound HTTP traffic from the PraisonAI server for unexpected or suspicious requests that may indicate attempted SSRF exploitation.

Generated by OpenCVE AI on April 14, 2026 at 21:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-x6m9-gxvr-7jpv PraisonAI: SSRF via Unvalidated api_base in passthrough() Fallback
History

Tue, 14 Apr 2026 18:15:00 +0000

Type Values Removed Values Added
First Time appeared Praison
Praison praisonai
CPEs cpe:2.3:a:praison:praisonai:*:*:*:*:*:*:*:*
Vendors & Products Praison
Praison praisonai

Tue, 07 Apr 2026 00:00:00 +0000

Type Values Removed Values Added
First Time appeared Mervinpraison
Mervinpraison praisonai
Vendors & Products Mervinpraison
Mervinpraison praisonai

Mon, 06 Apr 2026 16:45:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sat, 04 Apr 2026 00:00:00 +0000

Type Values Removed Values Added
Description 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 AttributeError. No URL scheme validation, private IP filtering, or domain allowlist is applied, allowing requests to any host reachable from the server. This issue has been patched in version 4.5.90.
Title PraisonAI: SSRF via Unvalidated api_base in passthrough() Fallback
Weaknesses CWE-918
References
Metrics cvssV3_1

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


Subscriptions

Mervinpraison Praisonai
Praison Praisonai
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-04-06T15:41:58.898Z

Reserved: 2026-03-31T17:27:08.660Z

Link: CVE-2026-34936

cve-icon Vulnrichment

Updated: 2026-04-06T15:35:55.881Z

cve-icon NVD

Status : Analyzed

Published: 2026-04-03T23:17:05.853

Modified: 2026-04-14T18:14:29.880

Link: CVE-2026-34936

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-15T16:30:09Z

Weaknesses