CVE-2023-43754:
Mattermost Exposure of Sensitive Information to an Unauthorized Actor vulnerability
4.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.50215%
CWE
Published
11/27/2023
Updated
11/28/2023
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.1.0, < 9.1.1 | 9.1.1 |
github.com/mattermost/mattermost/server/v8 | go | >= 9.0.0, < 9.0.2 | 9.0.2 |
github.com/mattermost/mattermost/server/v8 | go | < 8.1.4 | 8.1.4 |
github.com/mattermost/mattermost-server/v6 | go | < 7.8.13 | 7.8.13 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing access control checks during permalink preview generation. The primary suspect is the permalink preview handler (app.GetPermalinkPreview
) which would be responsible for channel visibility checks. The medium-confidence entry (app.GetChannel
) reflects the possibility that the channel retrieval function might not properly enforce archived channel visibility rules in all contexts. The confidence stems from the vulnerability's description specifically mentioning the missing check during permalink previews, which would typically involve these core channel interaction functions.