Malicious nx Packages Exfiltrate Credentials in 's1ngularity' Supply Chain Attack
Summary
Hide ▲
Show ▼
The Shai-Hulud attack, a self-replicating malware, has compromised at least 187 npm packages, affecting multiple maintainers. The attack uses a self-propagating mechanism to infect other packages by the same maintainer, modifying package.json, injecting a bundle.js script, repacking the archive, and republishing it. The malware uses TruffleHog to search the host for tokens and cloud credentials, creating unauthorized GitHub Actions workflows within repositories and exfiltrating sensitive data to a hardcoded webhook endpoint. The attack is named 'Shai-Hulud' after the shai-hulud.yaml workflow files used by the malware and follows the 's1ngularity' attack, potentially orchestrated by the same attackers. The attack unfolded in three phases, impacting 2,180 accounts and 7,200 repositories. The first phase, between August 26 and 27, directly impacted 1,700 users, leaking over 2,000 unique secrets and exposing 20,000 files. The second phase, between August 28 and 29, compromised an additional 480 accounts, mostly organizations, and exposed 6,700 private repositories. The third phase, beginning on August 31, targeted a single victim organization, publishing an additional 500 private repositories. 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. A second wave of attacks, dubbed Sha1-Hulud, has compromised hundreds of npm packages. This new campaign introduces a variant that executes malicious code during the preinstall phase, increasing potential exposure in build and runtime environments. 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). The malicious payload registers the infected machine as a self-hosted runner named SHA1HULUD and adds a workflow called .github/workflows/discussion.yaml. 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. 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. 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. 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. Organizations are urged to scan all endpoints for impacted packages, remove compromised versions, rotate all credentials, and audit repositories for persistence mechanisms. The new Shai-Hulud worm targets popular projects like Zapier and PostHog. The new version can infect up to 100 npm packages, compared to 20 in the previous version. The malware has an unusual structure, split into two files to evade detection. The first file checks for and installs a non-standard 'bun' JavaScript runtime, while the second file is a massive malicious source file that publishes stolen data to .json files in a randomly named GitHub repository. The size and structure of the file confuse AI analysis tools, causing inconsistent analysis results. The worm is scaling rapidly, with 1000 new repositories discovered every 30 minutes. The worm poses a significant risk to the software industry and end users, potentially leading to data breaches, ransomware footholds, and a loss of trust in the npm ecosystem. 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. 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'. 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. 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. The latest iteration of the attack is more stealthy, aggressive, scalable, and destructive. The attack allows threat actors to gain unauthorized access to npm maintainer accounts and publish trojanized versions of their packages. 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. 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. A second workflow is designed to systematically harvest all secrets. Over 28,000 repositories have been affected by the incident. 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. It also uses a new evasion technique, exfiltrating stolen data to randomly named public GitHub repositories instead of a single, hard-coded one. 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. 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. 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. 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. 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. 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. 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. This malware shows how a single compromise in a popular library can cascade into thousands of downstream applications by trojanizing legitimate packages during installation. 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. 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. 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. Sha1-Hulud is another reminder that the modern software supply chain is still way too easy to break. 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. 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. The only real defense is changing the way software gets built and consumed.
Timeline
-
24.11.2025 15:03 4 articles · 3d ago
Second Sha1-Hulud Wave Affects 25,000+ Repositories via npm Preinstall Credential Theft
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. 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'. 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. 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. The latest iteration of the attack is more stealthy, aggressive, scalable, and destructive. The attack allows threat actors to gain unauthorized access to npm maintainer accounts and publish trojanized versions of their packages. 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. 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. A second workflow is designed to systematically harvest all secrets. Over 28,000 repositories have been affected by the incident. 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. It also uses a new evasion technique, exfiltrating stolen data to randomly named public GitHub repositories instead of a single, hard-coded one. 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. 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. 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. 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. 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. 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. 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. This malware shows how a single compromise in a popular library can cascade into thousands of downstream applications by trojanizing legitimate packages during installation. 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. 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. 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. Sha1-Hulud is another reminder that the modern software supply chain is still way too easy to break. 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. 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. The only real defense is changing the way software gets built and consumed.
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
-
16.09.2025 23:02 2 articles · 2mo 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 · 2mo 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 · 2mo 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 · 3mo 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, 5 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
-
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, 5 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
-
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, 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
- 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
-
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, 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
- 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
-
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, 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
- 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
-
The attack took just over four hours from beginning to end.
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
- 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
-
The attackers published malicious versions of the nx package and related plugins on August 26, 2025.
First reported: 28.08.2025 21:393 sources, 3 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
-
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, 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
- 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
-
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, 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
- 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
-
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, 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
- 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
-
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, 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
- 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
-
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, 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
- 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
-
Over 1,000 developers were affected, resulting in the leak of around 20,000 sensitive files.
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
- 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
-
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, 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
- 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
-
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, 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
- 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
-
Approximately 90% of leaked GitHub tokens remain active.
First reported: 28.08.2025 21:393 sources, 3 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
-
The attack unfolded in three distinct phases, impacting 2,180 accounts and 7,200 repositories.
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
- 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
-
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, 4 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
-
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, 4 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
-
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, 4 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
-
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, 4 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
-
The attackers' prompt tuning showed rapid evolution, including role-prompting and varying specificity on techniques.
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
- 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
-
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, 3 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
-
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, 3 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
-
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, 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
- 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
-
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, 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
- 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
-
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, 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
- 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
-
The attack targets both Windows and Linux systems.
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
- 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
-
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, 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
- 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
-
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, 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
- 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
-
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, 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
- 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
-
The attack leveraged the "crowdstrike-publisher" npm account to publish several trojanized packages.
First reported: 16.09.2025 08:004 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-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
-
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, 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-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
-
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, 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 '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
-
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, 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 '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
-
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, 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 '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
-
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, 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 '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
-
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, 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-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
-
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, 3 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
-
The Shai-Hulud attack has compromised at least 187 npm packages.
First reported: 16.09.2025 17:084 sources, 4 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
-
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, 5 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
-
The attack has expanded to include packages published under CrowdStrike's npm namespace.
First reported: 16.09.2025 17:085 sources, 5 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
-
The attack uses a self-propagating mechanism to infect other packages by the same maintainer.
First reported: 16.09.2025 17:085 sources, 5 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
-
The malware modifies package.json, injects a bundle.js script, repacks the archive, and republishes it.
First reported: 16.09.2025 17:085 sources, 5 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
-
The malware uses TruffleHog to search the host for tokens and cloud credentials.
First reported: 16.09.2025 17:085 sources, 5 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
-
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, 5 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
-
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, 5 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
-
The attack follows the 's1ngularity' attack and may have been orchestrated by the same attackers.
First reported: 16.09.2025 17:085 sources, 5 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
-
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, 4 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
-
The Shai-Hulud attack was first detected by ReversingLabs on September 15, 2025.
First reported: 16.09.2025 17:083 sources, 3 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
-
The malware's name, 'Shai-hulud,' is derived from the Dune sandworms.
First reported: 16.09.2025 17:084 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
- 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
-
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, 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
- 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
-
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, 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
- 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
-
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, 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
- 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
-
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, 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
- 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
-
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, 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
- 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
-
The most likely 'patient zero' for the Shai-Hulud attack is the 'rxnt-authentication' package.
First reported: 16.09.2025 17:085 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
- 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
-
The attack has compromised hundreds of NPM packages, affecting a wide range of developers and organizations.
First reported: 16.09.2025 17:085 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
- 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
-
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, 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
- 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
-
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, 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
- 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
-
The Shai-Hulud campaign is slowing down, and prompt take-downs may break the propagation cycle.
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
- 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
-
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:083 sources, 4 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
-
The Shai-Hulud worm was first detected on September 14, 2025, around 17:58 UTC.
First reported: 16.09.2025 17:083 sources, 4 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
-
The Shai-Hulud worm briefly compromised at least 25 NPM code packages managed by CrowdStrike.
First reported: 16.09.2025 17:083 sources, 4 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
-
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:083 sources, 4 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
-
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:083 sources, 4 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
-
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:083 sources, 4 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
-
The Shai-Hulud worm attempts to create new GitHub actions and publish any stolen secrets.
First reported: 16.09.2025 17:083 sources, 4 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
-
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:083 sources, 4 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
-
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, 4 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
-
The Shai-Hulud worm is still propagating, although its spread has slowed down.
First reported: 16.09.2025 17:083 sources, 4 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
-
The Shai-Hulud worm can lay dormant and restart the spread if a new victim is infected.
First reported: 16.09.2025 17:083 sources, 4 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
-
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:083 sources, 4 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
-
The second wave of the Shai-Hulud attack, dubbed Sha1-Hulud, has compromised hundreds of npm packages.
First reported: 24.11.2025 15:032 sources, 3 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
-
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:032 sources, 3 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
-
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:032 sources, 3 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
-
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:032 sources, 3 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
-
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:032 sources, 3 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
-
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:032 sources, 3 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
-
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:032 sources, 3 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
-
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:032 sources, 3 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
-
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:032 sources, 3 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
-
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:323 sources, 3 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
-
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:323 sources, 3 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
-
The data is automatically posted on GitHub in encoded form.
First reported: 24.11.2025 16:323 sources, 3 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
-
At publishing time, GitHub returned 27,600 results corresponding to entries related to the recent attack.
First reported: 24.11.2025 16:323 sources, 3 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
-
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:323 sources, 3 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
-
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, 3 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
-
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, 3 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
-
Since then, the number grew to 492, some of them with multiple versions.
First reported: 24.11.2025 16:323 sources, 3 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
-
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, 3 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
-
The campaign has grown exponentially to more than 27,000 malicious packages.
First reported: 24.11.2025 16:323 sources, 3 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
-
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, 3 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
-
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, 3 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
-
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, 3 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
-
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, 3 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
-
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, 3 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
-
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, 3 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
-
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, 3 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
-
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, 3 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
-
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, 3 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
-
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, 3 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
-
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, 3 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
-
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, 3 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
-
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, 3 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
-
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, 3 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
-
Aikido Security advises developers to disable npm postinstall scripts during continuous integration, if possible.
First reported: 24.11.2025 16:323 sources, 3 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
-
The new Shai-Hulud worm targets popular projects like Zapier and PostHog.
First reported: 25.11.2025 12:002 sources, 2 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
-
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:002 sources, 2 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
-
The malware used in the new version has an unusual structure, split into two files to evade detection.
First reported: 25.11.2025 12:002 sources, 2 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
-
The first file checks for and installs a non-standard 'bun' JavaScript runtime.
First reported: 25.11.2025 12:002 sources, 2 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
-
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:002 sources, 2 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
-
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:002 sources, 2 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
-
The worm is scaling rapidly, with 1000 new repositories discovered every 30 minutes.
First reported: 25.11.2025 12:002 sources, 2 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
-
The worm could lead to data breaches, ransomware footholds, and general loss of trust in the npm ecosystem.
First reported: 25.11.2025 12:002 sources, 2 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
-
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:002 sources, 2 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
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
The latest iteration of the attack is more stealthy, aggressive, scalable, and destructive.
First reported: 26.11.2025 20:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
Sha1-Hulud is another reminder that the modern software supply chain is still way too easy to break.
First reported: 26.11.2025 20:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
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:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
-
The only real defense is changing the way software gets built and consumed.
First reported: 26.11.2025 20:081 source, 1 articleShow sources
- Shai-Hulud v2 Campaign Spreads From npm to Maven, Exposing Thousands of Secrets — thehackernews.com — 26.11.2025 20:08
Similar Happenings
IndonesianFoods Worm Floods npm with Over 100,000 Fake Packages
A large-scale spam campaign, dubbed IndonesianFoods, has flooded the npm registry with over 100,000 fake packages since early 2024. The campaign uses a worm-like propagation mechanism that requires manual execution via 'node auto.js' or 'publishScript.js' to propagate. The packages reference each other as dependencies, creating a self-replicating network. The goal appears to be monetization through the Tea protocol, rather than traditional malicious activities like data theft. The campaign has been ongoing for nearly two years, highlighting a significant security blind spot in automated detection systems. The malicious script executes in an infinite loop, removing 'private': true in package.json, generating random version numbers, and publishing new spam packages to npm. A single execution can publish approximately 12 packages per minute, 720 per hour, or 17,000 per day. The attackers have inflated their 'impact scores' and claimed Tea token rewards for artificial ecosystem value, with one package README boasting about these earnings. The campaign has overwhelmed multiple security data systems, demonstrating unprecedented scale, and has triggered a massive wave of vulnerability reports.
PhantomRaven npm credential harvesting campaign leverages invisible dependencies
An ongoing npm credential harvesting campaign dubbed PhantomRaven has been active since August 2025. The malware steals npm tokens, GitHub credentials, and CI/CD secrets from developers worldwide. At least 126 npm packages have been infected, resulting in over 86,000 downloads. The attack uses Remote Dynamic Dependencies (RDD) to hide malicious code in externally hosted packages, evading npm security scans. The campaign exploits AI hallucinations to create plausible-sounding package names, a technique known as slopsquatting. As of October 30, 2025, the attacker-controlled URL can serve any kind of malware, initially serving harmless code before pushing a malicious version. The malware scans the developer environment for email addresses and gathers information about the CI/CD environment. The npm ecosystem allows easy publishing and low friction for packages, with lifecycle scripts executing arbitrary code at install time. As of October 29, 2025, at least 80 of the infected packages remain active. Researchers have discovered a malicious npm package named "@acitons/artifact" that typosquats the legitimate "@actions/artifact" package to target GitHub-owned repositories. The package incorporated a post-install hook to download and run malware in versions 4.0.12 to 4.0.17, and has been downloaded 47,405 times. The malware specifically targets repositories owned by the GitHub organization, indicating a targeted attack against GitHub.
Malicious npm packages targeting Windows, macOS, and Linux systems
Ten malicious npm packages were discovered that deliver an information stealer targeting Windows, macOS, and Linux systems. The packages, uploaded to the npm registry on July 4, 2025, have collectively accumulated over 9,900 downloads. The malware uses multiple layers of obfuscation and a fake CAPTCHA to evade detection and harvests credentials from system keyrings, browsers, and authentication services. The packages are still available on npm despite being reported to npm. The attack aims to steal sensitive information, including credentials and session cookies, which can provide unauthorized access to corporate resources.
GlassWorm malware targets OpenVSX, VS Code registries
The GlassWorm malware campaign has resurfaced on OpenVSX with three new VSCode extensions, downloaded over 10,000 times. The malware uses invisible Unicode characters to hide malicious code and targets GitHub, NPM, and OpenVSX account credentials, as well as cryptocurrency wallet data. The campaign initially impacted 49 extensions, with an estimated 35,800 downloads, though this figure includes inflated numbers due to bots and visibility-boosting tactics. The Eclipse Foundation has revoked leaked tokens and introduced security measures, but the threat actors have pivoted to GitHub and now returned to OpenVSX with updated command-and-control endpoints. The malware's global reach includes systems in the United States, South America, Europe, Asia, and a government entity in the Middle East. Koi Security has accessed the attackers' server and shared victim data with law enforcement. The threat actors have posted a fresh transaction to the Solana blockchain, providing an updated C2 endpoint for downloading the next-stage payload. The attacker's server was inadvertently exposed, revealing a partial list of victims spanning the U.S., South America, Europe, and Asia, including a major government entity from the Middle East. The threat actor is assessed to be Russian-speaking and uses the open-source browser extension C2 framework named RedExt as part of their infrastructure.
XCSSET macOS Malware Targets Xcode Developers with Enhanced Features
A new variant of the XCSSET macOS malware has been detected, targeting Xcode developers with enhanced features. This variant includes improved browser targeting, clipboard hijacking, and persistence mechanisms. The malware spreads by infecting Xcode projects, stealing cryptocurrency, and browser data from infected devices. The malware uses run-only compiled AppleScripts for stealthy execution and employs sophisticated encryption and obfuscation techniques. It incorporates new modules for data exfiltration, persistence, and clipboard monitoring. The malware has been observed in limited attacks, with Microsoft sharing findings with Apple and GitHub to mitigate the threat. Developers are advised to keep macOS and apps up to date and inspect Xcode projects before building them.