Overview
The cybersecurity landscape is regularly marred by the discovery of new vulnerabilities. One such critical vulnerability, designated as CVE-2025-3621, has been discovered in the ActADUR local server product developed by ProTNS. This security flaw has the potential to put a substantial amount of sensitive data at risk and could potentially allow unauthorized users to execute arbitrary code on host systems. Given the widespread use of ActADUR in various IT infrastructures, this vulnerability is a serious concern that merits immediate attention.
Vulnerability Summary
CVE ID: CVE-2025-3621
Severity: Critical (CVSS Score: 9.6)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: Potential system compromise or 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
ActADUR Local Server | Versions from v2.0.1.9 to v2.0.2.0
How the Exploit Works
The vulnerability stems from several weaknesses in the ActADUR local server product. Firstly, the system fails to neutralize special elements used in a command, allowing command injection. Additionally, the use of hard-coded credentials allows unauthorized users to gain access to the system. Furthermore, the system has flaws in its authentication process, and it binds to an unrestricted IP address, both of which contribute to the overall vulnerability of the system.
Conceptual Example Code
The following is a simplified example of how an attacker could exploit this vulnerability:
POST /ActADUR/endpoint HTTP/1.1
Host: vulnerable.system.com
Content-Type: application/json
{
"command": "; rm -rf /;"
"credentials": "hardcoded_user:hardcoded_password"
}
In this example, the attacker sends a JSON payload containing a command to delete all files in the system’s root directory, taking advantage of the command injection vulnerability. The hardcoded credentials are also used to bypass the system’s authentication process.
Mitigation
Users are strongly advised to update their ActADUR local server product to version v2.0.2.0 or above. In the meantime, as a temporary mitigation, a Web Application Firewall (WAF) or Intrusion Detection System (IDS) may be used. ProTNS has released a patch to address this vulnerability, and users are urged to apply this patch as soon as possible to protect their systems and maintain the integrity of their data.
