CVE-2026-55526

PraisonAI is a multi-agent teams system. Prior to praisonaiagents 1.6.58, spider_tools._host_is_blocked() does not resolve ordinary hostnames before scrape_page fetches them. A hostname such as 127.0.0.1.nip.io passes validation and resolves to loopback, permitting internal HTTP access. The fix uses socket.getaddrinfo and fails closed on DNS errors. This issue is fixed in version 1.6.58.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-25 15:16

Updated : 2026-09-09 21:07


NVD link : CVE-2026-55526

Mitre link : CVE-2026-55526

CVE.ORG link : CVE-2026-55526


JSON object : View

Products Affected

No product.

CWE
CWE-350

Reliance on Reverse DNS Resolution for a Security-Critical Action

CWE-918

Server-Side Request Forgery (SSRF)