CVE-2026-30841

MEDIUM EPSS 20.0%
Published Mar 7, 20263mo ago · Modified Jun 17, 20262w ago
6.9 CVSS 4.0
Medium
Find Similar
Published Mar 7, 2026 3mo ago
Last Modified Jun 17, 2026 2w ago

Description

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.

CVSS Details

Base Score
6.9
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope X

Threat Intelligence

EPSS Exploit Probability
20.0% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-79 Cross-site Scripting Injection

Affected Products 1

VendorProductVersionRange
wallosappwallos* <4.6.2

References 3

  • github.com https://github.com/ellite/Wallos/commit/e8a513591dbbf885966e2ef55c38622785b9060d
    Patch
  • github.com https://github.com/ellite/Wallos/releases/tag/v4.6.2
    Release Notes
  • github.com https://github.com/ellite/Wallos/security/advisories/GHSA-75hc-fc26-9797
    ExploitVendor Advisory

Remediation

  • github.com https://github.com/ellite/Wallos/commit/e8a513591dbbf885966e2ef55c38622785b9060d
    Patch