CVE-2026-40160
PraisonAIAgents has SSRF via unvalidated URL in `web_crawl` httpx fallback
Record summary
CVE-2026-40160 has a selected CVSS score of 7.1 (high).
Description
PraisonAIAgents is a multi-agent teams system. Prior to 1.5.128, web_crawl's httpx fallback path passes user-supplied URLs directly to httpx.AsyncClient.get() with follow_redirects=True and no host validation. An LLM agent tricked into crawling an internal URL can reach cloud metadata endpoints (169.254.169.254), internal services, and localhost. The response content is returned to the agent and may appear in output visible to the attacker. This fallback is the default crawl path on a fresh PraisonAI installation (no Tavily key, no Crawl4AI installed). This vulnerability is fixed in 1.5.128.
Exploitation context
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Apr 13, 2026 · Source: CVE List
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
PraisonAIAgentsBrowse MervinPraison / PraisonAIAgents | CVE List | < 1.5.128 | affected |
praisonaiagentsBrowse PyPI / praisonaiagents | GitHub Advisory | 0.13.23 to < 1.5.128 · Fixed in 1.5.128 | affected |