CVE-2026-33340
published 2026-03-24CVE-2026-33340: LoLLMs WEBUI provides the Web user interface for Lord of Large Language and Multi modal Systems. A critical Server-Side Request Forgery (SSRF) vulnerability…
PriorityP185critical9.1CVSS 3.1
AVNACLPRNUINSUCHIHAN
EXPLOIT
EPSS
21.63%
97.3th percentile
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.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| parisneo | lollms-webui | <= 8c5dcef63d847bb3d027ec74915d8fe4afd3014e | — |
Detection & IOCsextracted from sources · hover to see the quote
commandPOST /api/proxy HTTP/1.1
Content-Type: application/json
{"url": "http://{{interactsh-url}}"}↗
- →Detect unauthenticated POST requests to the /api/proxy endpoint; the request body will contain a JSON 'url' key pointing to an attacker-controlled or internal resource. ↗
- →Monitor for POST /api/proxy requests targeting cloud metadata endpoints (e.g., AWS/GCP IAM token URLs) to detect credential exfiltration attempts via SSRF. ↗
- →No authentication is required to trigger the vulnerability; any POST to /api/proxy without credentials should be treated as suspicious. ↗
- ·No patched version is available as of time of publication; all known existing versions of lollms-webui are affected. ↗
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No advisories linked to this vulnerability.
No detection rules found.
Nuclei
LoLLMs WEBUI - Server-Side Request Forgery
nuclei·CVSS 9.1
CVE-2026-33340 [CRITICAL] LoLLMs WEBUI - Server-Side Request Forgery
LoLLMs WEBUI - Server-Side Request Forgery
LoLLMs WEBUI contains a server-side request forgery caused by unauthenticated access to the /api/proxy endpoint, letting attackers force the server to make arbitrary GET requests, exploit requires no authentication.
Template:
id: CVE-2026-33340
info:
name: LoLLMs WEBUI - Server-Side Request Forgery
author: theamanrawat
severity: critical
description: |
LoLLMs WEBUI contains a server-side request forgery caused by unauthenticated access to the /api/proxy endpoint, letting attackers force the server to make arbitrary GET requests, exploit requires no authentication.
impact: |
Attackers can access internal services, scan local networks, or exfiltrate sensitive cloud metadata, potentially leading to data exposure and further compromise.
remediatio
No writeups or analysis indexed.
2026-03-24
Published