Digital data streams illustrating today's critical cyberattack news.

Daily Cybersecurity News - January 6, 2026

VSCode IDE Forks Expose Users to Extension Attacks

Executive Summary

Popular AI-powered IDE forks like Cursor, Windsurf, Google Antigravity, and Trae recommend extensions not present in the OpenVSX registry, allowing attackers to upload malicious extensions. There is no current CVE ID for this vulnerability.

Vulnerability Details

  • Affected Product: Cursor, Windsurf, Google Antigravity, and Trae IDEs
  • Exploitation Status: No known exploitation prior to disclosure.

Risk & Impact

  • Triage: High. Immediate verification of extensions is crucial to prevent potential supply chain attacks.
  • Attack Vector: Attackers can claim namespaces of recommended extensions that are non-existent in the OpenVSX registry and upload malicious extensions.
  • Ease of Exploit: Moderate. Attackers can exploit the trust in app recommendations to push malware.

Action Plan

  • Immediate Action: Verify extension recommendations by manually accessing the OpenVSX registry and checking that they come from a reputable publisher.
  • Workaround: Use placeholder extensions to block supply-chain attacks.
  • Detection: Monitor for suspicious activity by extensions, such as unexpected network requests or file modifications.

Relevant professional terms

Supply Chain Attack
A cyberattack that targets vulnerabilities in the supply chain, often by compromising a third-party vendor or software component.
Namespace
A naming system used to avoid collisions by ensuring that all names are unique.

Critical 'MongoBleed' Bug Under Attack Patch Now

High

Executive Summary

A memory leak vulnerability, dubbed MongoBleed (CVE-2025-14847), allows unauthenticated attackers to extract sensitive information such as passwords and tokens from MongoDB servers. This vulnerability is under active attack.

Vulnerability Details

  • Affected Product: MongoDB Server, including versions 3.6, 4.0, 4.2, 4.4.0-4.4.29, 5.0.0-5.0.31, 6.0.0-6.0.26, 7.0.0-7.0.27, 8.0.0-8.0.16, and 8.2.0-8.2.2
  • Identifier: CVE-2025-14847
  • CVSS Score: 8.7 (High) / 7.5
  • Exploitation Status: Actively Exploited

Risk & Impact

  • Triage: Immediate patching and credential rotation are critical due to the high risk of sensitive data exposure.
  • Attack Vector: Attackers send specially crafted network packets using Zlib compression to trigger the MongoDB server into leaking memory contents. The vulnerability lies in the zlib decompression logic.
  • Ease of Exploit: Easy. The vulnerability can be triggered without authentication, and public proof-of-concept exploit code is available.

Action Plan

  • Immediate Action: Upgrade to patched versions: 8.2.3, 8.0.17, 7.0.28, 6.0.27, 5.0.32, 4.4.30, or newer. Rotate potentially exposed secrets.
  • Workaround: Disable zlib compression using networkMessageCompressors without zlib, and restrict network access to trusted IPs only.
  • Detection: Monitor for malformed compressed requests, abnormal response sizes, and unusual protocol behavior. Look for high-velocity connection bursts lacking standard client metadata events in server logs.

Relevant professional terms

Memory Leak
A type of vulnerability where an application fails to release memory that it has allocated, potentially leading to sensitive data exposure or system instability.
Unauthenticated Access
Access to a system or resource without requiring any login credentials or verification of identity.
Source: Dark Reading

Jaguar Land Rover Production Disrupted by Cyberattack

Executive Summary

Jaguar Land Rover (JLR) experienced a cyberattack in September 2025 that significantly disrupted production and led to data theft. The attack resulted in substantial financial losses and operational delays for the company.

Attack Overview

  • Attack Path: Initial access likely gained via Valid Accounts (T1078) obtained through social engineering or Initial Access Brokers, followed by Remote Services (T1021) to pivot into Operational Technology (OT) networks.
  • Attacker: Scattered Lapsus$ Hunters (SLSH)

Impact Assessment

  • Data Stolen: Incident involved ransomware-style extortion; specific data theft details involve proprietary business logic and potential customer data.
  • Operational Impact: Production halted from late August through November 2025, resulting in a 43% drop in wholesale vehicle volumes and a £485 million pre-tax loss.

Detection & Hunting

  • IOCs: Specific network IOCs were not provided in the source intelligence. Security teams should focus on behavioral monitoring for Valid Account abuse and unauthorized Remote Services activity

Strategic Takeaway

The attack highlights the importance of robust cybersecurity measures in the automotive sector to protect against significant operational and financial disruptions.

Relevant professional terms

Lateral Movement
Techniques used by attackers to progressively move through a network after initial intrusion, seeking access to sensitive data and assets.
Data Exfiltration
The unauthorized transfer of data from a computer or network to an external location.

ClickFix Attack Targets Hospitality Sector

