Lucene search
K

85 matches found

RedhatCVE
RedhatCVE
added 2026/06/05 7:23 p.m.8 views

CVE-2026-43948

wger is a free, open-source workout and fitness manager. Prior to 2.6, the resetuserpassword and gympermissionsuseredit views in wger perform a gym-scope authorization check using Python object comparison != that evaluates None != None as False, silently bypassing the guard when both the attacker...

9.9CVSS5.5AI score0.00371EPSS
Exploits0References1
Snyk
Snyk
added 2026/05/14 4:16 p.m.5 views

Improper Privilege Management

Overview Affected versions of this package are vulnerable to Improper Privilege Management in the trainer-login process. An attacker can gain unauthorized access to higher-privileged accounts by chaining session states and bypassing permission checks. Remediation There is no fixed version for wge...

8.6CVSS5.8AI score0.00026EPSS
Exploits0References2
Circl
Circl
added 2026/05/14 12:37 p.m.6 views

CVE-2026-43977

creationtimestamp| type| source ---|---|--- 2026-05-14 12:37:19+00:00| published-proof-of-concept| https://github.com/wger-project/wger/security/advisories/GHSA-cj9g-27ph-4cgv...

5.8AI score0.00051EPSS
Exploits0References1
Circl
Circl
added 2026/05/14 12:36 p.m.5 views

CVE-2026-43978

creationtimestamp| type| source ---|---|--- 2026-05-14 12:36:41+00:00| published-proof-of-concept| https://github.com/wger-project/wger/security/advisories/GHSA-9qpr-vc49-hqg2...

5.8AI score0.00026EPSS
Exploits0References1
NVD
NVD
added 2026/05/12 10:16 p.m.23 views

CVE-2026-43948

wger is a free, open-source workout and fitness manager. Prior to 2.6, the resetuserpassword and gympermissionsuseredit views in wger perform a gym-scope authorization check using Python object comparison != that evaluates None != None as False, silently bypassing the guard when both the attacker...

9.9CVSS0.00371EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
added 2026/05/12 8:47 p.m.5 views

CVE-2026-43948

wger is a free, open-source workout and fitness manager. Prior to 2.6, the resetuserpassword and gympermissionsuseredit views in wger perform a gym-scope authorization check using Python object comparison != that evaluates None != None as False, silently bypassing the guard when both the attacker...

9.9CVSS5.9AI score0.00371EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2026/05/12 8:47 p.m.65 views

CVE-2026-43948 wger: cross-tenant password reset and plaintext disclosure via gym=None bypass

wger is a free, open-source workout and fitness manager. Prior to 2.6, the resetuserpassword and gympermissionsuseredit views in wger perform a gym-scope authorization check using Python object comparison != that evaluates None != None as False, silently bypassing the guard when both the attacker...

9.9CVSS0.00371EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2026/05/12 8:47 p.m.7 views

CVE-2026-43948 wger: cross-tenant password reset and plaintext disclosure via gym=None bypass

wger is a free, open-source workout and fitness manager. Prior to 2.6, the resetuserpassword and gympermissionsuseredit views in wger perform a gym-scope authorization check using Python object comparison != that evaluates None != None as False, silently bypassing the guard when both the attacker...

9.9CVSS5.9AI score0.00371EPSS
Exploits0References1
CNNVD
CNNVD
added 2026/05/12 12:0 a.m.6 views

wger 安全漏洞

WGER is an open-source project developed by the WGER Team, built using Django for hosting self-hosted FLOSS fitness/exercise, nutrition, and weight tracking applications. Versions of WGER prior to 2.6 contained security vulnerabilities. These vulnerabilities stemmed from the use of Python object...

9.9CVSS5.8AI score0.00371EPSS
Exploits0References1
Github Security Blog
Github Security Blog
added 2026/05/06 7:50 p.m.6 views

wger: trainer_login open redirect - ?next= parameter not validated against host

Summary The trainerlogin view in wger redirects to request.GET'next' directly via HttpResponseRedirect without calling urlhasallowedhostandscheme. After the trainer successfully enters impersonation mode, their browser is redirected to any attacker-controlled URL supplied in the ?next= parameter,...

