DiscourseApplication

CVE-2024-53991

MEDIUM · 5.9 CVSS v3.1 Published 2024-12-19
Fix available
A fix is available. Upgrade to 3.3.2 / 3.4.0 or later.
See remediation →
68/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Discourse is an open source platform for community discussion. This vulnerability only impacts Discourse instances configured to use `FileStore::LocalStore` which means uploads and backups are stored locally on disk. If an attacker knows the name of the Discourse backup file, the attacker can trick nginx into sending the Discourse backup file with a well crafted request. This issue is patched in the latest stable, beta and tests-passed versions of Discourse. Users are advised to upgrade. Users unable to upgrade can either 1. Download all local backups on to another storage device, disable the `enable_backups` site setting and delete all backups until the site has been upgraded to pull in the fix. Or 2. Change the `backup_location` site setting to `s3` so that backups are stored and downloaded directly from S3.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

This is an information disclosure vulnerability in Discourse where an attacker who knows the name of a backup file can craft a malicious request to trick nginx into serving the local backup file. Only Discourse instances configured to use FileStore::LocalStore (local disk storage for backups) are affected.

MitigationUpgrade to the latest stable, beta, or tests-passed version of Discourse. Alternatively, migrate backup storage from local disk to S3 using the backup_location site setting, or download backups externally and disable local backups until the fix is applied.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
DiscourseApplication
Affected:< 3.3.2< 3.4.0= 3.4.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
High
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Check Discourse version
    Access the admin dashboard and navigate to /about or check the version displayed in the admin panel footer. Alternatively, check the VERSION file in the Discourse installation directory if you have direct server access.
    Affected if The installed version is lower than 3.3.2, or between 3.4.0 and 3.4.0 (inclusive). Versions 3.3.2 and above, or 3.4.1 and above are not affected.
  2. Verify backup storage configuration
    In the Discourse admin panel, go to the backup settings and check the backup_location site setting. This setting controls where backups are stored.
    Affected if The backup_location is set to local or a local filesystem path, which indicates FileStore::LocalStore is in use. If set to S3 or another remote storage, the instance is not affected by this specific vulnerability.
  3. Confirm nginx serves backup directory
    Check the nginx configuration file for your Discourse instance. Look for any location blocks that may allow access to the backup directory path. Inspect the containers/nginx.conf or the deployed nginx configuration.
    Affected if Nginx is configured to serve files from the local backup directory and the backup_location is set to local storage.

You are affected if your Discourse version is less than 3.3.2, or exactly 3.4.0, AND you have backup_location configured to use local disk storage.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 3.3.2 / 3.4.0 or later
Fixed in 3.3.23.4.0
Interim mitigation

Upgrade to the latest stable, beta, or tests-passed version of Discourse. Alternatively, migrate backup storage from local disk to S3 using the backup_location site setting, or download backups externally and disable local backups until the fix is applied.

Recommended fix Moderate confidence

Latest stable Discourse release (3.3.2 or newer)

  1. 1. Identify your current Discourse version by checking the admin panel or running `./discourse versions`
  2. 2. Upgrade to the latest stable Discourse release (currently 3.3.2 or later stable version)
  3. 3. After upgrade, verify the fix is applied by confirming your Discourse version is no longer in the affected range: not < 3.3.2, not < 3.4.0, and not = 3.4.0
  4. 4. Alternative if unable to upgrade: Download all local backups to external storage, then disable the `enable_backups` site setting and delete all local backup files until the upgrade can be performed
  5. 5. Alternative mitigation: Change the `backup_location` site setting from `local` to `s3` to store backups on S3 instead of local disk
Caveat Standard Discourse upgrade risks apply - review release notes for any theme/plugin compatibility notices before upgrading production instances

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Discourse Scoped from the published advisory
  • Consultation3.0 h
  • Implementation4.0 h
  • Testing2.0 h
  • Review / QA1.0 h
10.0 hours of engineering $1,800
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,880.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2024-53991 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2024-53991 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data