VYPR

PyPI package

wger

pkg:pypi/wger

Vulnerabilities (11)

  • CVE-2026-43978higMay 14, 2026
    affected <= 2.5

    ### Summary A gym trainer can escalate their session to any higher-privileged account (gym manager, general manager) by chaining two calls to the trainer-login endpoint. Once a trainer performs a legitimate switch into a low-privileged user, the session flag `trainer.identity` is

  • CVE-2026-43977higMay 14, 2026
    affected <= 2.5

    ### Summary Any authenticated user can read another user's private workout session notes, exercise history, and training statistics by calling the /logs/ and /stats/ actions on a routine they do not own. The RoutinePermission class grants read access to any authenticated user w

  • CVE-2026-43948CriMay 12, 2026
    affected < 2.6fixed 2.6

    wger is a free, open-source workout and fitness manager. Prior to 2.6, the reset_user_password and gym_permissions_user_edit views in wger perform a gym-scope authorization check using Python object comparison (!=) that evaluates None != None as False, silently bypassing the guar

  • CVE-2026-40474HigApr 17, 2026
    affected <= 2.1

    wger is a free, open-source workout and fitness manager. In versions 2.5 and below, the GymConfigUpdateView declares permission_required = 'config.change_gymconfig' but inherits WgerFormMixin instead of WgerPermissionMixin, so the permission is never enforced at runtime. Since Gy

  • CVE-2026-40353MedApr 17, 2026
    affected <= 2.4

    wger is a free, open-source workout and fitness manager. In versions 2.5 and below, the attribution_link property in AbstractLicenseModel constructs HTML by directly interpolating user-controlled license fields (such as license_author) without escaping, and templates render the r

  • CVE-2026-27839Feb 26, 2026
    affected <= 2.1

    wger is a free, open-source workout and fitness manager. In versions up to and including 2.4, three `nutritional_values` action endpoints fetch objects via `Model.objects.get(pk=pk)` — a raw ORM call that bypasses the user-scoped queryset. Any authenticated user can read another

  • CVE-2026-27838Feb 26, 2026
    affected <= 2.1

    wger is a free, open-source workout and fitness manager. Five routine detail action endpoints check a cache before calling `self.get_object()`. In versions up to and including 2.4, ache keys are scoped only by `pk` — no user ID is included. When a victim has previously accessed t

  • CVE-2026-27835Feb 26, 2026
    affected <= 2.1

    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 authentica

  • CVE-2023-38759Aug 8, 2023
    affected <= 2.2.0a3

    Cross Site Request Forgery (CSRF) vulnerability in wger Project wger Workout Manager 2.2.0a3 allows a remote attacker to gain privileges via the user-management feature in the gym/views/gym.py, templates/gym/reset_user_password.html, templates/user/overview.html, core/views/user.

  • CVE-2023-38758Aug 8, 2023
    affected <= 2.2.0a3

    Cross Site Scripting vulnerability in wger Project wger Workout Manager v.2.2.0a3 allows a remote attacker to gain privileges via the license_author field in the add-ingredient function in the templates/ingredients/view.html, models/ingredients.py, and views/ingredients.py compon

  • CVE-2022-2650Nov 24, 2022
    affected < 2.2fixed 2.2

    Improper Restriction of Excessive Authentication Attempts in GitHub repository wger-project/wger prior to 2.2.