<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Mattermost Inc. — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/mattermost-inc./</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 26 May 2026 13:30:45 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/mattermost-inc./feed.xml" rel="self" type="application/rss+xml"/><item><title>Mattermost Uncontrolled Resource Consumption Vulnerability (CVE-2026-5308)</title><link>https://feed.craftedsignal.io/briefs/2026-05-mattermost-dos/</link><pubDate>Tue, 26 May 2026 13:30:45 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-mattermost-dos/</guid><description>Mattermost versions 11.6.x &lt;= 11.6.0, 11.5.x &lt;= 11.5.3, 11.4.x &lt;= 11.4.4, 10.11.x &lt;= 10.11.14 fail to enforce request body size limits on plugin HTTP endpoints, allowing an attacker to cause a denial of service via crafted oversized HTTP requests.</description><content:encoded><![CDATA[<p>A denial-of-service vulnerability, identified as CVE-2026-5308, affects Mattermost servers. Specifically, versions 11.6.x up to and including 11.6.0, 11.5.x up to and including 11.5.3, 11.4.x up to and including 11.4.4, and 10.11.x up to and including 10.11.14, do not properly enforce request body size limits on plugin HTTP endpoints. This flaw allows a remote, unauthenticated attacker to potentially exhaust server resources by sending specially crafted, oversized HTTP requests to plugin endpoints, leading to service disruption. This vulnerability is tracked under Mattermost Advisory ID MMSA-2026-00646 and has a CVSS v3.1 base score of 7.5.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a vulnerable Mattermost server running a susceptible version.</li>
<li>The attacker identifies plugin HTTP endpoints that lack proper request body size limit enforcement.</li>
<li>The attacker crafts an oversized HTTP request targeted at one of the vulnerable plugin endpoints.</li>
<li>The malicious HTTP request is sent to the Mattermost server.</li>
<li>The Mattermost server processes the request, allocating resources without proper size validation.</li>
<li>Repeated or concurrent oversized requests exhaust server resources such as memory and CPU.</li>
<li>Legitimate user requests are delayed or fail due to resource exhaustion.</li>
<li>The Mattermost service becomes unavailable, resulting in a denial of service.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-5308 can result in a complete denial of service, preventing legitimate users from accessing the Mattermost platform. The impact is significant for organizations relying on Mattermost for communication and collaboration, potentially disrupting business operations. The severity is further underscored by the CVSS v3.1 base score of 7.5, highlighting the potential for widespread impact.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade to a patched version of Mattermost Server that addresses CVE-2026-5308.</li>
<li>Implement the Sigma rule &ldquo;Detect CVE-2026-5308 Exploitation Attempt via Large HTTP Request&rdquo; to identify potential exploitation attempts.</li>
<li>Monitor web server logs for unusually large HTTP requests targeting plugin endpoints, as this could indicate an attempted denial-of-service attack.</li>
<li>Configure web application firewalls (WAFs) to enforce request body size limits, mitigating the vulnerability at the network level.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>dos</category><category>cve</category><category>webserver</category></item><item><title>Mattermost File Access Vulnerability (CVE-2026-3473)</title><link>https://feed.craftedsignal.io/briefs/2026-05-mattermost-file-access/</link><pubDate>Tue, 26 May 2026 13:30:28 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-mattermost-file-access/</guid><description>Mattermost versions 11.6.x &lt;= 11.6.0, 11.5.x &lt;= 11.5.3, 11.4.x &lt;= 11.4.4, 10.11.x &lt;= 10.11.14 fail to validate file ownership and access control, allowing an authenticated user to access and download files belonging to other users or teams via crafted Boards API requests using valid file IDs.</description><content:encoded><![CDATA[<p>Mattermost, a popular open-source collaboration platform, is vulnerable to an authorization bypass issue. CVE-2026-3473 affects Mattermost Server versions 11.6.x &lt;= 11.6.0, 11.5.x &lt;= 11.5.3, 11.4.x &lt;= 11.4.4, and 10.11.x &lt;= 10.11.14. This vulnerability stems from a failure to properly validate file ownership and access control. An authenticated user can exploit this flaw to gain unauthorized access to and download files belonging to other users or teams. The attack is carried out via crafted Boards API requests utilizing valid file IDs. This vulnerability is identified by Mattermost Advisory ID MMSA-2026-00620. Successful exploitation can lead to sensitive data exposure and potential compromise of confidential information within the Mattermost environment.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker authenticates to a vulnerable Mattermost server.</li>
<li>The attacker identifies a valid file ID belonging to another user or team.</li>
<li>The attacker crafts a malicious Boards API request.</li>
<li>The crafted API request includes the valid file ID of the target file.</li>
<li>The vulnerable Mattermost server fails to properly validate file ownership and access control.</li>
<li>The server processes the request without proper authorization checks.</li>
<li>The server grants the attacker access to the file.</li>
<li>The attacker successfully downloads the file.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-3473 allows an authenticated user to access and download files belonging to other users or teams within the Mattermost instance. This could lead to the unauthorized disclosure of sensitive information, including confidential documents, private communications, and other proprietary data. The impact is significant for organizations that rely on Mattermost for secure internal communication and collaboration. The number of affected installations is currently unknown.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Mattermost Server to a patched version (later than 11.6.0, 11.5.3, 11.4.4, or 10.11.14) to remediate CVE-2026-3473 as per the vendor advisory.</li>
<li>Monitor webserver logs for unusual activity related to the Boards API, specifically requests attempting to access files using file IDs (cs-uri-stem|contains: &ldquo;/api/v1/boards&rdquo;).</li>
<li>Deploy the Sigma rule provided to detect suspicious access to the Boards API.</li>
<li>Enforce strict file access control policies within Mattermost to limit the potential impact of similar vulnerabilities.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">threat</category><category>cve</category><category>vulnerability</category><category>mattermost</category><category>authorization bypass</category></item></channel></rss>