Back to overview

CVE-2026-54015

MEDIUM
6.4
CVSS 3.1
Description
Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.6, Open WebUI's prompt version-history endpoints authorize the prompt_id in the URL but then act on caller-supplied history IDs without verifying that the history row belongs to that prompt (history_entry.prompt_id == prompt.id). This affects /api/v1/prompts/id/{prompt_id}/history/diff, /api/v1/prompts/id/{prompt_id}/update/version, and /api/v1/prompts/id/{prompt_id}/history/{history_id}. An authenticated user with access to any prompt they control, plus a victim prompt_history.id, can read or delete another user's private prompt history. This vulnerability is fixed in 0.9.6.

Metadata

CVE ID
CVE-2026-54015
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-06-11 16:34 UTC
Published
2026-06-23 16:44 UTC
Last updated
2026-06-23 16:44 UTC
Primary CWE
CWE-284
CWE-284: Improper Access Control
Vendor / Product
open-webui / open-webui
Sources
cve.org  ·  NVD

Severity & Metrics

6.4 MEDIUM CVSS 3.1
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:L
Affected products (1)
VendorProductPlatformVersions
open-webui open-webui < 0.9.6
Weakness (CWE)
CWESourceDescription
CWE-284 cna CWE-284: Improper Access Control
CWE-639 cna CWE-639: Authorization Bypass Through User-Controlled Key
CVSS scores (1)
ScoreSeverityVersionSourceVector
6.4 MEDIUM 3.1 cna CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:L
References (1)
Back to overview