Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Is Windows’ Alt+Tab shortcut broken for you? A rogue update is to blame

    Is Intel finally ready to compete with AMD’s Ryzen X3D chips?

    Nvidia’s legendary GeForce GTX 10-series cards might lose support soon

    Facebook X (Twitter) Instagram
    • Artificial Intelligence
    • Business Technology
    • Cryptocurrency
    • Gadgets
    • Gaming
    • Health
    • Software and Apps
    • Technology
    Facebook X (Twitter) Instagram Pinterest Vimeo
    Tech AI Verse
    • Home
    • Artificial Intelligence

      Apple sued by shareholders for allegedly overstating AI progress

      June 22, 2025

      How far will AI go to defend its own survival?

      June 2, 2025

      The internet thinks this video from Gaza is AI. Here’s how we proved it isn’t.

      May 30, 2025

      Nvidia CEO hails Trump’s plan to rescind some export curbs on AI chips to China

      May 22, 2025

      AI poses a bigger threat to women’s work, than men’s, report says

      May 21, 2025
    • Business

      Cloudflare open-sources Orange Meets with End-to-End encryption

      June 29, 2025

      Google links massive cloud outage to API management issue

      June 13, 2025

      The EU challenges Google and Cloudflare with its very own DNS resolver that can filter dangerous traffic

      June 11, 2025

      These two Ivanti bugs are allowing hackers to target cloud instances

      May 21, 2025

      How cloud and AI transform and improve customer experiences

      May 10, 2025
    • Crypto

      Armed Robbers Steal $100,000 in a Mall Parking Lot | Crypto Horror Story

      July 1, 2025

      Lummis Proposes Tax Cuts for Crypto Miners in Trump’s Big Beautiful Bill

      July 1, 2025

      3 CoinGecko Top Gainers to Watch for the First Week of July

      July 1, 2025

      What Circle’s US Trust Bank Bid Means for USDT and Stablecoin Competition

      July 1, 2025

      Why PI’s Breakout Wasn’t What It Seemed: Network Nears All-Time Low

      July 1, 2025
    • Technology

      Is Windows’ Alt+Tab shortcut broken for you? A rogue update is to blame

      July 1, 2025

      Is Intel finally ready to compete with AMD’s Ryzen X3D chips?

      July 1, 2025

      Nvidia’s legendary GeForce GTX 10-series cards might lose support soon

      July 1, 2025

      NASA will start streaming live on Netflix later this summer

      July 1, 2025

      How to secure your printer with Windows 11’s new Protected Print mode

      July 1, 2025
    • Others
      • Gadgets
      • Gaming
      • Health
      • Software and Apps
    Shop Now
    Tech AI Verse
    You are at:Home»Technology»Malware found in NPM packages with 1 million weekly downloads
    Technology

    Malware found in NPM packages with 1 million weekly downloads

    TechAiVerseBy TechAiVerseJune 8, 2025No Comments4 Mins Read0 Views
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    Malware found in NPM packages with 1 million weekly downloads
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp Email

    Malware found in NPM packages with 1 million weekly downloads

    Update 6/8/25: Article updated with new information.

    A significant supply chain attack hit NPM after 17 popular Gluestack ‘@react-native-aria’ packages with over 1 million downloads were compromised to include malicious code that acts as a remote access trojan (RAT).

    BleepingComputer determined that the compromise began on June 6 at 4:33 PM EST, when a new version of the @react-native-aria/focus package was published to NPM. Since then, 17 of the 20 Gluestack @react-native-aria packages have been compromised on NPM, with the threat actors publishing a new version as recently as two hours ago.

    Ongoing compromise of NPM packages
    Source: BleepingComputer

    The supply chain attack was discovered by cybersecurity firm Aikido Security, who discovered obfuscated code injected into the lib/index.js file for the following packages:

    Package Name Version Weekly Downloads
    @react-native-aria/button 0.2.11 51,000
    @react-native-aria/checkbox 0.2.11 81,000
    @react-native-aria/combobox 0.2.10 51,000
    @react-native-aria/disclosure 0.2.9 3
    @react-native-aria/focus 0.2.10 100,000
    @react-native-aria/interactions 0.2.17 125,000
    @react-native-aria/listbox 0.2.10 51,000
    @react-native-aria/menu 0.2.16 22,000
    @react-native-aria/overlays 0.3.16 96,000
    @react-native-aria/radio 0.2.14 78,000
    @react-native-aria/switch 0.2.5 477
    @react-native-aria/toggle 0.2.12 81,000
    @react-native-aria/utils 0.2.13 120,000
    @gluestack-ui/utils 0.1.17 55,000
    @react-native-aria/separator 0.2.7 65
    @react-native-aria/slider 0.2.13 51,000
    @react-native-aria/tabs 0.2.14 70,000

    These packages are very popular, with approximately 1,020,000 weekly downloads, making this a massive supply chain attack that could have widespread consequences.

    The malicious code is heavily obfuscated and is appended to the last line of source code in the file, padded with many spaces, so it’s not easily spotted when using the code viewer on the NPM site.

    Malicious code added to end of index.js file
    Source: BleepingComputer

    Aikido told BleepingComputer that the malicious code is nearly identical to a remote access trojan in another NPM compromise they discovered last month.

    The researcher’s analysis of the previous campaign explains that the remote access trojan will connect to the attackers’ command and control server and receive commands to execute.

    These commands include:

    • cd – Change current working directory
    • ss_dir – Reset directory to script’s path
    • ss_fcd: – Force change directory to
    • ss_upf:f,d – Upload single file f to destination d
    • ss_upd:d,dest – Upload all files under directory d to destination dest
    • ss_stop – Sets a stop flag to interrupt current upload process
    • Any other input – Treated as a shell command, executed via child_process.exec()

    The trojan also performs Windows PATH hijacking by prepending a fake Python path (%LOCALAPPDATA%ProgramsPythonPython3127) to the PATH environment variable, allowing the malware to silently override legitimate python or pip commands to execute malicious binaries.

    Aikido security researcher Charlie Eriksen has attempted to contact Gluestack about the compromise by creating GitHub issues on each of the project’s repositories, but there has not been any response at this time.

    “No response from package maintainers (it’s morning on a saturday in the US which is prob exactly why its happening now),” Aikido told BleepingComputer.

    “NPM we have contacted and reported each package, this is a process that usually takes multiple days for NPM to address though.”

    Aikido also attributes this attack to the same threat actors who compromised four other NPM packages earlier this week named biatec-avm-gas-station, cputil-node, lfwfinance/sdk, and lfwfinance/sdk-dev.

    BleepingComputer reached out to Gluestack about the compromised packages but has not received a reply at this time.

    Update 6/8/25: After publishing this story, an additional GlueStack NPM, @react-native-aria/tabs, was discovered to be compromised, raising the total weekly downloads to over 1 million.

    GlueStack has now revoked an access token that was used to publish the compromised packages and they are now marked as deprecated on NPM.

    “Unfortunately, unpublishing the compromised version wasn’t possible due to dependent packages,” a GlueStack developer posted to GitHub.

    “As a mitigation, I have deprecated the affected versions and updated the latest tag to point to a safe, older version.”


    Why IT teams are ditching manual patch management

    Patching used to mean complex scripts, long hours, and endless fire drills. Not anymore.

    In this new guide, Tines breaks down how modern IT orgs are leveling up with automation. Patch faster, reduce overhead, and focus on strategic work — no complex scripts required.

    Share. Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Telegram Email
    Previous ArticleMalicious npm packages posing as utilities delete project directories
    Next Article New Mirai botnet infect TBK DVR devices via command injection flaw
    TechAiVerse
    • Website

    Jonathan is a tech enthusiast and the mind behind Tech AI Verse. With a passion for artificial intelligence, consumer tech, and emerging innovations, he deliver clear, insightful content to keep readers informed. From cutting-edge gadgets to AI advancements and cryptocurrency trends, Jonathan breaks down complex topics to make technology accessible to all.

    Related Posts

    Is Windows’ Alt+Tab shortcut broken for you? A rogue update is to blame

    July 1, 2025

    Is Intel finally ready to compete with AMD’s Ryzen X3D chips?

    July 1, 2025

    Nvidia’s legendary GeForce GTX 10-series cards might lose support soon

    July 1, 2025
    Leave A Reply Cancel Reply

    Top Posts

    New Akira ransomware decryptor cracks encryptions keys using GPUs

    March 16, 202526 Views

    OpenAI details ChatGPT-o3, o4-mini, o4-mini-high usage limits

    April 19, 202522 Views

    Rsync replaced with openrsync on macOS Sequoia

    April 7, 202517 Views

    I love that this tiny NAS offers up to 32TB of SSD storage and four 2.5GbE LAN ports, but why the DisplayPort connector?

    May 18, 202513 Views
    Don't Miss
    Technology July 1, 2025

    Is Windows’ Alt+Tab shortcut broken for you? A rogue update is to blame

    Is Windows’ Alt+Tab shortcut broken for you? A rogue update is to blame Image: Ham…

    Is Intel finally ready to compete with AMD’s Ryzen X3D chips?

    Nvidia’s legendary GeForce GTX 10-series cards might lose support soon

    NASA will start streaming live on Netflix later this summer

    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Welcome to Tech AI Verse, your go-to destination for everything technology! We bring you the latest news, trends, and insights from the ever-evolving world of tech. Our coverage spans across global technology industry updates, artificial intelligence advancements, machine learning ethics, and automation innovations. Stay connected with us as we explore the limitless possibilities of technology!

    Facebook X (Twitter) Pinterest YouTube WhatsApp
    Our Picks

    Is Windows’ Alt+Tab shortcut broken for you? A rogue update is to blame

    July 1, 20250 Views

    Is Intel finally ready to compete with AMD’s Ryzen X3D chips?

    July 1, 20250 Views

    Nvidia’s legendary GeForce GTX 10-series cards might lose support soon

    July 1, 20250 Views
    Most Popular

    Ethereum must hold $2,000 support or risk dropping to $1,850 – Here’s why

    March 12, 20250 Views

    Xiaomi 15 Ultra Officially Launched in China, Malaysia launch to follow after global event

    March 12, 20250 Views

    Apple thinks people won’t use MagSafe on iPhone 16e

    March 12, 20250 Views
    © 2025 TechAiVerse. Designed by Divya Tech.
    • Home
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions

    Type above and press Enter to search. Press Esc to cancel.