Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
OpenAI Releases GPT‑5.5‑Cyber With Full Automation for Vulnerability Detection and Patching
June 23, 2026
Critical ClawHub Vulnerability: 23 Plugins Impersonate Trusted AI Agents
June 22, 2026
GST Debit Note Phishing Delivers Remcos RAT via Multi-Stage Loader
June 22, 2026
Home/Threats/North Korean Hackers Target Developers With Mastra npm Supply Chain Attack
Threats

North Korean Hackers Target Developers With Mastra npm Supply Chain Attack

Key Takeaways North Korean state-sponsored hackers, identified as Sapphire Sleet, launched a sophisticated supply chain attack targeting the npm registry’s Mastra ecosystem. Over 140 developer...

David kimber
David kimber
June 22, 2026 5 Min Read
6 0

Key Takeaways

  • North Korean state-sponsored hackers, identified as Sapphire Sleet, launched a sophisticated supply chain attack targeting the npm registry’s Mastra ecosystem.
  • Over 140 developer packages were compromised by injecting a malicious dependency, easy-day-js, affecting developers and CI/CD pipelines globally.
  • The attack leverages an automatic “postinstall” script to deploy a multi-platform backdoor, exfiltrate sensitive data (including cryptocurrency wallet extensions), and establish persistent access.
  • The threat actor utilized stealthy techniques like memory injection and obfuscation to evade detection, highlighting the critical need for enhanced supply chain security.

North Korean Hackers Exploit Mastra npm Supply Chain in Targeted Developer Attack

A North Korean state-sponsored hacking group, known as Sapphire Sleet, has orchestrated a wide-ranging supply chain attack, compromising over 140 software packages within the npm registry’s Mastra ecosystem. This sophisticated campaign, which involved injecting malicious code into developer tools used globally, poses significant questions about the security posture of the open-source supply chain, according to a detailed analysis.

Table Of Content

  • Key Takeaways
  • North Korean Hackers Exploit Mastra npm Supply Chain in Targeted Developer Attack
  • Attack Vector and Initial Compromise
  • Two-Phase Delivery and Payload Execution
  • Persistence, Exfiltration, and Defense Evasion
  • What You Should Do

The attack specifically targeted the Mastra package family on the npm registry, a critical package manager relied upon by millions of developers for building JavaScript applications. The threat actors gained unauthorized access to a legitimate maintainer account, enabling them to push malicious updates across numerous packages simultaneously. Consequently, any developer or automated build system executing a standard installation command for these packages was immediately exposed to the threat without prior warning.

Microsoft’s security analysts were instrumental in uncovering this compromise, identifying it through unusual publishing patterns associated with the Mastra packages. Their investigation traced the intrusion back to Sapphire Sleet, a North Korean group with a history of targeting financial and cryptocurrency organizations since at least March 2020. Microsoft published its findings in a report shared with Cyber Security News (CSN).

Attack Vector and Initial Compromise

The initial phase of the attack involved the takeover of the ehindero npm maintainer account, which possessed publishing rights across the entire Mastra package scope. Leveraging this access, the attackers introduced a deceptive package named easy-day-js. This package was crafted to mimic the popular dayjs library, which garners over 57 million downloads weekly, aiming to blend in seamlessly with legitimate dependencies.

Following the introduction of the imposter package, every compromised Mastra package was updated to include easy-day-js as a new dependency. This strategic move instantly broadened the attack’s potential reach, embedding the malicious component deep within the dependency trees of various projects.

A particularly dangerous aspect of this attack was the automatic execution of the malicious code. The moment an affected package was installed, the embedded code would run, irrespective of whether the developer explicitly called the package in their application. This design choice simultaneously jeopardized developer workstations, build servers, and automated CI/CD pipelines, demonstrating a comprehensive threat to development environments.

Two-Phase Delivery and Payload Execution

The attackers employed a clever two-phase delivery mechanism for their malicious payload. Initially, a clean, benign version of easy-day-js was published to establish its legitimacy within the npm registry. The following day, a weaponized version was released, incorporating a hidden “postinstall” hook. This script is designed to execute automatically whenever the package is installed, making it an ideal vector for stealthy code injection.

The postinstall hook triggered an obfuscated dropper script, which skillfully bypassed standard security certificate checks. This script then communicated with attacker-controlled servers to retrieve a second-stage payload. Once downloaded, this payload launched as a silent background process, making it exceedingly difficult for developers to detect during routine work. The second-stage implant functioned as a fully capable tasking client, allowing the attackers to execute arbitrary commands remotely at any given time.

On Windows systems, the implant further enhanced its stealth by injecting code directly into memory without writing any files to disk. This fileless technique is a common method for evading traditional endpoint security tools. The malware proceeded to collect a range of sensitive information, including installed applications, browser extensions related to cryptocurrency wallets, and browsing history. All collected data was then exfiltrated back to the attackers. For high-value targets, Sapphire Sleet deployed an additional PowerShell backdoor, securing persistent and elevated access to the compromised machines.

Persistence, Exfiltration, and Defense Evasion

To ensure long-term access, the implant established robust persistence mechanisms across Windows, macOS, and Linux operating systems. On Windows, it utilized a registry Run key; on macOS, a LaunchAgent; and on Linux, a systemd service. All these persistence artifacts were cunningly disguised with names that mimicked legitimate Node.js tools, enabling them to blend seamlessly into a typical developer’s environment and avoid suspicion.

