CVE-2026-14298
CVE-2026-14298 is a resource exhaustion vulnerability in Mattermost affecting versions 10.x through 11.9.x. The advisory describes authenticated users causing denial of service against other authenticated users — this is not self-DoS, it's tenant isolation failure inside what organizations treat as an internal trust boundary. What makes this worth your immediate attention: the multi-version patch pattern spanning 10.x, 11.7.x, 11.8.x, and 11.9.x indicates this wasn't a single misplaced bounds check. It represents a class of vulnerability that survived across major version forks, which means the underlying pattern — likely how the framework handles input or applies resource limits to authenticated sessions — was systemic rather than incidental. You should verify whether your deployment runs any of these version branches and prioritize the upgrade path for your current branch. If you're on an older branch, understand that each unpatched version represents accumulated temporal debt: the exposure window existed from the moment the vulnerability was introduced in that branch until the patch shipped. The CVSS 6.5 score is deceptively calm. It reflects individual impact severity but misses the cascade potential. In a collaboration platform context, a resource exhaustion attack against one channel or workspace can propagate upstream to CI/CD pipelines, incident management workflows, and any automated processes that trust notifications from this system. The blast radius extends beyond 'other users on the server' to 'whatever infrastructure depends on this server behaving reliably.' Your immediate actions: confirm your exact version, apply the relevant patch (10.11.22 or 11.9.0 depending on branch), and audit whether your monitoring covers authenticated-user-to-authenticated-user resource contention. If your instrumentation only catches self-DoS, you have a blind spot this CVE exploits. The assumption that authenticated users are non-adversarial is the operational precondition for this vulnerability — treat it accordingly.
Reviewed through automated stages and approved by a human before publication.