Article Details

Scrape Timestamp (UTC): 2025-07-20 09:50:42.018

Source: https://thehackernews.com/2025/07/malware-injected-into-6-npm-packages.html

Original Article Text

Click to Toggle View

Malware Injected into 6 npm Packages After Maintainer Tokens Stolen in Phishing Attack. Cybersecurity researchers have alerted to a supply chain attack that has targeted popular npm packages via a phishing campaign designed to steal the project maintainers' npm tokens. The captured tokens were then used to publish malicious versions of the packages directly to the registry without any source code commits or pull requests on their respective GitHub repositories. The list of affected packages and their rogue versions, according to Socket, is listed below - "The injected code attempted to execute a DLL on Windows machines, potentially allowing remote code execution," the software supply chain security firm said. The development comes in the aftermath of a phishing campaign that has been found to send email messages impersonating npm in order to trick project maintainers into clicking on a typosquatted link ("npnjs[.]com," as opposed to "npmjs[.]com") that harvested their credentials. The digital missives, with the subject line "Please verify your email address," spoofed a legitimate email address associated with npm ("support@npmjs[.]org"), urging recipients to validate their email address by clicking on the embedded link. The bogus landing page to which the victims are redirected to, per Socket, is a clone of the legitimate npm login page that's designed to capture their login information. Developers who use the affected packages are advised to cross-check the versions installed and rollback to a safe version. Project maintainers are recommended to turn on two-factor authentication to secure their accounts, and use scoped tokens instead of passwords for publishing packages. "This incident shows how quickly phishing attacks on maintainers can escalate into ecosystem-wide threats," Socket said. The findings coincide with an unrelated campaign that has flooded npm with 28 packages containing protestware functionality that can disable mouse-based interaction on websites with a Russian or Belarusian domain. They are also engineered to play the Ukrainian national anthem on a loop. However, the attack only works when the site visitor has their browser language settings set to Russian and, in some cases, the same website is visited a second time, thereby ensuring that only repeat visitors are targeted. The activity marks an expansion of a campaign that was first flagged last month. "This protestware underscores that actions taken by developers can propagate unnoticed in nested dependencies and may take days or weeks to manifest," security researcher Olivia Brown said. Arch Linux Removes 3 AUR Packages that Installed Chaos RAT Malware It also comes as the Arch Linux team said it has pulled three malicious AUR packages that were uploaded to the Arch User Repository (AUR) and harbored hidden functionality to install a remote access trojan called Chaos RAT from a now-removed GitHub repository. The affected packages are: "librewolf-fix-bin," "firefox-patch-bin," and "zen-browser-patched-bin." They were published by a user named "danikpapas" on July 16, 2025. "These packages were installing a script coming from the same GitHub repository that was identified as a Remote Access Trojan (RAT)," the maintainers said. "We strongly encourage users that may have installed one of these packages to remove them from their system and to take the necessary measures in order to ensure they were not compromised."

Daily Brief Summary

MALWARE // Phishing Attack Leads to Malware in Six Popular npm Packages

Cybersecurity researchers have uncovered a supply chain attack targeting npm packages through the use of stolen project maintainers' npm tokens in a phishing campaign.

Impacted maintainers inadvertently gave up their credentials through a typosquatted website, allowing attackers to publish malicious package updates directly to the npm registry.

Malicious code integrated into the rogue npm package versions aims to execute a DLL on Windows machines, potentially leading to remote code execution.

The phishing emails used for this campaign impersonated official npm communications, misleading recipients with links to a fraudulent npm login page.

Developers using the affected packages are urged to verify their installed versions and revert to secure releases, while maintainers are recommended to enhance security measures using two-factor authentication and scoped tokens.

The incident underscores vulnerabilities within digital supply chains, with potential widespread impacts on the broader software ecosystem.

The operation is somewhat parallel to protestware-laden packages recently found on npm, designed to disrupt Russian and Belarusian domain visitors, showcasing the range of threats facing package repositories.

Separate from the npm issue, the Arch Linux team removed three packages that contained malware, demonstrating a continued trend of repositories being targeted across different platforms.