Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsStudyTraining
ProjectsChecklistsAI RankingsNewsletterStatusTagsAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Study
Training
Projects
Checklists
AI Rankings
Newsletter
Status
Tags
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

1154+ Articles
126+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-45402: Open WebUI File ID Authorization Bypass
CVE-2026-45402: Open WebUI File ID Authorization Bypass
SECURITYHIGHCVE-2026-45402

CVE-2026-45402: Open WebUI File ID Authorization Bypass

A high-severity authorization bypass in Open WebUI prior to 0.9.5 allows authenticated users to attach arbitrary files to resources they do not own via...

Dylan H.

Security Team

May 16, 2026
2 min read

Affected Products

  • Open WebUI < 0.9.5

Overview

CVE-2026-45402 is a high-severity authorization bypass vulnerability affecting Open WebUI, a self-hosted AI platform designed for offline operation. The flaw was assigned a CVSS score of 8.1 and was disclosed on May 15, 2026 via the National Vulnerability Database.

The vulnerability exists in multiple API endpoints that accept a caller-supplied file_id parameter without verifying that the requesting user has ownership or access rights to the referenced file.

Technical Details

When a user submits a request that includes a file_id value, the affected endpoints attach the referenced file to a resource the caller controls — such as a folder or a knowledge base — without first checking that the file belongs to them.

This creates an Insecure Direct Object Reference (IDOR) condition. An authenticated but unprivileged user can:

  1. Enumerate or guess valid file_id values belonging to other users
  2. Submit requests to vulnerable endpoints with those IDs
  3. Attach other users' files to their own folders or knowledge-base entries
  4. Gain read access to content they were not intended to see

The flaw affects the folder knowledge and knowledge-base contents management endpoints at minimum. The root cause is a missing ownership check — the application trusts caller-supplied IDs rather than verifying server-side authorization before performing the attachment operation.

Affected Versions

ProductAffectedFixed
Open WebUIAll versions prior to 0.9.50.9.5

Impact

  • Confidentiality: Authenticated users can access files uploaded by other users on the same instance
  • Integrity: Unauthorized files can be silently attached to user-controlled resources
  • Scope: Any shared or multi-user Open WebUI deployment is at risk

Self-hosted instances with a single operator are less exposed, but any organization running Open WebUI for teams is directly affected.

Remediation

Upgrade to Open WebUI 0.9.5 or later immediately. The fix introduces server-side ownership verification on all endpoints that accept file_id parameters, ensuring that the requesting user is the legitimate owner before performing any attachment operations.

If an immediate upgrade is not possible:

  • Restrict access to the Open WebUI instance to trusted users only
  • Monitor API logs for unexpected file_id values in attachment requests
  • Review existing knowledge-base and folder memberships for unauthorized files

References

  • NVD Entry: CVE-2026-45402
  • Open WebUI GitHub
#CVE#Open WebUI#Authorization Bypass#Vulnerability#AI Platform

Related Articles

CVE-2026-3445: ProfilePress WordPress Plugin Allows Unauthorized Membership Payment Bypass

A high-severity authorization flaw in the ProfilePress WordPress plugin (up to v4.16.11) lets unauthenticated or low-privilege users bypass membership...

3 min read

CVE-2026-32975: OpenClaw Zalouser Weak Authorization via Mutable Group Display Names

A critical CVSS 9.8 authorization bypass in OpenClaw's Zalouser allowlist mode matches mutable group display names instead of stable identifiers, letting...

5 min read

CVE-2026-22172: OpenClaw Critical Authorization Bypass via WebSocket Scope Elevation

A critical CVSS 9.9 authorization bypass in OpenClaw allows authenticated users to self-declare elevated scopes over WebSocket connections without...

6 min read
Back to all Security Alerts