Vulnerability Description
Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.9.1, an authenticated user can edit their own inactive subscription and set replacement_subscription_id to a subscription ID belonging to another user. The write is accepted, and later the stats logic dereferences that foreign subscription ID without user_id scoping. This lets the attacker infer the victim subscription's monthly-normalized cost by observing changes in their own stats output. This does not expose the full victim subscription object, but it does expose derived financial metadata. This issue has been patched in version 4.9.1.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/ellite/Wallos/releases/tag/v4.9.1
- https://github.com/ellite/Wallos/security/advisories/GHSA-hggr-v8rm-c6jj
- https://github.com/ellite/Wallos/security/advisories/GHSA-hggr-v8rm-c6jj
FAQ
What is CVE-2026-50198?
CVE-2026-50198 is a vulnerability with a CVSS score of 4.3 (MEDIUM). Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.9.1, an authenticated user can edit their own inactive subscription and set replacement_subscription_id to a s...
How severe is CVE-2026-50198?
CVE-2026-50198 has been rated MEDIUM with a CVSS base score of 4.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-50198?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.