CVE-2026-61430
Received Received - Intake

SSRF via DNS Rebinding in PraisonAI Web Crawl Tool

Vulnerability report for CVE-2026-61430, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-15

Last updated on: 2026-07-15

Assigner: VulnCheck

Description

PraisonAI before 1.6.78 contains a server-side request forgery vulnerability in the web_crawl tool that validates hostnames at check time but re-resolves them at connection time without IP pinning. Attackers can use DNS rebinding to bypass SSRF protection and retrieve internal HTTP response bodies from private or loopback services.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-15
Last Modified
2026-07-15
Generated
2026-07-15
AI Q&A
2026-07-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
praisonai web_crawl to 1.6.78 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-61430 is a high-severity SSRF vulnerability in PraisonAI's web_crawl tool. It allows DNS rebinding attacks because the tool validates hostnames at check time but re-resolves them at connection time without IP pinning. Attackers can bypass SSRF protections by manipulating DNS responses to expose internal HTTP responses from private or loopback services.

Impact Analysis

This vulnerability allows unauthenticated attackers to retrieve internal HTTP response bodies from private or loopback services. If exploited, sensitive data or secrets could be exposed, even from services not directly accessible to the attacker. The impact includes potential data breaches, unauthorized access to internal systems, and compromise of confidential information.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR, HIPAA, and other regulations by exposing sensitive personal or health data. Organizations may face legal penalties, reputational damage, and loss of trust due to unauthorized data disclosure from internal services.

Detection Guidance

Monitor network traffic for unusual DNS rebinding attempts or connections to private IP ranges from PraisonAI's web_crawl tool. Check logs for repeated hostname resolutions to the same domain resolving to different IPs. Use tools like tcpdump or Wireshark to inspect HTTP requests originating from PraisonAI for internal IP addresses or loopback services.

Mitigation Strategies

Upgrade PraisonAI to version 1.6.78 or later to address the vulnerability. Implement IP pinning in the web_crawl tool to prevent DNS rebinding attacks. Disable automatic redirect following or ensure each redirect hop is re-validated with IP pinning. Restrict access to internal services and monitor for unauthorized access attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-61430. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart