AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-11717

UNKNOWN · CVSS N/A EPSS 0.65% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-01-02 · Last synced 2026-08-04

CyberRota Analysis

This vulnerability has an unknown severity rating. It affects GitHub. Public exploit code or proof-of-concept references have been detected in its references.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2024-11717
Severity
UNKNOWN
CVSS
N/A
EPSS
0.65%
GitHub

Original NVD 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.