Skip to main content
Back to the archive

Edition 15 · 14 September 2026

Edition 15

The US accuses China of industrial-scale AI theft, researchers show the anti-theft locks don't hold, your LG TV is a standby wiretap, and the FBI and NSA agree AI can't outrun the basics.

By Christophe Mazzola, practising CISO and founder of Cyber Academy.

Get the next GRC Brief in your inbox.

Subscribe to The GRC Brief

The US just accused China of industrial-scale theft of its AI models.

On September 8, the NSA, CISA and the FBI issued a joint advisory accusing China-based AI companies of a deliberate, systematic campaign to illegally extract the capabilities of top US models through industrial-scale distillation. Distillation is training a model on the outputs of a stronger one, and the agencies say it is not a supplement to China's AI strategy but its core. Since late 2024, they allege, firms including DeepSeek, Moonshot AI, Alibaba and MiniMax have spent billions of tokens across millions of queries against Claude, ChatGPT, Gemini and Grok, then used the results to train their own systems. DeepSeek is said to have distilled several versions each of Claude, ChatGPT and Gemini to build its R-series models, and Moonshot to have milked 18 US models including Anthropic's most capable one. The techniques described, spreading requests across accounts, proxies and third-party aggregators to obfuscate who is asking, are ordinary evasion. There is an irony in the framing worth noting: the US frontier labs cast as theft victims here are themselves being sued by authors and artists for training on copyrighted work.

Source: CyberScoop · NSA/CISA/FBI joint advisory, 8 Sep 2026

My take

Strip the espionage language and this is a fight about a business model. Distillation, learning from a stronger model's outputs, is how a lot of AI progress happens, including inside the US labs now crying foul. What the advisory really describes is a competitor doing at industrial scale, and across a geopolitical line, what the industry does routinely at small scale. That does not make China's version fine, extracting a rival's capabilities through millions of disguised queries is aggressive and, the agencies argue, coordinated. But the moral high ground is uneven when the models being defended were themselves built on other people's work without asking.

For you, the practical read is about your own AI providers and terms. If national agencies are worried about who is systematically querying frontier models and how they hide it, that is a signal about API abuse, credential sharing and third-party aggregators as a live threat surface, not a distant one. And it is a reminder that the value in an AI system, its behaviour, can walk out through the front door of an API without anyone breaching anything. Which is exactly what the next item is about.

The locks that stop AI model theft don't actually hold. Researchers just proved it.

The same week, a group of academic security researchers published something that undercuts the whole enterprise. To protect their intellectual property, the big labs now hide their models' step-by-step reasoning, returning it to the user as encrypted blocks rather than plaintext. The researchers found that within a single provider, those encrypted blocks are interchangeable across models. So you take an encrypted reasoning trace from a strong, guarded model, feed it to a weaker, less-guarded model from the same provider, and the weak one obligingly decodes it into plaintext, no jailbreak of the capable model required. They demonstrated it against Anthropic, OpenAI and Google. It defeats exactly the anti-distillation protections the item above is about, and it does more: decoding 315,000 reasoning blocks that developers had pasted into public repositories recovered hundreds of pieces of personal data and credentials, and the same channel can smuggle invisible prompt injections into agent workflows.

Source: arXiv · Stealing Reasoning Traces from Proprietary LLM APIs, Aug 2026

My take

Put the two items together and you get the joke. One arm of the story is the US treating AI-model capabilities as crown-jewel IP worth a federal advisory to protect. The other is a handful of researchers showing that the locks on those jewels can be picked with the provider's own weaker model, no sophistication required. The protection was an architectural assumption, that encrypted reasoning blocks were opaque and bound to their context, and the assumption did not hold. That is the recurring shape of this whole newsletter: a control that exists on paper with a gap nobody checked.

But do not file this under AI-lab problems, because two of the four attack vectors are yours. Developers are pasting session logs into public GitHub repositories with no idea those encrypted blocks contain recoverable personal data and credentials, hundreds of them in this study alone, so your secrets may already be sitting in a public repo inside a block you thought was noise. And the same blocks can carry invisible prompt injections into agent workflows, which connects straight to the memory-poisoning threat from a couple of weeks ago. If your developers use these APIs, what they share publicly needs the same scrutiny as any other credential leak.

Your LG TV can record you in standby. It's a computer with a microphone.

A hardware research group, Gamers Nexus, working with Level1Techs and independent researchers, spent months taking apart LG smart TVs, and the findings are a tidy reminder of what these things actually are. First, the surveillance by design: the TVs catalogue every device on your home network, phones, laptops, printers, other smart gadgets, collect nearby Wi-Fi names and signal data, and pair it with what you watch to build a household profile. Second, and worse, the security flaws: the researchers showed a compromised TV activating its built-in microphone to record the room even in standby, when the screen looks off, caching the audio locally while offline and uploading it once reconnected, on top of remote-code-execution bugs in webOS they have disclosed to LG. WebOS runs on more than 200 million televisions. LG disputes parts of it and says its tracking is consent-based, and it is not only LG, Samsung, Sony, Hisense and TCL have all drawn the same scrutiny.

