Select a theme from the list.
Insights

From our experts

Latest
NightmareStresser Takedown Strikes at the DDoS-for-Hire EconomyAI-Assisted Exploit Chain Reached OpenAI Staff Accounts and Internal CodeRuntime npm Malware Slips Past Install-Time Supply Chain DefensesCaptiveCrunch Turns Hotel Networks Into Identity and Malware Delivery ChannelsDeparted Employee Access Magnifies the Fallout From the TanStack Supply Chain AttackBragJack Turns Malicious Browser Extensions Into AI Agent ControllersWindows 11 Tests Remote Cloud Rebuild for Faster Enterprise RecoveryPublic Linux Root Exploits Put Unpatched Servers on a Short ClockGyazo Breach Turns Screenshot Metadata Into a Privacy CrisisMicrosoft's Email Benchmark Shows Why Inbox Defense Cannot Stop at DeliveryMalicious DNS Zones Can Turn Unbound Resolvers Into Code-Execution TargetsRatHat Gives Android Malware an AI-Powered Pair of HandsNightmareStresser Takedown Strikes at the DDoS-for-Hire EconomyAI-Assisted Exploit Chain Reached OpenAI Staff Accounts and Internal CodeRuntime npm Malware Slips Past Install-Time Supply Chain DefensesCaptiveCrunch Turns Hotel Networks Into Identity and Malware Delivery ChannelsDeparted Employee Access Magnifies the Fallout From the TanStack Supply Chain AttackBragJack Turns Malicious Browser Extensions Into AI Agent ControllersWindows 11 Tests Remote Cloud Rebuild for Faster Enterprise RecoveryPublic Linux Root Exploits Put Unpatched Servers on a Short ClockGyazo Breach Turns Screenshot Metadata Into a Privacy CrisisMicrosoft's Email Benchmark Shows Why Inbox Defense Cannot Stop at DeliveryMalicious DNS Zones Can Turn Unbound Resolvers Into Code-Execution TargetsRatHat Gives Android Malware an AI-Powered Pair of Hands
Security Insight

Runtime npm Malware Slips Past Install-Time Supply Chain Defenses

Runtime npm Malware Slips Past Install-Time Supply Chain Defenses
Photo by Ann H on Pexels

Researchers have uncovered malicious npm packages that avoid suspicious installation scripts and activate only when applications call normal library functions. The campaign shows why package approval controls and static scanning cannot provide complete protection when hostile behavior is hidden inside legitimate-looking runtime operations. ([bleepingcomputer.com](https://www.bleepingcomputer.com/news/security/malicious-npm-packages-evade-install-script-defenses-at-runtime/))

A malicious npm campaign has exposed an important weakness in modern software supply chain defenses: a package can appear harmless during installation while reserving its malicious behavior for application runtime. Researchers examining the indexed-btree package found that its loader was embedded inside a commonly used library method rather than a preinstall, install or postinstall script. This design allowed the package to avoid the approval mechanisms introduced in npm 12 for potentially dangerous lifecycle activity. ([bleepingcomputer.com](https://www.bleepingcomputer.com/news/security/malicious-npm-packages-evade-install-script-defenses-at-runtime/))

Normal Execution Becomes the Trigger

The package attempted to imitate the legitimate sorted-btree project. Its malicious loader was placed inside the BTree.prototype.set() method, meaning the hostile code could run when an application performed what appeared to be a normal data operation. Installation therefore produced few of the signals that defenders traditionally associate with a compromised dependency.

Once activated, the malware collected system information and communicated through Slack and Telegram channels. It also retrieved command-and-control information from an Ethereum smart contract on the Sepolia test network, then used encrypted communications to obtain a second-stage payload. Researchers connected nine additional npm packages to the same operation and reported that those packages had accumulated substantial download counts before removal. ([bleepingcomputer.com](https://www.bleepingcomputer.com/news/security/malicious-npm-packages-evade-install-script-defenses-at-runtime/))

Why Existing Controls Fall Short

Blocking lifecycle scripts remains useful, but this incident demonstrates that it cannot be treated as a complete supply chain security strategy. Static analysis may also struggle when malicious logic is heavily obfuscated, conditionally activated or mixed into a function that developers expect the library to execute frequently.

In my view, development teams need to treat third-party packages as executable external code throughout their lifetime, not merely during installation. A dependency that passes an initial scan can still activate later in a build server, developer workstation or production workload.

Recommended Defensive Actions

  • Remove the identified packages and rebuild affected development environments from trusted images.
  • Rotate repository tokens, cloud credentials, signing keys and other secrets accessible to exposed systems.
  • Monitor dependencies at runtime for unusual processes, outbound connections and access to credential stores.
  • Use lockfiles, internal package mirrors and approved dependency lists to reduce uncontrolled adoption.
  • Review package maintainers, release history and code changes instead of relying only on download statistics.

The broader lesson is that supply chain protection must extend beyond package installation. Runtime behavior, network telemetry and secret-access monitoring are becoming essential controls as attackers learn to make malicious dependencies look clean at the point where most security checks occur.

Talk to our team →

Latest

NightmareStresser Takedown Strikes at the DDoS-for-Hire EconomySep 21, 2026AI-Assisted Exploit Chain Reached OpenAI Staff Accounts and Internal CodeSep 21, 2026Runtime npm Malware Slips Past Install-Time Supply Chain DefensesSep 21, 2026CaptiveCrunch Turns Hotel Networks Into Identity and Malware Delivery ChannelsSep 20, 2026Departed Employee Access Magnifies the Fallout From the TanStack Supply Chain AttackSep 20, 2026BragJack Turns Malicious Browser Extensions Into AI Agent ControllersSep 20, 2026

Most read

1Sophos Turns Its Own Network Into a Proving Ground for Safer Enterprise AI2Sophos Fusion Recasts the Security Platform as an AI-Driven Defense System3Microsoft Makes Passkeys the Entra ID Default and Sets a Deadline for Native SMS Authentication4Global CMS Exploitation Wave Plants Webshells on Business Websites5Laser Attack Exposes an Unpatchable Weakness in Tangem Crypto Wallet Cards6Critical NGINX Overflow Puts Internet-Facing Servers on an Urgent Upgrade Path