top of page
perceptive_background_267k.jpg

PraisonAI is a multi-agent teams system. In versions prior to 1.6.58, the web_crawl tool performs its SSRF check only on the initially supplied URL, allowing th…

Published:

5 augustus 2026 om 00:00:00

Alert date:

5 augustus 2026 om 23:03:13

Source:

nvd.nist.gov

Click to open the original link from this advisory

Web Technologies, Emerging Technologies, Cloud & Virtualization

CVE-2026-55524 affects PraisonAI, a multi-agent system, in versions prior to 1.6.58. The web_crawl tool contains a Server-Side Request Forgery (SSRF) vulnerability due to a validate-here/fetch-there design flaw. The SSRF protection resolves the hostname once using socket.gethostbyname and rejects private/loopback/link-local addresses, but then passes the URL to httpx.Client or urllib.request.urlopen with redirect-following enabled, which re-resolves the hostname at connect time without further validation. This gap allows attackers to bypass the SSRF check via HTTP redirects or DNS rebinding attacks. If an attacker can influence URLs passed to web_crawl(), they can cause the PraisonAI host to reach internal network endpoints, loopback addresses, or cloud metadata services. The response body is returned in the web_crawl() result, potentially exposing sensitive internal data. The vulnerability has been patched in version 1.6.58.

Technical details

Mitigation steps:

Affected products:

PraisonAI

Related links:

Related CVE's:

Related threat actors:

IOC's:

This article was created with the assistance of AI technology by Perceptive.

© 2025 by Perceptive Security. All rights reserved.

email: info@perceptivesecurity.com

Deze website toont informatie afkomstig van externe bronnen; Perceptive aanvaardt geen verantwoordelijkheid voor de juistheid, volledigheid of actualiteit van deze informatie.

bottom of page