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.
Conclusion & alert: CVE-2025-68934 is rated Low Risk (31.9/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.05%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-03-01 | 0.04% | 0.05% | +0.01% |
| 2 | 2026-01-29 | — | 0.04% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 6.5 | 3.1 | MEDIUM |
|
2.8 | 3.6 | [email protected] |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| discourse | discourse | < 3.5.4 | cpe:2.3:a:discourse:discourse:*:*:*:*:stable:*:*:* |
| discourse | discourse | >= 2025.11.0, < 2025.11.2 | cpe:2.3:a:discourse:discourse:*:*:*:*:stable:*:*:* |
| discourse | discourse | 2025.12.0 | cpe:2.3:a:discourse:discourse:2025.12.0:*:*:*:stable:*:*:* |
| discourse | discourse | 2026.1.0 | cpe:2.3:a:discourse:discourse:2026.1.0:*:*:*:stable:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/discourse/discourse/security/advisories/GHSA-vwjh-vrx9-9849 | Third Party Advisory Mitigation |