CVE-2024-1949:
Mattermost race condition
2.6
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.36424%
CWE
Published
2/29/2024
Updated
12/13/2024
KEV Status
No
Technology
Go
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
github.com/mattermost/mattermost/server/v8 | go | >= 9.0.0, < 9.4.2 | 9.4.2 |
github.com/mattermost/mattermost/server/v8 | go | < 8.1.9 | 8.1.9 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description and associated CWEs indicate a race condition between post creation and deletion operations. However, without access to the specific code changes in the patched versions (8.1.9 and 9.4.2) or commit diffs, it's impossible to definitively identify the exact vulnerable functions. The vulnerability likely involves interaction between post creation and deletion logic, potentially in functions handling post persistence or permission checks, but insufficient information exists to pinpoint specific functions/paths with high confidence. The lack of GitHub
patch/commit information significantly limits the ability to correlate the described race condition with concrete code implementations.