
axiosにサプライチェーン攻撃が発生した話と、担当プロジェクトでやっていた備え
https://zenn.dev/rescuenow/articles/880bf865235aafThe evidence pack includes HTML, screenshots, summaries, and metadata. It can be downloaded on Pro.
axiosにサプライチェーン攻撃が発生した話と、担当プロジェクトでやっていた備え
Open the archived HTML with saved-time metadata attached.
This HTML has CSS and images embedded, so it can still be opened even if the original page disappears.
This page discusses a supply chain attack on the npm package "axios" that occurred on March 31, 2026. Attackers stole a maintainer's access token and published malicious versions (1.14.1 and 0.30.4) containing a fake dependency package "plain-crypto-js" that injected a trojan horse. The attack was detected within 6 minutes by Socket and removed by npm's security team within 3 hours. The author's project wasn't directly affected as it didn't depend on axios, but would have been protected by Takumi Guard, an npm registry proxy they had recently deployed. With supply chain attacks increasing, the author recommends implementing protective tools like registry proxies as a defense strategy.
