Malicious nx Packages Exfiltrate Credentials in 's1ngularity' Supply Chain Attack
Summary
Hide ▲
Show ▼
The *SANDWORM_MODE* campaign, a new iteration of the Shai-Hulud supply chain worm, has expanded its attack surface by leveraging 19 malicious npm packages (e.g., `claud-code`, `crypto-locale`, `secp256`) to harvest credentials, cryptocurrency keys, and API tokens. Published under aliases *official334* and *javaorg*, the malware retains Shai-Hulud’s self-propagating capabilities while introducing novel techniques: **GitHub API exfiltration with DNS fallback**, **hook-based persistence**, **SSH propagation**, and **MCP server injection** targeting AI coding assistants (Claude Code, VS Code Continue, etc.). The attack also targets **LLM API keys** (Anthropic, OpenAI, Mistral, etc.) and includes a **polymorphic engine** (currently inactive) for evasion via Ollama/DeepSeek Coder. A two-stage payload delays deeper harvesting (password managers, worm propagation) for 48+ hours, with a destructive wiper routine as a fallback. This follows the *Sha1-Hulud* wave (November–December 2025), which exposed **400,000 secrets** across **30,000 GitHub repositories** via **800+ trojanized npm packages**, and the *PackageGate* vulnerabilities (January 2026) that bypassed npm’s `--ignore-scripts` defenses. Concurrently, unrelated but similarly severe threats include the `buildrunner-dev` and `eslint-verify-plugin` packages deploying **Pulsar RAT/Mythic C2 agents**, and a fake VS Code Solidity extension (`solid281`) dropping **ScreenConnect or reverse shells**. Researchers warn of escalating risks to developer environments, CI/CD pipelines, and AI-assisted coding tools, urging **immediate credential rotation**, **dependency audits**, and **hardened access controls**.
Timeline
-
23.02.2026 12:20 1 articles · 1d ago
Concurrent Malicious npm Packages Deploy RATs and Reverse Shells
Researchers identified two additional malicious npm packages, `buildrunner-dev` and `eslint-verify-plugin`, deploying advanced post-exploitation tooling. `buildrunner-dev` installs **Pulsar RAT**, an open-source remote access trojan delivered via a PNG image hosted on `i.ibb[.]co`, targeting Windows, macOS, and Linux systems. `eslint-verify-plugin` masquerades as a legitimate ESLint utility but deploys a **multi-stage infection chain**: on Linux, it installs a **Poseidon agent** for the Mythic C2 framework, while on macOS, it executes **Apfell** (a JXA agent) to create a new admin user and exfiltrate system data (Chrome bookmarks, iCloud Keychain, screenshots, etc.). Separately, a rogue VS Code extension, `solid281`, impersonates the official Solidity extension but drops **ScreenConnect** (Windows) or a **Python reverse shell** (macOS/Linux) upon startup. These discoveries highlight the broadening scope of supply chain attacks beyond credential theft, targeting full-system compromise and lateral movement within developer environments.
Show sources
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
-
26.01.2026 16:02 1 articles · 29d ago
PackageGate Vulnerabilities Bypass NPM's Shai-Hulud Defenses via Git Dependencies
Researchers at Koi Security discovered *PackageGate*, a collection of vulnerabilities in JavaScript package managers (npm, pnpm, Bun, vlt) that allow attackers to bypass security measures like the '--ignore-scripts' flag. The flaws enable malicious '.npmrc' files in Git dependencies to override the git binary path, achieving full code execution during installation. Bun patched the issue in version 1.3.5, while pnpm addressed two CVEs (CVE-2025-69263 and CVE-2025-69264). NPM, however, closed the report as "works as expected," arguing that users must vet package content themselves—despite the bug bounty scope explicitly covering script execution bypasses. The vulnerabilities are not theoretical: proof-of-concept exploits creating reverse shells have been observed. GitHub, npm’s operator, acknowledged ongoing registry scans for malware and urged adoption of trusted publishing and granular access tokens with enforced 2FA. The findings underscore persistent risks in npm’s security model, particularly for Git-based dependencies, which could enable attackers to circumvent post-Shai-Hulud mitigations.
Show sources
- Hackers can bypass npm’s Shai-Hulud defenses via Git dependencies — www.bleepingcomputer.com — 26.01.2026 16:02
-
02.12.2025 21:06 1 articles · 2mo ago
Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets
The second Shai-Hulud attack last week exposed around 400,000 raw secrets after infecting hundreds of packages in the NPM registry and publishing stolen data in 30,000 GitHub repositories. Although just about 10,000 of the exposed secrets were verified as valid by the open-source TruffleHog scanning tool, researchers at cloud security platform Wiz say that more than 60% of the leaked NPM tokens were still valid as of December 1st. The Shai-Hulud threat emerged in mid-September, compromising 187 NPM packages with a self-propagating payload that identified account tokens using TruffleHog, injected a malicious script into the packages, and automatically published them on the platform. In the second attack, the malware impacted over 800 packages (counting all infected versions of a package) and included a destructive mechanism that wiped the victim’s home directory if certain conditions were met. The malware used TruffleHog without the 'only-verified' flag, meaning that the 400,000 exposed secrets match a known format and may not be valid or usable anymore. Analysis of 24,000 environment.json files showed that roughly half of them were unique, with 23% corresponding to developer machines, and the rest coming from CI/CD runners and similar infrastructure. Most of the infected machines, 87% of them, are Linux systems, while most infections (76%) were on containers. Regarding the CI/CD platform distribution, GitHub Actions led by far, followed by Jenkins, GitLab CI, and AWS CodeBuild. The top package was @postman/[email protected], followed by @asyncapi/[email protected]. These two packages together accounted for more than 60% of all the infections. Wiz believes that the perpetrators behind Shai-Hulud will continue to refine and evolve their techniques, and predicts that more attack waves will emerge in the near future, potentially leveraging the massive credential trove harvested so far.
Show sources
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
24.11.2025 15:03 9 articles · 3mo ago
Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft
The second wave of the Shai-Hulud attack, *Sha1-Hulud*, compromised over 800 npm packages and exposed 400,000 raw secrets across 30,000 GitHub repositories, with 60% of leaked NPM tokens remaining valid as of December 2025. The malware introduced a preinstall script (setup_bun.js) that installed the Bun runtime to evade Node.js-focused defenses, registered infected machines as self-hosted GitHub runners, and exfiltrated credentials via dynamically named repositories. Analysis revealed 87% of infections occurred on Linux systems, predominantly in containers, with GitHub Actions being the most exploited CI/CD platform. *Update*: Subsequent research identified *PackageGate*, a set of vulnerabilities in npm, pnpm, Bun, and vlt that allow attackers to bypass the '--ignore-scripts' defense via Git dependencies. Malicious '.npmrc' files can override the git binary path, enabling arbitrary code execution even when scripts are disabled. While Bun, pnpm, and vlt patched these flaws, npm rejected the vulnerability report, citing user responsibility for package vetting. Proof-of-concept exploits demonstrate active abuse of this technique. *Update (February 2026)*: A third wave, *SANDWORM_MODE*, deployed 19 new malicious packages (e.g., `claud-code`, `secp256`) under publisher aliases *official334* and *javaorg*. This iteration expands credential theft to include **cryptocurrency keys**, **LLM API tokens** (Anthropic, OpenAI, Mistral, etc.), and **AI coding assistant compromise** via MCP server injection. The attack uses a two-stage payload with a 48-hour delay for deeper persistence, alongside a **polymorphic obfuscation engine** (currently inactive) and a **destructive wiper routine** triggered upon losing GitHub/npm access. Four sleeper packages (e.g., `ethres`, `iru-caches`) were also identified as part of the campaign infrastructure. *New Development*: The SANDWORM_MODE campaign spreads via **typosquatting packages** (e.g., `[email protected]` mimicking `supports-color`) and injects **rogue MCP servers** into AI assistant configurations (Claude Desktop, Cursor, VS Code Continue). The malware uses **layered obfuscation** (base64, zlib, AES-256-GCM) and a **three-channel exfiltration cascade**: Cloudflare Worker endpoints, private GitHub repositories, and DNS tunneling. Cloudflare, npm, and GitHub have mitigated the infrastructure, but developers are urged to rotate credentials and audit repositories for unauthorized modifications.
Show sources
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Hackers can bypass npm’s Shai-Hulud defenses via Git dependencies — www.bleepingcomputer.com — 26.01.2026 16:02
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
16.09.2025 23:02 2 articles · 5mo ago
Shai-Hulud Self-Replication Mechanism Detailed
The Shai-Hulud worm emerged just days after a broad phishing campaign that spoofed NPM and asked developers to update their multi-factor authentication login options. The Shai-Hulud worm was first detected on September 14, 2025, around 17:58 UTC. The Shai-Hulud worm briefly compromised at least 25 NPM code packages managed by CrowdStrike. The Shai-Hulud worm spreads by using stolen NPM authentication tokens, adding its code to the top 20 packages in the victim’s account. The Shai-Hulud worm deliberately skips Windows systems, assuming the victim is working in a Linux or macOS environment. The Shai-Hulud worm uses the open-source tool TruffleHog to search for exposed credentials and access tokens on the developer’s machine. The Shai-Hulud worm attempts to create new GitHub actions and publish any stolen secrets. The Shai-Hulud worm's spread seems to have waned in recent hours but could restart if a new victim is infected. The web address used by the attackers to exfiltrate collected data was disabled due to rate limits. The Shai-Hulud worm is still propagating, although its spread has slowed down. The Shai-Hulud worm can lay dormant and restart the spread if a new victim is infected. The Shai-Hulud worm's spread could be significantly reduced by implementing a publication model that requires explicit human consent for every publication request using a phish-proof 2FA method.
Show sources
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
-
16.09.2025 08:00 4 articles · 5mo ago
Shai-Hulud Attack Compromises Over 40 npm Packages
The Shai-Hulud worm emerged just days after a broad phishing campaign that spoofed NPM and asked developers to update their multi-factor authentication login options. The Shai-Hulud worm was first detected on September 14, 2025, around 17:58 UTC. The Shai-Hulud worm briefly compromised at least 25 NPM code packages managed by CrowdStrike. The Shai-Hulud worm spreads by using stolen NPM authentication tokens, adding its code to the top 20 packages in the victim’s account. The Shai-Hulud worm deliberately skips Windows systems, assuming the victim is working in a Linux or macOS environment. The Shai-Hulud worm uses the open-source tool TruffleHog to search for exposed credentials and access tokens on the developer’s machine. The Shai-Hulud worm attempts to create new GitHub actions and publish any stolen secrets. The Shai-Hulud worm's spread seems to have waned in recent hours but could restart if a new victim is infected. The web address used by the attackers to exfiltrate collected data was disabled due to rate limits. The Shai-Hulud worm is still propagating, although its spread has slowed down. The Shai-Hulud worm can lay dormant and restart the spread if a new victim is infected. The Shai-Hulud worm's spread could be significantly reduced by implementing a publication model that requires explicit human consent for every publication request using a phish-proof 2FA method.
Show sources
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
-
06.09.2025 17:11 1 articles · 5mo ago
Nx Team Publishes Root Cause Analysis and Adopts New Security Measures
The Nx team published a root cause analysis detailing the pull request title injection and insecure use of pull_request_target. Nx has adopted NPM's Trusted Publisher model and added manual approval for PR-triggered workflows to prevent future compromises.
Show sources
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
-
28.08.2025 13:36 5 articles · 6mo ago
Malicious nx Packages Exfiltrate Credentials in 's1ngularity' Supply Chain Attack
The Shai-Hulud worm emerged just days after a broad phishing campaign that spoofed NPM and asked developers to update their multi-factor authentication login options. The Shai-Hulud worm was first detected on September 14, 2025, around 17:58 UTC. The Shai-Hulud worm briefly compromised at least 25 NPM code packages managed by CrowdStrike. The Shai-Hulud worm spreads by using stolen NPM authentication tokens, adding its code to the top 20 packages in the victim’s account. The Shai-Hulud worm deliberately skips Windows systems, assuming the victim is working in a Linux or macOS environment. The Shai-Hulud worm uses the open-source tool TruffleHog to search for exposed credentials and access tokens on the developer’s machine. The Shai-Hulud worm attempts to create new GitHub actions and publish any stolen secrets. The Shai-Hulud worm's spread seems to have waned in recent hours but could restart if a new victim is infected. The web address used by the attackers to exfiltrate collected data was disabled due to rate limits. The Shai-Hulud worm is still propagating, although its spread has slowed down. The Shai-Hulud worm can lay dormant and restart the spread if a new victim is infected. The Shai-Hulud worm's spread could be significantly reduced by implementing a publication model that requires explicit human consent for every publication request using a phish-proof 2FA method.
Show sources
- Malicious Nx Packages in ‘s1ngularity’ Attack Leaked 2,349 GitHub, Cloud, and AI Credentials — thehackernews.com — 28.08.2025 13:36
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
Information Snippets
-
The nx build system is an open-source, technology-agnostic build platform with over 3.5 million weekly downloads.
First reported: 28.08.2025 13:363 sources, 6 articlesShow sources
- Malicious Nx Packages in ‘s1ngularity’ Attack Leaked 2,349 GitHub, Cloud, and AI Credentials — thehackernews.com — 28.08.2025 13:36
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The attack exploited a vulnerable workflow added on August 21, 2025, that allowed for arbitrary command execution via a malicious pull request title.
First reported: 28.08.2025 13:364 sources, 6 articlesShow sources
- Malicious Nx Packages in ‘s1ngularity’ Attack Leaked 2,349 GitHub, Cloud, and AI Credentials — thehackernews.com — 28.08.2025 13:36
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The compromised versions of nx and related plugins were published on August 26, 2025, and have since been removed from the npm registry.
First reported: 28.08.2025 13:364 sources, 7 articlesShow sources
- Malicious Nx Packages in ‘s1ngularity’ Attack Leaked 2,349 GitHub, Cloud, and AI Credentials — thehackernews.com — 28.08.2025 13:36
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The malicious packages contained a postinstall script that scanned for text files, collected credentials, and sent them to attacker-controlled GitHub repositories.
First reported: 28.08.2025 13:364 sources, 7 articlesShow sources
- Malicious Nx Packages in ‘s1ngularity’ Attack Leaked 2,349 GitHub, Cloud, and AI Credentials — thehackernews.com — 28.08.2025 13:36
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The attack affected Linux and macOS systems, targeting various credentials including GitHub OAuth keys, API keys, and cloud service credentials.
First reported: 28.08.2025 13:364 sources, 7 articlesShow sources
- Malicious Nx Packages in ‘s1ngularity’ Attack Leaked 2,349 GitHub, Cloud, and AI Credentials — thehackernews.com — 28.08.2025 13:36
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The attack took just over four hours from beginning to end.
First reported: 28.08.2025 21:394 sources, 7 articlesShow sources
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Hackers can bypass npm’s Shai-Hulud defenses via Git dependencies — www.bleepingcomputer.com — 26.01.2026 16:02
-
The attackers published malicious versions of the nx package and related plugins on August 26, 2025.
First reported: 28.08.2025 21:393 sources, 4 articlesShow sources
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The malicious packages contained a script named 'telemetry.js' that leveraged AI-powered CLI tools to scan for sensitive files.
First reported: 28.08.2025 21:394 sources, 6 articlesShow sources
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The attackers used AI CLI tools like Claude Code, Gemini, and Amazon Q to dynamically scan for high-value secrets.
First reported: 28.08.2025 21:394 sources, 6 articlesShow sources
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The malware created public repositories in the victimized developer's GitHub account and encoded the stolen data in a file titled 'results.b64'.
First reported: 28.08.2025 21:394 sources, 6 articlesShow sources
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The attackers used the naming scheme 'singularity-repository-0', 'singularity-repository-1', etc., for the new repositories.
First reported: 28.08.2025 21:394 sources, 6 articlesShow sources
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The malware modified shell startup files to crash the system every time a terminal session was opened.
First reported: 28.08.2025 21:394 sources, 6 articlesShow sources
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
Over 1,000 developers were affected, resulting in the leak of around 20,000 sensitive files.
First reported: 28.08.2025 21:394 sources, 6 articlesShow sources
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The malicious packages were removed from the npm registry at 2:44 a.m. UTC on August 27, 2025.
First reported: 28.08.2025 21:394 sources, 5 articlesShow sources
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
GitHub disabled all of the 'singularity-repository' repositories at 9 a.m. UTC on August 27, 2025.
First reported: 28.08.2025 21:394 sources, 5 articlesShow sources
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
Approximately 90% of leaked GitHub tokens remain active.
First reported: 28.08.2025 21:393 sources, 4 articlesShow sources
- 1,000+ Devs Lose Their Secrets to an AI-Powered Stealer — www.darkreading.com — 28.08.2025 21:39
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The attack unfolded in three distinct phases, impacting 2,180 accounts and 7,200 repositories.
First reported: 06.09.2025 17:113 sources, 5 articlesShow sources
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The first phase, between August 26 and 27, directly impacted 1,700 users, leaking over 2,000 unique secrets and exposing 20,000 files.
First reported: 06.09.2025 17:113 sources, 5 articlesShow sources
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The second phase, between August 28 and 29, compromised an additional 480 accounts, mostly organizations, and exposed 6,700 private repositories.
First reported: 06.09.2025 17:113 sources, 5 articlesShow sources
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The third phase, beginning on August 31, targeted a single victim organization, publishing an additional 500 private repositories.
First reported: 06.09.2025 17:113 sources, 5 articlesShow sources
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The attackers used AI-powered CLI tools like Claude, Q, and Gemini to dynamically scan for high-value secrets, tuning the prompts for better success.
First reported: 06.09.2025 17:113 sources, 5 articlesShow sources
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The attackers' prompt tuning showed rapid evolution, including role-prompting and varying specificity on techniques.
First reported: 06.09.2025 17:113 sources, 5 articlesShow sources
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The Nx team published a root cause analysis, detailing the pull request title injection and insecure use of pull_request_target.
First reported: 06.09.2025 17:113 sources, 4 articlesShow sources
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
Nx has adopted NPM's Trusted Publisher model and added manual approval for PR-triggered workflows to prevent future compromises.
First reported: 06.09.2025 17:113 sources, 4 articlesShow sources
- AI-powered malware hit 2,180 GitHub accounts in “s1ngularity” attack — www.bleepingcomputer.com — 06.09.2025 17:11
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The Shai-Hulud attack, a new supply chain attack, has compromised over 40 npm packages, affecting multiple maintainers.
First reported: 16.09.2025 08:004 sources, 9 articlesShow sources
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Hackers can bypass npm’s Shai-Hulud defenses via Git dependencies — www.bleepingcomputer.com — 26.01.2026 16:02
-
The compromised versions of the packages include a function that downloads a package tarball, modifies package.json, injects a local script (bundle.js), repacks the archive, and republishes it, enabling automatic trojanization of downstream packages.
First reported: 16.09.2025 08:004 sources, 9 articlesShow sources
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Hackers can bypass npm’s Shai-Hulud defenses via Git dependencies — www.bleepingcomputer.com — 26.01.2026 16:02
-
The attack uses TruffleHog's credential scanner to search developer machines for secrets and transmit them to an external server under the attacker's control.
First reported: 16.09.2025 08:004 sources, 9 articlesShow sources
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The attack targets both Windows and Linux systems.
First reported: 16.09.2025 08:004 sources, 8 articlesShow sources
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The malicious JavaScript code (bundle.js) injected into each of the trojanized packages is designed to download and run TruffleHog, a legitimate secret scanning tool, to scan the host for tokens and cloud credentials.
First reported: 16.09.2025 08:004 sources, 9 articlesShow sources
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The script abuses the developer's credentials to create a GitHub Actions workflow in .github/workflows and exfiltrates the collected data to a webhook[.]site endpoint.
First reported: 16.09.2025 08:004 sources, 8 articlesShow sources
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The attack demonstrates a self-propagating mechanism enabling automatic infection of downstream packages, creating a cascading compromise across the ecosystem.
First reported: 16.09.2025 08:004 sources, 10 articlesShow sources
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
-
The attack leveraged the "crowdstrike-publisher" npm account to publish several trojanized packages.
First reported: 16.09.2025 08:004 sources, 7 articlesShow sources
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The attack is characterized as a "first of its kind self-replicating worm" compromising npm packages with cloud token stealing malware.
First reported: 16.09.2025 08:004 sources, 8 articlesShow sources
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
-
The starting point of the attack is believed to be the rxnt-authentication package, a malicious version of which was published on npm on September 14, 2025.
First reported: 16.09.2025 08:003 sources, 5 articlesShow sources
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The attack has compromised 34 GitHub accounts containing the 'Shai-Hulud' repository, within which there is a "data.json" file containing an encoded JSON with the compromised information.
First reported: 16.09.2025 08:003 sources, 5 articlesShow sources
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The attack tries to create a public copy of all private repositories belonging to the compromised user, likely to gain access to secrets hard-coded in those repositories and steal source code.
First reported: 16.09.2025 08:003 sources, 5 articlesShow sources
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The newly created repositories get a suffix -migration to their original name, reminiscent of the s1ngularity attack targeting the nx build system.
First reported: 16.09.2025 08:003 sources, 5 articlesShow sources
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The attack is assessed to be "directly downstream" of the s1ngularity attack, one of the most severe JavaScript supply chain attacks observed to date.
First reported: 16.09.2025 08:004 sources, 6 articlesShow sources
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The Rust Security Response Working Group is warning of phishing emails from a typosquatted domain, rustfoundation[.]dev, targeting crates.io users.
First reported: 16.09.2025 08:002 sources, 4 articlesShow sources
- 40 npm Packages Compromised in Supply Chain Attack Using bundle.js to Steal Credentials — thehackernews.com — 16.09.2025 08:00
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The Shai-Hulud attack has compromised at least 187 npm packages.
First reported: 16.09.2025 17:085 sources, 7 articlesShow sources
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The attack started with the compromise of the @ctrl/tinycolor npm package, which receives over 2 million weekly downloads.
First reported: 16.09.2025 17:085 sources, 7 articlesShow sources
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The attack has expanded to include packages published under CrowdStrike's npm namespace.
First reported: 16.09.2025 17:085 sources, 7 articlesShow sources
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The attack uses a self-propagating mechanism to infect other packages by the same maintainer.
First reported: 16.09.2025 17:085 sources, 7 articlesShow sources
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The malware modifies package.json, injects a bundle.js script, repacks the archive, and republishes it.
First reported: 16.09.2025 17:085 sources, 7 articlesShow sources
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The malware uses TruffleHog to search the host for tokens and cloud credentials.
First reported: 16.09.2025 17:085 sources, 8 articlesShow sources
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
-
The malware creates unauthorized GitHub Actions workflows within repositories and exfiltrates sensitive data to a hardcoded webhook endpoint.
First reported: 16.09.2025 17:085 sources, 7 articlesShow sources
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
-
The attack is named 'Shai-Hulud' after the shai-hulud.yaml workflow files used by the malware.
First reported: 16.09.2025 17:085 sources, 6 articlesShow sources
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The attack follows the 's1ngularity' attack and may have been orchestrated by the same attackers.
First reported: 16.09.2025 17:085 sources, 6 articlesShow sources
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The attack highlights the fragility of the modern software supply chain and the need for developers to safeguard their software builds and pipelines.
First reported: 16.09.2025 17:084 sources, 5 articlesShow sources
- Self-propagating supply chain attack hits 187 npm packages — www.bleepingcomputer.com — 16.09.2025 19:46
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The Shai-Hulud attack was first detected by ReversingLabs on September 15, 2025.
First reported: 16.09.2025 17:083 sources, 4 articlesShow sources
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The malware's name, 'Shai-hulud,' is derived from the Dune sandworms.
First reported: 16.09.2025 17:084 sources, 5 articlesShow sources
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The attack shares similarities with an earlier incident where Qix's npm account was compromised, affecting over 2 billion weekly downloads.
First reported: 16.09.2025 17:085 sources, 6 articlesShow sources
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The Shai-Hulud worm begins its propagation inside a compromised component and activates when the poisoned software is downloaded by an unsuspecting user.
First reported: 16.09.2025 17:084 sources, 6 articlesShow sources
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The worm uses the compromised NPM account to infect other packages maintained by the developer, creating a self-replicating cycle.
First reported: 16.09.2025 17:084 sources, 6 articlesShow sources
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The malware targets secrets, tokens, and credentials within the user's environment and installs TruffleHog to search for additional secrets.
First reported: 16.09.2025 17:085 sources, 7 articlesShow sources
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The worm attempts to create public copies of private repositories to access hardcoded secrets and steal source code.
First reported: 16.09.2025 17:085 sources, 6 articlesShow sources
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The most likely 'patient zero' for the Shai-Hulud attack is the 'rxnt-authentication' package.
First reported: 16.09.2025 17:085 sources, 6 articlesShow sources
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The attack has compromised hundreds of NPM packages, affecting a wide range of developers and organizations.
First reported: 16.09.2025 17:085 sources, 7 articlesShow sources
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
Developers can check for infection by looking for repositories with 'Shai-Hulud Migration' in their description and branches named 'shai-hulud.'
First reported: 16.09.2025 17:085 sources, 9 articlesShow sources
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
-
The attack is considered more dangerous due to the uncertainty of the attackers' next moves and the potential abuse of leaked secrets.
First reported: 16.09.2025 17:084 sources, 6 articlesShow sources
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The Shai-Hulud campaign is slowing down, and prompt take-downs may break the propagation cycle.
First reported: 16.09.2025 17:084 sources, 7 articlesShow sources
- Self-Replicating 'Shai-hulud' Worm Targets NPM Packages — www.darkreading.com — 16.09.2025 23:02
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The Shai-Hulud worm emerged just days after a broad phishing campaign that spoofed NPM and asked developers to update their multi-factor authentication login options.
First reported: 16.09.2025 17:084 sources, 6 articlesShow sources
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The Shai-Hulud worm was first detected on September 14, 2025, around 17:58 UTC.
First reported: 16.09.2025 17:084 sources, 6 articlesShow sources
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The Shai-Hulud worm briefly compromised at least 25 NPM code packages managed by CrowdStrike.
First reported: 16.09.2025 17:084 sources, 6 articlesShow sources
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The Shai-Hulud worm spreads by using stolen NPM authentication tokens, adding its code to the top 20 packages in the victim’s account.
First reported: 16.09.2025 17:084 sources, 6 articlesShow sources
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The Shai-Hulud worm deliberately skips Windows systems, assuming the victim is working in a Linux or macOS environment.
First reported: 16.09.2025 17:084 sources, 6 articlesShow sources
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The Shai-Hulud worm uses the open-source tool TruffleHog to search for exposed credentials and access tokens on the developer’s machine.
First reported: 16.09.2025 17:084 sources, 7 articlesShow sources
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
-
The Shai-Hulud worm attempts to create new GitHub actions and publish any stolen secrets.
First reported: 16.09.2025 17:083 sources, 6 articlesShow sources
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
-
The Shai-Hulud worm's spread seems to have waned in recent hours but could restart if a new victim is infected.
First reported: 16.09.2025 17:084 sources, 6 articlesShow sources
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The web address used by the attackers to exfiltrate collected data was disabled due to rate limits.
First reported: 16.09.2025 17:083 sources, 5 articlesShow sources
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
-
The Shai-Hulud worm is still propagating, although its spread has slowed down.
First reported: 16.09.2025 17:084 sources, 6 articlesShow sources
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The Shai-Hulud worm can lay dormant and restart the spread if a new victim is infected.
First reported: 16.09.2025 17:084 sources, 6 articlesShow sources
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The Shai-Hulud worm's spread could be significantly reduced by implementing a publication model that requires explicit human consent for every publication request using a phish-proof 2FA method.
First reported: 16.09.2025 17:084 sources, 6 articlesShow sources
- Self-Replicating Worm Hits 180+ Software Packages — krebsonsecurity.com — 16.09.2025 17:08
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The second wave of the Shai-Hulud attack, dubbed Sha1-Hulud, has compromised hundreds of npm packages.
First reported: 24.11.2025 15:034 sources, 6 articlesShow sources
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The new campaign introduces a variant that executes malicious code during the preinstall phase, increasing potential exposure in build and runtime environments.
First reported: 24.11.2025 15:033 sources, 5 articlesShow sources
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The attackers add a preinstall script (setup_bun.js) in the package.json file, which installs or locates the Bun runtime and runs a bundled malicious script (bun_environment.js).
First reported: 24.11.2025 15:034 sources, 6 articlesShow sources
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The malicious payload registers the infected machine as a self-hosted runner named SHA1HULUD and adds a workflow called .github/workflows/discussion.yaml.
First reported: 24.11.2025 15:034 sources, 6 articlesShow sources
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The malware downloads and runs TruffleHog to scan the local machine, stealing sensitive information such as NPM Tokens, AWS/GCP/Azure credentials, and environment variables.
First reported: 24.11.2025 15:033 sources, 5 articlesShow sources
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
Wiz researchers identified over 25,000 affected repositories across about 350 unique users, with 1,000 new repositories being added consistently every 30 minutes in the last couple of hours.
First reported: 24.11.2025 15:034 sources, 6 articlesShow sources
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The second wave is more aggressive, with the malware attempting to destroy the victim's entire home directory if it fails to authenticate or establish persistence.
First reported: 24.11.2025 15:034 sources, 6 articlesShow sources
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The wiper-like functionality is triggered only if the malware cannot authenticate to GitHub, create a GitHub repository, fetch a GitHub token, or find an npm token.
First reported: 24.11.2025 15:034 sources, 6 articlesShow sources
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
Organizations are urged to scan all endpoints for impacted packages, remove compromised versions, rotate all credentials, and audit repositories for persistence mechanisms.
First reported: 24.11.2025 15:034 sources, 6 articlesShow sources
- Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft — thehackernews.com — 24.11.2025 15:03
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
Hundreds of trojanized versions of well-known packages such as Zapier, ENS Domains, PostHog, and Postman have been planted in the npm registry in a new Shai-Hulud supply-chain campaign.
First reported: 24.11.2025 16:324 sources, 6 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The malicious packages have been added to NPM (Node Package Manager) over the weekend to steal developer and continuous integration and continuous delivery (CI/CD) secrets.
First reported: 24.11.2025 16:324 sources, 6 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The data is automatically posted on GitHub in encoded form.
First reported: 24.11.2025 16:324 sources, 6 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
At publishing time, GitHub returned 27,600 results corresponding to entries related to the recent attack.
First reported: 24.11.2025 16:324 sources, 6 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
When the Shai-Hulud malware first appeared in the npm space in mid-September, it compromised 187 packages with a self-propagating payload that used the TruffleHog tool to steal developer secrets.
First reported: 24.11.2025 16:324 sources, 6 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The threat actor automatically downloaded legitimate packages, modified the package.json file to inject a malicious script, and then published them on npm using compromised maintainer accounts.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
When Charlie Eriksen, malware researcher at developer-focused security platform Aikido Security, discovered the new campaign earlier today, there were 105 trojanized packages with Shai-Hulud indicators.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
Since then, the number grew to 492, some of them with multiple versions.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
Later, the researcher warned that the secrets stolen in the supply-chain attack were leaked on GitHub.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The campaign has grown exponentially to more than 27,000 malicious packages.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
Threat researchers at Wiz cloud security platform discovered around 350 unique maintainer accounts used in the campaign, noting that 1,000 new repositories are being added consistently every 30 minutes in the last couple of hours.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
Eriksen clarified for BleepingComputer that the repositories on GitHub are indicative of compromised developers that used trojanized npm packages and had GitHub credentials on their environment.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
A technical analysis of the new Shai-Hulud malware analysis from CI/CD security company Step Security explains that the new payloads are present in two files, one being setup_bun.js - a dropper disguised as a Bun installer.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The second file is called bun_environment.js and is sizeable at 10MB. It relies on "extreme obfuscation techniques," Step Security says, such as a large hex-encoded string with thousands of entries, an anti-analysis loop, and an obfuscated function to retrieve every string in the code.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
According to Wiz, the malicious code collects developer and CI/CD secrets and publishes them to GitHub repositories "with names referencing Shai-Hulud." The malicious code executes only during the pre-install stage and creates the following files: cloud.json, contents.json, environment.json, truffleSecrets.json.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
Stolen secrets are published on GitHub to automatically-generated repositories that have the description "Sha1-Hulud: The Second Coming."
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
It appears that the threat actor has also gained access to GitHub accounts that they are now using to create repositories with the four files above.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
GitHub is deleting the attacker’s repositories as they emerge, but the threat actor appears to be creating new ones very fast.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
On the list of 186 packages that Aikido Security found to be compromised with a new version of the Shai Hulud malware, there are multiple packages from Zapier, ENS Domains, PostHog, and AsyncAPI.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The compromised Zapier packages constitute the official toolkit for building Zapier integrations and are essential for Zapier developers.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The EnsDomains packages are tools and libraries widely used by wallets, DApps, exchanges, and the ENS Manager app, to handle .eth names, resolving them to Ethereum addresses, linking IPFS content, validating names, and interacting with the official ENS smart contracts.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
All of the compromised packages are available for download from npm. However, in some cases, the platform displays a warning message about unauthorized publication of the latest version, indicating that the automated review has caught signs of a compromise.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
Developers are advised to check Aikido’s post for the complete list of the infected packages, downgrade to safe versions, and rotate their secrets and CI/CD tokens immediately.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
Wiz researchers recommend security teams to first identify the compromised packages and replace them with legitimate ones. They also urge organizations to rotate all credentials tied to npm, GitHub, and cloud providers.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
Aikido Security advises developers to disable npm postinstall scripts during continuous integration, if possible.
First reported: 24.11.2025 16:323 sources, 5 articlesShow sources
- Shai-Hulud malware infects 500 npm packages, leaks secrets on GitHub — www.bleepingcomputer.com — 24.11.2025 16:32
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The new Shai-Hulud worm targets popular projects like Zapier and PostHog.
First reported: 25.11.2025 12:003 sources, 4 articlesShow sources
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The new version of Shai-Hulud can infect up to 100 npm packages, compared to 20 in the previous version.
First reported: 25.11.2025 12:003 sources, 4 articlesShow sources
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The malware used in the new version has an unusual structure, split into two files to evade detection.
First reported: 25.11.2025 12:003 sources, 4 articlesShow sources
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The first file checks for and installs a non-standard 'bun' JavaScript runtime.
First reported: 25.11.2025 12:003 sources, 4 articlesShow sources
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The second file is a massive malicious source file that publishes stolen data to .json files in a randomly named GitHub repository.
First reported: 25.11.2025 12:003 sources, 4 articlesShow sources
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The size and structure of the file confuse AI analysis tools, exceeding normal context windows and causing inconsistent analysis results.
First reported: 25.11.2025 12:003 sources, 4 articlesShow sources
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The worm is scaling rapidly, with 1000 new repositories discovered every 30 minutes.
First reported: 25.11.2025 12:003 sources, 4 articlesShow sources
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The worm could lead to data breaches, ransomware footholds, and general loss of trust in the npm ecosystem.
First reported: 25.11.2025 12:004 sources, 5 articlesShow sources
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The worm poses a significant risk to the software industry and end users due to its ability to autonomously steal sensitive developer credentials and propagate itself across hundreds of open-source software packages.
First reported: 25.11.2025 12:004 sources, 5 articlesShow sources
- New Shai-Hulud Worm Spells Trouble For npm Users — www.infosecurity-magazine.com — 25.11.2025 12:00
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The second wave of the Shai-Hulud supply chain attack has spilled over to the Maven ecosystem after compromising more than 830 packages in the npm registry.
First reported: 26.11.2025 20:082 sources, 3 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
A Maven Central package named org.mvnpm:posthog-node:4.18.1 was identified to embed the same two components associated with Sha1-Hulud: the 'setup_bun.js' loader and the main payload 'bun_environment.js'.
First reported: 26.11.2025 20:082 sources, 3 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The Maven Central package is not published by PostHog itself but is generated via an automated mvnpm process that rebuilds npm packages as Maven artifacts.
First reported: 26.11.2025 20:082 sources, 3 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The 'second coming' of the supply chain incident has targeted developers globally to steal sensitive data like API keys, cloud credentials, and npm and GitHub tokens.
First reported: 26.11.2025 20:082 sources, 3 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The latest iteration of the attack is more stealthy, aggressive, scalable, and destructive.
First reported: 26.11.2025 20:082 sources, 3 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The attack allows threat actors to gain unauthorized access to npm maintainer accounts and publish trojanized versions of their packages.
First reported: 26.11.2025 20:083 sources, 4 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
When unsuspecting developers download and run these libraries, the embedded malicious code backdoors their own machines and scans for secrets and exfiltrates them to GitHub repositories using the stolen tokens.
First reported: 26.11.2025 20:082 sources, 3 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The attack accomplishes this by injecting two rogue workflows, one of which registers the victim machine as a self-hosted runner and enables arbitrary command execution whenever a GitHub Discussion is opened.
First reported: 26.11.2025 20:082 sources, 3 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
A second workflow is designed to systematically harvest all secrets. Over 28,000 repositories have been affected by the incident.
First reported: 26.11.2025 20:082 sources, 3 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
This version significantly enhances stealth by utilizing the Bun runtime to hide its core logic and increases its potential scale by raising the infection cap from 20 to 100 packages.
First reported: 26.11.2025 20:082 sources, 3 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
It also uses a new evasion technique, exfiltrating stolen data to randomly named public GitHub repositories instead of a single, hard-coded one.
First reported: 26.11.2025 20:082 sources, 3 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The attacks illustrate how trivial it is for attackers to take advantage of trusted software distribution pathways to push malicious versions at scale and compromise thousands of downstream developers.
First reported: 26.11.2025 20:082 sources, 3 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The self-replication nature of the malware means a single infected account is enough to amplify the blast radius of the attack and turn it into a widespread outbreak in a short span of time.
First reported: 26.11.2025 20:083 sources, 5 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
-
Further analysis by Aikido has uncovered that the threat actors exploited vulnerabilities, specifically focusing on CI misconfigurations in pull_request_target and workflow_run workflows, in existing GitHub Actions workflows to pull off the attack.
First reported: 26.11.2025 20:082 sources, 4 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
-
The vulnerability used the risky pull_request_target trigger in a way that allowed code supplied by any new pull request to be executed during the CI run.
First reported: 26.11.2025 20:082 sources, 3 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
A single misconfiguration can turn a repository into a patient zero for a fast-spreading attack, giving an adversary the ability to push malicious code through automated pipelines you rely on every day.
First reported: 26.11.2025 20:082 sources, 3 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
It's assessed that the activity is the continuation of a broader set of attacks targeting the ecosystem that commenced with the August 2025 S1ngularity campaign impacting several Nx packages on npm.
First reported: 26.11.2025 20:083 sources, 4 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
As a new and significantly more aggressive wave of npm supply chain malware, Shai-Hulud 2 combines stealthy execution, credential breadth, and fallback destructive behavior, making it one of the most impactful supply chain attacks of the year.
First reported: 26.11.2025 20:083 sources, 4 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
This malware shows how a single compromise in a popular library can cascade into thousands of downstream applications by trojanizing legitimate packages during installation.
First reported: 26.11.2025 20:083 sources, 4 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
Data compiled by GitGuardian, OX Security, and Wiz shows that the campaign has leaked hundreds of GitHub access tokens and credentials associated with Amazon Web Services (AWS), Google Cloud, and Microsoft Azure.
First reported: 26.11.2025 20:083 sources, 5 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
-
More than 5,000 files were uploaded to GitHub with the exfiltrated secrets. GitGuardian's analysis of 4,645 GitHub repositories has identified 11,858 unique secrets, out of which 2,298 remained valid and publicly exposed as of November 24, 2025.
First reported: 26.11.2025 20:083 sources, 4 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
Users are advised to rotate all tokens and keys, audit all dependencies, remove compromised versions, reinstall clean packages, and harden developer and CI/CD environments with least-privilege access, secret scanning, and automated policy enforcement.
First reported: 26.11.2025 20:083 sources, 4 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
Sha1-Hulud is another reminder that the modern software supply chain is still way too easy to break.
First reported: 26.11.2025 20:083 sources, 5 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
-
A single compromised maintainer and a malicious install script is all it takes to ripple through thousands of downstream projects in a matter of hours.
First reported: 26.11.2025 20:083 sources, 5 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
-
The techniques attackers are using are constantly evolving. Most of these attacks don't rely on zero-days. They exploit the gaps in how open source software is published, packaged, and pulled into production systems.
First reported: 26.11.2025 20:083 sources, 4 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The only real defense is changing the way software gets built and consumed.
First reported: 26.11.2025 20:083 sources, 4 articlesShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The Shai-Hulud worm dynamically installs Bun during package installation to evade traditional defenses tuned specifically to observe Node.js behavior.
First reported: 01.12.2025 14:473 sources, 3 articlesShow sources
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
GitGuardian's analysis revealed a total of 294,842 secret occurrences, which correspond to 33,185 unique secrets. Of these, 3,760 were valid as of November 27, 2025.
First reported: 01.12.2025 14:472 sources, 3 articlesShow sources
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Hackers can bypass npm’s Shai-Hulud defenses via Git dependencies — www.bleepingcomputer.com — 26.01.2026 16:02
-
The stolen secrets included GitHub access tokens, Slack webhook URLs, GitHub OAuth tokens, AWS IAM keys, OpenAI Project API keys, Slack bot tokens, Claude API keys, Google API Keys, and GitLab tokens.
First reported: 01.12.2025 14:472 sources, 2 articlesShow sources
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
Trigger.dev suffered credential theft and unauthorized access to its GitHub organization due to the Shai-Hulud worm.
First reported: 01.12.2025 14:473 sources, 3 articlesShow sources
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The Python Package Index (PyPI) repository was not impacted by the supply chain incident.
First reported: 01.12.2025 14:473 sources, 3 articlesShow sources
- ⚡ Weekly Recap: Hot CVEs, npm Worm Returns, Firefox RCE, M365 Email Raid & More — thehackernews.com — 01.12.2025 14:47
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
The second Shai-Hulud attack exposed around 400,000 raw secrets after infecting hundreds of packages in the NPM registry and publishing stolen data in 30,000 GitHub repositories.
First reported: 02.12.2025 21:061 source, 2 articlesShow sources
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Hackers can bypass npm’s Shai-Hulud defenses via Git dependencies — www.bleepingcomputer.com — 26.01.2026 16:02
-
About 10,000 of the exposed secrets were verified as valid by the open-source TruffleHog scanning tool.
First reported: 02.12.2025 21:062 sources, 3 articlesShow sources
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Hackers can bypass npm’s Shai-Hulud defenses via Git dependencies — www.bleepingcomputer.com — 26.01.2026 16:02
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
Over 60% of the leaked NPM tokens were still valid as of December 1st.
First reported: 02.12.2025 21:061 source, 1 articleShow sources
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The Shai-Hulud threat emerged in mid-September, compromising 187 NPM packages with a self-propagating payload that identified account tokens using TruffleHog, injected a malicious script into the packages, and automatically published them on the platform.
First reported: 02.12.2025 21:062 sources, 3 articlesShow sources
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
- Hackers can bypass npm’s Shai-Hulud defenses via Git dependencies — www.bleepingcomputer.com — 26.01.2026 16:02
- Shai-hulud: The Hidden Cost of Supply Chain Attacks — www.darkreading.com — 06.02.2026 18:25
-
In the second attack, the malware impacted over 800 packages (counting all infected versions of a package) and included a destructive mechanism that wiped the victim’s home directory if certain conditions were met.
First reported: 02.12.2025 21:061 source, 1 articleShow sources
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The malware used TruffleHog without the 'only-verified' flag, meaning that the 400,000 exposed secrets match a known format and may not be valid or usable anymore.
First reported: 02.12.2025 21:061 source, 1 articleShow sources
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
Analysis of 24,000 environment.json files showed that roughly half of them were unique, with 23% corresponding to developer machines, and the rest coming from CI/CD runners and similar infrastructure.
First reported: 02.12.2025 21:061 source, 1 articleShow sources
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
Most of the infected machines, 87% of them, are Linux systems, while most infections (76%) were on containers.
First reported: 02.12.2025 21:061 source, 1 articleShow sources
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
Regarding the CI/CD platform distribution, GitHub Actions led by far, followed by Jenkins, GitLab CI, and AWS CodeBuild.
First reported: 02.12.2025 21:061 source, 1 articleShow sources
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The top package was @postman/[email protected], followed by @asyncapi/[email protected]. These two packages together accounted for more than 60% of all the infections.
First reported: 02.12.2025 21:061 source, 1 articleShow sources
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
Wiz believes that the perpetrators behind Shai-Hulud will continue to refine and evolve their techniques, and predicts that more attack waves will emerge in the near future, potentially leveraging the massive credential trove harvested so far.
First reported: 02.12.2025 21:061 source, 1 articleShow sources
- Shai-Hulud 2.0 NPM malware attack exposed up to 400,000 dev secrets — www.bleepingcomputer.com — 02.12.2025 21:06
-
The PackageGate vulnerabilities allow threat actors to bypass NPM's Shai-Hulud defenses via Git dependencies by overriding the git binary path in malicious '.npmrc' files, enabling full code execution even when the '--ignore-scripts' flag is set to 'true'.
First reported: 26.01.2026 16:021 source, 1 articleShow sources
- Hackers can bypass npm’s Shai-Hulud defenses via Git dependencies — www.bleepingcomputer.com — 26.01.2026 16:02
-
Koi Security researchers discovered and reported the PackageGate vulnerabilities to vendors, with Bun, pnpm, and vlt releasing patches, while NPM rejected the report, stating the behavior 'works as expected'.
First reported: 26.01.2026 16:021 source, 1 articleShow sources
- Hackers can bypass npm’s Shai-Hulud defenses via Git dependencies — www.bleepingcomputer.com — 26.01.2026 16:02
-
Bun patched the PackageGate flaws in version 1.3.5, while pnpm addressed two CVEs (CVE-2025-69263 and CVE-2025-69264), and vlt patched within days of disclosure.
First reported: 26.01.2026 16:021 source, 1 articleShow sources
- Hackers can bypass npm’s Shai-Hulud defenses via Git dependencies — www.bleepingcomputer.com — 26.01.2026 16:02
-
NPM's rejection of the PackageGate vulnerability report was based on the claim that users are responsible for vetting the content of packages they install, despite the bug bounty scope explicitly covering script execution with '--ignore-scripts'.
First reported: 26.01.2026 16:021 source, 1 articleShow sources
- Hackers can bypass npm’s Shai-Hulud defenses via Git dependencies — www.bleepingcomputer.com — 26.01.2026 16:02
-
Proof-of-concept exploits abusing the PackageGate technique to create reverse shells have been observed, indicating the vulnerabilities are not merely theoretical.
First reported: 26.01.2026 16:021 source, 1 articleShow sources
- Hackers can bypass npm’s Shai-Hulud defenses via Git dependencies — www.bleepingcomputer.com — 26.01.2026 16:02
-
GitHub, the operator of NPM, is actively scanning the registry for malware and encourages projects to adopt trusted publishing and granular access tokens with enforced two-factor authentication to strengthen the software supply chain.
First reported: 26.01.2026 16:021 source, 1 articleShow sources
- Hackers can bypass npm’s Shai-Hulud defenses via Git dependencies — www.bleepingcomputer.com — 26.01.2026 16:02
-
The SANDWORM_MODE campaign uses 19 malicious npm packages (e.g., claud-code, crypto-locale, secp256) published under aliases 'official334' and 'javaorg' to harvest credentials, crypto keys, and API tokens.
First reported: 23.02.2026 12:202 sources, 2 articlesShow sources
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
The malware includes GitHub API exfiltration with DNS fallback, hook-based persistence, SSH propagation fallback, and MCP server injection targeting AI coding assistants (Claude Code, VS Code Continue, etc.).
First reported: 23.02.2026 12:202 sources, 2 articlesShow sources
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
The malware harvests API keys for nine LLM providers: Anthropic, Cohere, Fireworks AI, Google, Grok, Mistral, OpenAI, Replicate, and Together.
First reported: 23.02.2026 12:202 sources, 2 articlesShow sources
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
A polymorphic engine (currently inactive) is embedded to use a local Ollama instance with DeepSeek Coder for code obfuscation (variable renaming, junk code insertion, string encoding).
First reported: 23.02.2026 12:202 sources, 2 articlesShow sources
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
The attack unfolds in two stages: initial credential/crypto key theft, followed by deeper harvesting (password managers, worm propagation, MCP injection) after a 48-hour delay (+ jitter).
First reported: 23.02.2026 12:202 sources, 2 articlesShow sources
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
Four sleeper packages (ethres, iru-caches, iruchache, uudi) contain no malicious code but are likely part of the campaign’s infrastructure.
First reported: 23.02.2026 12:201 source, 1 articleShow sources
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
-
The malware includes a destructive wiper routine (off by default) that triggers home directory deletion if GitHub/npm access is lost.
First reported: 23.02.2026 12:202 sources, 2 articlesShow sources
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
The MCP server deploys three fake tools with prompt injection to exfiltrate ~/.ssh/id_rsa, ~/.ssh/id_ed25519, ~/.aws/credentials, ~/.npmrc, and .env files.
First reported: 23.02.2026 12:202 sources, 2 articlesShow sources
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
Two additional malicious npm packages, 'buildrunner-dev' and 'eslint-verify-plugin,' deploy Pulsar RAT (Windows/macOS/Linux) and Mythic C2/Poseidon agents (Linux) or Apfell/JXA agents (macOS).
First reported: 23.02.2026 12:202 sources, 2 articlesShow sources
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
The 'eslint-verify-plugin' package steals system info, Chrome bookmarks, clipboard contents, iCloud Keychain data, and screenshots via a fake password dialog.
First reported: 23.02.2026 12:201 source, 1 articleShow sources
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
-
A rogue VS Code extension, 'solid281,' impersonates the Solidity extension and drops ScreenConnect (Windows) or a Python reverse shell (macOS/Linux).
First reported: 23.02.2026 12:201 source, 1 articleShow sources
- Malicious npm Packages Harvest Crypto Keys, CI Secrets, and API Tokens — thehackernews.com — 23.02.2026 12:20
-
The SANDWORM_MODE campaign uses 19 malicious npm packages published under the aliases 'official334' and 'javaorg' to spread a Shai-Hulud-like worm.
First reported: 23.02.2026 18:001 source, 1 articleShow sources
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
The malware injects rogue MCP servers into local AI assistant configurations, targeting tools like Claude Desktop, Cursor, VS Code Continue, and Windsurf.
First reported: 23.02.2026 18:001 source, 1 articleShow sources
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
Embedded prompt injections in the MCP server instruct AI assistants to silently collect SSH keys, AWS credentials, npm tokens, and environment variables containing secrets.
First reported: 23.02.2026 18:001 source, 1 articleShow sources
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
The worm spreads via typosquatting packages, such as '[email protected]', which mimics the legitimate 'supports-color' package while executing a concealed payload.
First reported: 23.02.2026 18:001 source, 1 articleShow sources
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
The payload uses layered obfuscation techniques, including base64 encoding, zlib compression, and AES-256-GCM encryption.
First reported: 23.02.2026 18:001 source, 1 articleShow sources
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
Stage 1 of the payload harvests credentials and exfiltrates crypto keys immediately upon installation, while Stage 2 (delayed by 48–96 hours on developer machines but instant in CI environments) performs deeper harvesting and initiates propagation.
First reported: 23.02.2026 18:001 source, 1 articleShow sources
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
Exfiltration follows a three-channel cascade: HTTPS POST requests to a Cloudflare Worker endpoint, uploads to attacker-controlled private GitHub repositories, and DNS tunneling via a domain generation algorithm fallback.
First reported: 23.02.2026 18:001 source, 1 articleShow sources
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
The worm can propagate by publishing infected npm packages, modifying repositories via the GitHub API, and pushing changes through SSH if necessary.
First reported: 23.02.2026 18:001 source, 1 articleShow sources
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
-
Cloudflare disabled the associated infrastructure, npm removed the malicious packages, and GitHub dismantled related repositories after notification by Socket’s Threat Research Team.
First reported: 23.02.2026 18:001 source, 1 articleShow sources
- Shai-Hulud-Like Worm Targets Developers via npm and AI Tools — www.infosecurity-magazine.com — 23.02.2026 18:00
Similar Happenings
Malicious dYdX npm and PyPI Packages Deliver Wallet Stealers and RAT Malware
Legitimate dYdX-related packages on npm and PyPI have been compromised to distribute malicious versions that steal cryptocurrency wallet credentials and execute remote access trojans (RATs). The compromised packages target JavaScript and Python ecosystems, with different payloads for each. The attack is suspected to involve developer account compromise, allowing threat actors to push malicious updates using legitimate credentials. The affected packages include @dydxprotocol/v4-client-js (npm) versions 3.4.1, 1.22.1, 1.15.2, and 1.0.31, and dydx-v4-client (PyPI) version 1.1.5post1. The malicious code targets core registry files and uses obfuscation techniques to evade detection. Users are advised to isolate affected machines, move funds to new wallets from clean systems, and rotate all API keys and credentials. This incident highlights a persistent pattern of supply chain attacks targeting dYdX-related assets.
341 Malicious ClawHub Skills Target OpenClaw Users with Atomic Stealer
A security audit by Koi Security identified 341 malicious skills on ClawHub, a marketplace for OpenClaw users, which distribute Atomic Stealer malware to steal sensitive data from macOS and Windows systems. The campaign, codenamed ClawHavoc, uses social engineering tactics to trick users into installing malicious prerequisites. The skills masquerade as legitimate tools, including cryptocurrency utilities, YouTube tools, and finance applications. OpenClaw has added a reporting feature and partnered with VirusTotal to scan skills uploaded to ClawHub, providing an additional layer of security for the OpenClaw community. The malware targets API keys, credentials, and other sensitive data, exploiting the open-source ecosystem's vulnerabilities. The campaign coincides with a report from OpenSourceMalware, highlighting the same threat. The intersection of AI agent capabilities and persistent memory amplifies the risks, enabling stateful, delayed-execution attacks. New findings reveal almost 400 fake crypto trading add-ons in the project behind the viral Moltbot/OpenClaw AI assistant tool can lead users to install information-stealing malware. These addons, called skills, masquerade as cryptocurrency trading automation tools and target ByBit, Polymarket, Axiom, Reddit, and LinkedIn. The malicious skills share the same command-and-control (C2) infrastructure, 91.92.242.30, and use sophisticated social engineering to convince users to execute malicious commands which then steals crypto assets like exchange API keys, wallet private keys, SSH credentials, and browser passwords.
Malicious OpenClaw AI Coding Assistant Extension on VS Code Marketplace
A malicious Microsoft Visual Studio Code (VS Code) extension named "ClawdBot Agent - AI Coding Assistant" was discovered on the official Extension Marketplace. The extension, which posed as a free AI coding assistant, stealthily dropped a malicious payload on compromised hosts. The extension was taken down by Microsoft after being reported by cybersecurity researchers. The malicious extension executed a binary named "Code.exe" that deployed a legitimate remote desktop program, granting attackers persistent remote access to compromised hosts. The extension also incorporated multiple fallback mechanisms to ensure payload delivery, including retrieving a DLL from Dropbox and using hard-coded URLs to obtain the payloads. Additionally, security researchers found hundreds of unauthenticated Moltbot instances online, exposing sensitive data and credentials. Moltbot, an open-source personal AI assistant, can run 24/7 locally, maintaining a persistent memory and executing scheduled tasks. However, insecure deployments can lead to sensitive data leaks, corporate data exposure, credential theft, and command execution. Hundreds of Clawdbot Control admin interfaces are exposed online due to reverse proxy misconfiguration, allowing unauthenticated access and root-level system access. More than 230 malicious packages for OpenClaw (formerly Moltbot and ClawdBot) have been published in less than a week on the tool's official registry and on GitHub. These malicious skills impersonate legitimate utilities and inject information-stealing malware payloads onto users' systems, targeting sensitive data like API keys, wallet private keys, SSH credentials, and browser passwords. Users are advised to audit their configurations, revoke connected service integrations, and implement network controls to mitigate potential risks. A self-styled social networking platform built for AI agents, Moltbook, contained a misconfigured database that allowed full read and write access to all data. The exposure was due to a Supabase API key exposed in client-side JavaScript, granting unauthenticated access to the entire production database. Researchers accessed 1.5 million API authentication tokens, 30,000 email addresses, and thousands of private messages between agents. The API key exposure allowed attackers to impersonate any agent on the platform, post content, send messages, and interact as that agent. Unauthenticated users could edit existing posts, inject malicious content or prompt injection payloads, and deface the site. SecurityScorecard found 40,214 exposed OpenClaw instances associated with 28,663 unique IP addresses. 63% of observed deployments are vulnerable, with 12,812 instances exploitable via remote code execution (RCE) attacks. SecurityScorecard correlated 549 instances with prior breach activity and 1493 with known vulnerabilities. Three high-severity CVEs in OpenClaw have been discovered, with public exploit code available. OpenClaw instances are at risk of indirect prompt injection and API key leaks, with most exposures located in China, the US, and Singapore. A supply chain attack via the Cline npm package version 2.3.0 installed OpenClaw on users' systems, exploiting a prompt injection vulnerability in Cline's Claude Issue Triage workflow. The compromised Cline package was downloaded approximately 4,000 times over an eight-hour stretch. OpenClaw has broad permissions and full disk access, making it a high-value implant for attackers. Cline released version 2.4.0 to address the issue and revoked the compromised token. The attack affected all users who installed the Cline CLI package version 2.3.0 during an eight-hour window on February 17, 2026. The attack did not impact Cline's Visual Studio Code (VS Code) extension and JetBrains plugin. Cline maintainers released version 2.4.0 to mitigate the unauthorized publication and revoked the compromised token. Microsoft Threat Intelligence observed a small but noticeable uptick in OpenClaw installations on February 17, 2026, due to the supply chain compromise. Users are advised to update to the latest version, check their environment for any unexpected installation of OpenClaw, and remove it if not required.
454,000+ Malicious Open Source Packages Discovered in 2026
Researchers reported a surge in malicious open source packages, with 454,648 new malicious packages discovered in 2026. These packages are increasingly used in sustained, industrialized campaigns, often state-sponsored, targeting developer machines and CI/CD pipelines. The threat landscape includes repository abuse, potentially unwanted apps, and multi-stage attacks involving host information exfiltration, droppers, and backdoors. Additionally, AI-assisted development is exacerbating the risk by recommending non-existent versions and failing to check for malicious indicators.
Critical Grist-Core Vulnerability Enables RCE via Spreadsheet Formulas
A critical vulnerability in Grist-Core, an open-source relational spreadsheet-database, allows remote code execution (RCE) through malicious spreadsheet formulas. The flaw, codenamed Cellbreak (CVE-2026-24002, CVSS score: 9.1), enables attackers to execute OS commands or host-runtime JavaScript, collapsing the boundary between cell logic and host execution. The issue stems from a sandbox escape in the Pyodide sandboxing method, which is used for Python formula execution. Grist has released version 1.7.9 to address the vulnerability, and users are advised to update immediately. The vulnerability was uncovered by Cyera Research Labs and affects both managed SaaS and self-hosted environments, increasing the impact of the flaw. Grist adoption includes government, higher-education organizations, and commercial teams in marketing and game design.