CVE-2026-54014
Last modified
CVE-2026-54014 is a medium-severity vulnerability rated 4.3/10 on the CVSS scale. Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.6, a path traversal vulnerability exists in open-webui's cache file serving endpoint that allows any authenticated user to read files from sibling directories outside the intended cache directory, by exploiting an incomplete startswith containment check that lacks a trailing path separator. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.6, a path traversal vulnerability exists in open-webui's cache file serving endpoint that allows any authenticated user to read files from sibling directories outside the intended cache directory, by exploiting an incomplete startswith containment check that lacks a trailing path separator. The root cause is that serve_cache_file() in open_webui/main.py validates the resolved path with file_path.startswith(os.path.abspath(CACHE_DIR)) — without appending os.sep. This allows any path resolving to a sibling directory whose name begins with cache (e.g. cache_sibling, cache_backup, cached_models) to pass validation. This vulnerability is fixed in 0.9.6.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Openwebui | Open Webui | < 0.9.6 |
References
- https://github.com/open-webui/open-webui/security/advisories/GHSA-j2c8-v969-8r5cExploit, Vendor Advisory, Mitigation
- https://github.com/open-webui/open-webui/security/advisories/GHSA-j2c8-v969-8r5cExploit, Vendor Advisory, Mitigation
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-54014?
How severe is CVE-2026-54014?
How do I fix CVE-2026-54014?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-54009Open WebUI is a self-hosted artificial intelligence platform…6.5
- CVE-2026-5401AFP Spotlight protocol dissector crash in Wireshark 4.6.0 to…5.5
- CVE-2026-54010Open WebUI is a self-hosted artificial intelligence platform…8.3
- CVE-2026-54011Open WebUI is a self-hosted artificial intelligence platform…5.4
- CVE-2026-54012Open WebUI is a self-hosted artificial intelligence platform…7.1
- CVE-2026-54013Open WebUI is a self-hosted artificial intelligence platform…7.6
- CVE-2026-54015Open WebUI is a self-hosted artificial intelligence platform…6.4
- CVE-2026-54016Open WebUI is a self-hosted artificial intelligence platform…4.3
- CVE-2026-54017Open WebUI is a self-hosted artificial intelligence platform…7.7
- CVE-2026-54018Open WebUI is a self-hosted artificial intelligence platform…7.7
- CVE-2026-54019Open WebUI is a self-hosted artificial intelligence platform…6.5
- CVE-2026-5402TLS protocol dissector heap overflow in Wireshark 4.6.0 to 4…8.8
Are you affected by CVE-2026-54014?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
