Zoom Annotation Flaws Expose Meetings to Client Takeover
Security researchers discovered critical vulnerabilities in Zoom's annotation tool, potentially allowing any meeting participant to remotely control another attendee's client. Patches were released in June and July.

Critical security flaws within Zoom's annotation feature could have allowed malicious participants to take control of other attendees' computers without any interaction. The vulnerabilities, discovered by the security firm "A Security," resided in the tool that enables users to draw and type on shared screens. Exploitation required no clicks, downloads, or visible prompts, potentially leaving victims unaware of the compromise. Although patches were deployed by Zoom in June and July 2026, approximately two months before the public disclosure, the severity of these issues has raised significant concerns.
The flaws, tracked as CVE-2026-53413, CVE-2026-53414, and CVE-2026-53415, were detailed in advisories ZSB-26015, ZSB-26016, and ZSB-26017. "A Security" rated the vulnerabilities with a CVSS 4.0 score of 9.0, indicating a critical risk. Zoom's own assessments, however, rated them lower and, for one flaw, credited its internal offensive security team. Specifically, CVE-2026-53413 (CVSS 8.3) involves a buffer overflow, while CVE-2026-53414 (CVSS 6.5) is a buffer over-read, and CVE-2026-53415 (CVSS 8.3) is a use-after-free vulnerability. These issues could allow an attacker to overwrite memory or access sensitive information, potentially leading to code execution or denial-of-service attacks.
Understanding the Technical Vulnerabilities
The core of the problem lies in how Zoom's client handles drawing data. When a participant annotates a shared screen, the client converts the drawing into structured data, including counts and actual data points. The receiver's client then relies on these counts to determine how much data to process. One of the vulnerabilities involved a lack of proper checks on the size of the data buffer. An oversized count could lead to data overflowing the allocated 128-byte buffer, overwriting crucial return addresses in memory, a classic buffer overflow technique. Furthermore, a missing check on the origin of messages allowed malformed data intended for one user to be processed by others. The system's dispatcher would pass messages to parsers without verifying the sender's identity, enabling an attacker to trick a recipient's client into processing a drawing command as if it originated from the screen sharer.
The researchers at "A Security," an Israeli-founded startup that recently emerged from stealth with $37 million in funding, claimed they developed a working exploit in under a day using publicly available AI models and fewer than 20 prompts. This claim is difficult to independently verify as the specific AI models used were not named in their writeup. The disparity in vulnerability scoring between "A Security" and Zoom highlights differing perspectives on the potential impact and exploitability. Zoom's advisories, for instance, suggest user interaction is required and classify the confidentiality impact of the buffer over-read as 'none,' while "A Security" describes the exploit as potentially leading to address-randomization bypasses and full client control.
This disclosure comes amid broader discussions about the increasing capabilities of AI in generating sophisticated cyberattack tools. The researchers noted that the barrier to creating such exploits has significantly lowered. This parallels recent developments, such as OpenAI's controlled release of advanced AI models. While "A Security" asserts their findings were derived from accessible AI models, OpenAI's own metrics suggest a vast difference in offensive capabilities between restricted and public models. The implications for cybersecurity are substantial, as tools that were once the domain of highly skilled attackers may become more accessible, potentially increasing the threat landscape for collaboration platforms like Zoom.
Zoom has addressed these issues with updates to its software, urging users to update to the latest versions. These include Zoom Workplace versions prior to 7.1.5 and 7.0.6, Zoom Workplace VDI Client for Windows before 7.0.11 and 6.6.16, and Zoom Rooms and Zoom Meeting SDK across all platforms before 7.1.0 and 7.1.5. Users are strongly encouraged to apply these patches promptly to mitigate the risk of exploitation. The potential for zero-click exploits, even if disputed by the vendor, underscores the ongoing need for vigilance in securing communication platforms.
