CVE-2024-11717

Tokens in CTFd used for account activation and password resetting can be used interchangeably for these operations. When used, they are sent to the server as a GET parameter and they are not single use, which means, that during token expiration time an on-path attacker might reuse such a token to change user's password and take over the account. Moreover, the tokens also include base64 encoded user email. This issue impacts releases up to 3.7.4 and was addressed by pull request 2679 https://github.com/CTFd/CTFd/pull/2679  included in 3.7.5 release.
CVSS

No CVSS.

Configurations

No configuration.

History

02 Jan 2025, 18:15

Type Values Removed Values Added
References () https://seclists.org/fulldisclosure/2024/Dec/21 - () https://seclists.org/fulldisclosure/2024/Dec/21 -

02 Jan 2025, 17:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-01-02 17:15

Updated : 2025-01-02 18:15


NVD link : CVE-2024-11717

Mitre link : CVE-2024-11717

CVE.ORG link : CVE-2024-11717


JSON object : View

Products Affected

No product.

CWE
CWE-837

Improper Enforcement of a Single, Unique Action

CWE-1391

Use of Weak Credentials