Stored Cross-Site Scripting (XSS) — CWE-79.
AVideo 18.0.
AVideo allows Markdown in video comments and uses Parsedown (v1.7.4) without Safe Mode enabled. Markdown links are not sufficiently sanitized, allowing javascript: URIs to be rendered as clickable links.
An authenticated low-privilege attacker can post a malicious comment that injects persistent JavaScript. When another user clicks the link, the attacker can perform actions such as session hijacking, privilege escalation (including admin takeover), and data exfiltration.
The issue was confirmed and fixed in the master branch. An official release will be published soon.
Until the release is available, validate and block unsafe URI schemes (e.g., javascript:) before rendering Markdown, and enable Parsedown Safe Mode.
Reported by Arkadiusz Marta (https://github.com/arkmarta/).
{
"nvd_published_at": "2026-02-24T15:21:38Z",
"github_reviewed_at": "2026-02-20T21:15:06Z",
"github_reviewed": true,
"severity": "MODERATE",
"cwe_ids": [
"CWE-79"
]
}