The backdoor also implemented defense evasion tactics, including adding an exclusion to Microsoft Defender to prevent detection. It registered a service that ensured the malicious file loaded with every system boot. Furthermore, a persistence loader was configured to fetch fresh payloads from the attackers upon each login, allowing them to dynamically update their malicious capabilities without direct interaction with the endpoint. Data exfiltration was conducted using a spoofed legacy browser identity, a technique designed to bypass network-based security alerts and remain undetected.

Microsoft advises developers to thoroughly review their project dependency trees for any affected Mastra packages and to specifically check for the presence of easy-day-js in their project files. As a precautionary measure, running npm install with the --ignore-scripts flag can prevent postinstall hooks from executing automatically. Organizations should also rotate credentials and API keys that might have been exposed on compromised systems and implement network-level blocks for the identified attacker-controlled IP addresses.

Indicators of Compromise (IoCs):-

Type Indicator Description
IP Address 23.254.164.92 Primary C2 server
IP Address 23.254.164.123 Secondary C2 address (from deobfuscated strings)
URL https[:]//23[.]254[.]164[.]92:8000/update/49890878 Payload download endpoint
Domain teams[.]onweblive[.]org Post-compromise PowerShell backdoor delivery domain
URL https[:]//teams[.]onweblive[.]org/api/update/8555575039/4 Post-compromise PowerShell backdoor download endpoint
Domain maskasd[.]com Post-compromise C2 beacon domain
URL https[:]//maskasd[.]com/8555575039 Post-compromise C2 beacon endpoint
SHA-256 B122A9873BEDF145AE2A7FD024B5F309007DBB025149F4DC4AC3F7E4F32A36A4 setup.cjs (malicious postinstall dropper)
SHA-256 AE70DD4F6BC0D1C8C2848E4E6B51934626C4818DCB5AF99D080DDBD7DC337185 easy-day-js-1.11.22.tgz (weaponized tarball)
SHA-256 4A8860240E4231C3A74C81949BE655A28E096A7D72F38FBE84E5B37636B98417 easy-day-js-1.11.21.tgz (clean bait tarball)
SHA-256 B73DE25C053C3225A077738A1FCBD9CA6966D7B3CD6F5494A30F0AA0EAE55C7E mastra-1.13.1.tgz (compromised CLI tarball)
SHA-256 221c45a790dec2a296af57969e1165a16f8f49733aeab64c0bbd768d9943badf protocol.cjs
SHA-256 50eae63d3e24be9ca8803f4b5a0408aef97ee3fab7af018d8c2dde7c359edd65 Downloader and backdoor PowerShell script
SHA-256 1d1bf5e8c1539d2f05b1429235b8f4990f87036774be95157b315a7803dd5526 Second-stage PowerShell script
File Artifact $TMPDIR/.pkg_history Contains the install path of the compromised package
File Artifact $TMPDIR/.pkg_logs Contains XOR 0x80 encoded string “easy-day-js”
File Artifact <homedir>/<random_hex>.js Downloaded second-stage payload
npm Package easy-day-js Malicious typosquat of dayjs
npm Account sergey2016 Publisher of easy-day-js
npm Account ehindero Compromised publisher of 140+ Mastra packages

What You Should Do

  • Review Dependencies: Immediately audit all project dependencies for any affected Mastra packages and specifically check for the presence of easy-day-js within your package.json or dependency lock files.
  • Use --ignore-scripts: When installing npm packages, use the npm install --ignore-scripts flag to prevent automatic execution of postinstall hooks, which can be a common vector for supply chain attacks.
  • Rotate Credentials: Assume that any credentials or API keys present on systems that may have been exposed are compromised. Rotate these immediately.
  • Block Malicious Infrastructure: Implement network perimeter blocks for the attacker-controlled IP addresses and domains identified in the IoCs section.
  • Enhance Endpoint Monitoring: Deploy and maintain robust endpoint detection and response (EDR) solutions to monitor for suspicious activity, especially fileless execution and unusual outbound network connections.
  • Implement Software Supply Chain Security: Adopt practices such as dependency scanning, integrity checks, and multi-factor authentication for all developer accounts and package repositories.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackExploitHackerSecurityThreat

Share Article

David kimber

David kimber

David is a penetration tester turned security journalist with expertise in mobile security, IoT vulnerabilities, and exploit development. As an OSCP-certified security professional, David brings hands-on technical experience to his reporting on vulnerabilities and security research. His articles often feature detailed technical analysis of exploits and provide actionable defense recommendations. David maintains an active presence in the security research community and has contributed to multiple open-source security tools.

Previous Post

Chinese Cyber Contractors Exploit Malware and Botnets in State-Sponsored Attacks

Next Post

Critical Vulnerability in ChatGPT and Gemini Exposes AI Search Results to Poisoning

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Critical Klue Vulnerability Exposes Data of Multiple Cybersecurity Firms
June 22, 2026
Apple Beats Studio Buds Flaw Exposes Users to Eavesdropping
June 22, 2026
Critical Flaw in iOS AI Apps Exposes LLM API Credentials
June 22, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Jennifer sherman
Jennifer sherman
Emy Elsamnoudy
Emy Elsamnoudy
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Detects Critical MongoDB CVE-

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us