One researcher used public AI models to find and weaponise a Zoom RCE in under a day

On August 11, 2026 Zoom published security bulletin ZSB-26015 for CVE-2026-53413, a bounds-checking flaw in the Zoom client annotator that the bulletin says enables a “buffer over-write, which may allow a meeting participant to achieve remote code execution of another participant via network access.” Zoom rated it High at CVSS 8.3 and listed fixed builds across Zoom Workplace, the VDI client, Zoom Rooms, and the Meeting and Video SDKs. The credited reporter is Idan Levcovich of A Security. The same day, A Security published its own writeup under the name ZOOMSDAY.

The technical flaw is unremarkable in itself. Zoom’s text-annotation deserialisation routine allocated fixed 128-byte buffers and trusted attacker-supplied length values sent over the network, so a crafted annotation message could overwrite memory on another participant’s client. A Security characterises the result as “a zero-click remote code execution on all meeting participants,” with “no click, no download, and nothing required of the victim but being in the meeting.” Zoom’s own scoring is more conservative: its CVSS vector for the bulletin is AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H, in which UI:R means user interaction is required and AC:H means high attack complexity. The vendor and the finder therefore disagree on whether the victim must do anything at all, and Zoom has not published a rebuttal of the zero-click framing. Two sibling issues were assigned alongside it: CVE-2026-53414, an information disclosure through an over-read in glyph buffer allocation, and CVE-2026-53415, a write-what-where primitive in auto-shape metadata parsing. A Security’s timeline runs from discovery on June 8 to a report to Zoom on June 10, a client patch on June 22, a server-side mitigation on July 15, and a further client patch on July 20 before public disclosure on August 11. The researcher also notes that end-to-end encryption did not help, because a meeting participant already holds the keys.

What makes this an AI story is the labour figure. A Security states that a single researcher found the bug and produced a working exploit using “fewer than 20 prompts on publicly available AI models” in under 24 hours. The writeup names four of the key prompts but does not identify which models were used, and it offers no controlled comparison, so the frequently repeated framing that this would previously have taken a team of five roughly six months is the researcher’s estimate rather than a measured baseline. Treat the specific multiple with caution; treat the direction as credible, because it matches what vendors have separately reported about model-assisted vulnerability discovery.

The consequence for a business or technical leader is about tempo, not novelty. This was a responsible disclosure with patches shipped before publication, so there is no known victim. But the capability that compressed discovery-to-exploit into a day is generally available, unlicensed and cheap, and it applies to any widely deployed client that parses untrusted binary structures. The practical implication is that the window between a bug existing and a working exploit existing is now short enough that patch cadence, not detection, is the control that matters, and that memory-unsafe parsers in ubiquitous collaboration software are exactly the class of target this tooling is best at.