CVE-2023-2791 – Playbooks lets you edit arbitrary posts
https://notcve.org/view.php?id=CVE-2023-2791
When creating a playbook run via the /dialog API, Mattermost fails to validate all parameters, allowing an authenticated attacker to edit an arbitrary channel post. • https://mattermost.com/security-updates • CWE-862: Missing Authorization •
CVE-2023-2788 – Deactivated user can retain access using oauth2 api
https://notcve.org/view.php?id=CVE-2023-2788
Mattermost fails to check if an admin user account active after an oauth2 flow is started, allowing an attacker with admin privileges to retain persistent access to Mattermost by obtaining an oauth2 access token while the attacker's account is deactivated. • https://mattermost.com/security-updates • CWE-613: Insufficient Session Expiration CWE-862: Missing Authorization •
CVE-2023-2787 – Collapsed Reply Threads APIs leak message contents from private channels
https://notcve.org/view.php?id=CVE-2023-2787
Mattermost fails to check channel membership when accessing message threads, allowing an attacker to access arbitrary posts by using the message threads API. • https://mattermost.com/security-updates • CWE-862: Missing Authorization •
CVE-2023-2786 – Channel commands execution doesn't properly verify permissions
https://notcve.org/view.php?id=CVE-2023-2786
Mattermost fails to properly check the permissions when executing commands allowing a member with no permissions to post a message in a channel to actually post it by executing channel commands. • https://mattermost.com/security-updates • CWE-862: Missing Authorization •
CVE-2023-2784 – Apps Framework allows install requests from regular members via an internal path
https://notcve.org/view.php?id=CVE-2023-2784
Mattermost fails to verify if the requestor is a sysadmin or not, before allowing `install` requests to the Apps allowing a regular user send install requests to the Apps. • https://mattermost.com/security-updates • CWE-862: Missing Authorization •