ZeroHour

CVE-2026-33340

PoC niche

Unauthenticated SSRF in LoLLMs Web UI (CVE-2026-33340)

CVSS 3.1
9.1 critical
EPSS
22%p97
Published
()
Modified
AI analysis

LoLLMs Web UI (lollms-webui), the web interface for Lord of Large Language and Multimodal Systems, contains a critical unauthenticated server-side request forgery (SSRF) flaw in its POST /api/proxy endpoint. An attacker with network access to the interface can send a crafted request that forces the server to issue arbitrary GET requests to attacker-chosen destinations. This enables access to internal-only services, scanning of the host's local network, and exfiltration of sensitive cloud instance metadata such as AWS or GCP IAM credentials. All known existing versions of lollms-webui are affected, and as of publication no patched release is available, so any deployed instance—particularly internet-exposed or cloud-hosted ones—is at risk. No confirmed in-the-wild exploitation is known, but a public security advisory exists and EPSS assigns an elevated 21.6% probability of exploitation within 30 days (97th percentile).

What to do: No patched version is available yet, so mitigate by restricting access to the /api/proxy endpoint (e.g., via reverse-proxy authentication or ACLs) and limiting which instances are internet-exposed; on cloud-hosted deployments, block or restrict access to the instance metadata service (e.g., 169.254.169.254) to prevent IAM credential theft. Review server and cloud logs for unexpected outbound GET requests or metadata-service hits indicating exploitation, and upgrade as soon as a fixed lollms-webui release is published.

Affected
lollms web uiAll known existing versions; no patched version available as of publication
Estimated exposure
nicheLikely thousands to low tens of thousands of self-hosted instances (exact install counts unknown) — lollms-webui is a self-hosted open-source LLM interface used mainly by individual enthusiasts and small deployments rather than mass-market or enterprise software, so the install base is plausibly in the thousands-to-tens-of-thousands…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

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.

Vendors
lollms
Products
lollms web ui
Weakness
CWE-306, CWE-918
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N

In the news

No ingested article mentions this CVE yet.