Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
4DescriptionGitHub Advisory
LoLLMs WEBUI provides the Web user interface for Lord of Large Language and Multi modal Systems. A critical Server-Side Request Forgery (SSRF) vulnerability has been identified in all known existing versions of lollms-webui. The @router.post("/api/proxy") endpoint allows unauthenticated attackers to force the server into making arbitrary GET requests. This can be exploited to access internal services, scan local networks, or exfiltrate sensitive cloud metadata (e.g., AWS/GCP IAM tokens). As of time of publication, no known patched versions are available.
AnalysisAI
A critical Server-Side Request Forgery (SSRF) vulnerability exists in the LoLLMs WEBUI application, allowing unauthenticated remote attackers to force the server to make arbitrary GET requests through the /api/proxy endpoint. All known existing versions of lollms-webui are affected, and as of publication, no patched version is available. Attackers can exploit this to access internal services, scan local networks, or exfiltrate sensitive cloud metadata such as AWS or GCP IAM tokens.
Technical ContextAI
LoLLMs WEBUI (Lord of Large Language and Multi-modal Systems Web User Interface) is a web-based interface for managing large language models, identified by CPE cpe:2.3:a:parisneo:lollms-webui. The vulnerability stems from CWE-306 (Missing Authentication for Critical Function), where the API proxy endpoint at /api/proxy in the lollms/server/endpoints/lollms_apps.py file accepts unauthenticated POST requests and performs GET requests to arbitrary URLs specified by the attacker. This classic SSRF flaw allows attackers to abuse the server's network position and privileges to access resources that should be restricted, including internal services on localhost, private network ranges (RFC 1918), and cloud metadata endpoints (169.254.169.254) that expose sensitive credentials and configuration data.
RemediationAI
As of this advisory's publication, no patched version of lollms-webui is available from the vendor. Organizations must implement immediate compensating controls until a patch is released. Deploy a reverse proxy or web application firewall (WAF) in front of the lollms-webui application to block all unauthenticated access to the /api/proxy endpoint, or implement authentication requirements at the network layer. Restrict network egress from the server running lollms-webui to prevent it from making outbound connections to internal networks (RFC 1918 ranges: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16), localhost (127.0.0.0/8), link-local addresses (169.254.0.0/16), and other sensitive ranges. In cloud environments, block access to metadata endpoints (169.254.169.254) using host-based firewall rules or security groups. Consider temporarily disabling the lollms-webui service if it is not business-critical until an official patch becomes available. Monitor the GitHub repository and security advisory at https://github.com/ParisNeo/lollms-webui/security/advisories/GHSA-mcwr-5469-pxj4 for patch release announcements.
More in Lollms Webui
View allA remote code execution (RCE) vulnerability exists in the parisneo/lollms-webui, specifically within the 'open_file' mod
An SQL injection vulnerability exists in the `delete_discussion()` function of the parisneo/lollms-webui application, al
A Cross-Site Request Forgery (CSRF) vulnerability exists in the restart_program function of the parisneo/lollms-webui v9
parisneo/lollms-webui is vulnerable to authentication bypass due to insufficient protection over sensitive endpoints. Ra
parisneo/lollms-webui is vulnerable to a denial of service (DoS) attack due to uncontrolled resource consumption. Rated
parisneo/lollms-webui version 9.6 is vulnerable to Cross-Site Scripting (XSS) and Open Redirect due to inadequate input
A path traversal vulnerability exists in the parisneo/lollms-webui repository, specifically in the `lollms_file_system.p
A Cross-Site Request Forgery (CSRF) vulnerability exists in the 'Servers Configurations' function of the parisneo/lollms
A Path Traversal vulnerability exists in the parisneo/lollms-webui, specifically within the 'add_reference_to_local_mode
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14928