CVE Catalog

CVE-2026-54599

HighCVSS 7.5
Published: Translated: NVD NIST

Summary

Wallos before version 4.9.4 has a vulnerability in the OIDC mechanism. 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.

Risk Assessment

The victim can be logged into the attacker's account, leading to data theft or unauthorized actions in the context of the attacker's account.

Recommendation

Update Wallos to version 4.9.4 or later, which includes the fix. Additionally, consider implementing additional OIDC state verification mechanisms.

Other vulnerabilities in Wallos

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS