A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-44721

CVE-2026-44721: Open WebUI Stored XSS Vulnerability

CVE-2026-44721 is a stored XSS vulnerability in Open WebUI that enables authenticated users to execute malicious JavaScript in other users' browsers. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-44721 Overview

Open WebUI is a self-hosted artificial intelligence platform built to operate entirely offline. A stored cross-site scripting (XSS) vulnerability [CWE-79] affects versions prior to 0.9.0. Any authenticated user with the workspace.models permission can inject JavaScript into a model definition. The payload executes in the browser of any user, including administrators, who later opens the malicious model in the chat interface. The maintainers resolved the issue in version 0.9.0.

Critical Impact

Stored JavaScript executes in victim browsers when they view a poisoned model, enabling session theft, account takeover, and pivoting to administrator privileges.

Affected Products

  • Open WebUI versions prior to 0.9.0
  • Self-hosted Open WebUI deployments allowing model creation by non-admin users
  • Multi-tenant Open WebUI instances exposed to multiple authenticated users

Discovery Timeline

  • 2026-05-15 - CVE-2026-44721 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-44721

Vulnerability Analysis

The vulnerability is a stored cross-site scripting flaw in the Open WebUI model workspace. Open WebUI renders model metadata supplied by users with the workspace.models permission. When a user with that permission creates or edits a model, attacker-controlled content is persisted to the backend store. The chat UI later renders that content without sufficient output encoding or HTML sanitization. As a result, arbitrary JavaScript runs under the origin of the Open WebUI application in any viewer's session.

Exploitation requires the victim to interact with the malicious model in the chat UI, which typically occurs during normal product use. Because admins routinely review user-created models, attackers can reliably reach privileged sessions and exfiltrate authentication cookies or tokens.

Root Cause

The root cause is improper neutralization of input during web page generation [CWE-79]. Model fields rendered in the chat UI accept HTML or JavaScript constructs that should be escaped or stripped. The absence of contextual output encoding allows persisted user input to break out of its intended display context and execute as script.

Attack Vector

An attacker first authenticates to Open WebUI with an account holding the workspace.models permission. The attacker then creates a model whose metadata contains a JavaScript payload. When a second user, including an administrator, opens that model in the chat UI, the browser parses and executes the payload. The script runs with the victim's session privileges and can call backend APIs, read DOM content, or exfiltrate tokens to attacker infrastructure.

No synthetic exploit code is reproduced here. Refer to the GitHub Security Advisory GHSA-gf5m-wcrh-7928 for vendor-published details.

Detection Methods for CVE-2026-44721

Indicators of Compromise

  • Model records in the Open WebUI database containing <script>, onerror=, onload=, or javascript: patterns in name, description, or system prompt fields
  • Outbound browser requests from admin sessions to unexpected external domains shortly after opening a user-created model
  • New or modified models created by non-admin accounts with the workspace.models permission

Detection Strategies

  • Query the Open WebUI model store for HTML or JavaScript tokens inside model metadata fields
  • Review reverse proxy and web server logs for POST and PUT requests to model endpoints originating from low-privileged users
  • Correlate admin browser telemetry with model-view events to identify script execution against privileged sessions

Monitoring Recommendations

  • Alert on creation or modification of models by accounts that do not normally manage models
  • Monitor for anomalous JavaScript-initiated network connections from authenticated Open WebUI sessions
  • Track elevation events such as new API tokens, password changes, or role changes that follow model interactions

How to Mitigate CVE-2026-44721

Immediate Actions Required

  • Upgrade Open WebUI to version 0.9.0 or later on all instances
  • Audit existing models for embedded HTML or JavaScript content and remove or sanitize affected records
  • Review which user accounts hold the workspace.models permission and revoke it where not required
  • Rotate session tokens and API keys for administrator accounts that may have viewed malicious models

Patch Information

The vendor fixed CVE-2026-44721 in Open WebUI 0.9.0. See the Open WebUI GitHub Security Advisory GHSA-gf5m-wcrh-7928 for the official advisory and release information.

Workarounds

  • Restrict the workspace.models permission to a small group of trusted users until the upgrade is applied
  • Place Open WebUI behind a reverse proxy that enforces a strict Content Security Policy to limit inline script execution
  • Disable or hide user-created models in shared environments until administrators verify their contents
bash
# Upgrade Open WebUI container to the patched release
docker pull ghcr.io/open-webui/open-webui:0.9.0
docker stop open-webui && docker rm open-webui
docker run -d --name open-webui \
  -p 3000:8080 \
  -v open-webui:/app/backend/data \
  ghcr.io/open-webui/open-webui:0.9.0

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechOpenwebui

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-45315: Open WebUI XSS Vulnerability

  • CVE-2026-44549: Open WebUI XSS Vulnerability

  • CVE-2026-45303: Open WebUI XSS Vulnerability

  • CVE-2026-44568: Open WebUI XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English