CVE-2026-27835: wger: IDOR in RepetitionsConfig and MaxRepetitionsConfig API leak other users' workout data
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.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-27835 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →