Security2 distinct publishers3 min readUpdated
Client fixes shipped in June and July. The exploit route only went public this month, and Zoom scores the bugs well below the firm that found them.
The Watch · Security desk

Compiled by The WatchSomething wrong?How this is made
Zoom has patched three flaws in the annotation tool, the feature that lets participants draw on a shared screen, that on the paths researchers traced allowed a viewer to run code on the presenter's machine and the presenter to run code on every viewer's [1][2]. The client fixes shipped in June and July, roughly two months before the write-up that made the mechanism public, so any fleet still on an older build is now behind a documented route rather than a theoretical one [3].
The versions that close the set: Zoom Workplace on all supported platforms before 7.1.5 and 7.0.6 in their respective branches; the Workplace VDI Client for Windows before 7.0.11 and 6.6.16; Zoom Rooms and the Zoom Meeting SDK before 7.1.0, and before 7.1.5 for the third flaw [4]. SecurityAffairs described the Workplace 7.1.5 and 7.0.6, Rooms 7.1.5 and Meeting SDK 7.1.5 releases as landing "this week," which does not sit cleanly beside the June and July timeline reported by The Hacker News [5][3]. No exploitation has been reported, and none of the three identifiers is in CISA's Known Exploited Vulnerabilities catalog [6].
Zoom has published no technical detail, so the internals come from the reverse engineering done by A Security, the Israeli-founded offensive-security startup that left stealth in June with $37 million [7][8]. A drawing does not cross the wire as an image: the client serialises it into a structured object sent as a run of counts followed by data, and the receiver trusts those counts to decide how much to read [9]. One field fills a fixed 128-byte buffer with no length check, and because it is the object's last field, an oversized count runs past the end and over the return address [10]. The bug sits in CAnnoFormatBlock::Deserialize in libannotate.so, reachable through Zoom's normal encrypted transport [11].
What turns one malformed drawing into a room-wide problem is a missing origin check. Every viewer holds a channel to the sharer and the sharer holds one back for acknowledgements; the dispatcher reads the type number off the wire and hands it to the matching parser without asking which seat the sender occupied [12]. 0x10001 means here is an object, 0x10002 means I received yours, and sending the first where the second belongs makes the victim's client rebuild the object in full [13].
The two accounts of severity diverge. Zoom tracks CVE-2026-53413 at CVSS 8.3, CVE-2026-53414 at 6.5 and CVE-2026-53415 at 8.3 [14]; A Security puts all three at 9.0 under CVSS 4.0, a figure in none of the bulletins [15]. Zoom issues its own CVE records and NIST no longer routinely re-scores them, so the lower numbers will likely stand [16]. All three vendor vectors also mark user interaction as required, which is hard to reconcile with the zero-click framing [17]. On the over-read, the firm says it recovered uninitialised heap memory holding live code and vtable pointers, the material an address-randomisation bypass needs; the advisory says the bug may allow denial of service and scores confidentiality impact at none [18][19]. Credit splits too: two bulletins name Idan Levcovich of A Security, while the use-after-free is credited to Zoom Offensive Security, the in-house team behind the 9.8-rated account takeover flaw patched in July [20][21].
Treat the AI framing carefully. The firm says it went from flaw to working exploit in under a day using fewer than 20 prompts on publicly available models, but names no model, and its own account is messier: the automated first pass produced a queue of 3,762 functions across 70 libraries and ranked the vulnerable library 45th, surfacing only under live dynamic tracing [22][23][24].
Watch whether Zoom or NIST revises the scores, whether the identifiers reach KEV, and whether your VDI estate got the 7.0.11 and 6.6.16 builds, which are easy to miss when the headline number is 7.1.5 [4].
Follow any of these and your For You feed starts watching them — no settings page required.
Ranked by verification strength, evidence, and original report placement.
The flaws sat in Zoom's annotation tool, the feature that lets participants draw and type on a shared screen.
Fixed versions: Zoom Workplace, all supported platforms, before 7.1.5 and 7.0.6 in their respective branches; Zoom Workplace VDI Client for Windows, before 7.0.11 and 6.6.16; Zoom Rooms and Zoom Meeting SDK, all platforms, before 7.1.0, and before 7.1.5 for the third flaw.
SecurityAffairs reported that "this week, Zoom released Workplace versions 7.1.5 and 7.0.6, Rooms version 7.1.5, and Meeting SDK version 7.1.5 for all supported platforms" to address the vulnerabilities.
Zoom has published no technical detail, so the internals come from A Security's own reverse engineering.
The research came from "A Security," an Israeli-founded offensive-security startup that left stealth in June with $37 million in funding.
A drawing does not cross the network as a picture: the client turns it into a structured object and sends it as a run of counts followed by data, and the receiver trusts those counts to decide how much to read.
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Vendor identifiers and two independent reports, but vendor-side technical detail absent
Both outlets are security trade press covering the same disclosure, and the hard artifacts are checkable: three CVE identifiers, three ZSB bulletins with vendor CVSS scores and vectors, a fixed-version matrix, a named function and library, and a named researcher. What weakens the record is that Zoom published no technical detail, so every mechanism claim traces to one interested party's reverse engineering; the AI-methodology claim names no model; and the two outlets disagree on when the fixes shipped.
Fixes published across platforms; installed-base uptake unmeasured
Remediation exists and is enumerable: fixed builds for Workplace, the Windows VDI client, Rooms and the Meeting SDK across all supported platforms, plus server-side filtering of the third flaw. What no supplied source measures is uptake: there is no telemetry on how many clients or Rooms devices have updated, no enterprise deployment disclosure, and no exploitation or incident data that would show real-world contact with the flaw. Adoption is therefore credited for shipped, documented fixes and not for verified fleet coverage.
Framing outruns the vendor record and the verifiable methodology
Positive gap. The disclosure is branded ("Zoomsday"), framed as zero-click total device takeover with camera, microphone and malware capability, and scored 9.0 by its finder, while Zoom's own vectors mark user interaction as required, score 8.3/6.5/8.3, describe the over-read as denial of service with no confidentiality impact, and credit one of the three flaws to its own team, which had already filtered it server-side. The AI-in-under-a-day claim, the most quotable element, names no model and is undercut by the finder's own account of an automated pass that ranked the vulnerable library 45th. The underlying bug class is real and patched, which is why the gap is moderate rather than severe.
Newly funded finder markets a platform; vendor scores its own CVEs
Both primary parties have visible reasons to shade the record in opposite directions. A Security left stealth in June with $37 million and sells an autonomous offensive-security platform, so a branded flaw in a household-name product and an AI-speed narrative are direct marketing assets; it also claims all three flaws including the one its own post concedes the vendor already knew. Zoom issues its own CVE records, published no technical detail, scores the bugs below the finder, marks user interaction as required and credits the third flaw internally, and NIST no longer routinely re-scores such records, so the vendor's numbers largely define the public severity.
Core facts solid, contested severity and unverified methodology
Confidence is moderate-to-good. Two independent trade outlets agree on the affected feature, the memory-safety mechanism, the CVE identifiers and the existence of fixes, and the vendor bulletins provide checkable anchors. It is held below high confidence by three open items: conflicting patch-timing accounts between the two publishers, an unresolved severity and impact dispute between vendor and finder, and an AI-assisted exploit claim that no outside party can test.
build
OpenAI's president says open weights will accelerate the threat. His own cyber model stays gated.1 distinct publisher
leadership
Disney swaps raises for discounted stock and a full health-plan re-enrollment1 distinct publisher
science
Text watermarks land on 2 December. The detection they imply does not.1 distinct publisher
invest
A Connecticut judge just priced prompt injection: no fine, no e-filing2 distinct publishers
Distinct publishers with included, body-backed reporting in this cluster.
1 article · August 11, 2026
1 article · August 11, 2026