Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-v8qj-hxv7-mgvv

Опубликовано: 17 июн. 2026
Источник: github
Github: Прошло ревью
CVSS3: 8.7

Описание

Open WebUI: Stored XSS in Mermaid Markdown Preview

Summary

Open WebUI renders Mermaid blocks from Markdown files in the file preview panel and inserts the generated SVG into the DOM using innerHTML.

Because Mermaid is configured with securityLevel: 'loose', attacker-controlled Mermaid content can be rendered unsafely in this flow. A working payload was validated through the Markdown preview path, resulting in JavaScript execution in the victim’s browser under the application origin.

This is a confirmed stored XSS vulnerability reachable through normal product functionality.

Affected Version

  • main
  • Reproduced on v0.8.12

Affected Code

Mermaid is initialized in permissive mode:

https://github.com/open-webui/open-webui/blob/9bd84258d09eefe7bf975878fb0e31a5dadfe0f8/src/lib/utils/index.ts#L1698 The file preview path renders Mermaid output and injects the returned SVG into the DOM:

https://github.com/open-webui/open-webui/blob/9bd84258d09eefe7bf975878fb0e31a5dadfe0f8/src/lib/components/chat/FileNav/FilePreview.svelte#L133

Impact

A successful exploit allows JavaScript execution in the victim’s browser under the Open WebUI origin when a malicious Markdown file is opened in the preview panel.

PoC

A malicious .md file containing the follwowing contents can be used to trigger the bug:

```mermaid flowchart LR A[click me] click A href "javascript:alert(document.domain)" "x" ```

Steps to reproduce: 1- Create a new chat 2- Enable Code Interpreter and browse and upload the file with .md extension. image 3- Clicking on the file, and clicking click me should pop an alert image

Remediation

Since mermaid has DOMPurify as a built-in, it is recommended to use the strict mode instead of loose.

Пакеты

Наименование

open-webui

pip
Затронутые версииВерсия исправления

<= 0.9.5

0.9.6

EPSS

Процентиль: 14%
0.00231
Низкий

8.7 High

CVSS3

Дефекты

CWE-79

Связанные уязвимости

CVSS3: 8.7
nvd
около 1 месяца назад

Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.6,Open WebUI renders Mermaid blocks from Markdown files in the file preview panel and inserts the generated SVG into the DOM using innerHTML. Because Mermaid is configured with securityLevel: 'loose', attacker-controlled Mermaid content can be rendered unsafely in this flow. A working payload was validated through the Markdown preview path, resulting in JavaScript execution in the victim’s browser under the application origin. This vulnerability is fixed in 0.9.6.

CVSS3: 8.7
fstec
23 дня назад

Уязвимость компонента innerHTML веб-интерфейса на базе искуственного интеллекта Open WebUI, позволяющая нарушителю выполнить произвольный JavaScript-код

EPSS

Процентиль: 14%
0.00231
Низкий

8.7 High

CVSS3

Дефекты

CWE-79