radar

ONE Sentinel

securitySecurity/THREATS/HIGH

Axios Supply Chain Attack Pushes Cross-Platform RAT via Compromised npm Account

sourceThe Hacker News
calendar_todayMarch 31, 2026
schedule1 min read
lightbulb

EXECUTIVE SUMMARY

Axios Supply Chain Attack: Malicious npm Package Targets Developers

Summary

The popular HTTP client Axios has been targeted in a supply chain attack involving malicious npm package versions. The attack introduced a fake dependency in versions 1.14.1 and 0.30.4 of Axios, compromising the npm account used for publishing.

Key Points

  • Axios, a widely-used HTTP client, was affected by a supply chain attack.
  • Malicious npm package versions 1.14.1 and 0.30.4 were published.
  • The attack involved injecting a fake dependency, "plain-crypto-js" version 4.2.1.
  • The npm credentials of the primary Axios maintainer were compromised.
  • StepSecurity identified and reported the malicious activity.

Analysis

This supply chain attack on Axios highlights the vulnerabilities inherent in software dependency management and the potential risks of compromised developer accounts. Such attacks can have widespread implications, especially given Axios's popularity among developers for HTTP requests in web applications. The incident underscores the importance of securing developer credentials and monitoring package dependencies for unauthorized changes.

Conclusion

IT professionals should immediately audit their use of Axios and ensure they are not using the compromised versions. Implementing stronger security measures for developer accounts and regularly reviewing dependencies can mitigate the risk of similar supply chain attacks.