CVE-2026-52809

Gogs is an open source self-hosted Git service. Prior to 0.14.3, password-reset tokens are generated using conf.Auth.ActivateCodeLives (the account-activation lifetime), not conf.Auth.ResetPasswordCodeLives. The token lifetime is baked into the token itself at generation time and is re-extracted from the token at verification time, making RESET_PASSWORD_CODE_LIVES irrelevant to actual enforcement. When an administrator configures a shorter reset window (e.g., 10 minutes) for compliance or security reasons, reset tokens remain exploitable for the full activation lifetime instead, while the reset email falsely advertises the shorter expiry. This vulnerability is fixed in 0.14.3.
Configurations

No configuration.

History

25 Jun 2026, 14:16

Type Values Removed Values Added
References () https://github.com/gogs/gogs/security/advisories/GHSA-5c3f-6486-3g7g - () https://github.com/gogs/gogs/security/advisories/GHSA-5c3f-6486-3g7g -

24 Jun 2026, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-24 21:16

Updated : 2026-06-26 05:16


NVD link : CVE-2026-52809

Mitre link : CVE-2026-52809

CVE.ORG link : CVE-2026-52809


JSON object : View

Products Affected

No product.

CWE
CWE-324

Use of a Key Past its Expiration Date

CWE-613

Insufficient Session Expiration