DEV Community

Cover image for 36 Malicious npm Packages Target Guardarian Infrastructure via Strapi Plugins
BeyondMachines for BeyondMachines

Posted on • Originally published at beyondmachines.net

36 Malicious npm Packages Target Guardarian Infrastructure via Strapi Plugins

Summary

A coordinated supply chain attack involving 36 malicious npm packages targeted the cryptocurrency platform Guardarian to steal database credentials and wallet keys. The campaign exploited Redis and Docker vulnerabilities to deploy persistent, fileless backdoors on production Strapi CMS servers.

Take Action:

If you use Strapi, immediately audit your node_modules for any of these 36 malicious packages: legitimate Strapi plugins are always scoped under @strapi/, so any unscoped strapi-plugin-* package should be treated as suspicious and removed. If any were installed, assume full compromise: rotate all credentials, secrets, and keys, revoke database and API tokens, and investigate your environment for reverse shells or unauthorized cron jobs.


Read the full article on BeyondMachines


This article was originally published on BeyondMachines

Top comments (0)