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.
Published: 2026-08-25
Score: 8.5 High
EPSS: < 1% Very Low
KEV: No
Impact: SSRF Bypass to internal resources
Action: Apply patch
AI Analysis

Impact

The flaw lies in spider_tools._host_is_blocked() which skips DNS resolution of ordinary hostnames before performing a scrape. A hostname such as 127.0.0.1.nip.io is accepted and resolves to the loopback address, allowing the agent to reach internal services that would normally be blocked. As a result, an attacker can trigger a server‑side request that goes to local or internal endpoints, potentially exposing sensitive data or enabling further compromise. This is a classic SSRF issue flagged by CWE‑918, with an associated credential or sensitive information exposure concern (CWE‑350).

Affected Systems

All installations of MervinPraison PraisonAI and the praisonaiagents component that use a version earlier than 1.6.58 are affected. The vulnerability was fixed in the 1.6.58 release.

Risk and Exploitability

The vulnerability has a CVSS score of 8.5, classifying it as high severity. The EPSS score is not available, and the issue is not listed in the CISA KEV catalog. Exploitation requires an attacker to cause the agent to perform a scrape on a crafted hostname that resolves to an internal address. The attack vector is likely a remote, network‑based request to the agent, with no explicit authentication requirement noted. Successful exploitation can lead to internal network discovery or unauthorized data access.

Generated by OpenCVE AI on August 25, 2026 at 16:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade praisonaiagents to version 1.6.58 or later.
  • If an upgrade cannot be performed immediately, restrict outbound requests from the agent to exclude localhost and internal IP ranges, such as by configuring a firewall or using a proxy that blocks loopback destinations.
  • Disable the scraping functionality or the spider_tools module while a patch is applied or the system is monitored for SSRF attempts.

Generated by OpenCVE AI on August 25, 2026 at 16:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-x44h-65qv-cw74 praisonaiagents has an SSRF protection bypass in `spider_tools._host_is_blocked()` via DNS-resolved hostnames (`127.0.0.1.nip.io`)
History

Tue, 25 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 25 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
First Time appeared Mervinpraison
Mervinpraison praisonai
Mervinpraison praisonaiagents
Vendors & Products Mervinpraison
Mervinpraison praisonai
Mervinpraison praisonaiagents

Tue, 25 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
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.
Title PraisonAI: SSRF protection bypass in `spider_tools._host_is_blocked()` via DNS-resolved hostnames (`127.0.0.1.nip.io`)
Weaknesses CWE-350
CWE-918
References
Metrics cvssV3_1

{'score': 8.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N'}


Subscriptions

Mervinpraison Praisonai Praisonaiagents
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-25T19:21:26.954Z

Reserved: 2026-06-16T22:44:22.284Z

Link: CVE-2026-55526

cve-icon Vulnrichment

Updated: 2026-08-25T18:33:27.838Z

cve-icon NVD

Status : Deferred

Published: 2026-08-25T15:16:33.300

Modified: 2026-09-09T21:07:31.353

Link: CVE-2026-55526

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T18:00:14Z

Weaknesses
  • CWE-350

    Reliance on Reverse DNS Resolution for a Security-Critical Action

  • CWE-918

    Server-Side Request Forgery (SSRF)