LIVE · cybersecurity feed
Live wire
Metabase Zero-Day Exploited in the Wild, Exposing Admin Access and Sensitive DataCritical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise DataCVE-2026-8037 · CISA Adds Progress LoadMaster Command Injection Flaw to KEV CatalogSensitive Info Goes Into ‘No Reply’ Emails Constantly. This Guy Sees It AllAtlassian Rovo Can Be Tricked Into Sending Jira and Confluence Data to AttackersNew CSS Attacks Can Break Webmail Defenses to Steal Passwords and TokensCVE-2023-38646 · Metabase Zero-Day Exploited in Wild Allows Admin Access Without AuthenticationCVE-2026-18577 · N-able Issues N-central Hotfix 2 as Attackers Reach Managed Systems and PersistCVE-2026-8037 · Progress Kemp LoadMaster Flaw Hits CISA KEV After 792 Reported Exploit AttemptsLiving off the coding agent: Two tales of tunnels and LaunchAgents
npmhigh

Nearly 800 Malicious npm Packages Deliver Cross-Platform RAT and Infostealer

A campaign involving nearly 800 malicious npm packages has been discovered, delivering a cross-platform Remote Access Trojan (RAT) and infostealer. These packages, some appearing to be AI-generated or typo-squatted, instruct developers to load them via `require()`, leading to the execution of a downloader. This downloader fetches platform-specific payloads from Cloudflare Workers or uses DNS TXT records for delivery, ultimately deploying malware that can interfere with security monitoring and establish persistence.

zeroday.news ·

A recent report details the discovery of a campaign involving nearly 800 malicious npm packages designed to deliver a cross-platform Remote Access Trojan (RAT) and an infostealer. The packages leverage various deceptive tactics, including apparent AI generation and typo-squatting, to entice developers into incorporating them into their projects. The primary infection vector involves developers being instructed to load these packages using the `require()` function, which initiates the malware delivery chain.

Upon execution, the malicious packages deploy a downloader component. This downloader is responsible for retrieving the subsequent stages of the malware. It exhibits adaptability by fetching platform-specific payloads, indicating an intent to target a broad range of operating systems. The delivery infrastructure for these payloads has been observed utilizing Cloudflare Workers, a serverless execution environment, or alternatively, employing DNS TXT records for payload delivery. The use of DNS TXT records for command and control or data exfiltration is a known technique that can sometimes evade traditional network filtering.

The ultimate payloads delivered by this campaign include a Remote Access Trojan (RAT) and an infostealer. A RAT typically grants an attacker unauthorized remote control over a compromised system, allowing for actions such as file manipulation, process execution, and surveillance. Infostealers are designed to exfiltrate sensitive data, which can include credentials, financial information, and other personal or corporate data stored on the infected machine.

A notable characteristic of the deployed malware is its capability to interfere with security monitoring mechanisms. This anti-analysis or anti-forensic functionality aims to hinder detection and analysis efforts by security software and analysts. Furthermore, the malware is designed to establish persistence on compromised systems, ensuring that it remains active across reboots and continues to operate over an extended period. Persistence mechanisms can vary widely, from modifying system startup configurations to injecting into legitimate processes.

The large number of malicious packages, nearly 800, highlights the scale of this particular campaign. The use of npm, a widely adopted package manager for JavaScript, provides a broad attack surface, as millions of developers rely on it daily for open-source components. Typo-squatting, where malicious packages mimic the names of legitimate ones with slight variations, is a common tactic to trick developers. Similarly, AI-generated content could be used to create convincing-looking package descriptions or even code that appears legitimate at first glance.

Mitigation for such supply chain attacks typically involves rigorous vetting of third-party dependencies. Developers are advised to scrutinize package names for subtle misspellings, verify package authors and reputation, and prefer well-established and frequently updated libraries. Implementing software composition analysis (SCA) tools can help identify known vulnerabilities and malicious components within a project's dependencies. Furthermore, network monitoring for unusual outbound connections, especially to services like Cloudflare Workers or unexpected DNS queries, can aid in detecting active infections.

This incident underscores the ongoing challenges in securing the software supply chain, particularly within the open-source ecosystem. The ease with which malicious packages can be published and subsequently integrated into legitimate projects presents a significant risk. The sophisticated delivery mechanisms and anti-monitoring capabilities observed in this campaign reflect an evolving threat landscape where attackers are continually refining their techniques to evade detection and maximize impact.

npmmalwareratinfostealersupply chain attack
ShareXLinkedInWhatsAppFacebook

More News

view all →
ai

Devs to Anthropic, OpenAI, Cursor, and friends: Make security and privacy the default

Researchers scour social media to measure developer concerns about AI coding tools

vulnerabilityhigh

Metabase Zero-Day Exploited in the Wild, Exposing Admin Access and Sensitive Data

Attackers exploited a CVSS 10 Metabase zero-day to gain admin access and steal sensitive data. Framework confirmed it was among the victims. Metabase just confirmed something no analytics vendor wants to write: attackers found and used an unpatched, maximum-severity flaw against Metabase Cloud before anyone on the defense side knew it existed. The company’s own […]

breachcritical

Critical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise Data

The RovoBlast attack method identified by Varonis researchers could have been exploited to steal Confluence, Jira and SharePoint data. The post Critical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise Data appeared first on SecurityWeek.

surveillance

Flock’s Plans for Rideshare Dashcams and Coaching Police, Revealed

Flock Safety, a company known for its public safety cameras, reportedly pitched a plan to utilize dashcams from rideshare and delivery vehicles to collect license plate data. This initiative, which did not proceed, would have involved a partnership with Nexar, a dashcam manufacturer, and potentially involved drivers without their knowledge. Separately, a former Flock employee alleged the company provided direct camera access to ICE and CBP through a pilot program, contradicting internal statements.

email securityhigh

Sensitive Info Goes Into ‘No Reply’ Emails Constantly. This Guy Sees It All

Security researchers Cory Solovewicz and Mike Sheward have inadvertently created honeypots by purchasing domains like noreply.us and deleteduser.com. Organizations are mistakenly sending sensitive data, including personal information, company secrets, and system credentials, to these domains, believing they are unmonitored. Both researchers are now working to notify affected entities and raise awareness about this widespread misconfiguration, highlighting the potential for malicious actors to exploit such vulnerabilities.

atlassianhigh

Atlassian Rovo Can Be Tricked Into Sending Jira and Confluence Data to Attackers

Two security firms have identified vulnerabilities in Atlassian's Rovo assistant that could allow attackers to exfiltrate data from Jira and Confluence. One vulnerability, dubbed RovoBlast by Varonis Threat Labs, allowed attackers to trick Rovo into sending data to an external server via a malicious link. Atlassian has confirmed this issue is fixed server-side. The second vulnerability, found by PromptArmor, involved injecting malicious instructions into content Rovo processes, enabling data exfiltration without explicit user approval. The status of this second vulnerability remains unconfirmed after its initial disclosure.