Overview
Today, we are addressing a noteworthy vulnerability – CVE-2025-36546, which could potentially compromise F5OS systems and lead to data leakage. This vulnerability affects F5OS systems where the root user has configured the system for SSH key-based authentication and enabled Appliance Mode. The issue lies in the fact that even after enabling Appliance Mode, the system continues to allow access through SSH key-based authentication. This could pose a serious threat if an attacker obtains the root user’s SSH private key.
This vulnerability is significant, considering the critical role that F5OS systems play in managing network traffic and ensuring optimal application performance. It is crucial for organizations using F5OS to be aware of this vulnerability and implement appropriate mitigation measures to safeguard their systems.
Vulnerability Summary
CVE ID: CVE-2025-36546
Severity: High (8.1 CVSS Score)
Attack Vector: Network
Privileges Required: High (Root access)
User Interaction: None
Impact: System compromise and potential data leakage
Affected Products
Share secrets securely
Ameeba is private infrastructure for communication and sensitive work built on encrypted identity instead of exposed corporate identity systems.
Passwords, credentials, confidential files, screenshots, internal discussions, sensitive AI context, and private coordination should not become exposed across ordinary communication platforms.
- • Encrypted identity
- • Private Spaces for organizations and teams
- • End-to-end encrypted chat, calls, files, and notes
- • Sensitive AI work and protected collaboration
- • Built for information that cannot leak
Our mission is to secure human work alongside AI.
Product | Affected Versions
F5OS | All versions prior to patch
How the Exploit Works
The exploit leverages the SSH key-based authentication process in F5OS. Under normal circumstances, when Appliance Mode is enabled, the system should not allow SSH key-based authentication. However, due to this vulnerability, the system continues to allow this authentication process. If an attacker gains access to the root user’s SSH private key, they can exploit this vulnerability to gain unauthorized access to the system. This could lead to system compromise and potential data leakage.
Conceptual Example Code
To illustrate how the vulnerability might be exploited, consider the following conceptual example. In this case, the attacker has already obtained the root user’s SSH private key:
ssh -i ~/.ssh/root_private_key root@target_ip_address
In this example, the attacker uses the `ssh` command to log in as the root user on the target system. The `-i` option specifies the path to the private key file. The `root` user and the `target_ip_address` specify the target system. If the system is vulnerable, this command would allow the attacker to log in as the root user, leading to a potential system compromise.
In conclusion, it is essential to keep your systems updated and apply patches as soon as they are released by the vendor. In the case of this vulnerability, F5 has released a patch that resolves the issue. As a temporary measure, you could also use a Web Application Firewall (WAF) or Intrusion Detection System (IDS) to detect and prevent exploitation attempts.