Executive Summary

The ClickFix campaign is a social engineering attack targeting the hospitality sector in Europe. It uses fake Windows Blue Screen of Death (BSOD) screens to trick users into manually executing malware.

Key TTPs

  • Initial Access: Phishing emails, malvertising, or compromised websites redirect users to a visual lure.
  • Execution: Users are tricked into copying and pasting a malicious PowerShell command into the Run dialog.
  • Defense Evasion: Heavily obfuscated PowerShell commands are used to evade detection.

Campaign Analysis

The ClickFix technique has grown in popularity, targeting thousands of devices globally. This technique slips past conventional security solutions by relying on human interaction to launch malicious commands.

Targeting & Infrastructure

  • Target Profile: Hospitality sector in Europe.
  • Infrastructure: Uses compromised websites and fake CAPTCHA pages.

Relevant Terms

  • BSOD: (Blue Screen of Death) An error screen displayed on Windows systems after a fatal system error.
  • Malvertising: The use of online advertising to spread malware.

Zestix Targets Cloud File Sharing for Data Theft

Executive Summary

The threat actor Zestix is actively stealing corporate data from organizations by breaching cloud file-sharing platforms like ShareFile, Nextcloud, and OwnCloud. Zestix gains initial access through stolen credentials obtained from infostealer malware and sells the exfiltrated data.

Key TTPs

  • Initial Access: Exploitation of stolen credentials found in infostealer logs.
  • Execution: Accessing internal systems after successful credential validation.
  • Defense Evasion: Bypassing security measures due to lack of multi-factor authentication.

Campaign Analysis

Zestix, also known as Sentap, has been active since 2021, targeting organizations that do not enforce MFA. The actor sells access to compromised cloud platforms on underground forums for financial gain.

Targeting & Infrastructure

  • Target Profile: Organizations across various sectors, including aviation, defense, healthcare, and government, that use cloud file-sharing platforms.
  • Infrastructure: Exploited ShareFile, Nextcloud, and OwnCloud instances.

Relevant Terms

  • Infostealer: Malware designed to steal sensitive information, such as credentials and financial data, from infected systems.
  • Initial Access Broker (IAB): A threat actor that specializes in gaining initial access to target networks and then selling that access to other malicious actors.

AI Coding Plugins Introduce Supply Chain Risks

Executive Summary

AI coding assistants that manage dependencies through plugins are creating new software supply chain risks when automation is compromised. These risks arise from the potential for malicious code to infiltrate projects via compromised third-party libraries.

Key Findings

  • AI coding assistants often suggest third-party libraries, which may contain unpatched vulnerabilities.
  • Developers may unknowingly incorporate insecure libraries into their projects by relying on AI suggestions without thorough vetting.
  • Compromised dependencies can lead to the execution of arbitrary system commands and modification of critical configuration files.

The Bottom Line

The increasing reliance on AI coding assistants introduces new attack vectors within the software development lifecycle. Organizations must recognize that AI-driven tools can be exploited to introduce vulnerabilities, necessitating robust security protocols and continuous monitoring of dependencies. Addressing this requires a shift towards verifying AI-driven suggestions and securing the build environment to mitigate potential supply chain attacks.

Relevant Terms

  • Dependency Hijacking: Gaining control of a maintainer's account on a public repository to upload a malicious version of a widely used package.
  • Supply Chain Risk: The risk that a vulnerability in a third-party component can compromise the security of an organization's software.
Source: SentinelOne

DOJ Indicts Ukrainian National for Russian Cyberattacks

Executive Summary

The Justice Department indicted Victoria Eduardovna Dubranova, a Ukrainian national, for participating in cyberattacks and computer intrusions against critical infrastructure in support of Russia. Dubranova is accused of supporting two Russian-aligned hacking groups, CyberArmyofRussia_Reborn (CARR) and NoName057(16).

The Scheme

  • TTP 1: Targeted critical infrastructure such as water systems and food supply chains.
  • TTP 2: Used DDoS attacks to knock government websites offline.
  • TTP 3: Recruited volunteers globally to launch DDoS attacks using a custom tool called "DDoSia".

The Players

  • Threat Actor: [CyberArmyofRussia_Reborn (CARR), NoName057(16)]
  • Facilitators Arrested: [Victoria Eduardovna Dubranova]

The Consequence

  • Outcome: Dubranova pleaded not guilty and faces a maximum of 27 years for CARR-related charges and 5 years for NoName-related charges.

Strategic Takeaway

The DOJ's actions highlight the commitment to disrupting Russian cyber activities targeting essential services and critical infrastructure.

Relevant Terms

  • DDoS: A distributed denial-of-service attack floods a server with traffic to make it unavailable.
  • Critical Infrastructure: Systems and assets essential to a country's functioning, like water and energy.
Source: Flashpoint