The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2022-22784

CVE-2022-22784: Zoom Meetings XXE Vulnerability

CVE-2022-22784 is an XXE flaw in Zoom Client for Meetings that allows attackers to manipulate XML parsing in XMPP messages to forge server messages. This article covers technical details, affected versions, and mitigations.

Published: February 11, 2026

CVE-2022-22784 Overview

CVE-2022-22784 is an XML injection vulnerability (CWE-91) affecting the Zoom Client for Meetings across all major platforms including Android, iOS, Linux, MacOS, and Windows. The vulnerability stems from improper parsing of XML stanzas in XMPP messages, which allows malicious users to break out of the current XMPP message context and create new message contexts. This could enable attackers to manipulate the receiving user's client to perform various actions, including forging XMPP messages that appear to originate from the server.

Critical Impact

Attackers can exploit improper XML parsing to forge XMPP messages and manipulate Zoom client behavior, potentially compromising confidentiality and integrity of communications.

Affected Products

  • Zoom Meetings for Android (versions before 5.10.0)
  • Zoom Meetings for iOS (versions before 5.10.0)
  • Zoom Meetings for Linux (versions before 5.10.0)
  • Zoom Meetings for MacOS (versions before 5.10.0)
  • Zoom Meetings for Windows (versions before 5.10.0)

Discovery Timeline

  • 2022-05-18 - CVE-2022-22784 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-22784

Vulnerability Analysis

This XML injection vulnerability (CWE-91) exists in the XMPP message handling component of the Zoom Client for Meetings. XMPP (Extensible Messaging and Presence Protocol) is used by Zoom for real-time messaging and presence information exchange between clients and servers. The vulnerability arises because the Zoom client fails to properly validate and sanitize XML stanzas within incoming XMPP messages.

When an attacker sends a specially crafted XMPP message containing malicious XML content, the parser incorrectly interprets the injected XML elements as legitimate message boundaries. This allows the attacker to escape the current message context and inject arbitrary XML stanzas that the client will process as valid server communications.

Root Cause

The root cause is improper input validation in the XMPP message parser. The Zoom client does not adequately sanitize or escape special XML characters and stanza delimiters within received XMPP messages. This failure to properly parse XML boundaries enables injection attacks where malicious XML content can break out of its intended context and be interpreted as separate, legitimate protocol messages.

Attack Vector

The attack is network-based and requires the attacker to have low-privileged access to send XMPP messages to target users. No user interaction is required for exploitation. An attacker can leverage this vulnerability by:

  1. Crafting malicious XMPP messages containing embedded XML stanzas designed to escape the current message context
  2. Sending these messages to target users through the Zoom messaging infrastructure
  3. The receiving client's flawed XML parser processes the injected stanzas as legitimate protocol messages
  4. The attacker can then forge messages that appear to come from the server, potentially manipulating client behavior or extracting sensitive information

The vulnerability can be used to forge XMPP messages from the server, enabling sophisticated attacks that could compromise the integrity and confidentiality of communications.

Detection Methods for CVE-2022-22784

Indicators of Compromise

  • Unusual or malformed XMPP message traffic patterns containing nested or escaped XML stanzas
  • Zoom client logs showing unexpected message context switches or parsing errors
  • Network traffic containing XMPP messages with suspicious XML injection patterns such as premature stanza closures
  • Client behavior inconsistent with legitimate server communications

Detection Strategies

  • Monitor network traffic for XMPP messages containing potentially malicious XML constructs or unexpected stanza boundaries
  • Implement deep packet inspection rules to detect XML injection patterns in XMPP communications
  • Deploy endpoint detection solutions to identify Zoom clients running vulnerable versions (prior to 5.10.0)
  • Audit Zoom client versions across the organization to identify systems requiring updates

Monitoring Recommendations

  • Enable verbose logging on Zoom clients where possible to capture XMPP message parsing anomalies
  • Configure network monitoring tools to alert on suspicious XML patterns in messaging protocols
  • Establish baseline communication patterns for Zoom XMPP traffic to detect deviations
  • Integrate Zoom client version inventory with vulnerability management systems

How to Mitigate CVE-2022-22784

Immediate Actions Required

  • Update all Zoom Client for Meetings installations to version 5.10.0 or later immediately
  • Verify updates have been applied across all platforms (Android, iOS, Linux, MacOS, Windows)
  • Implement network segmentation to limit exposure of vulnerable clients if immediate patching is not possible
  • Review recent communications for signs of exploitation or message manipulation

Patch Information

Zoom has addressed this vulnerability in Zoom Client for Meetings version 5.10.0. Organizations should upgrade to this version or later to remediate the issue. For detailed patch information and download links, refer to the Zoom Security Bulletin.

Workarounds

  • Restrict Zoom messaging functionality for users on vulnerable versions until patches can be applied
  • Implement network-level filtering to detect and block potentially malicious XMPP traffic patterns
  • Consider deploying application-layer firewalls capable of inspecting and sanitizing XMPP traffic
  • Enforce automatic updates for Zoom clients through enterprise management policies where available
bash
# Verify Zoom client version on systems
# Linux/MacOS - Check installed Zoom version
zoom --version

# Windows PowerShell - Query installed Zoom version
Get-WmiObject -Class Win32_Product | Where-Object {$_.Name -like "*Zoom*"} | Select-Object Name, Version

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechZoom Meetings

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability1.24%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-91
  • Vendor Resources
  • Zoom Security Bulletin
  • Related CVEs
  • CVE-2022-22787: Zoom Meetings SSRF Vulnerability

  • CVE-2021-34424: Zoom Meetings Information Disclosure Flaw

  • CVE-2021-34423: Zoom Meetings Buffer Overflow Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English