CVE-2024-11717

CVE-2024-11717 is a medium-severity vulnerability with a CVSS 4.0 base score of 6.3. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-837.

Key facts

Description

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.

Frequently asked questions

What is 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.
How severe is CVE-2024-11717?
CVE-2024-11717 has a CVSS 4.0 base score of 6.3, rated medium severity.
Is CVE-2024-11717 being actively exploited?
It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 1% (46th percentile), an estimate of the probability of exploitation in the next 30 days.
How do I fix CVE-2024-11717?
Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
Does CVE-2024-11717 have an EU (EUVD) identifier?
Yes. CVE-2024-11717 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2024-34087.
When was CVE-2024-11717 published?
CVE-2024-11717 was published on 2025-01-02 and last updated on 2026-06-17.

References

Other CWE-837 vulnerabilities

Browse all CWE-837 vulnerabilities →