平台
mattermost
组件
mattermost
修复版本
2.3.2.0
1.15.1-0.20260213190728-6fe4d295592e
CVE-2026-21388是一个影响Mattermost Plugins的拒绝服务漏洞。攻击者可以通过发送过大的JSON payload到{{/lifecycle}} webhook endpoint,导致内存耗尽。该漏洞影响Mattermost Plugins版本小于等于2.3.1。已修复于Mattermost Plugins 2.3.2.0版本。
Mattermost Plugins版本低于2.3.2.0的CVE-2026-21388允许经过身份验证的攻击者通过向'{{/lifecycle}}' webhook端点发送过大的JSON负载,导致内存耗尽和拒绝服务(DoS)。由于缺乏对请求体大小的限制,恶意攻击者可以使服务器被数据淹没,消耗资源,并可能干扰其他用户的服务。此漏洞的严重性在于它可能影响Mattermost系统的可用性,尤其是在webhook被广泛用于与其他应用程序集成的环境中。
具有Mattermost系统身份验证访问权限的攻击者可以利用此漏洞。这可能是具有权限的内部用户或已泄露用户帐户的攻击者。攻击者将向'{{/lifecycle}}' webhook端点发送带有JSON负载的POST请求,该负载明显大于服务器可以有效处理的大小。尝试处理此过大负载的服务器将过载,导致内存耗尽并最终导致拒绝服务。需要身份验证,这限制了风险仅限于具有系统访问权限的用户。
Organizations utilizing Mattermost Plugins, particularly those with custom integrations or plugins that heavily rely on webhooks, are at risk. Environments with weak authentication controls or compromised user accounts are more vulnerable, as successful exploitation requires authentication. Shared hosting environments where multiple users share the same Mattermost instance could also be affected.
• linux / server: Monitor Mattermost plugin process memory usage using top or htop. Look for unusually high memory consumption.
top -u mattermost• generic web: Examine Mattermost access logs for unusually large POST requests to the {{/lifecycle}} endpoint.
grep '{{/lifecycle}}' /var/log/nginx/access.log | awk '{print $7}' | sort -n | tail -1• go: Review Mattermost plugin code for proper request body size validation on the {{/lifecycle}} endpoint. Look for missing or inadequate size checks.
disclosure
漏洞利用状态
EPSS
0.05% (16% 百分位)
CISA SSVC
为了减轻与CVE-2026-21388相关的风险,强烈建议将Mattermost Plugins升级到版本2.3.2.0或更高版本。此更新包含对漏洞的修复,方法是在'{{/lifecycle}}' webhook端点处实施请求体大小限制。此外,请审核现有的webhook配置,以确保它们未被用于发送过大的负载。监控Mattermost服务器的资源使用情况可以帮助检测和响应潜在的拒绝服务攻击。
Actualice el plugin {{/lifecycle}} a la versión 2.3.2.0 o superior para mitigar la vulnerabilidad. Esta actualización limita el tamaño del cuerpo de la solicitud, previniendo el agotamiento de la memoria y la denegación de servicio.漏洞分析和关键警报直接发送到您的邮箱。
'{{/lifecycle}}' webhook是Mattermost平台中用于接收有关特定事件(例如频道创建或删除)通知的端点。
Mattermost Plugins版本可以在Mattermost管理界面中,在安装的插件部分进行验证。
如果无法立即更新,请考虑限制Mattermost服务器上允许的最大JSON负载大小,尽管这可能是一种临时解决方案。
目前没有专门的工具可以检测此漏洞。最佳防御是更新到补丁版本。
虽然漏洞本身不会直接暴露数据,但拒绝服务可能会中断对平台的访问,从而可能间接影响数据的可用性。
CVSS 向量