Malicious NPM Packages Deliver Windows RAT, Researchers Warn
Patch or remove the malicious npm packages aes-decode-runner-pro, postcss-minify-selector, and postcss-minify-selector-parser to prevent RAT delivery.
Patch or remove the malicious npm packages aes-decode-runner-pro, postcss-minify-selector, and postcss-minify-selector-parser to prevent RAT delivery.
Summary
Security researchers have identified a trio of malicious npm packages that deliver a Windows-based remote access trojan (RAT).
The compromised packages—aes-decode-runner-pro, postcss-minify-selector, and postcss-minify-selector-parser—have attracted 145, 256, and 615 downloads respectively.
All three were published over the past month by a single npm user, indicating a coordinated effort.
The malicious code is designed to install a RAT that grants attackers full control over the victim’s machine.
The packages masquerade as legitimate utilities, making them difficult to detect through standard package vetting.
Developers are urged to audit their dependencies and remove any of the flagged packages from their projects.
The incident highlights the importance of maintaining a strict package review process.
The attackers may continue to publish similar malicious packages if left unchecked.
Key changes
- Malicious npm packages discovered
- Packages: aes-decode-runner-pro (145 downloads)
- postcss-minify-selector (256 downloads)
- postcss-minify-selector-parser (615 downloads)
- Published over past month by npm user
- Designed to deliver Windows-based RAT