CVE Catalog

CVE-2026-34954

HighCVSS 8.6
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.41%

33th percentile - higher than 33% of all known CVEs

Summary

In PraisonAI before version 1.5.95, the FileTools.download_file() function does not validate the URL parameter, passing it directly to httpx.stream() with follow_redirects=True. An attacker controlling the URL can reach any host accessible from the server, including cloud metadata and internal services.

Risk Assessment

Attackers can exploit this vulnerability to scan internal networks, steal cloud metadata, or attack other internal services, potentially leading to privilege escalation and data leakage.

Recommendation

Update PraisonAI to version 1.5.95 or later immediately. In the meantime, restrict access to the download_file function and enforce strict URL validation.

Other vulnerabilities in PraisonAI

See all
Original NVD description (English source)

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.

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