Discourse is an open source discussion platform. In versions prior to 3.5.4, 2025.11.2, 2025.12.1, and 2026.1.0, authenticated users can submit crafted payloads to /drafts.json that cause O(n^2) processing in Base62.decode, tying up workers for 35-60 seconds per request. This affects all users as the shared worker pool becomes exhausted. This issue is patched in versions 3.5.4, 2025.11.2, 2025.12.1, and 2026.1.0. Lowering the max_draft_length site setting reduces attack surface but does not fully mitigate the issue, as payloads under the limit can still trigger the slow code path.
{
"cna_assigner": "GitHub_M",
"cwe_ids": [
"CWE-770"
],
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/68xxx/CVE-2025-68934.json",
"unresolved_ranges": [
{
"extracted_events": [
{
"fixed": "3.5.4"
},
{
"introduced": ">= 2025.12.0-latest, 2025.12.1"
},
{
"last_affected": ">= 2025.12.0-latest, 2025.12.1"
}
],
"source": "AFFECTED_FIELD"
}
]
}{
"cpe": [
"cpe:2.3:a:discourse:discourse:*:*:*:*:stable:*:*:*",
"cpe:2.3:a:discourse:discourse:2025.12.0:*:*:*:stable:*:*:*",
"cpe:2.3:a:discourse:discourse:2026.1.0:*:*:*:stable:*:*:*"
],
"extracted_events": [
{
"introduced": "2025.11.0"
},
{
"fixed": "2025.11.2"
},
{
"introduced": "2025.12.0"
},
{
"last_affected": "2025.12.0"
},
{
"introduced": "2026.1.0"
},
{
"last_affected": "2026.1.0"
}
],
"source": [
"CPE_RANGE",
"CPE_STRING"
]
}