PT-2026-68315 · Praisonai · Praisonai
CVE-2026-55524
·
Published
2026-08-05
·
Updated
2026-09-10
CVSS v3.1
7.5
High
| Vector | AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:L/A:N |
Name of the Vulnerable Software and Affected Versions
PraisonAI versions prior to 1.6.58
Description
The
web crawl tool contains a Server-Side Request Forgery (SSRF) flaw. The system performs a security check on the initial URL by resolving the hostname via socket.gethostbyname() to reject private, loopback, or link-local addresses. However, the URL is subsequently passed to a fetcher using httpx.Client(follow redirects=True) or urllib.request.urlopen, both of which follow redirects and re-resolve the hostname without further validation. This discrepancy allows an attacker to bypass protections using HTTP redirects or DNS rebinding. By influencing URLs passed to the web crawl() function, an attacker can force the host to fetch data from loopback, private-network, or cloud metadata endpoints, returning the response body in the tool result.Recommendations
Update to version 1.6.58.
As a temporary workaround, restrict the use of the
web crawl() function until the update is applied.Exploit
Fix
SSRF
Time Of Check To Time Of Use
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Praisonai