Mattermost DesktopApplication · Mattermost

CVE-2024-39613

HIGH · 7.8 CVSS v3.1 Published 2024-09-16
Fix available
A fix is available. Upgrade to 5.9.0 or later.
See remediation →
81/100
Remediation priority · High
No privileges

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
Mattermost Desktop App versions <=5.8.0 fail to specify an absolute path when searching the cmd.exe file, which allows a local attacker who is able to put an cmd.exe file in the Downloads folder of a user's machine to cause remote code execution on that machine.

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

The Mattermost Desktop App versions 5.8.0 and earlier use a relative path when invoking cmd.exe, causing Windows to search the current working directory before the system PATH. An attacker with local access who places a malicious cmd.exe in the user's Downloads folder can achieve arbitrary code execution when the application triggers the vulnerable code path.

MitigationUpgrade Mattermost Desktop App to version 5.9.0 or later, which implements absolute path resolution for system command execution.

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
Mattermost DesktopApplication
Affected:< 5.9.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
Local
Complexity
Low
Privileges
None
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

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

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. Confirm Windows operating system
    Check if the system is running Windows (the vulnerability only affects Windows due to cmd.exe usage). Run 'systeminfo | findstr /B /C:"OS Name"' or check system properties.
    Affected if Running a non-Windows OS means the vulnerability does not apply.
  2. Check installed Mattermost Desktop version
    Open the Mattermost Desktop app, go to Help > About, or right-click the executable (typically in C:\Program Files\Mattermost\ or C:\Users\%USERNAME%\AppData\Local\Programs\mattermost-desktop\) and view Properties > Details to see the version.
    Affected if Version is 5.8.0 or earlier, or any version below 5.9.0.
  3. Verify Downloads folder accessibility
    Check if the Downloads folder (typically C:\Users\%USERNAME%\Downloads\) is writable by other local users or if the system has multi-user access where an attacker could place a file.
    Affected if The Downloads folder is writable by an attacker who could place a malicious cmd.exe there.
  4. Review Mattermost execution behavior
    Monitor or inspect the application's process execution using tools like Process Monitor (from Sysinternals) to observe if and when cmd.exe is invoked during normal operation.
    Affected if The application invokes cmd.exe using relative path resolution, which can be confirmed by observing the command execution behavior.

You are affected if running Windows with Mattermost Desktop version 5.8.0 or earlier where the app uses relative path to invoke cmd.exe, allowing a local attacker who can write to your Downloads folder to execute arbitrary code.

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 5.9.0 or later
Fixed in 5.9.0
Interim mitigation

Upgrade Mattermost Desktop App to version 5.9.0 or later, which implements absolute path resolution for system command execution.

Recommended fix High confidence

5.9.0

  1. Backup your current Mattermost Desktop installation and user data
  2. Navigate to the official Mattermost download page at mattermost.com
  3. Download Mattermost Desktop version 5.9.0 or later for your operating system
  4. Uninstall the current vulnerable version of Mattermost Desktop
  5. Install the newly downloaded version 5.9.0 or later
  6. Launch the application and verify it starts successfully

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

Fix this in Mattermost Desktop Scoped from the published advisory
  • Consultation4.0 h
  • Implementation6.0 h
  • Testing4.0 h
  • Review / QA3.0 h
17.0 hours of engineering $3,020
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2024-39613 — 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-39613 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