6AI score
Exploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/06 7:50 p.m.10 views

wger: cross-tenant password reset and plaintext disclosure via gym=None bypass

Summary The resetuserpassword and gympermissionsuseredit views in wger perform a gym-scope authorization check using Python object comparison != that evaluates None != None as False, silently bypassing the guard when both the attacker and victim have no gym assignment gym=None. A user with...

9.9CVSS6AI score0.00371EPSS
Exploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/06 12:0 a.m.19 views

PT-2026-38284

Name of the Vulnerable Software and Affected Versions wger versions prior to 2.6 Description An authorization bypass exists in the reset user password and gym permissions user edit views. The system performs a gym-scope authorization check using a Python object comparison that evaluates None !=...

9.9CVSS5.8AI score0.00371EPSS
Exploits0References7
Circl
Circl
added 2026/04/28 8:6 a.m.7 views

CVE-2026-43948

creationtimestamp| type| source ---|---|--- 2026-04-28 08:06:13+00:00| published-proof-of-concept| https://github.com/wger-project/wger/security/advisories/GHSA-mhc8-p3jx-84mm...

9.9CVSS5.8AI score0.00371EPSS
Exploits0References1
NVD
NVD
added 2026/04/17 10:16 p.m.3 views

CVE-2026-40353

wger is a free, open-source workout and fitness manager. In versions 2.5 and below, the attributionlink property in AbstractLicenseModel constructs HTML by directly interpolating user-controlled license fields such as licenseauthor without escaping, and templates render the result using Django's...

5.4CVSS0.00207EPSS
Exploits1References2
NVD
NVD
added 2026/04/17 10:16 p.m.1 views

CVE-2026-40474

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

7.6CVSS0.00333EPSS
Exploits1References3
CVE
CVE
added 2026/04/17 9:39 p.m.7 views

CVE-2026-40474

CVE-2026-40474 - wger : In versions 2.5 and below, GymConfigUpdateView declares permission_required = 'config.change_gymconfig' but uses WgerFormMixin (which enforces ownership checks) instead of the permission-enforcing mixin. Since GymConfig is a singleton without get_owner_object(), the permis...

7.6CVSS5.8AI score0.00333EPSS
Exploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/17 9:16 p.m.6 views

CVE-2026-40353 wger: Stored XSS via Unescaped License Attribution Fields

wger is a free, open-source workout and fitness manager. In versions 2.5 and below, the attributionlink property in AbstractLicenseModel constructs HTML by directly interpolating user-controlled license fields such as licenseauthor without escaping, and templates render the result using Django's...

5.1CVSS5.7AI score0.00207EPSS
Exploits1References2
Cvelist
Cvelist
added 2026/04/17 9:16 p.m.17 views

CVE-2026-40353 wger: Stored XSS via Unescaped License Attribution Fields

wger is a free, open-source workout and fitness manager. In versions 2.5 and below, the attributionlink property in AbstractLicenseModel constructs HTML by directly interpolating user-controlled license fields such as licenseauthor without escaping, and templates render the result using Django's...

5.1CVSS0.00207EPSS
Exploits1References2
ATTACKERKB
ATTACKERKB
added 2026/04/17 9:16 p.m.0 views

CVE-2026-40353

wger is a free, open-source workout and fitness manager. In versions 2.5 and below, the attributionlink property in AbstractLicenseModel constructs HTML by directly interpolating user-controlled license fields such as licenseauthor without escaping, and templates render the result using Django's...

5.1CVSS5.7AI score0.00207EPSS
Exploits1References3Affected Software1
CNNVD
CNNVD
added 2026/04/17 12:0 a.m.7 views

wger 安全漏洞

wger is an open-source FLOSS fitness/exercise, nutrition, and weight tracking application developed using Django by the wger Project. Versions of wger 2.5 and earlier contained security vulnerabilities. These vulnerabilities stemmed from the fact that the GymConfigUpdateView declared a...

7.6CVSS5.8AI score0.00333EPSS
Exploits1References2
Rows per page
Query Builder