Description
PraisonAI is a multi-agent teams system. Prior to praisonaiagents 1.6.58, the web_crawl function validates only the initial URL before _crawl_with_httpx uses httpx.Client(follow_redirects=True). Redirect targets are not revalidated, so an attacker who influences a crawl target can redirect a public URL to loopback, private network, or cloud metadata services while ALLOW_LOCAL_CRAWL remains disabled. The fetched internal response is returned to the agent context. This issue is fixed in version 1.6.58.
Published: 2026-08-25
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw arises because the web_crawl function only validates the initial URL and then follows redirects without re‑checking them. An attacker who controls the initial crawl target can craft a redirect to a private network address, localhost or a cloud metadata service, while the system still blocks direct local crawling. The result is that internal addresses are reached, and the response is returned to the agent’s context, allowing data exfiltration or internal discovery. This is a classic server‑side request forgery, mapped to CWE‑918.

Affected Systems

The issue impacts the praisonaiagents component of the PraisonAI multi‑agent system. All releases of praisonaiagents before version 1.6.58 are affected. The fix was released in the 1.6.58 update, which is part of the PraisonAI 4.6.58 release series.

Risk and Exploitability

With a CVSS score of 7.5 the vulnerability is considered high severity. No EPSS score is available and the flaw is not listed in CISA KEV, indicating limited known exploitation, yet the attack path remains viable. An attacker who can supply a URL to the vulnerable web_crawl function can trigger outbound requests to unintended internal resources without needing elevated host privileges. The exploitation relies merely on the redirect logic, making the risk substantial for deployments still running unpatched versions.

Generated by OpenCVE AI on August 25, 2026 at 15:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official patch by upgrading praisonaiagents to version 1.6.58 or newer.
  • Disallow user‑supplied URLs in the web_crawl function or disable the function entirely until the upgrade can be performed.
  • Keep ALLOW_LOCAL_CRAWL disabled and add additional validation for redirect URLs if possible.

Generated by OpenCVE AI on August 25, 2026 at 15:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-5r34-2g38-6569 praisonaiagents web_crawl vulnerable to SSRF via redirect-following
History

Tue, 25 Aug 2026 15:45:00 +0000

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

Tue, 25 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
Description PraisonAI is a multi-agent teams system. Prior to praisonaiagents 1.6.58, the web_crawl function validates only the initial URL before _crawl_with_httpx uses httpx.Client(follow_redirects=True). Redirect targets are not revalidated, so an attacker who influences a crawl target can redirect a public URL to loopback, private network, or cloud metadata services while ALLOW_LOCAL_CRAWL remains disabled. The fetched internal response is returned to the agent context. This issue is fixed in version 1.6.58.
Title PraisonAI: SSRF via redirect-following in praisonaiagents web_crawl
Weaknesses CWE-918
References
Metrics cvssV3_1

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


Subscriptions

Mervinpraison Praisonai Praisonaiagents
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-25T14:07:08.551Z

Reserved: 2026-06-16T22:44:22.284Z

Link: CVE-2026-55525

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-25T14:16:52.417

Modified: 2026-08-25T14:16:52.417

Link: CVE-2026-55525

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T15:30:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)