Overview
CVE-2025-49459 is a severe vulnerability found in the installer of Zoom Workplace for Windows on ARM platforms prior to version 6.5.0. It allows local authenticated users to escalate their privileges via a missing authorization flaw. The successful exploitation of this vulnerability could lead to system compromise and data leakage, making it a significant risk to organizations utilizing the affected software.
Vulnerability Summary
CVE ID: CVE-2025-49459
Severity: High (CVSS: 7.8)
Attack Vector: Local
Privileges Required: Low
User Interaction: Required
Impact: 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
Zoom Workplace for Windows on ARM | Prior to 6.5.0
How the Exploit Works
The vulnerability resides in the installer of the Zoom Workplace for Windows. An authenticated local user can leverage this flaw due to missing authorization checks. By exploiting this vulnerability, the attacker can conduct an escalation of privilege attack, gaining higher-level access rights on the system. This could potentially lead to system compromise and data leakage.
Conceptual Example Code
Here’s a conceptual example of how the vulnerability might be exploited. Please note that this is a theoretical example and not actual exploit code:
# Assume the attacker is already authenticated
$ echo "Exploit payload" > malicious_script.sh
# Run the Zoom Workplace installer with the payload
$ ./ZoomInstaller.exe --script malicious_script.sh
In this theoretical scenario, the attacker creates a malicious script. They then run the installer with the malicious script, exploiting the missing authorization check to escalate their privileges.
Mitigation
Users are advised to update their Zoom Workplace for Windows on ARM to version 6.5.0 or later where this vulnerability has been fixed. As a temporary mitigation, usage of Web Application Firewalls (WAF) or Intrusion Detection Systems (IDS) can help detect and prevent exploitation attempts.
