Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-57115
Published:July 20, 2026
Updated:August 27, 2026
"SpiderTools.scrape_page()" validates the initial URL and rejects direct loopback, private, link-local, metadata, and internal hostnames. It then calls "requests.Session.get()" without disabling automatic redirects or validating redirect "Location" targets. Requests follows redirects by default for GET requests. A safe-looking public URL can therefore pass "_validate_url()", redirect to a blocked target such as "127.0.0.1" or "169.254.169.254", and have the redirected response body parsed and returned by "scrape_page()". The same sink is used by "extract_links()", "crawl()", and "extract_text()" through their calls to "scrape_page()".
Affected Packages
praisonaiagents (PYTHON):
Affected version(s) >=0.0.1 <1.6.59
Fix Suggestion:
Update to version 1.6.59
Do you need more information?
Contact Us
CVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Server-Side Request Forgery (SSRF)