Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2025-24808 Details

Description

Discourse is an open-source discussion platform. Prior to versions `3.3.4` on the `stable` branch and `3.4.0.beta5` on the `beta` branch, someone who is about to reach the limit of users in a group DM may send requests to add new users in parallel. The requests might all go through ignoring the limit due to a race condition. The patch in versions `3.3.4` and `3.4.0.beta5` uses the `lock` step in service to wrap part of the `add_users_to_channel` service inside a distributed lock/mutex in order to avoid the race condition.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-362Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')[email protected]

Affected Products

ProductVersions
discourse discourse
< 3.3.3
< 3.4.0
3.4.0 beta1
3.4.0 beta2
3.4.0 beta3

CPE

  • cpe:2.3:a:discourse:discourse:*:*:*:*:stable:*:*:*
  • cpe:2.3:a:discourse:discourse:*:*:*:*:beta:*:*:*
  • cpe:2.3:a:discourse:discourse:3.4.0:beta1:*:*:beta:*:*:*
  • cpe:2.3:a:discourse:discourse:3.4.0:beta2:*:*:beta:*:*:*
  • cpe:2.3:a:discourse:discourse:3.4.0:beta3:*:*:beta:*:*:*
  • cpe:2.3:a:discourse:discourse:3.4.0:beta4:*:*:beta:*:*:*

Remediation

  • No remediation found in references.

Change History

6 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2025-24808
NVD Published Date:
Mar 26, 2025
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2025-24808 Details - Not Deferred