CVE-2026-55526
Medium
Elevated severity or exploit probability.
CVSS base
8.5
HIGH
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
EPSS — probability of exploitation (30 days)
0.2%
10.8th percentile
CISA KEV
Not listed
Weakness / dates
CWE-350
Published 2026-08-25 · modified 2026-09-09
Description
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.