wger is a free, open-source workout and fitness manager. In versions up to and including 2.4, `RepetitionsConfigViewSet` and `MaxRepetitionsConfigViewSet` return all users' repetition config data because their `get_queryset()` calls `.all()` instead of filtering by the authenticated user. Any registered user can enumerate every other user's workout structure. Commit 1fda5690b35706bb137850c8a084ec6a13317b64 contains a fix for the issue.
Use CWE-639, Wger vendor hub and Wger product page to widen CVE-2026-27835 into its surrounding weakness, vendor, and product context.
Compare it with CVE-2022-2650, CVE-2026-40474 and CVE-2026-40353 for nearby disclosures in the same product family.