Description
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 `<a>` and `<img>` 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.
INFO
Published Date :
2026-03-23T16:24:52.892Z
Last Modified :
2026-03-24T17:39:33.796Z
Source :
GitHub_M
AFFECTED PRODUCTS
The following products are affected by CVE-2026-33500 vulnerability.
| Vendors | Products |
|---|---|
| Wwbn |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2026-33500.