SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-57115

MEDIUM · CVSS 6.5 Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

Prior to version 1.6.59, PraisonAI's SpiderTools.scrape_page function fails to properly validate URLs before following redirects, potentially allowing attackers to exploit this vulnerability to access sensitive information from private or restricted services. The impact includes unauthorized disclosure of data through redirected requests that could lead to exposure of internal resources. Organizations using affected versions of PraisonAI should prioritize updating to the latest version to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-57115
Severity
MEDIUM
CVSS
6.5
EPSS
N/A

Original NVD Description

PraisonAI is a multi-agent teams system. Prior to praisonaiagents 1.6.59, SpiderTools.scrape_page validates only the initial URL and lets requests.Session.get follow redirects automatically, so a public-looking URL can redirect to a loopback, private, link-local, or metadata address without revalidation. The redirected response body is returned through scrape_page and its extract_links, crawl, and extract_text callers, allowing disclosure from otherwise blocked services. This issue is fixed in praisonaiagents 1.6.59.