---
cve: "CVE-2026-33500"
severity: "MEDIUM"
cvss: 5.4
epss: "22%"
vendor: "WWBN"
kev: false
exploited: false
published: "2026-03-23 17:16:51"
tags: [cve, security, medium]
source: tsecurity.de CVE-Dossier
exported: "2026-09-06T10:56:20+02:00"
---

# CVE-2026-33500

> 5.4 MEDIUM · 🧪 PoC

## Beschreibung

WWBN AVideo is an open source video platform. In versions up to and including 26.0, the fix for CVE-2026-27568 (GHSA-rcqw-6466-3mv7) introduced a custom `ParsedownSafeWithLinks` class that sanitizes raw HTML `` and `` tags in comments, but explicitly disables Parsedown's `safeMode`. This creates a bypass: markdown link syntax `[text](javascript:alert(1))` is processed by Parsedown's `inlineLink()` method, which does not go through the custom `sanitizeATag()` sanitization (that only handles raw HTML tags). With `safeMode` disabled, Parsedown's built-in `javascript:` URI filtering (`sanitiseElement()`/`filterUnsafeUrlInAttribute()`) is also inactive. An attacker can inject stored XSS via comment markdown links. Commit 3ae02fa240939dbefc5949d64f05790fd25d728d contains a patch.

## CVSS-Vektor

```
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Gering | warn |
| UI Interaktion | Erforderlich | good |
| S Scope | Verändert | bad |
| C Vertraulichkeit | Gering | warn |
| I Integrität | Gering | warn |
| A Verfügbarkeit | Keine | good |

## Patch verfügbar (OSV)

- 3ae02fa240939dbefc5949d64f05790fd25d728d (Commit)

## Referenzen

- <https://github.com/WWBN/AVideo/security/advisories/GHSA-72h5-39r7-r26j>
- <https://github.com/WWBN/AVideo/commit/3ae02fa240939dbefc5949d64f05790fd25d728d>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-33500) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
