---
id: CVE-2024-7806
aliases:
  - GHSA-85jc-8h5p-8vw8
  - PYSEC-2026-1724
title: Open WebUI Cross-Site Request Forgery (CSRF) Vulnerability
summary: Open WebUI Cross-Site Request Forgery (CSRF) Vulnerability
severity: high
cvss: 8
cvssVector: 'CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H'
vendor: open-webui
product: open-webui
ecosystem: pip
affected:
  - open-webui < 0.3.33
patched:
  - open-webui 0.3.33
published: '2025-03-20'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-85jc-8h5p-8vw8'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-7806'
  - url: 'https://github.com/open-webui/open-webui/pull/6054'
  - url: >-
      https://github.com/open-webui/open-webui/commit/7e253df17593bc12dc5cc89d28703675f05b0158
  - url: 'https://github.com/open-webui/open-webui'
  - url: >-
      https://github.com/open-webui/open-webui/blob/1d20c27553f019477f01d7233ebe40b11d31e479/backend/main.py#L892-L920
  - url: 'https://huntr.com/bounties/9350a68d-5f33-4b3d-988b-81e778160ab8'
tags:
  - osv
  - pip
epss: 0.00477
epssPercentile: 0.39316
ingestedAt: '2026-07-08T18:25:47.302Z'
---

## Overview

A vulnerability in open-webui/open-webui versions <= 0.3.8 allows remote code execution by non-admin users via Cross-Site Request Forgery (CSRF). The application uses cookies with the SameSite attribute set to lax for authentication and lacks CSRF tokens. This allows an attacker to craft a malicious HTML that, when accessed by a victim, can modify the Python code of an existing pipeline and execute arbitrary code with the victim's privileges.

## Affected packages

- `open-webui < 0.3.33`

## Remediation

Upgrade to a patched release:

- `open-webui 0.3.33`
