The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-0767

CVE-2026-0767: Open WebUI Information Disclosure Flaw

CVE-2026-0767 is an information disclosure vulnerability in Open WebUI that transmits credentials in cleartext, enabling network-adjacent attackers to intercept sensitive data without authentication.

Published: January 30, 2026

CVE-2026-0767 Overview

CVE-2026-0767 is a cleartext transmission of credentials vulnerability affecting Open WebUI installations. This information disclosure vulnerability allows network-adjacent attackers to intercept and disclose sensitive credential information without requiring authentication. The flaw exists within the handling of credentials provided to the endpoint, where sensitive authentication data is transmitted in plaintext rather than through secure encrypted channels.

Critical Impact

Network-adjacent attackers can intercept transmitted credentials in cleartext, potentially leading to unauthorized access and further system compromise.

Affected Products

  • Open WebUI (all versions prior to patch)

Discovery Timeline

  • 2026-01-23 - CVE CVE-2026-0767 published to NVD
  • 2026-01-26 - Last updated in NVD database

Technical Details for CVE-2026-0767

Vulnerability Analysis

This vulnerability is classified under CWE-319 (Cleartext Transmission of Sensitive Information). The flaw resides in how Open WebUI handles credential transmission to its endpoints. When users authenticate or submit credentials through the affected interface, the application fails to enforce encrypted communication channels, resulting in sensitive authentication data being transmitted in plaintext across the network.

The network-adjacent attack vector means that an attacker must be positioned on the same network segment as either the victim or the vulnerable Open WebUI server to successfully intercept traffic. This could include scenarios such as shared corporate networks, public Wi-Fi environments, or compromised network infrastructure. The vulnerability requires high attack complexity due to the specific positioning requirements, but once achieved, no authentication or user interaction is needed to exploit it.

Root Cause

The root cause of this vulnerability stems from improper implementation of transport layer security for credential handling endpoints. The application fails to enforce HTTPS or other secure transport mechanisms when processing authentication credentials, allowing sensitive data to traverse the network in cleartext format. This represents a fundamental security design oversight that violates secure coding practices for credential management.

Attack Vector

An attacker positioned on the same network segment can leverage network sniffing techniques to capture plaintext credentials as they are transmitted between the client and the Open WebUI server. Common attack scenarios include:

  1. Passive Network Monitoring: Using tools like Wireshark or tcpdump to capture network traffic containing cleartext credentials
  2. ARP Spoofing: Poisoning the ARP cache to redirect traffic through the attacker's machine for interception
  3. Man-in-the-Middle Positioning: Exploiting network infrastructure weaknesses to position between the client and server

The intercepted credentials can then be used for unauthorized access to user accounts, privilege escalation, or lateral movement within the target environment. This vulnerability was tracked by the Zero Day Initiative as ZDI-CAN-28259.

Detection Methods for CVE-2026-0767

Indicators of Compromise

  • Unusual network traffic patterns involving unencrypted HTTP connections to Open WebUI authentication endpoints
  • Evidence of ARP spoofing or network interception attacks on segments hosting Open WebUI
  • Unauthorized account access or credential reuse attacks following deployment of affected Open WebUI versions
  • Network captures showing credentials transmitted in plaintext format

Detection Strategies

  • Deploy network intrusion detection systems (NIDS) to monitor for cleartext credential transmission patterns
  • Implement TLS inspection at network boundaries to identify applications sending credentials over unencrypted channels
  • Review Open WebUI access logs for suspicious authentication patterns or access from unexpected network locations
  • Utilize SentinelOne's network visibility capabilities to detect anomalous traffic patterns associated with credential interception

Monitoring Recommendations

  • Enable comprehensive network logging on segments hosting Open WebUI deployments
  • Configure alerting for any HTTP (non-HTTPS) traffic to authentication endpoints
  • Monitor for indicators of ARP spoofing or other network-layer attacks in environments running Open WebUI
  • Implement continuous credential monitoring to detect compromised account usage

How to Mitigate CVE-2026-0767

Immediate Actions Required

  • Enforce HTTPS/TLS for all Open WebUI communications immediately
  • Deploy reverse proxy configurations with mandatory TLS termination in front of Open WebUI instances
  • Segment network access to Open WebUI servers to limit exposure to potential network-adjacent attackers
  • Conduct credential rotation for any accounts that may have been exposed through cleartext transmission

Patch Information

Refer to the Zero Day Initiative Advisory ZDI-26-033 for the latest patch information and remediation guidance from the vendor. Organizations should monitor Open WebUI release channels for security updates addressing this vulnerability.

Workarounds

  • Configure a reverse proxy (nginx, Apache, or similar) with TLS termination to encrypt all traffic to Open WebUI
  • Implement network segmentation to isolate Open WebUI servers from untrusted network segments
  • Deploy VPN or other encrypted tunnel solutions for users accessing Open WebUI from potentially compromised networks
  • Enable HTTP Strict Transport Security (HSTS) headers through reverse proxy configuration
bash
# Example nginx reverse proxy configuration with TLS enforcement
server {
    listen 443 ssl;
    server_name openwebui.example.com;
    
    ssl_certificate /etc/ssl/certs/openwebui.crt;
    ssl_certificate_key /etc/ssl/private/openwebui.key;
    ssl_protocols TLSv1.2 TLSv1.3;
    ssl_ciphers HIGH:!aNULL:!MD5;
    
    # Enforce HTTPS with HSTS
    add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
    
    location / {
        proxy_pass http://localhost:8080;
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-Proto https;
    }
}

# Redirect HTTP to HTTPS
server {
    listen 80;
    server_name openwebui.example.com;
    return 301 https://$server_name$request_uri;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOpen Webui

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-319
  • Technical References
  • Zero Day Initiative Advisory ZDI-26-033
  • Related CVEs
  • CVE-2026-34225: Open WebUI Blind SSRF Vulnerability

  • CVE-2026-34222: Open WebUI Auth Bypass Vulnerability

  • CVE-2026-29070: Open WebUI Auth Bypass Vulnerability

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

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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