CVE-2026-45666: Open WebUI: Indirect Object Reference (IDOR) in user notes

Published May 14, 2026
·
Updated

Summary The API /api/v1/notes/{noteid} endpoint lacks proper authorization checks, allowing authenticated users to retrieve notes belonging to other users by guessing or enumerating UUIDs. This results in unauthorized disclosure of potentially sensitive or private user data.

Details - if notes is enabled from UI (Settings >> General >> Features >> Notes (Beta)) - From API, attacker can access other user notes - if notes is disabled from UI (Settings >> General >> Features >> Notes (Beta)) - Then attacker can enable the notes from /api/config and access other user notes

PoC - Step 1: Log in to the application as a valid user (User A). !image

- Step 2: Intercept or inspect the response from the endpoint GET /api/config. !image

- Step 3: Observe the field "enablenotes": false in the JSON response. - Step 4: Manually change "enablenotes" to true using browser DevTools or by intercepting and modifying the response via a proxy like Burp Suite. (Please note, the occurrence of this API comes twice, hence modification needs to be made twice as well.) !image

- Step 5: Observe the loaded frontend application; the previously hidden notes form will now be visible. !image

!image

- Step 6: Again, click on any note, intercept the request, and Replace the noteid in the URL with a different note ID known to belong to another user (e.g., by guessing or bruteforcing). - Step 7: Send the modified request while remaining logged in as User A. - Step 8: Observe that the server returns the content of another user's note, confirming unauthorized access. !image !image

Impact 1. Unauthorized access to user-created notes 2. Possible exposure of confidential or sensitive uploaded data 3. Violation of user privacy and data isolation 4. High risk of legal or compliance breaches in regulated environments

Resolution

Fixed in commit de3317e26, first released in v0.8.11 (Mar 2026). All per-id note endpoints (GET /api/v1/notes/{id}, POST /api/v1/notes/{id}/update, POST /api/v1/notes/{id}/access/update, deletion) now enforce ownership: the handler fetches the note, then requires the caller to be admin, the note owner, or have an AccessGrants grant for the appropriate permission (read for retrieval, write for mutation). A non-owner with no grant receives 403.

Users on >= 0.8.11 are not affected.

Other sources

Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.8.11, the API /api/v1/notes/{noteid} endpoint lacks proper authorization checks, allowing authenticated users to retrieve notes belonging to other users by guessing or enumerating UUIDs. This results in unauthorized disclosure of potentially sensitive or private user data. This vulnerability is fixed in 0.8.11.

MITRE

Affected Software

2 affected componentsFixes available
pip/open-webui<=0.8.10
0.8.11
openwebui Open WebUI<0.8.11

Event History

May 14, 2026
Advisory Published
via GitHub·08:27 PM
Data Sourced
via GitHub·08:27 PM
DescriptionSeverityWeaknessAffected Software
May 15, 2026
CVE Published
via MITRE·09:07 PM
Data Sourced
via MITRE·09:07 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·10:16 PM
RemedyDescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-45666?

CVE-2026-45666 has a high severity due to an unauthorized disclosure of user notes through indirect object reference.

2

How do I fix CVE-2026-45666?

To fix CVE-2026-45666, upgrade open-webui to version 0.8.11 or later to ensure proper authorization checks are implemented.

3

Which versions of open-webui are affected by CVE-2026-45666?

Open-webui versions up to and including 0.8.10 are affected by CVE-2026-45666.

4

Can CVE-2026-45666 lead to data breaches?

Yes, CVE-2026-45666 can lead to data breaches as it allows unauthorized access to user notes.

5

What are the potential impacts of CVE-2026-45666?

The potential impacts of CVE-2026-45666 include unauthorized access to sensitive user data and loss of privacy.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203
CVE-2026-45666 - Open WebUI: Indirect Object Reference (IDOR) in user notes - SecAlerts