✨ The Containment Era is here. Secure AI workloads before they breach. →The Containment Era is here. →The Containment Era is here. →Explore ✨
Information Technology/IT
Breach intelligence, attack campaigns, and threat reports targeting the Information Technology/IT sector.
Explore Other Sectors
Information Technology/IT Threat Reports
Interlock Ransomware's 2026 Exploitation of Cisco FMC Zero-Day Vulnerability
In early 2026, the Interlock ransomware group exploited a critical zero-day vulnerability (CVE-2026-20131) in Cisco Secure Firewall Management Center (FMC) software, allowing unauthenticated remote code execution as root. This exploitation began on January 26, 2026, 36 days prior to Cisco's public disclosure on March 4, 2026. The attackers leveraged this vulnerability to gain initial access, deploying custom malware and remote access tools to establish persistence, conduct reconnaissance, and ultimately deploy ransomware across various sectors, including education, healthcare, and manufacturing. The campaign demonstrated a high level of sophistication, utilizing fileless implants and memory-resident webshells to evade detection. ([aws.amazon.com](https://aws.amazon.com/blogs/security/amazon-threat-intelligence-teams-identify-interlock-ransomware-campaign-targeting-enterprise-firewalls/?utm_source=openai)) This incident underscores the increasing trend of ransomware groups exploiting zero-day vulnerabilities to infiltrate enterprise networks. The rapid exploitation of CVE-2026-20131 highlights the critical need for organizations to implement proactive vulnerability management, continuous monitoring, and robust incident response strategies to mitigate the risks associated with such advanced persistent threats.
2 days ago
Kill Chain
Russian Hackers Exploit Zimbra Zero-Day CVE-2025-66376
In July 2025, the Russian state-sponsored threat group 'Laundry Bear' initiated a cyber espionage campaign targeting U.S. and Ukrainian entities by exploiting a zero-day vulnerability in the Zimbra Collaboration Suite (ZCS), identified as CVE-2025-66376. This stored cross-site scripting (XSS) flaw allowed attackers to craft 'half-click' phishing emails, which, when merely viewed or previewed in vulnerable Zimbra webmail clients, executed malicious JavaScript. This enabled unauthorized access to sensitive email data, impacting sectors such as defense, government, education, and technology. ([darkreading.com](https://www.darkreading.com/cyberattacks-data-breaches/russian-hackers-zimbra-zero-day-us-ukraine-targets?utm_source=openai)) The exploitation of CVE-2025-66376 underscores the persistent threat posed by state-sponsored actors leveraging zero-day vulnerabilities to conduct espionage. Organizations using ZCS must ensure they have applied the necessary patches to mitigate this risk. This incident highlights the critical need for proactive vulnerability management and the importance of monitoring for sophisticated phishing techniques that require minimal user interaction. ([helpnetsecurity.com](https://www.helpnetsecurity.com/2026/07/24/laundry-bear-zimbra-vulnerability-cve-2025-66376/?utm_source=openai))
3 days ago
Kill Chain
Vatican's 'Click to Pray' App Data Breach: A Wake-Up Call for API Security
In July 2026, the Vatican's official prayer application, 'Click to Pray,' experienced a significant data breach exposing the personal information of over 700,000 global users. The breach was due to an insecure direct object reference (IDOR) vulnerability in the app's API, allowing unauthorized access to user data, including names, email addresses, and country of origin. This incident underscores the critical need for robust access controls and regular security assessments in applications handling sensitive personal information. The prevalence of IDOR vulnerabilities highlights the importance of implementing comprehensive authorization checks to prevent unauthorized data access.
3 days ago
Kill Chain
Critical Azure Automation Vulnerability (CVE-2025-29827) Exposes Cross-Tenant Identity Risks
In May 2025, a critical vulnerability (CVE-2025-29827) was identified in Microsoft's Azure Automation service, which is widely used for DevOps, resource deployment, and configuration management. The flaw stemmed from improper authorization mechanisms, allowing authenticated attackers to escalate privileges over the network. Exploiting this vulnerability, attackers could assume another tenant's automation identity, enabling them to create or modify automation scripts and access sensitive configuration data or credentials stored in Azure Automation accounts. This could lead to unauthorized creation, modification, or deletion of resources across an organization's cloud workloads. The vulnerability was assigned a CVSS score of 9.9, indicating its critical severity. Microsoft addressed the issue by updating the default settings to prevent automation accounts from being publicly accessible and issued an advisory to inform users of the necessary security measures. Organizations are advised to audit their Azure Automation configurations and ensure that proper access controls are in place to mitigate potential attacks.
3 days ago
Kill Chain
UAC-0099's Innovative Use of Notepad++ Plugins in Malware Deployment
In July 2026, the Russia-aligned threat group UAC-0099 initiated a sophisticated phishing campaign targeting Ukrainian organizations. The attack began with emails containing image attachments that, when clicked, redirected victims to download a ZIP archive. This archive included a VBScript disguised as a PDF, which, upon execution, installed a legitimate version of Notepad++ alongside a malicious plugin named LUNCHPOKE. This plugin facilitated the deployment of additional malware components, including BURNYBEAR and MATCHBOIL.V2, establishing persistence and enabling further malicious activities on the compromised systems. This incident underscores the evolving tactics of threat actors who exploit trusted software to deliver malware, bypassing traditional security measures. The use of legitimate applications like Notepad++ as delivery mechanisms highlights the need for heightened vigilance and advanced detection capabilities to identify and mitigate such sophisticated threats.
3 days ago
Kill Chain
NodeBB Urges Immediate Update Following Discovery of Critical Vulnerabilities
In July 2026, Aikido Security's AI-driven penetration testing agents identified eight high-severity vulnerabilities in NodeBB, an open-source forum software. These flaws, present in all versions prior to 4.14.0, allowed unauthorized access to administrative dashboards, exposure of private messages, and execution of arbitrary code through cross-site scripting. NodeBB addressed these issues in version 4.14.2, urging administrators to update promptly to mitigate potential exploits. This incident underscores the growing role of AI in both identifying and potentially exploiting software vulnerabilities. Organizations must remain vigilant, ensuring timely updates and adopting proactive security measures to defend against increasingly sophisticated threats.
3 days ago
Kill Chain
Golden Chickens Introduces Four New Modular Malware Families in 2026
In July 2026, the threat actors behind the Golden Chickens malware-as-a-service (MaaS) ecosystem, also known as Venom Spider, introduced four new malware families: TinyEgg, ChonkyChicken, a modularized variant of ChonkyChicken, and ChromEggscalator. These developments signify a strategic shift towards modular, operator-driven tools within the TAG-195 MaaS ecosystem. The modularized ChonkyChicken variant employs a controller-and-plugin architecture, allowing the base implant to dynamically load specific capability modules from attacker-controlled infrastructure, thereby reducing its static detection footprint. All four malware families exhibit consistent command-and-control mechanisms, shared persistence methods, string obfuscation, and execution via legitimate Windows binaries. This evolution underscores TAG-195's commitment to enhancing the adaptability and stealth of its offerings, catering to a diverse range of operational requirements. The emergence of these advanced, modular malware families highlights the ongoing sophistication of MaaS providers and the necessity for organizations to bolster their detection and response strategies against such evolving threats.
3 days ago
Kill Chain
Critical Command Injection Vulnerability in Microsoft Bing Images (CVE-2026-32194)
In March 2026, a critical command injection vulnerability (CVE-2026-32194) was discovered in Microsoft Bing Images, allowing unauthorized attackers to execute arbitrary code over a network. This flaw stemmed from improper neutralization of special elements used in commands, enabling remote code execution with high privileges. Microsoft promptly addressed the issue by releasing a security update to mitigate the risk. ([nvd.nist.gov](https://nvd.nist.gov/vuln/detail/CVE-2026-32194?utm_source=openai)) This incident underscores the persistent threat of command injection vulnerabilities in web services, highlighting the necessity for continuous security assessments and prompt patch management to protect against potential exploits.
3 days ago
Kill Chain
Certighost Exploit: A New Threat to Active Directory Security
In July 2026, researchers H0j3n and Aniq Fakhrul disclosed a critical vulnerability in Active Directory Certificate Services (AD CS), dubbed 'Certighost'. This flaw allows low-privileged Active Directory users to obtain certificates for Domain Controllers, enabling them to impersonate these controllers. Exploiting this vulnerability, attackers can retrieve the 'krbtgt' secret through DCSync, potentially compromising the entire domain. Microsoft addressed this issue with the release of CVE-2026-54121, assigning it a CVSS score of 8.8. Organizations utilizing Enterprise CAs are urged to apply the July 14 updates promptly to mitigate this risk. The public availability of a proof-of-concept exploit underscores the urgency of this matter. While no active exploitation has been reported as of July 24, the existence of a working exploit increases the likelihood of future attacks targeting unpatched systems.
3 days ago
Kill Chain
Chaos Ransomware's msaRAT: Concealing C2 Traffic Through Browsers
In July 2026, the Chaos ransomware group deployed a new Rust-based remote access trojan (RAT) named msaRAT, which leverages Chrome and Edge browsers to conceal command-and-control (C2) communications. By initiating a headless browser session and utilizing the Chrome DevTools Protocol (CDP), msaRAT routes its C2 traffic through the browser, effectively evading traditional network detection mechanisms. This method allows the malware to execute commands and exfiltrate data without direct network connections, significantly reducing the likelihood of detection. The emergence of msaRAT underscores a growing trend among threat actors to exploit legitimate applications and protocols to mask malicious activities. This technique highlights the need for enhanced behavioral analysis and anomaly detection capabilities within cybersecurity defenses to identify and mitigate such sophisticated threats.
3 days ago
Kill Chain
RefluXFS Vulnerability: Critical Linux Kernel Flaw Grants Root Access
In July 2026, a critical vulnerability known as RefluXFS (CVE-2026-64600) was disclosed in the Linux kernel's XFS filesystem. This nine-year-old race condition allows local attackers to overwrite protected files, such as /etc/passwd or SUID-root binaries, thereby gaining root privileges. The flaw affects systems running Linux kernel version 4.11 or later with XFS filesystems where reflink is enabled—a default setting in major enterprise Linux distributions. Exploitation is highly reliable, leaves no kernel log output, and the on-disk modifications persist across reboots. ([blog.qualys.com](https://blog.qualys.com/vulnerabilities-threat-research/2026/07/22/refluxfs-a-linux-kernel-local-privilege-escalation-to-root-in-xfs-cve-2026-64600?utm_source=openai)) The discovery of RefluXFS underscores the persistent risk posed by longstanding vulnerabilities in widely used systems. Its exploitation bypasses standard security mechanisms, highlighting the need for continuous vigilance and prompt patching in the face of evolving threats. ([blog.qualys.com](https://blog.qualys.com/vulnerabilities-threat-research/2026/07/22/refluxfs-a-linux-kernel-local-privilege-escalation-to-root-in-xfs-cve-2026-64600?utm_source=openai))
3 days ago
Kill Chain
Hackers Exploit Notepad++ Plugins to Install Malware - July 2026
In July 2026, Ukraine's CERT-UA identified a cyberattack campaign by the threat group UAC-0099, which distributed a ZIP archive containing the legitimate Notepad++ application alongside a malicious plugin named LunchPoke. This plugin established persistence on infected systems. The attackers employed a VBS script disguised as a PDF to initiate the infection chain, leading to the installation of additional malware components, including BurnyBear and MatchBoil V2 loaders. The campaign primarily targeted organizations in Ukraine and is linked to the APT44 group, also known as Sandworm. This incident underscores the evolving tactics of threat actors who exploit trusted software to deliver malware, highlighting the need for organizations to scrutinize software sources and implement robust security measures to detect and prevent such sophisticated attacks.
3 days ago
Kill Chain
Stop Active Cloud Data Exfiltration
Aviatrix Breach Lock helps teams instantly identify what data is leaving the environment, from which workload, and where it’s going — during an active breach.
Looking for threats in a different sector?
Browse All Threat Reports