CVE-2026-34954 HIGH

CVE-2026-34954: PraisonAI: SSRF in FileTools.download_file() via Unvalidated URL

Vendor Mervinpraison
Product PraisonAI
Weakness CWE-918 · SSRF
Published April 3, 2026
Last update April 6, 2026

CVSS base score

8.6/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity None

CVSS vector

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

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

April 3, 2026 CVE published
April 6, 2026 Record updated