NONE · 0

CVE-2026-54599

Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.9.4, login.php generates an OIDC state nonce stored in $_SESSION['oidc_state'], but checksession.php dispatche...

Vulnerability Description

Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.9.4, login.php generates an OIDC state nonce stored in $_SESSION['oidc_state'], but checksession.php dispatches the OIDC callback without comparing the incoming state against the session value. An attacker can trick a victim into visiting a crafted URL, causing Wallos to exchange the attacker's authorization code and log the victim into the attacker's account. This issue has been patched in version 4.9.4.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-54599?

CVE-2026-54599 is a documented vulnerability. Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.9.4, login.php generates an OIDC state nonce stored in $_SESSION['oidc_state'], but checksession.php dispatche...

How severe is CVE-2026-54599?

CVSS scoring is not yet available for CVE-2026-54599. Check NVD for updates.

Is there a patch for CVE-2026-54599?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.