Access Control Flaw in wger Workout Manager by wger Project
CVE-2026-27835
4.3MEDIUM
What is CVE-2026-27835?
The wger workout and fitness manager suffers from an access control vulnerability where the RepetitionsConfigViewSet and MaxRepetitionsConfigViewSet leak all users' repetition configuration data. This occurs because the get_queryset() method calls .all(), failing to filter data based on the authenticated user. Consequently, any registered user can access and enumerate other users' workout structures. A patch addressing this issue is included in commit 1fda5690b35706bb137850c8a084ec6a13317b64.
Affected Version(s)
wger <= 2.4
