CRITICAL🇵🇱 Wersja polska

CVE-2026-33340

CVSS 9.1v3.1pub. 2026-03-24upd. 2026-04-20

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.

🤖 AI Analysis
How it works

The endpoint `@router.post("/api/proxy")` is accessible without any authentication (CWE-306 — Missing Authentication for Critical Function). An attacker can send an HTTP POST request to this endpoint, specifying any URL as the target, and the server will execute a GET request to the specified resource on behalf of the attacker (CWE-918 — Server-Side Request Forgery). This mechanism enables scanning of the internal network, querying services inaccessible directly from the outside, and retrieving cloud metadata such as IAM tokens from AWS or GCP services. The lack of any validation or filtering of the target URL makes the attack scope unlimited.

Impact

An attacker can gain access to internal network services, conduct reconnaissance of local infrastructure, and steal sensitive authentication credentials from cloud metadata (e.g., AWS/GCP IAM tokens), which may lead to further compromise of the cloud environment or internal infrastructure.

Mitigation & patch

According to information available at the time of publication (2026-03-24), no patched version was available. Monitor the vendor's repository (https://github.com/ParisNeo/lollms-webui) and security advisory GHSA-mcwr-5469-pxj4 for updates on patch availability. Until a patch is released, it is recommended to: restrict network access to the lollms-webui interface only to trusted hosts (e.g., firewall, VPN), block access to the /api/proxy endpoint at the proxy/reverse proxy server level, and in cloud environments — restrict access to instance metadata endpoints (e.g., 169.254.169.254).

Who is affected

All known versions of the lollms-webui application (LoLLMs Web UI) — according to the vendor's description at the time of vulnerability publication, no patched versions existed.

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Lollms Web Ui

    APP
    Lollms
    all versions
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
SSRFAuth Bypass
CWE
References

Related vulnerabilities

CVE-2024-8898CRITICAL9.8PL ✓same product

Path traversal w API install/uninstall lollms-webui V12 (Strawberry)

CVE-2024-8581CRITICAL9.1PL ✓same product

Path Traversal w lollms-webui umożliwia usunięcie dowolnego pliku

CVE-2024-1873CRITICAL9.1PL ✓same product

Path Traversal i DoS w endpoint /select_database aplikacji lollms-webui

CVE-2024-2359CRITICAL9.8PL ✓same product

Command Injection w lollms-webui — obejście zabezpieczeń i RCE

CVE-2024-2360CRITICAL9.8PL ✓same product

Path Traversal prowadzący do RCE w parisneo/lollms-webui