Skip to content
Tech News
← Back to articles

Amazon links Debug, Chalk NPM supply-chain attacks to North Korean hackers

read original more articles
Why This Matters

Amazon has linked a series of sophisticated supply-chain attacks on the npm ecosystem to North Korean hackers, highlighting the growing threat of state-sponsored cyber espionage and financial theft targeting open-source software. These attacks demonstrate how threat actors are increasingly using social engineering and subtle tactics to compromise widely used packages, posing significant risks to developers and organizations relying on open-source tools. This underscores the urgent need for improved security practices and vigilance in the open-source community to prevent future breaches.

Key Takeaways

Amazon linked multiple high-profile open-source software supply chain attacks targeting the Node Package Manager (npm) ecosystem to North Korean hackers.

The cloud computing giant linked the compromises of the typo-crypto, debug, chalk, and axios libraries to the Sapphire Sleet threat actor, also known as BlueNoroff and Stardust Chollima.

Initial activity started with trojanizing the typo-crypto package in March 2025, which Amazon believes served as a testing ground. It then escalated in September of the same year with the compromise of the widely used debug and chalk packages, affecting an estimated 10% of cloud environments within two hours.

In March 2026, the hacker targeted axios, one of npm's most popular packages with over 100 million weekly downloads.

It should be noted that the axios incident has already been publicly attributed to DPRK-linked actors, but Amazon connected it to the earlier package compromises.

Amazon says the attacker gained access by socially engineering package maintainers, and then published malicious updates that were automatically distributed to unsuspecting users.

The attribution to Sapphire Sleet has medium confidence and is based on the shared tactics, techniques, and procedures (TTPs) observed in the campaign, the command-and-control (C2) infrastructure, and various operational similarities.

Also, the researchers believe the attacker had a financial motivation, targeting popular packages to gain indirect access to a large pool of potential downstream victims at once.

Amazon also highlights several trends that have emerged from the recent supply-chain attacks:

Attackers are splitting malicious functionality across multiple seemingly benign packages, making detection more difficult.

... continue reading