Beveiligingsadvies

CVE-2026-30841

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2026-03-07 05:40:58
Laatst bijgewerkt 2026-03-09 20:24:17
Toegewezen door GitHub_M
CVSS-score 6.9
Status PUBLISHED

Beschrijving

Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.6.2, passwordreset.php outputs $_GET["token"] and $_GET["email"] directly into HTML input value attributes using <?= $token ?> and <?= $email ?> without calling htmlspecialchars(). This allows reflected XSS by breaking out of the attribute context. This issue has been patched in version 4.6.2.