PT-2026-38305 · Praisonai · Praisonai

Fushuling

+1

·

Published

2026-05-06

·

Updated

2026-05-14

·

CVE-2026-44335

CVSS v3.1

9.8

Critical

VectorAV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Name of the Vulnerable Software and Affected Versions PraisonAI versions prior to 1.6.32
Description A logical flaw in the URL checking logic allows attackers to bypass security filters, leading to Server-Side Request Forgery (SSRF). The system uses the validate url() function to perform security checks on the host portion of a URL extracted by urlparse(). However, a discrepancy exists between how urlparse() and the requests library parse certain URLs. For example, in a URL like http://127.0.0.1:6666@1.1.1.1, urlparse() identifies the hostname as 1.1.1.1 (a public address), while requests interprets it as 127.0.0.1 (an internal address). This inconsistency allows requests to be routed to internal network addresses despite passing the initial validation.
Recommendations Update to version 1.6.32.

Exploit

Fix

SSRF

Weakness Enumeration

Related Identifiers

CVE-2026-44335
GHSA-Q9PW-VMHH-384G

Affected Products

Praisonai