CVE-2024-32939:
Mattermost doesn't redact remote users' original email addresses
4.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.13337%
CWE
Published
8/22/2024
Updated
8/23/2024
KEV Status
No
Technology
Go
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
github.com/mattermost/mattermost/server/v8 | go | >= 9.9.0, < 9.9.2 | 9.9.2 |
github.com/mattermost/mattermost/server/v8 | go | >= 9.5.0, < 9.5.8 | 9.5.8 |
github.com/mattermost/mattermost/server/v8 | go | >= 9.10.0, < 9.10.1 | 9.10.1 |
github.com/mattermost/mattermost/server/v8 | go | >= 9.8.0, < 9.8.3 | 9.8.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper access control (CWE-284) and cleartext storage (CWE-312) in shared channel contexts. Key functions were identified by analyzing: 1) Where user data sanitization occurs (SanitizeProfile), 2) Core user retrieval logic (GetUser), and 3) Serialization/redaction rules (GetSanitizedOptions). These areas align with the described failure to redact remote user emails despite configuration. Confidence is medium due to indirect inference from the vulnerability pattern, as no direct commit/patch data was available for verification.