CVE-2026-27835: CWE-639: Authorization Bypass Through User-Controlled Key in wger-project wger
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.
AI Analysis
Technical Summary
CVE-2026-27835 is an authorization bypass vulnerability classified under CWE-639 (Authorization Bypass Through User-Controlled Key) affecting the wger open-source workout and fitness manager software. Specifically, in versions up to and including 2.4, the RepetitionsConfigViewSet and MaxRepetitionsConfigViewSet components improperly implement their get_queryset() methods by calling .all() on the underlying data model instead of filtering the data by the authenticated user. This coding oversight causes the API endpoints to return repetition configuration data for all users, not just the requesting user. Consequently, any registered user can enumerate and retrieve sensitive workout structure data belonging to other users, violating confidentiality principles. The vulnerability requires the attacker to be authenticated but does not require any user interaction beyond that. The CVSS 3.1 vector (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N) indicates network exploitability with low attack complexity, requiring privileges (authenticated user), no user interaction, unchanged scope, and limited confidentiality impact. No known exploits are currently reported in the wild. The issue was addressed in a commit identified as 1fda5690b35706bb137850c8a084ec6a13317b64, which presumably modifies the get_queryset() methods to filter data by the authenticated user, restoring proper access control. This vulnerability highlights the importance of enforcing strict authorization checks in multi-user applications, especially those exposing user-specific data via APIs.
Potential Impact
The primary impact of CVE-2026-27835 is unauthorized disclosure of user-specific workout configuration data within the wger fitness management platform. Although the exposed data may not be highly sensitive compared to financial or personal identity information, it still represents a breach of user privacy and confidentiality. Organizations using affected versions risk leaking user workout structures to other authenticated users, potentially undermining user trust and violating data protection policies or regulations. There is no reported impact on data integrity or system availability, limiting the scope of damage. However, in environments where workout data might be linked to health or personal information, this exposure could have reputational or compliance consequences. Since exploitation requires authentication, the threat is limited to insiders or registered users, reducing the risk from external unauthenticated attackers. The vulnerability could be leveraged in targeted attacks or reconnaissance within organizations or communities using wger. Overall, the impact is moderate but significant enough to warrant prompt remediation.
Mitigation Recommendations
To mitigate CVE-2026-27835, organizations should upgrade wger to a version that includes the fix committed in 1fda5690b35706bb137850c8a084ec6a13317b64 or later. If immediate upgrade is not feasible, administrators should implement the following specific measures: 1) Review and modify the RepetitionsConfigViewSet and MaxRepetitionsConfigViewSet get_queryset() methods to explicitly filter data by the authenticated user's identifier, ensuring no data leakage occurs. 2) Conduct thorough code audits of all API endpoints handling user-specific data to verify proper authorization checks are in place. 3) Enforce strict role-based access controls and monitor authenticated user activities for unusual access patterns. 4) Consider implementing API rate limiting and logging to detect enumeration attempts. 5) Communicate transparently with users about the vulnerability and remediation steps to maintain trust. 6) Regularly update and patch the wger platform and dependencies to incorporate security fixes. These targeted actions go beyond generic advice by focusing on code-level authorization enforcement and operational monitoring tailored to this vulnerability.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, Sweden, Brazil, India
CVE-2026-27835: CWE-639: Authorization Bypass Through User-Controlled Key in wger-project wger
Description
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.
AI-Powered Analysis
Technical Analysis
CVE-2026-27835 is an authorization bypass vulnerability classified under CWE-639 (Authorization Bypass Through User-Controlled Key) affecting the wger open-source workout and fitness manager software. Specifically, in versions up to and including 2.4, the RepetitionsConfigViewSet and MaxRepetitionsConfigViewSet components improperly implement their get_queryset() methods by calling .all() on the underlying data model instead of filtering the data by the authenticated user. This coding oversight causes the API endpoints to return repetition configuration data for all users, not just the requesting user. Consequently, any registered user can enumerate and retrieve sensitive workout structure data belonging to other users, violating confidentiality principles. The vulnerability requires the attacker to be authenticated but does not require any user interaction beyond that. The CVSS 3.1 vector (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N) indicates network exploitability with low attack complexity, requiring privileges (authenticated user), no user interaction, unchanged scope, and limited confidentiality impact. No known exploits are currently reported in the wild. The issue was addressed in a commit identified as 1fda5690b35706bb137850c8a084ec6a13317b64, which presumably modifies the get_queryset() methods to filter data by the authenticated user, restoring proper access control. This vulnerability highlights the importance of enforcing strict authorization checks in multi-user applications, especially those exposing user-specific data via APIs.
Potential Impact
The primary impact of CVE-2026-27835 is unauthorized disclosure of user-specific workout configuration data within the wger fitness management platform. Although the exposed data may not be highly sensitive compared to financial or personal identity information, it still represents a breach of user privacy and confidentiality. Organizations using affected versions risk leaking user workout structures to other authenticated users, potentially undermining user trust and violating data protection policies or regulations. There is no reported impact on data integrity or system availability, limiting the scope of damage. However, in environments where workout data might be linked to health or personal information, this exposure could have reputational or compliance consequences. Since exploitation requires authentication, the threat is limited to insiders or registered users, reducing the risk from external unauthenticated attackers. The vulnerability could be leveraged in targeted attacks or reconnaissance within organizations or communities using wger. Overall, the impact is moderate but significant enough to warrant prompt remediation.
Mitigation Recommendations
To mitigate CVE-2026-27835, organizations should upgrade wger to a version that includes the fix committed in 1fda5690b35706bb137850c8a084ec6a13317b64 or later. If immediate upgrade is not feasible, administrators should implement the following specific measures: 1) Review and modify the RepetitionsConfigViewSet and MaxRepetitionsConfigViewSet get_queryset() methods to explicitly filter data by the authenticated user's identifier, ensuring no data leakage occurs. 2) Conduct thorough code audits of all API endpoints handling user-specific data to verify proper authorization checks are in place. 3) Enforce strict role-based access controls and monitor authenticated user activities for unusual access patterns. 4) Consider implementing API rate limiting and logging to detect enumeration attempts. 5) Communicate transparently with users about the vulnerability and remediation steps to maintain trust. 6) Regularly update and patch the wger platform and dependencies to incorporate security fixes. These targeted actions go beyond generic advice by focusing on code-level authorization enforcement and operational monitoring tailored to this vulnerability.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-02-24T02:32:39.800Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69a0c5b685912abc710cd5d6
Added to database: 2/26/2026, 10:14:14 PM
Last enriched: 2/26/2026, 10:27:43 PM
Last updated: 2/27/2026, 3:38:16 AM
Views: 7
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-3285: Out-of-Bounds Read in berry-lang berry
MediumCVE-2026-3284: Integer Overflow in libvips
MediumCVE-2026-3283: Out-of-Bounds Read in libvips
MediumCVE-2026-3282: Out-of-Bounds Read in libvips
MediumCVE-2026-3281: Heap-based Buffer Overflow in libvips
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.