mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
106 lines
3.6 KiB
JSON
106 lines
3.6 KiB
JSON
{
|
|
"data_version": "4.0",
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"CVE_data_meta": {
|
|
"ID": "CVE-2024-11717",
|
|
"ASSIGNER": "cvd@cert.pl",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "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.\u00a0Moreover, the tokens also include base64 encoded user email.\n\nThis issue impacts releases up to 3.7.4 and was addressed by pull request 2679 https://github.com/CTFd/CTFd/pull/2679 \u00a0included in 3.7.5 release."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-837 Improper Enforcement of a Single, Unique Action",
|
|
"cweId": "CWE-837"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-1391 Use of Weak Credentials",
|
|
"cweId": "CWE-1391"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"vendor_name": "CTFd",
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "CTFd",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_affected": "<=",
|
|
"version_name": "0",
|
|
"version_value": "3.7.4"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"url": "https://cert.pl/en/posts/2025/01/CVE-2024-11716",
|
|
"refsource": "MISC",
|
|
"name": "https://cert.pl/en/posts/2025/01/CVE-2024-11716"
|
|
},
|
|
{
|
|
"url": "https://ctfd.io/",
|
|
"refsource": "MISC",
|
|
"name": "https://ctfd.io/"
|
|
},
|
|
{
|
|
"url": "https://github.com/CTFd/CTFd/pull/2679",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/CTFd/CTFd/pull/2679"
|
|
},
|
|
{
|
|
"url": "https://blog.ctfd.io/ctfd-3-7-5/",
|
|
"refsource": "MISC",
|
|
"name": "https://blog.ctfd.io/ctfd-3-7-5/"
|
|
},
|
|
{
|
|
"url": "https://seclists.org/fulldisclosure/2024/Dec/21",
|
|
"refsource": "MISC",
|
|
"name": "https://seclists.org/fulldisclosure/2024/Dec/21"
|
|
}
|
|
]
|
|
},
|
|
"generator": {
|
|
"engine": "Vulnogram 0.2.0"
|
|
},
|
|
"source": {
|
|
"discovery": "UNKNOWN"
|
|
},
|
|
"credits": [
|
|
{
|
|
"lang": "en",
|
|
"value": "B\u0142a\u017cej Adamczyk (efigo.pl)"
|
|
}
|
|
]
|
|
} |