TLDR
Security researchers discovered a Node.js based stealer that runs cross platform (Windows/WSL, macOS, Linux) and harvests credentials from 13+ browsers (Chrome, Brave, Edge, Opera, Vivaldi, Yandex, etc.) plus 100+ cryptocurrency wallet...
How it works
Security researchers discovered a Node.js based stealer that runs cross platform (Windows/WSL, macOS, Linux) and harvests credentials from 13+ browsers (Chrome, Brave, Edge, Opera, Vivaldi, Yandex, etc.) plus 100+ cryptocurrency wallet...
Red flags
- Attackers package Node.js stealer as an NPM package → developers unknowingly install malicious dependencies
- Malware targets localhost paths typical of WSL environments → a signal of sophisticated cross platform design
- Embedded plain text payloads reveal intent to steal browser stored credentials with zero user interaction needed
What to do
- 1Audit package.json dependencies: run npm audit or use socket.dev to scan for suspicious NPM packages
- 2Never run untrusted NPM install scripts with npm install g or global flags
- 3Rotate credentials if you installed NPM packages from unverified sources; enable 2FA on all accounts and store sensitive keys in dedicated hardware or vault tools
Source
FAQ
Is Cross Platform NPM Stealer Targets Browser Credentials and Crypto Wallets a real scam pattern?
Yes. Treat the message, call, or payment request as suspicious until you verify it through an official channel.
What are the first warning signs?
Attackers package Node.js stealer as an NPM package → developers unknowingly install malicious dependencies; Malware targets localhost paths typical of WSL environments → a signal of sophisticated cross platform design; Embedded plain text payloads reveal intent to steal browser stored credentials with zero user interaction needed
What should I do first?
Audit package.json dependencies: run npm audit or use socket.dev to scan for suspicious NPM packages; Never run untrusted NPM install scripts with npm install g or global flags; Rotate credentials if you installed NPM packages from unverified sources; enable 2FA on all accounts and store sensitive keys in dedicated hardware or vault tools
Can LegalAudit check my case?
Yes. Start a free chat and paste the message, link, sender, or payment details for triage.