parisneo/lollms-webui version V13 (feather) suffers from...
High severity
Unreviewed
Published
Mar 20, 2025
to the GitHub Advisory Database
•
Updated Mar 20, 2025
Description
Published by the National Vulnerability Database
Mar 20, 2025
Published to the GitHub Advisory Database
Mar 20, 2025
Last updated
Mar 20, 2025
parisneo/lollms-webui version V13 (feather) suffers from a Server-Side Request Forgery (SSRF) vulnerability in the
POST /api/proxy
REST API. Attackers can exploit this vulnerability to abuse the victim server's credentials to access unauthorized web resources by specifying the JSON parameter{"url":"http://steal.target"}
. Existing security mechanisms such asforbid_remote_access(lollmsElfServer)
,lollmsElfServer.config.headless_server_mode
, andcheck_access(lollmsElfServer, request.client_id)
do not protect against this vulnerability.References