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
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
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.