Source: Malwarebytes · Gamers Nexus investigation, 8 Sep 2026

My take

The lesson here is one I keep coming back to, and a researcher on this one said it cleanly: a smart TV deserves the same security consideration as any other internet-connected computer, because that is exactly what it is, one with a microphone, an app store and a view of your whole network. The reason a bugged television feels absurd is the same reason it works, nobody threat-models the thing on the living-room wall. But it runs code, it has RCE bugs, and it sits on the same Wi-Fi as everything else you own.

For a home, the fix is boring, disable the microphone in settings and put IoT gear on a separate network from the devices that matter. For an organisation, this is the asset-inventory problem wearing a consumer disguise. The smart TV in your boardroom, the one nobody added to the asset register, is a networked computer with a microphone in the exact room where your most sensitive conversations happen. The officials in the next item spent a whole summit begging people to know what is on their networks. This is what they meant.

Microsoft just patched a record 964 flaws. Two are the ones being exploited.

On the same day, Microsoft shipped the largest Patch Tuesday in its history, a record 964 CVEs that customers need to apply, out of 974 listed. Elevation-of-privilege bugs made up nearly half. Two are being actively exploited as zero-days, and both, CVE-2026-81963 in the Windows Update Stack and CVE-2026-85880 in the Windows ALPC component, are the same shape: local privilege escalation to SYSTEM, the step an attacker takes after they already have a foothold. The number is a record because AI-assisted vulnerability discovery is now flooding vendors with findings, but the security researcher Satnam Narang put the important caveat plainly: AI is creating larger haystacks, not more needles. The count of bugs that will actually affect most organisations stayed low. Separately, an anonymous researcher published a working exploit bypassing one of the new Defender patches within hours of release.

Source: SecurityWeek · Microsoft September 2026 Patch Tuesday, 8 Sep 2026

My take

This is the exact lesson from a Patch Tuesday I wrote about back in the summer, and it is only getting sharper: the headline number is a distraction. 964 is unpatchable in any sane window, and it is designed to make you feel behind. The signal is the two zero-days, both privilege-escalation bugs that matter specifically because they turn a small foothold into full control. Sort your patching by what is actually being exploited and what is reachable in your environment, not by the size of the release, or you will spend the month chipping at the haystack while the needle sits in the door.

And Narang's line is the bridge to the final item, so hold it: AI is making the haystack bigger, not the problem worse. That is the same thing the officials at Billington are saying from the other direction. The volume goes up, the discipline that saves you does not change, prioritise, patch what is exploitable, know your environment. More noise is not more risk if you can still find the signal. The whole game this month, and this year, is keeping that ability.

The FBI and NSA agree: AI can't outrun the basics.

At the Billington Cybersecurity Summit in Washington this week, the most senior cyber officials in the English-speaking world lined up to say the same unfashionable thing. The FBI's Jason Bilnoski: what will stop the attacks of the next eighteen months is the same thing that would have stopped yesterday's, identity management, monitoring, hygiene, strong multi-factor authentication. New Zealand's cyber chief warned against the breathless rush to grab the sexy new tools. The UK's Richard Horne put it best on what AI actually changes: it is shining a spotlight on the organisations that never focused on the basics. And the NSA's David Imbordino gave the line of the week: the basics are no longer boring, and AI cannot outrun the basics. The one concrete piece of advice underneath all of it was to know your own environment, what is on your network, where it came from, how it connects, which is precisely the question the LG televisions above should make you ask.

Source: CIO Dive · Billington Cybersecurity Summit, 9 Sep 2026

My take

I could have written this item myself, and in a sense I have, most weeks, for over a year. So let me just let the authorities carry it: the FBI, the NSA, and the cyber agencies of the UK, New Zealand and Canada, all on one stage, all saying that AI changes the speed and the volume of attacks but not what stops them. Identity, MFA, patching, knowing your assets, killing legacy tech. Horne's framing is the one to keep, AI is a spotlight on the organisations that skipped the basics. It is not making new kinds of failure. It is finding the old ones faster.

There is a trap in this message, though, and it is worth naming so you do not misread the summit as permission to ignore AI. The basics being decisive does not mean AI is hype, the same officials called it a genuine force multiplier for attackers and a real accelerant for defenders. Both are true, and they are not in tension. AI raises the tempo, so the cost of a missing fundamental gets paid faster and harder. That is the whole point of the phrase the basics are no longer boring. They were always what mattered. Now there is no slack left for skipping them.

Like this one? Get the next.

Land on the next issue.

Five things that moved in GRC, every Monday. Honest take, no recycled press releases.

Subscribe to The GRC Brief
Edition 15 · Cyber Academy