Hacking the EU's Age Verification App Takes Only 2 Minutes

Summary: A WIRED analysis reveals that the EU's new age verification applications are vulnerable, as a hacker can exploit its security in just 120 seconds. This ease of hacking poses a significant risk to users.

The EU's 'Digital Flop': Hacking the Age Verification App in Only 2 Minutes

What was supposed to be the 'crown jewel' of child safety in the European digital environment has, within hours, become a case study of fundamental design failures. The EU Digital Age Verification App, presented on April 14, 2026, by Ursula von der Leyen as a 'technically ready' system with the 'highest privacy standards in the world,' has been instantly compromised by security researchers.

How Was The Hack Possible?

Security consultant Paul Moore demonstrated that it is possible to completely bypass the app's authentication in less than 120 seconds. The vulnerability does not lie in an obscure code error, but in a surprisingly weak security architecture:

  • Local File Manipulation: The app saves the security PIN encrypted on the device (shared_prefs file), but does not link that encryption to the user's identity.

  • The Reset Trick: An attacker with access to the phone can simply delete the PIN values in the configuration file. When the app restarts, it allows creating a new PIN without deleting the already verified identity credentials. This allows anyone who takes the phone to impersonate the original user with a PIN they just invented.

  • Biometry Deactivation: The system includes an internal switch (a simple 'true/false' value) that controls whether a fingerprint or facial recognition is required. By manually changing this value to 'false,' the app simply stops requesting biometrics.

  • No Attempt Limit: The counter that locks the app after several failed attempts is also stored in a locally editable file. If it is reset to zero, infinite brute force attacks can be performed.

The European Commission's Response

Faced with the evidence, the European Commission has had to qualify its triumphal statements. Thomas Regnier, the EC's digital spokesperson, stated that the version published on GitHub was a "demo version" or a test operational version, and that being open-source allowed the community to detect these flaws quickly.

Key facts

  • The EU age verification app has critical vulnerabilities.
  • It has been determined that hacking takes only two minutes.
  • The research was conducted by Wired.

Why it matters

The ease of hacking these systems puts into jeopardy the implementation of age control measures at a community level. This not only affects user privacy but can also be exploited for malicious purposes of fraud or access to restricted content.

Embedded content for: Hacking the EU's Age Verification App Takes Only 2 Minutes