CVE Catalog

CVE-2026-55525

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Summary

PraisonAI is a multi-agent 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.

Risk Assessment

An attacker could exploit redirects to access internal resources, potentially leading to sensitive data leakage or privilege escalation.

Recommendation

It is recommended to upgrade praisonaiagents to version 1.6.58 or later to prevent SSRF attacks via redirects.

Other vulnerabilities in PraisonAI

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS