SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-87013

MEDIUM · CVSS 4.3 EPSS 0.27% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-09 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The Open WebUI platform versions 0.10.0 to 0.11.1 are vulnerable to a flaw that allows authenticated users to create a circular folder structure, leading to potential denial of service through excessive CPU and memory consumption. This vulnerability can persist until manually resolved, impacting system performance and availability. Organizations using affected versions should prioritize upgrading to version 0.11.1 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-87013
Severity
MEDIUM
CVSS
4.3
EPSS
0.27%

Original NVD Description

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.10.0 until 0.11.1, POST /api/v1/folders/{id}/update/parent allowed a user to place a folder under itself or one of its descendants, while the folder tree walks used by DELETE /api/v1/folders/{id} and POST /api/v1/folders/{id}/read did not track visited folder identifiers. An authenticated user could persist a parent cycle and start a request that consumed CPU and memory indefinitely, with the condition remaining stored until repaired. This issue is fixed in version 0.11.1.