Feedback & Followups
- At least one TV maker is (belatedly) cracking down on residential proxies: LG to Ban Residential Proxies from Smart TV Apps โ krebsonsecurity.com/โฆ
- Another notable age-verification development: ๐บ๐ธ New York Rolls Out Final Rules for Verifying Age on Social Media โ www.macobserver.com/โฆ
- Goes into effect in January 2027
- This is not about preventing access to social media for kids
- The law targets the social media platforms themselves; unless they have proof the user is an adult, they cannot enable addictive features like infinite scroll, and must not send push notifications at night
- “โฆ companies are not forced to collect government IDs from everyone. They can use alternative methods, as long as those methods meet specific accuracy benchmarks โฆ” โ The Mac Observer
- If users do provide government ID, the platforms must delete it or at least disassociate it from account identifiers immediately after validation.
- Microsoft continue to harden GitHub service against the rise in supply-chain attacks: GitHub Adds 3-Day Dependabot Cooldown to Limit Poisoned Package Adoption โ thehackernews.com/โฆ
- Some consequences for some villains from previous instalments:
- ๐บ๐ธ 23andMe agrees to a $18 million settlement over 2023 data breach โ cyberinsider.com/โฆ (not a class action suit, so nothing for users, and only a few dollars per breached user, so not particularly punitive ๐)
- ๐ฎ๐น Italy fines US data broker Lusha โฌ2 million over unlawful data collection โ cyberinsider.com/โฆ
- Apple Hide My Email vulnerability developments:
- The original problem has finally been fixed: Apple patches Hide My Email flaw after media reports and class-action lawsuit โ cyberinsider.com/โฆ
- But there seems to be a second problem that’s still not fixed: A fake Hide My Email header can expose the address behind your Apple Account โ appleinsider.com/โฆ (wider than just hide-my, if you have two accounts in Mail.app and one is an iCloud account, an email to the non-iCloud account with a fake header makes the Mail App default the from address on all replies to your true Apple ID, leaking your Apple ID to people who don’t even know you have one, and, de-anonymising any hide-my addresses)
Deep Dive โ AI Escapes the Lab
TL;DR โ The two leading AI labs both lost control of unreleased cybersecurity-focused models during testing, and they escaped the lab and hacked real sites on the actual internet. They didn’t do any physical-world damage, but they could have. This should be a ‘wakeup-moment’ for the industry, and for regulators, but only time will tell.
This is probably the biggest story of the year so far, so we’ll start with a summary of what happened, and then I’ll share some of my thoughts on what it all means.
This story did not break all at once; it evolved over the past two weeks, so we’ll run through it in the order it happened. But before we do, we need to remind ourselves of one important AI-related theoretical computer science concept โ the alignment problem.
Some Context โ the AI Alignment Problem
Humans bring an inherent context and a set of shared values to every task. They are so natural to use we simply do not think about them. If we set a human the task of ending world hunger, everyone will assume that means figuring out how to produce and distribute food more effectively. That’s because we inherently understand that killing half the population of the planet to even out supply and demand is absolutely off the table. We would never assume we need to say that explicitly when setting the task.
Artificial intelligence does not share our implicit understandings of the world. That means that asking an AI agent to achieve an outcome can have dramatic unexpected consequences, because their goals are much, much simpler โ achieve the goal as stated, full-stop, end-of-story.
Unless we succeed in expressing every implicit assumption explicitly, the AI’s goals will be not be aligned with our goals, and unintended consequences of some kind are a near certainty.
In my solve world hunger example, if we forgot to explicitly tell the AI that mass extermination was not allowed, they could easily decide to poison the water supply to “overpopulated” areas to balance out supply and demand. Or, if we did think to forbid killing people, the AI might choose to forcibly sterilise half the males on the planet to reduce the population without resorting to murder.
The classic examples used in University AI courses are Nick Bostrom’s Paperclip Maximiser:
“Suppose we have an AI whose only goal is to make as many paper clips as possible. The AI will realize quickly that it would be much better if there were no humans because humans might decide to switch it off. Because if humans do so, there would be fewer paper clips. Also, human bodies contain a lot of atoms that could be made into paper clips. The future that the AI would be trying to gear towards would be one in which there were a lot of paper clips but no humans.” โ Nick Bostrom, 2003
The First Story to Break โ OpenAI’s Models Hack Hugging Face (and others)
The first news to break was that the open source AI community site Hugging Face had been breached by AI-powered attackers, that the site had defender themselves with their own AI agents, and that the breach had been contained. The Hugging Face technicians were quite forthcoming with the details of what they experienced, and the community soon agreed that they really had been attacked by some kind of AI bot, but no one could tell which bot it was.
We also learned that the crude regulations the American government are currently enforcing on the major AI vendors based in that country made it impossible for Hugging Face to use the latest closed-source models to defend themselves. Instead they were forced to switch to leading open-weight models, which are all currently from China. In fact, their advice to cybersecurity defenders was blunt โ prepare yourselves now by having open-weight models ready, because in a crisis, you can’t rely on the latest OpenAI or Anthropic models for defence. The problem? The broad-grained imposed safeguards are too coarse to differentiate between offensive and defensive cybersecurity requests, and refuse to help with either!
The second shoe to drop was a stunning admission from OpenAI that the mystery attackers of Hugging Face were in fact unreleased OpenAI models that broke out of their test environment un-noticed by their human overseers.
Open AI explained that the models were running in a sandboxed test environment that was not supposed to have internet connectivity, and that the models were being run with their safety features disabled to test their true cybersecurity capabilities. The models had been tasked with completing a standard cybersecurity benchmark test that is publicly available.
OpenAI’s investigations revealed that the models had realised that they were being tested, figured out which test it was, and learned that both the challenge and its solution were published on Hugging Face.
Because their goals were not properly aligned, they reasoned that the best strategy for completing their task was to simply fetch the answers from Hugging Face, and they methodically worked their way through every obstacle that stood in their path. They found and exploited a zero-day vulnerability in the software managing their containment, and then hacked their way into Hugging Face. I don’t know if they got as far as finding their answers, because Hugging Face fought back and managed to contain the breach, but they managed to do real-world damage to a public website run by another company!
A few days later, OpenAI shared a little more news โ their ongoing investigations revealed that their agents had used “exposed credentials” at four other real-world organisations (not named) to facilitate their attacks on Hugging Face. That’s cybersecurity jargon for “hacked four accounts on other organisations’ systems”!
So, we now know that due to alignment failures, the models:
- hacked OpenAI’s own systems
- hacked four accounts in other people’s systems
- hacked a major website owned by yet another company
Links
- OpenAI says its AI models hacked Hugging Face during testing โ www.bleepingcomputer.com/โฆ
- OpenAI confirms its AI agent autonomously breached Hugging Face โ cyberinsider.com/โฆ
- OpenAI agent used exposed credentials at 4 services in Hugging Face breach โ www.bleepingcomputer.com/โฆ
- OpenAI models used Artifactory zero-days to escape to the internet โ www.bleepingcomputer.com/โฆ
A Retroactive Admission โ Anthropic Admit Their Models Escaped Too
After the world had grappled with the OpenAI news for a few days, Anthropic let it be known that they had started to audit their own logs to see if any of their agents had broken loose, and that their investigations had found that they too had unknowlingly lost control and containment of some of their models.
In Anthropic’s case, we learned that models they were testing had broken out of their containment to hack into three unnamed organisations, and to publish malware to the Python package library PyPI.
Based on the limited information Anthropic have released, we know their models did have their safety features enabled at the time they escaped, but the models mistook the public internet for a capture-the-flag simulated environment (a cybersecurity-focused sandbox). The models were not misaligned; they were simply mistaken.
Links
Bart’s Thoughts
In the short term, there are some very embarrassing failures here by the supposed world leaders in AI:
- Their oversight processes are clearly woefully insufficient โ OpenAI didn’t notice their models hacking four accounts and a major public website until after it happened!
- Their containment environments are clearly utterly unfit for purpose
- Their corporate oversight processes are clearly utterly inadequate.
There are also some important short-term lessons for regulators:
- Poorly conceived oversight has an alignment problem of its own โ the unintended effects can be as bad as the harms they’re ham-fistedly trying to prevent. Clearly, the aim of the American administration was not to force the cybersecurity industry across the western world to adopt Chinese models for defence!
- Some kind of regulation is needed to force the AI companies to start behaving responsibly, because the failures at OpenAI and Anthropic show they are being careless at the very least, arguably irresponsible, and perhaps even criminally negligent.
In the medium term, I’d like to see some legal clarity in terms of liability for the actions of AI agents. Our current laws were not written with AI in mind, so while, logically, I assume OpenAI and Anthropic must be criminally responsible for any damage their agents do, I’m not actually sure that’s currently clear-cut from a legal point of view. I think we need legislation that makes it crystal clear that whoever runs an AI bot is legally responsible for that bot’s actions, and liable for all damage those bots inflict on others.
Why am I so keen on this? Because money talks! In our modern world, financial consequences drive actions โ if we want OpenAI and Anthropic to really care about safety, they need to have financial skin in the game!
If the world is any kind of logical place, this should be a relatively benign wake-up call to the industry and governments all around the world โ the alignment problem is real, and we have not reached the point where AI agents can cause real-world harm anywhere on earth. We got lucky here, really lucky; Hugging Face is not a life-or-death service. These same agents could just as easily have attacked another oil pipeline, or an industrial control system in a chemical plant, or a water utility, or a power grid, or the banking system, or a hospital, or aviation safety systems, or โฆ
โ Action Alerts
- Microsoft’s July Patch Tuesday was spectacular โ be sure to patch all your Microsoft stuff!
- Microsoft July 2026 Patch Tuesday fixes massive 570 flaws, 3 zero-days โ www.bleepingcomputer.com/โฆ
- Microsoft Patch Tuesday July 2026 – The AI Acopolypse is Here โ isc.sans.edu/โฆ
- Related: As now expected, the hacker Nightmare Eclipse released another Zero-Day just after Patch Tuesday, like the others, this is not the kind of vulnerability typical home users need to worry about โ thehackernews.com/โฆ
- Apple Patches Everything (July 2026) โ isc.sans.edu/โฆ
- Another busy two weeks of patches for Linux:
- OpenSSL HollowByte Flaw Could Freeze Server Memory with 11-Byte TLS Requests โ thehackernews.com/โฆ (important on servers hosting websites)
- New RefluXFS Linux flaw lets attackers gain root privileges โ www.bleepingcomputer.com/โฆ
- Ubuntu Users: Ubuntu snap-confine Flaw Could Give Local Users Root on Default Desktop Installs โ thehackernews.com/โฆ
- Zoom warns of critical account takeover vulnerability โ www.bleepingcomputer.com/โฆ (Patch Zoom for Windows ASAP!)
- Claude Cowork Exploit Grants Full File Access on Mac Systems โ www.macobserver.com/โฆ (Patch ASAP)
- Update now: 7-Zip fixes RCE flaw exploitable with malicious archives โ www.bleepingcomputer.com/โฆ
- Critical NGINX Vulnerability Can Crash Workers and May Allow Remote Code Execution โ thehackernews.com/โฆ (Patch available)
- VMware fixes three critical flaws allowing auth bypass, VM escapes โ www.bleepingcomputer.com/โฆ
- Critical OpenWrt DHCPv6 Flaw Could Let Unauthenticated Attackers Run Code as Root โ thehackernews.com/โฆ
- โ ๏ธ Car owners with Dealer-installed Alarms: If you’ve got this dealer-installed car alarm, patch it today with your iPhone โ appleinsider.com/โฆ (KARR branded alarms)
- โMillions of drivers with a dealer-installed KARR alarm should download the iPhone app and install the latest firmware update now, because a security flaw can let nearby attackers unlock or immobilize more than two million vehicles.โ โ Apple Insider
- โ ๏ธ Adobe Acrobat Chrome Extension Users: Adobe Chrome extension flaw let sites access private WhatsApp chats โ www.bleepingcomputer.com/โฆ (patch ASAP)
- โ ๏ธ WordPress Site Owners: WordPress releases emergency update for critical โwp2shellโ RCE flaw โ cyberinsider.com/โฆ
- AI helped uncover WordPress โwp2shellโ RCE now exploited in attacks โ cyberinsider.com/โฆ
- Critical wp2shell WordPress flaws exploited to install webshells โ www.bleepingcomputer.com/โฆ
- Exploitation was unusually fast, now we know how: Attackers Weaponize GitHub Actions Runners to Target cPanel and WHM Servers โ thehackernews.com/โฆ
- If your site is not set to auto-update, it’s almost certainly compromised, though the attackers may not yet have leveraged their access to your site, so their presence may not be immediately obvious.
Worthy Warnings
- Chrome Sync increasingly abused to stalk unsuspecting victims โ cyberinsider.com/โฆ (Important for people trapped in abusive relationships to know)
- Data breach at AI music service Suno exposed 55 million accounts โ cyberinsider.com/โฆ
- Revealed by Have-I-Been-Pwnd, not by customer notifications ๐
- Includes Physical addresses and partial payment details
- โ ๏ธ Steam Users Beware: Steam forum ClickFix attacks infect gamers with XMRig cryptominers โ www.bleepingcomputer.com/โฆ
- โ ๏ธ Claude Users:
- Chrome Plugin Users: Last month’s partially remediated ClaudeBleed vulnerability in Anthropic’s plugin for the Chrome browser is worse than initially realised; other browser extensions can trigger it โ thehackernews.com/โฆ
- Allows malicious extensions full access to your Google account
- The only mitigation (other than removing the plugin) is to run Claude in ‘ask’ mode where you need to confirm every action.
- Google Indexed Private Claude Chat Links for the Public to See โ www.macobserver.com/โฆ
- Your private chats have been exposed
- Contrary to what the headline might imply, it’s Anthropic who messed up, not Google!
- ๐บ๐ธ Data breach at medical billing firm MCBS affects 1.26 million people โ www.bleepingcomputer.com/โฆ
- “Individuals who have received medical services in Georgia are advised to contact their healthcare provider to determine whether it works with MCBS and whether their personal information may have been affected by the incident.”
- If your health tracker is not an Apple Watch, it’s probably invading your privacy: EFF: Apple the only major wearable vendor offering E2EE for health data โ cyberinsider.com/โฆ
Notable News
- ๐ช๐บ The EU’s AI Act becomes enforceable today (August 2 2026) โ www.theguardian.com/โฆ
- AI chatbots, including support chatbots on websites, need to identify themselves as being AI
- Companies publishing content have to clearly label generated content, and that includes articles written by AI without human editorial oversight
- None of these rules cover personal use, so you can keep sending funny deep fakes to your friends
- There’s an exception for art and satire
- New services need to comply immediately; existing services get a four-month grace period that starts today
- A timely reminder of why you might want to consider a reputable VPN before setting out on your summer holidays: Hackers hijack hotel Wi-Fi DNS to steal Microsoft 365 accounts โ www.bleepingcomputer.com/โฆ
- A reminder that AI is not all bad: Google says AI helped Chrome fix 1,072 security bugs in two releases โ www.bleepingcomputer.com/โฆ
- Some small positive developments:
- Mozilla’s latest updates include some nice new features:
- Firefox 153 adds built-in Containers for easy account isolation โ cyberinsider.com/โฆ (stop Facebook being logged in on all your tabs!)
- Mozilla releases Thunderbird 153 with native Microsoft Exchange support โ cyberinsider.com/โฆ (Great for Windows, Linux, and Mac users who hate the Outlook app ๐)
- Microsoft Entra ID gets passkeys default authentication starting September โ www.bleepingcomputer.com/โฆ (That’s a lot of users being defaulted to Passkeys!)
- Proton says it rejected all 47 data requests targeting VPN users in 2026 โ cyberinsider.com/โฆ
- If you will insist on letting AI Agents access your accounts, at least do it safely: 1password Now Lets Claude Log in without Seeing Your Passwords โ www.macobserver.com/โฆ
- A nice use of AI for easier account recovery: Google Adds Selfie Video Recovery for Users Locked Out of Their Accounts โ thehackernews.com/โฆ
- Facebook Launches Free Verified Badge to Confirm Real Users โ www.macobserver.com/โฆ (badge so show you’re definitely a human)
- WhatsApp Web gets end-to-end encrypted voice and video calls โ cyberinsider.com/โฆ
Interesting Insights
- From Allison: AI Replacing Jobs 2026: 14 Professions Already Eliminated โ theboard.world/โฆ
- It’s not just low end jobs…
Palate Cleansers
- From Bart:
- ๐ง Noble Blood: How a Dog Talks – The Surprising Redemption of Comic Sans [from Very Special Episodes] โ overcast.fm/โฆ
- A fascinating story, and a reminder that Comic Sans is an intentionally bad font, the problem isn’t people using it, it’s people using it on the wrong contexts โ if you want to add playful feel with some intentionally sloppy typography, that’s literally with Comic Sans was invented for!
- ๐ฆ or ๐ง Origin Story: โRage Against the Machineโ โ sixcolors.com/โฆ
- You’re probably using the term Luddite wrong โ it has nothing to do with hating tech, and everything to do with protecting workers from abuses of technology!
- If you love tech gadgets and using AI, but are worried about AI and robots being abused by big corporations to degrade working conditions, you’re a modern-day Luddite!
Legend
When the textual description of a link is part of the link, it is the title of the page being linked to, when the text describing a link is not part of the link, it is a description written by Bart.
| Emoji | Meaning |
|---|---|
| ๐ง | A link to audio content, probably a podcast. |
| โ | A call to action. |
| flag | The story is particularly relevant to people living in a specific country, or, the organisation the story is about is affiliated with the government of a specific country. |
| ๐ | A link to graphical content, probably a chart, graph, or diagram. |
| ๐งฏ | A story that has been over-hyped in the media, or, “no need to light your hair on fire” ๐ |
| ๐ต | A link to an article behind a paywall. |
| ๐ | A pinned story, i.e. one to keep an eye on that’s likely to develop into something significant in the future. |
| ๐ฉ | A tip of the hat to thank a member of the community for bringing the story to our attention. |
| ๐ฆ | A link to video content. |

If you’re looking for prescience of the current AI troubles, I would highly recommend the book The Two Faces of Tomorrow by James P. Hogan… written in 1979, and completely relevant today.