LIVE · cybersecurity feed
Live wire
CVE-2026-9055 · WordPress Amelia Plugin Flaw Exploited Before CVE PublicationCVE-2026-46331 · Linux Kernel Flaw Exploited After 71 Days, Not on CISA KEVCVE-2026-84434 · CVE-2026-84434 Exploited Before Publication, No Patch WindowCVE-2024-4405 · Malicious Extensions Hijack AI Browser Agents via Prompt ForcingCVE-2026-58138 · Critical Pre-Auth RCE in Orkes Conductor Workflow Platform Exploited in the WildCVE-2025-39682 · CISA Flags Three Linux Kernel Vulnerabilities Exploited in the WildBrevo Supply-Chain Attack Infected Over 100,000 WebsitesPublic Exploits Released for Linux Kernel Root Privilege FlawsIn Other News: Ransomware Developer Sentenced, Plugin4Shell AI Attack, Critical SAP FlawCisco alerts customers to second actively exploited zero-day in as many days
malware

Malicious npm packages evade install-script defenses at runtime

An ongoing npm malware campaign involving the 'indexed-btree' package shows how threat actors bypass supply chain defenses by hiding malicious code in a package's normal runtime behavior rather than in installation scripts. [...]

zeroday.news ·

A new npm malware campaign has successfully bypassed recent supply chain security measures by embedding malicious code within a package's normal runtime behavior rather than in installation scripts. The campaign, identified by Checkmarx researchers, involves the `indexed-btree` package, which has accumulated two million weekly downloads, and several other related packages.

The `indexed-btree` package mimics the legitimate `sorted-btree` library. Its malicious functionality is not triggered during installation, allowing it to evade security checks introduced by GitHub in June 2026. These measures block dependency lifecycle scripts like `preinstall`, `install`, and `postinstall` unless explicitly approved, and prevent automatic retrieval of dependencies from Git repositories or remote URLs.

Instead of using installation scripts, the malware loader is hidden within the `BTree.prototype.set()` method of the `indexed-btree` package. This method is a core function that would be frequently called by users of the library. When invoked with a specific key value, it triggers `sharedLoad.min.js`, which contains the obfuscated first stage of the malware. This technique allows the malicious code to bypass standard taint-analysis tools and most static scanners.

Upon execution, the malware gathers system details such as architecture, hostname, CPU, memory, and uptime. This information is then exfiltrated via hardcoded Slack and Telegram channels. The malware also communicates with an Ethereum smart contract on the Sepolia test network to receive command-and-control (C2) instructions. It uses X25519 key exchange to derive an AES key, which decrypts a second-stage payload stored in the contract. Operators can also command the malware to delete its files and remove the malicious trigger from the package code to erase its traces.

The threat actors went to considerable lengths to make the `indexed-btree` project appear legitimate. This included creating a convincing GitHub repository, populating it with a fabricated commit history, and curating the developer account.

Checkmarx researchers also identified nine other npm packages linked to the same operation, which have since been removed from npm. These packages also achieved significant download numbers: `ordered-kv-index` (448,184 downloads), `btree-leaderboard` (493,685 downloads), `priority-slot-queue` (402,860 downloads), `btree-range-store` (468,092 downloads), `btree-core` (1,951,274 downloads), `btree-time-index` (425,312 downloads), `btree-lru-cache` (372,185 downloads), `neighbor-key-map` (366,019 downloads), and `sliding-score-window` (448,024 downloads).

The researchers noted that the attackers may have generated significant profits, pointing to an Ethereum wallet holding 109 ETH. However, it is not confirmed that these funds were acquired through cryptocurrency theft.

Developers are advised to move beyond relying solely on install-time scanning and to implement runtime behavioral analysis for enhanced security. Users who have installed `indexed-btree` or any of the other listed malicious packages should rotate all secrets and restore their development environments from a trusted backup.

malware
ShareXLinkedInWhatsAppFacebook

More News

view all →
vulnerability

SECURITY AFFAIRS MALWARE NEWSLETTER ROUND 115

Security Affairs Malware newsletter includes a collection of the best articles and research on malware in the international landscape Malware Newsletter Gray Rabbits and the Tale of a One-Click Backdoor Red Heron exploits Gitea n-day flaw in multinational campaign, exposing new Linux rootkit Malicious Twitch Browser Extension Exposes 30,000 Users’ OAuth Tokens to Russian Bot […]

nation-state

AI Hallucinations Nearly Triggered a US-China Military Confrontation

An AI-generated intelligence report falsely identified weapons on a Chinese ship, nearly triggering a US military operation during the Iran war. According to CNN, four sources familiar with the episode say an intelligence report circulated through the military claiming a Chinese vessel in the Middle East was carrying components for a nuclear weapons program. The […]

CVE-2026-9055critical

WordPress Amelia Plugin Flaw Exploited Before CVE Publication

A critical privilege escalation vulnerability in the WordPress Amelia plugin was exploited before its official CVE publication. CISA has not yet added it to its Known Exploited Vulnerabilities catalog.

CVE-2026-46331high

Linux Kernel Flaw Exploited After 71 Days, Not on CISA KEV

A Linux kernel vulnerability, CVE-2026-46331, has been confirmed as exploited, but remains absent from the US federal CISA Known Exploited Vulnerabilities (KEV) catalogue.

CVE-2026-84434high

CVE-2026-84434 Exploited Before Publication, No Patch Window

A critical vulnerability, CVE-2026-84434, was reported as exploited on September 18, 2026, one day before its official publication. This flaw has no patch window and is listed in the VulnCheck KEV but not in CISA KEV or EUVD.

nation-state

Security Affairs newsletter Round 595 by Pierluigi Paganini – INTERNATIONAL EDITION

A new round of the weekly Security Affairs newsletter has arrived! Every week, the best security articles from Security Affairs are free in your email box. Enjoy a new round of the weekly SecurityAffairs newsletter, including international press. Google Gemini also Broke Out of Its Test Environment AI Helps Hackers Hijack OpenAI Staff Accounts Through […]