France's Government Messaging App Hacked: How Strong Encryption Alone Isn't Enough

France's government messaging service, Tchap, has been breached. A threat actor using the name 'misere' claims to have accessed and downloaded approximately 643,000 government messages after gaining control of a legitimate user account. The French government's digital agency, DINUM, has confirmed the breach, according to BleepingComputer.
Here's what makes this incident worth paying attention to: the app's encryption itself was not broken. Instead, the attacker exploited a flaw in how the system was built — a gap that made the encryption nearly useless once the attacker had gained entry. This distinction matters enormously for understanding what went wrong and how to fix it.
What Happened
On 9 June 2026, DINUM confirmed that someone had broken into Tchap by compromising a legitimate user account. From that foothold, 'misere' carried out what RealTyme describes as a mass download operation, extracting around 643,000 messages from the system.
Tchap is a messaging application built by the French government specifically for civil servants. It was designed to give government employees a secure, home-grown alternative to commercial messaging apps like Telegram or WhatsApp. The government built it on open-source technology called Matrix, and the project reflects a broader European push for digital independence — the idea that governments should control their own communication infrastructure rather than rely on US-based companies.
The encryption that protects messages in transit or at rest was not defeated. According to RealTyme, the breach happened because of a design weakness, not because the encryption algorithm itself was broken.
Think of it this way: imagine a bank with an excellent safe (the encryption), but the door to the vault room itself doesn't require a key once someone is already inside the building (the compromised account). The safe is still secure, but it has become irrelevant.
The Design Flaw
When someone authenticates into Tchap with valid credentials, the system allows them to download message history from any conversation they have joined. Depending on how the server is configured, there may be few brakes on how much data someone can pull at once — no rate limiting (a speed governor), no anomaly detection (a system watching for unusual behaviour), and no session-level access controls (limiting what one authenticated user can do).
That means once an attacker has a valid login, they can act like a trusted insider and retrieve huge amounts of data without needing to break the encryption.
This is a well-known threat in any cloud collaboration platform — think of Slack or Microsoft Teams. A stolen password or a hijacked session can be catastrophic if the platform doesn't have strong guardrails around what one authenticated user can access and how fast they can access it.
The distinction matters because it changes how you fix the problem. For the French government and other organisations running sovereign messaging systems, the lesson is clear: encryption is necessary, but it is not sufficient. You also need robust operational security — things like strict rate limits on data downloads, continuous monitoring for suspicious activity, and the ability to invalidate sessions quickly.
Who Was Behind It?
The threat actor 'misere' remains unattributed as of June 2026. There is no public confirmation yet whether this was a foreign intelligence operation, an activist group, or someone motivated by money. DINUM's public statements have focused on the mechanism — the hijacked account — rather than exploring who did it or why.
A Structural Challenge for Government Messaging Projects
European governments have invested heavily in building their own secure communication infrastructure. This push accelerated after the Edward Snowden revelations and the Schrems II court ruling, which disrupted the legal basis for moving European data to US servers. The ambition is sound: governments should have control over sensitive communications and not depend on commercial companies.
But there is a trade-off. When you build your own platform rather than using a commercial service, you inherit all the security responsibilities that a large vendor like Microsoft or Slack normally handles. A company like Slack has dedicated security teams, continuous testing, and years of operational experience catching these kinds of flaws. A government IT department, even a well-resourced one, has to build that expertise from scratch.
Tchap's cryptographic foundation is solid. The underlying Matrix protocol has been well-reviewed by security researchers. The failure here was operational and architectural — the kind of gap that a focused security review or a red-team exercise testing account takeover scenarios should have found. This is not an argument against sovereign messaging as a strategy. Rather, it is an argument for investing as much in security operations and architecture review as in the cryptography itself.
Scale of the Breach
Six hundred and forty-three thousand messages is a large amount of data. Without full disclosure about which government offices were affected or what the messages contained, it is hard to judge the full impact. The volume suggests the attacker was able to access multiple conversation rooms rather than just one user's direct messages, which reinforces that the architectural flaw was broadly exploitable.
DINUM has not publicly detailed what remediation steps were taken, whether affected users were individually notified, or how long the attacker had access before being discovered. Those details would help assess how much damage was done.
What Needs to Change
For any organisation running sovereign messaging on Matrix or similar platforms, the immediate priority should be tightening session security: limiting how much data one authenticated user can pull at once, invalidating sessions more aggressively, using hardware-backed authentication where possible, and setting up monitoring to catch bulk data downloads.
More broadly, the incident underscores a principle that security practitioners have known for decades but organisations often underestimate: encryption protects data in motion and at rest, but it does not protect against someone who is already inside the building and acting as a legitimate user. Sovereign infrastructure — whether Tchap or any other government-built system — needs to match commercial providers not just in cryptography, but in the operational rigour and continuous monitoring that the best security teams apply every day. Encryption and sound architectural controls must move forward together.
The Tchap breach does not discredit the idea of sovereign messaging. It identifies, clearly, where investment needs to go next.


