CVE-2026-34954 PUBLISHED

PraisonAI: SSRF in FileTools.download_file() via Unvalidated URL

Assigner: GitHub_M
Reserved: 31.03.2026 Published: 03.04.2026 Updated: 03.04.2026

PraisonAI is a multi-agent teams system. Prior to version 1.5.95, FileTools.download_file() in praisonaiagents validates the destination path but performs no validation on the url parameter, passing it directly to httpx.stream() with follow_redirects=True. An attacker who controls the URL can reach any host accessible from the server including cloud metadata services and internal network services. This issue has been patched in version 1.5.95.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
CVSS Score: 8.6

Product Status

Vendor MervinPraison
Product PraisonAI
Versions
  • Version < 1.5.95 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE