CVE-2026-8074
Analyzed Analyzed - Analysis Complete

Bot Account Deactivation via API in Mattermost

Vulnerability report for CVE-2026-8074, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-22

Last updated on: 2026-06-23

Assigner: Mattermost, Inc.

Description

Mattermost versions 11.7.x <= 11.7.0, 10.11.x <= 10.11.17 fail to enforce bot-specific permission checks on the user active status endpoint, which allows a User Manager with user management write access but no Integrations access to deactivate bot accounts via the PUT /api/v4/users/{id}/active API endpoint.. Mattermost Advisory ID: MMSA-2026-00667

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-22
Last Modified
2026-06-23
Generated
2026-07-12
AI Q&A
2026-06-22
EPSS Evaluated
2026-07-11
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
mattermost mattermost_server From 10.11.0 (inc) to 10.11.18 (exc)
mattermost mattermost_server From 11.7.0 (inc) to 11.7.1 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-863 The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects Mattermost versions 11.7.x up to 11.7.0 and 10.11.x up to 10.11.17. It occurs because the software fails to enforce bot-specific permission checks on the user active status endpoint.

Specifically, a User Manager who has user management write access but does not have Integrations access can deactivate bot accounts by using the PUT /api/v4/users/{id}/active API endpoint.

Impact Analysis

The vulnerability allows a User Manager without Integrations access to deactivate bot accounts, which they should not normally be able to do.

This could lead to disruption of automated processes or integrations that rely on bot accounts, potentially impacting system functionality or workflows.

The CVSS score of 3.8 indicates a low to medium severity impact, with no confidentiality loss but some integrity and availability impact.

Mitigation Strategies

To mitigate this vulnerability, you should update Mattermost to a version later than 11.7.0 or 10.11.17 where the issue is fixed.

Additionally, review and restrict User Manager permissions to ensure that users with user management write access do not have unintended abilities to deactivate bot accounts.

Stay informed about security updates by monitoring Mattermost's official security updates page.

Detection Guidance

This vulnerability involves the ability of a User Manager with user management write access but no Integrations access to deactivate bot accounts via the PUT /api/v4/users/{id}/active API endpoint.

To detect exploitation attempts on your system or network, you can monitor API requests targeting the endpoint PUT /api/v4/users/{id}/active, especially those made by users with User Manager roles but lacking Integrations access.

Suggested commands include inspecting web server or application logs for suspicious PUT requests to the user active status endpoint. For example, using grep on log files:

  • grep 'PUT /api/v4/users/' /path/to/mattermost/logs/* | grep '/active'

Additionally, you can audit user roles and permissions within Mattermost to identify User Managers who might have the ability to perform such actions.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-8074. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart