Cybersecurity · Tuesday, 28 July 2026
01 · Briefing · what happened
The safest lock is the one whose design you can hand to a thief
A critical flaw in EV chargers, a server bug that ignored its own rules, and a fresh push to weaken encryption all turned on the same mistake this week - trusting a hidden secret.
Key takeaways
- A critical flaw in Autel EV chargers, two server bugs in Apache Tomcat, and a fresh push to weaken encryption all came down to the same error - trusting a secret hidden in the design instead of a strong key.
- A Russian state group is using a "zero-click" flaw to steal Western government email, including saved passwords and two-factor codes, just by having a message opened.
- Breaches hit tens of millions this week (Suno 55M+, DentaQuest 23M+); reused passwords are what turn one leak into many, so a different password per important account is the cheapest defence.
The most useful idea in security is almost 150 years old, and this week it kept proving itself. A lock should stay shut even if the thief can read the blueprint. The only thing that must stay secret is the key. Systems that lean on a hidden design instead of a strong key keep failing - because the design always gets out.
A master key baked into the hardware
Researchers at CyberDanube found that Autel’s MaxiCharger, a widely sold electric-vehicle charger, ships with a secret password built straight into its software
A hard-coded credential is exactly what it sounds like: a username or password written permanently into a device’s code, the same on every unit that ships. The maker treats it as a secret. But firmware - the software burned into a device - can be pulled apart and read. Once one researcher extracts the token, it works on every charger of that model. The safety rested on nobody looking, and someone always looks.
The same week, the widely used Apache Tomcat web server - software that runs behind countless websites - patched two flaws where the server simply ignored its own access rules. One, CVE-2026-55276, rated 9.1, let requests slip past permission checks that were supposed to stop them
The same mistake, proposed on purpose
While engineers spent the week patching accidental hidden weaknesses, governments kept pushing to build one in deliberately. A new academic paper, flagged by the cryptographer Bruce Schneier, maps what it calls “Round 3” of the decades-old “going dark” fight
End-to-end encryption means only the sender and receiver can read a message - not the app, not the company, not anyone in between
Russia’s zero-click reach into Western inboxes
The week’s sharpest live threat needed no hidden door at all - it used a plain, unpatched flaw. CISA and allied agencies issued a joint alert about a Russian state-backed group, tracked as “Laundry Bear,” breaking into Western government and company email
Zero-click means the victim does nothing wrong - no dodgy link, no attachment opened. A hidden piece of code sits inside an ordinary-looking email and runs the moment the message is opened
Separately, the security firm Check Point warned that a flaw in its SmartConsole management tool, CVE-2026-16232, was being used against some customers before a patch existed
A heavy week for stolen personal data
The breaches kept coming. Hackers leaked names, emails, phone numbers, passwords, and financial details from the AI music service Suno and the platform Paidwork
Most of this data ends up feeding the next attack. Stolen email-and-password pairs get tried, by the million and automatically, against other sites - a tactic called credential stuffing. It works only when people reuse passwords. Fast-food chain Chick-fil-A was hit with exactly this kind of attack this week
The quiet accountability story
One under-covered item is worth ending on. Spain’s data regulator fined the genetics-testing firm 23andMe nearly $3 million over the security failings behind its 2023 hack
02 · Lesson · why it matters
The lock you can show the whole world
A system is only as safe as its weakest secret, so the trick is to need just one - the key - and let the rest be seen.
A password nobody could change
Start with the EV charger. A researcher pulled apart its software and found a password sitting inside, the same on every charger sold. The company had treated that password as a secret. But it was printed into the product, shipped to every buyer, and readable by anyone patient enough to look. It was never really a secret. It only felt like one because, for a while, nobody had looked.
That gap - between a secret you keep and a secret you merely hope no one finds - is the whole story of this week. It is also one of the oldest ideas in the field, and worth naming plainly.
Kerckhoffs’s rule
In 1883, a Dutch linguist named Auguste Kerckhoffs wrote down a rule for military codes. A cipher should stay safe even if the enemy knows everything about how it works - every gear, every step. The one thing they must not have is the key. The design can be public. Only the key must be private.
It sounds backwards at first. Surely hiding how your lock works makes it safer? But Kerckhoffs saw the flaw. A design is a big, shared, fixed thing. It sits in the product, in the manuals, in the heads of everyone who built it. You cannot change it easily, and you cannot take it back once it leaks. A key is small, private, and swappable. If a key leaks, you make a new one. If a design leaks, you have to rebuild the world.
So the safe move is to lean the whole weight of your security on the one thing you can actually protect and replace: the key. Assume everything else is already on a billboard.
Why hiding the design always loses
Look at how many of this week’s problems are the same shape. The charger hid a password in its hardware; hardware gets taken apart. The web server trusted its own settings to quietly enforce the rules; the settings had a gap nobody noticed until an attacker did. Each one bet safety on something staying hidden. Each hidden thing came out.
This is not bad luck. It is the nature of the thing. A design leaks through a fired employee, a leaked document, a competitor’s teardown, a bored researcher on a weekend. There is no way to un-know it. Security that depends on the enemy staying ignorant is borrowing against a debt that always comes due. Cryptographers have a blunt name for the opposite temptation: “security through obscurity,” and they mean it as an insult.
The strong systems do the reverse on purpose. The encryption that protects your bank login is completely public. Anyone can read exactly how it scrambles data - the math is published, studied, attacked by thousands of experts for years. It stays safe anyway, because the one secret it needs, your key, is small enough to guard and cheap enough to replace.
The door someone wants to build
Now the harder case, the one governments are arguing over. Several want a way for police to read encrypted messages in lawful cases. On its face that sounds like a rule about who is allowed in. But underneath, it is a request to build a hidden weakness into a design - a spare key held somewhere, a door in the wall.
Kerckhoffs’s rule does not care about intentions. It only tells you what happens to secrets baked into a design: they get out. A spare key that unlocks everyone’s messages is the most valuable secret on earth, which means it is the most hunted. The math does not offer a door that only the good guys can walk through. This is why so many cryptographers, who take no side on the policing question, still say the same thing. You cannot add that door without weakening the wall for everyone standing behind it.
Where this leaves you
You are further inside this than it looks. The rule is why you can change a stolen password in a minute but a company needs months to recover from a leaked design. It is why “just keep it secret” is a promise no one can keep at scale. The systems you actually rely on - your messages, your bank, your logins - are the ones that gave up on secrecy everywhere except the key.
The next time something is sold to you as safe because how it works is confidential, you now have a question worth holding lightly. Not “can I trust them to keep it secret,” but “what happens on the day they can’t.” The oldest answer in the field is that the day always comes. The systems that survive it are the ones that planned for the blueprint to be public, and guarded the one small thing that could be.
03 · Lab · your turn
Where the Secret Lives
Rehearse why a system that hides its design fails while one that publishes it and guards only the key holds.
04 · Hope · carry this
The reassuring part is how old the answer is. We have known since 1883 that the safest lock is the one whose design you could hand to a stranger, and the systems carrying your messages and your money already work exactly that way.
More from Cybersecurity