Original Article: https://www.cisa.gov/news-events/alerts/2026/04/20/supply-chain-compromise-impacts-axios-node-package-manager

Release Date: April 20, 2026
The Cybersecurity and Infrastructure Security Agency (CISA) is releasing this alert to provide guidance in response to the software supply chain compromise of the Axios node package manager (npm).1 Axios is an HTTP client for JavaScript that developers commonly use in Node.js and browser environments.
On March 31, 2026, two npm packages for versions axios@1.14.1 and axios@0.30.4 of Axios npm injected the malicious dependency plain-crypto-js@4.2.1 that downloads multi-stage payloads from cyber threat actor infrastructure, including a remote access trojan.2
CISA urges organizations to implement the following recommendations to detect and remediate a potential compromise:
- Monitor and review code repositories, continuous integration/continuous delivery (CI/CD) pipelines, and developer machines that ran
npm installornpm updatewith the compromised Axios version.- Search for cached versions of affected dependencies in artifact repositories and dependency management tools. Pin npm package dependency versions to known safe releases.
If compromised dependencies are identified, revert the environment to a known safe state.
- Downgrade to
axios@1.14.0oraxios@0.30.3and deletenode_modules/plain-crypto-js/.
- Rotate/revoke credentials that may have been exposed on affected systems or pipelines (e.g., version control system [VCS] tokens, CI/CD secrets, cloud keys, npm tokens, and Secure Shell [SSH] keys). For ephemeral CI jobs, rotate all secrets injected into the compromised run.
- Monitor for unexpected child processes and anomalous network behavior, specifically during
npm installornpm update.- Block and monitor outbound connections to
Sfrclak[.]comdomains. - Conduct continuous indicator searches and endpoint detection and response (EDR) hunts to confirm no indicators of compromise (IOCs) remain; ensure no further egress to the command and control (C2).
- Block and monitor outbound connections to
In addition, CISA recommends organizations using Axios npm:
- Mandate phishing-resistant multifactor authentication (MFA) on all developer accounts, especially for critical platforms.
- Set
ignore-scripts=truein the.npmrcconfiguration file, which prevents potentially malicious scripts from executing during npm install packages.
- Set
min-release-age=7in the.npmrcconfiguration file to only install packages that have been published for at least seven days, which helps avoid installation of packages that may not be completely vetted or are potentially malicious.
- Establish and maintain a baseline of normal execution behavior for tools that use Axios.
- Alert when a dependency behaves differently (e.g., building containers, enabling shells, executing commands) and trace outbound network activity for anomalous connections.
See the following resources for additional guidance on this compromise:
- npm Docs: Securing your code
Disclaimer
The information in this report is being provided “as is” for informational purposes only. CISA does not endorse any commercial entity, product, company, or service, including any entities, products, or services linked within this document. Any reference to specific commercial entities, products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply endorsement, recommendation, or favoring by CISA.
Notes
1 “Post Mortem: axios npm supply chain compromise,” axios GitHub, Issue #10636, March 31, 2026, https://github.com/axios/axios/issues/10636.
2 “Mitigating the Axios npm supply chain compromise,” Microsoft Threat Intelligence and Microsoft Defender Security Research Team, April 1, 2026, https://www.microsoft.com/en-us/security/blog/2026/04/01/mitigating-the-axios-npm-supply-chain-compromise/.
Original Article: https://www.cisa.gov/news-events/alerts/2026/04/20/supply-chain-compromise-impacts-axios-node-package-manager
Discover more from ISC2 Aberdeen Chapter
Subscribe to get the latest posts sent to your email.


Leave a Reply