AWS Account Takeover, 91GB Data Leaked… Supply Chain Risk Spreading to Public Institutions
"Trusted Tools Become Attack Vectors"… Structural Crisis in Software Supply Chain Security

The cybersecurity industry has been shocked by confirmation that europa.eu, the public web platform operated by the European Union Executive Commission, suffered a large-scale cloud hacking attack. The incident began when abnormal traffic and API misuse indicators were detected on March 24, 2026, and was officially reported to CERT-EU, the EU''s cybersecurity response agency, on March 25. Investigators confirmed that attackers had taken over an AWS account and exfiltrated approximately 91.7GB of data, with some data already confirmed to have been published on the dark web.

The incident is assessed as more serious than a simple system breach because it constitutes a "software supply chain attack." Attackers penetrated internal systems using a tampered version of the security scanning tool Trivy, through which they stole sensitive authentication information including AWS API keys. Malicious code entered through a normal update pathway, and security collapsed when internal systems trusted and executed it.

Attackers then used the stolen AWS keys to gain additional access, explore internal data, and exfiltrate it externally. They also reportedly used tools like TruffleHog to search for additional secrets while attempting to spread within the system. Leaked data included personal information such as names and emails, email communications content, and portions of databases — with potentially up to 70 organizations affected.

The greatest shock in this incident is that "a tool used for security became the attack vector." Modern development environments depend heavily on open source and automated updates; this case shows that the trust structure itself can become an attack surface. Particularly in CI/CD (continuous integration/deployment) environments where verified tools are automatically received and executed, a single penetration can quickly spread throughout the entire system.

The supply chain attack''s nature also revealed that damage does not stop at a single organization — when one account was compromised, data from multiple connected institutions was also affected, demonstrating the "concentrated risk" inherent in cloud-centered structures. The possibility of extensive access with just one authentication key also exposed the limits of existing security frameworks.

This incident poses fundamental questions about modern software development methods. If "quickly adopting trustworthy tools" was previously the core strategy for efficiency and productivity, the environment has now shifted to one where that trust itself must be questioned. Security strategy is now required that presupposes breaches originating internally, departing from the conventional paradigm focused on blocking external attacks. The Zero Trust model — which trusts nothing even within internal systems — is expected to spread further. Ultimately this EU cloud hacking incident demonstrates that the "trust-based system" of the digital age is being fundamentally shaken.