Overview
The vulnerability, officially tagged as CVE-2025-57441, is a critical flaw that exposes sensitive device and stream configuration information on the Blackmagic ATEM Mini Pro 2.7. This vulnerability affects all users of this device and can potentially have devastating impacts on their operations. Why it matters is simple: this flaw could lead to a system compromise or data leakage which is a serious concern for organizations using this device for their operations.
Vulnerability Summary
CVE ID: CVE-2025-57441
Severity: Critical (9.8 CVSS score)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: System compromise or data leakage
Affected Products
Escape the Surveillance Era
Most apps won’t tell you the truth.
They’re part of the problem.
Phone numbers. Emails. Profiles. Logs.
It’s all fuel for surveillance.
Ameeba Chat gives you a way out.
- • No phone number
- • No email
- • No personal info
- • Anonymous aliases
- • End-to-end encrypted
Chat without a trace.
Product | Affected Versions
Blackmagic ATEM Mini Pro | 2.7
How the Exploit Works
This vulnerability stems from an unauthenticated Telnet service on port 9990. An attacker can connect to this service and access a protocol preamble that leaks sensitive device and stream configuration information. This information includes the video mode, routing configuration, input/output labels, device model, and even internal identifiers such as the unique ID. This leak can provide an attacker with valuable information for reconnaissance and planning further attacks.
Conceptual Example Code
The following is a conceptual example of how an attacker might exploit this vulnerability using a telnet command:
telnet target_IP_address 9990
After connecting, the attacker could probe the device and potentially gather sensitive data. Please note that this is a conceptual example and actual exploitation may require additional steps or methods.
Mitigation
To mitigate this vulnerability, users are advised to apply the vendor patch as soon as it becomes available. As a temporary mitigation, users could employ a Web Application Firewall (WAF) or Intrusion Detection System (IDS) to monitor and block suspicious traffic to the affected service on port 9990.