LoLLMs WebUI Server-Side Request Forgery Vulnerability

Vulnerability

A critical Server-Side Request Forgery (SSRF) vulnerability exists in all versions of LoLLMs WebUI. The vulnerability is located in the '@router.post("/api/proxy")' endpoint, which allows unauthenticated attackers to make arbitrary GET requests. This exploitation can access internal services, scan local networks, or exfiltrate sensitive cloud metadata, such as AWS or GCP IAM tokens. As of now, no patched versions are available.

Impact

Exploitation of this vulnerability could lead to unauthorized access to internal services and networks, bypassing local access controls, and exfiltration of sensitive cloud metadata, including access tokens and instance information on platforms like AWS and GCP.

Reproduction

To reproduce this vulnerability, send a POST request to the '/api/proxy' endpoint with a URL pointing to an internal service or resource. The server will process the request and return the response from the internal resource, demonstrating the SSRF exploitation.

Remediation

To address this vulnerability, implement authentication for the endpoint, validate URLs to allow only trusted domains, and block requests to private IP ranges and cloud metadata endpoints.

Added: Mar 24, 2026, 5:23 PM
Updated: Mar 24, 2026, 5:23 PM

Vulnerability Rating

Custom Algorithm
spread
0.3
impact
3.1
exploitability
8.7
remediation
0.0
relevance
4.6
threat
6.6
urgency
2.9
incentive
8.3

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.