Impact
Open WebUI is a self‑hosted AI platform. Prior to version 0.6.19 the memories API had inconsistent authorization checks, allowing a standard user to delete, restore, and view other users’ memories. The POST /api/v1/memories/query, POST /api/v1/memories/{memory_id}/update, and DELETE /api/v1/memories/{memory_id} endpoints exposed or modified data that the caller should not have accessed. This flaw permits an attacker to read, erase, and revive private memories, compromising data confidentiality, integrity, and availability. The weakness is a classic unauthorized access problem (CWE‑639).
Affected Systems
Any deployment of open‑webui that is older than version 0.6.19 is affected; the fix was applied in 0.6.19. No other vendors or product variants are reported.
Risk and Exploitability
The CVSS base score of 8.3 indicates high severity. The EPSS score is not published, so exploitation probability is uncertain, but the flaw is exploitable by anyone with network access to the memories API. It is not listed in the CISA KEV catalog. Attackers can abuse the vulnerable endpoints by sending crafted HTTP requests from internal or exposed network locations, using known memory identifiers or examining query results to retrieve or delete others’ memories.
OpenCVE Enrichment
Github GHSA