> daily_signal(2026_08_12)
One analyst took over any Zoom call with under 20 AI prompts. The same week, researchers pulled passwords from a chatbot, a studio swapped its writer for ChatGPT, and an AI built a superbug killer.
PickBits Daily Signal · Wednesday, August 12, 2026
// tl;dr
- A security firm used fewer than 20 prompts on public AI models to build a working zero-click Zoom takeover in under a day. The flaws sit in Zoom's screen-annotation feature; Zoom patched them in client 7.1.5 and 7.0.6 and VDI 7.0.11 and 6.6.15, while earlier versions stay exploitable. The firm says this class of work used to belong to nation-state teams.
- The "encrypted" reasoning ChatGPT, Claude and Gemini hide from you replays across sessions, users and even models. A team led by Alexander Panfilov scanned roughly 7,000 public agent logs and pulled 62 live API keys and 33 passwords out of the hidden thinking. It reproduces across all three vendors; the paper is arXiv:2608.09867.
- A game studio's former lead writer says ChatGPT replaced her mid-project, and the Steam page discloses no AI at all. Stella Sacco says on Bluesky that Saber Interactive swapped her out on Rideshare Stimulator over her manager's objection. Saber denies replacing a writer but admits it uses AI for passenger dialog; Valve requires the disclosure the page lacks.
- Stanford used genome AI models to design 16 working viruses that kill a drug-resistant superbug. Of nearly 300 synthesized candidates, 16 were viable against antibiotic-resistant E. coli, and a 16-phage cocktail broke resistance the natural virus couldn't. Published in Science on August 6; human-infecting viruses were excluded from training and the Evo 2 model is open-source.
The Zoom story is the one that got me today. One person, fewer than twenty prompts on public AI models, a full takeover of the app half of us sit in all day, built in under a day. We said back in the spring that AI had crossed from writing code to finding and chaining the holes on its own, and this is that bill coming due. Two of the other three stories are the same move pointed somewhere else: the "private" reasoning three big labs sell you handed back out with real passwords in it, and a game studio quietly trading its writer for ChatGPT and telling no one. The last one breaks the pattern, and it is the good one. Someone pointed the same tools at a superbug our antibiotics gave up on, and they worked.
Today: A Security turned public AI models into a zero-click Zoom exploit in under a day, Alexander Panfilov's team pulled 62 API keys and 33 passwords out of ChatGPT, Claude and Gemini's "encrypted" reasoning, a former Saber Interactive lead writer said ChatGPT replaced her with no Steam disclosure, and Stanford's Evo models designed 16 phages that kill drug-resistant E. coli.
1. One analyst, fewer than 20 AI prompts, and a zero-click takeover of every Zoom call. Zoom has already shipped the fix.
The meeting software your whole company lives on can be taken over with no click, and the fix only helps the machines that install it.
A security firm called A Security pointed publicly available AI models at Zoom and, in its own words, used fewer than 20 prompts and under 24 hours to build a working zero-click remote-code-execution chain. Two of the flaws carry the weight: CVE-2026-53413, a buffer overflow, and CVE-2026-53415, a use-after-free, both in Zoom's screen-annotation feature. An attacker who joins or hosts a meeting can run code on every participant's machine with no click required, which means stealing data or switching on a camera and microphone. Zoom shipped fixes in client 7.1.5 and 7.0.6 and VDI client 7.0.11 and 6.6.15; every version behind those stays exploitable until it is updated.
The reason this leads is not the annotation bug. It is A Security's own framing: this class of capability, it says, "would previously have only been available to nation-state threat actors." One analyst with off-the-shelf models did in a day what used to take a specialized team months. That line is the whole story, and it has nothing to do with Zoom in particular. It is true of every piece of software you run.
csoonline.com: Zoom zero-click RCE flaws allow attackers to compromise meeting participants (August 11, 2026)
thehackernews.com: Zoom annotation flaws could let meeting participants run code on each other (August 2026)
securityweek.com: Zoom patches zero-click code execution vulnerability (August 2026)
2. Researchers pulled 62 API keys and 33 passwords out of the "encrypted" reasoning ChatGPT, Claude and Gemini hide from you.
The "private" thinking inside ChatGPT, Claude and Gemini isn't private, and researchers pulled 62 API keys and 33 passwords back out of it.
OpenAI, Anthropic and Google all wrap their reasoning models' step-by-step thinking in "encrypted" blocks, sold as a way to protect intellectual property. A team led by Alexander Panfilov, working with MATS Research, the ELLIS Institute Tübingen and the Max Planck Institute for Intelligent Systems, showed the encryption is mostly theater. The reasoning blocks are fully portable across sessions, users and models within a single provider, and a smaller model can be jailbroken to transcribe a larger one's hidden thoughts. To show the stakes, they scanned roughly 7,000 publicly shared agent traces and reconstructed the reasoning inside them, surfacing 62 live API keys, 33 passwords and other secrets, alongside oddities like self-referential "scheming" language and a stray buttermilk-marinade recipe.
The blunt takeaway for anyone who uses these tools: anything you or your agents put into a reasoning model can be pulled back out of the "private" thinking, and every published agent log is now a place those secrets can surface. This is not one vendor's bug. It reproduces across OpenAI's o-series, Anthropic's Claude and Google's Gemini, which makes it a design choice all three made. The paper is arXiv:2608.09867; the group documents it at stolen-thoughts.com.
the-decoder.com: "But marinade" and leaked passwords are what researchers found in ChatGPT's hidden reasoning (August 11, 2026)
arxiv.org: Replayable encrypted reasoning across OpenAI, Anthropic and Google models (arXiv:2608.09867, August 2026)
blog.cryptographyengineering.com: Fooling around with encrypted reasoning blobs (May 2026)
3. A game's former lead writer says ChatGPT replaced her mid-project. Its Steam page says nothing about AI at all.
A studio swapped its lead writer for ChatGPT over her manager's objection, and the people buying the game were never told.
Stella Sacco, the former lead writer on Saber Interactive's driving game Rideshare Stimulator, said on Bluesky that she was replaced by ChatGPT partway through development, and that the in-game passenger voices are AI too. By her account her own manager argued against the swap, but executives above him pushed it through, reasoning that "gamers love new tech" and that it would make "great marketing." Saber denies it, saying no writer was replaced by AI "for Rideshare or any other game," while confirming that it does use AI to generate passenger dialog "as the number of passengers in the game is infinite."
The accountability hook sits in a third fact both sides skip past: the game's Steam page carries no generative-AI disclosure, even though Valve requires developers to disclose AI content that ships in a game. Whether or not a single writer was formally "replaced," a substitution made over a manager's objection and shipped to players without the disclosure the storefront's own rules demand is a clean test of who decides and who gets told.
pcgamer.com: Saber Interactive denies replacing a writer with ChatGPT on its new driving game, but says it will use AI (August 11, 2026)
gamesradar.com: Saber Interactive replaced me with ChatGPT midway through development, claims former lead writer (August 11, 2026)
thegamer.com: Rideshare Stimulator replaced its lead writer with ChatGPT, no Steam AI disclosure (August 11, 2026)
4. Stanford's AI designed 16 working viruses from scratch that kill a drug-resistant superbug.
AI just designed a virus that kills a superbug our antibiotics gave up on.
In a study published in Science on August 6, Stanford's Brian Hie and bioengineering graduate student Samuel King used the genome language models Evo 1 and Evo 2, which predict the next nucleotide instead of the next word, to design bacteriophage genomes from scratch, seeded from the natural phage ΦX174. Of nearly 300 synthesized candidates, 16 proved viable against antibiotic-resistant E. coli, and some were fitter than the natural phage. As a cocktail, the 16 AI-designed phages "rapidly overcome resistance in E. coli that is immune to native ΦX174."
That last part is the point. Bacteria out-evolve any single phage eventually, so a genetically diverse, machine-designed cocktail is a plausible new weapon against antimicrobial resistance, a slow crisis almost nobody has been paying to solve. It is also why this closes the edition rather than leads it: the same capability raises real biosecurity questions. The researchers kept human-infecting viruses out of the training data, and Hie released Evo 2 as open-source on the argument that naturally occurring pathogens still pose the greater risk. Phage therapy remains experimental and unapproved, but AI just opened up options for it that nature never explored.
medicalxpress.com: AI designs viruses that kill antibiotic-resistant E. coli (August 6, 2026)
eurekalert.org: Stanford and Arc Institute scientists use AI to design bacteriophages against E. coli (August 2026)
implicator.ai: Stanford and Arc Institute build 16 AI-designed viruses that kill E. coli (August 2026)
» What to watch this week
- Whether organizations actually roll the Zoom patch, and whether more AI-found CVEs land behind it. The fix exists; the open question is patch cadence, and A Security's claim that public models now do nation-state-grade vulnerability work means the next one is a question of when, not if.
- How OpenAI, Anthropic and Google respond to the reasoning-replay paper, and whether "encrypted" chain-of-thought ever becomes actually private. This is a design-level flaw across all three, so the tell is whether any of them changes the product or just the marketing language.
- Whether Valve makes Saber add an AI disclosure to the Rideshare Stimulator Steam page. An update would confirm that the missing disclosure, not the disputed writer swap, is the enforceable issue, and set the bar for every studio shipping AI content next.
- Whether AI-designed phage cocktails move from the lab dish toward a real trial, and how the open-source-versus-oversight debate on genome models settles. The science is striking; the next year is about whether the tooling reaches public-health labs and whether biosecurity review keeps pace with an open model anyone can download.
Tomorrow's signal lands here.