Aviatrix Threat Research Center
Cloud breaches are accelerating — across identities, workloads, supply chains, and cloud-native services. In the Containment Era, understanding how a breach unfolds is how you architect to stop it.
The Aviatrix Threat Research Center provides security teams with:
- A structured understanding of how breaches unfold — kill chain, ATT&CK techniques, CVEs, and IOCs in a consistent format.
- What attackers exploited, and which enforcement gaps let them move.
- Where workload-level controls would have broken the attack chain — including paths that posture tools and endpoint detection don't model.

Recent Breaches, Security Incidents & Vulnerabilities
AI-Powered Threat Analysis
Agentic AI that analyzes real-world attacks — across security incidents, breaches, and exploited vulnerabilities — to produce structured, actionable intelligence.
Displaying 2473 to 2484 of 5983
Stealthy Intrusion via Third-Party Compromise in May 2026
In May 2026, Microsoft Incident Response investigated a sophisticated intrusion where threat actors exploited a compromised third-party IT services provider to gain access to an organization's network. Utilizing legitimate tools like HPE Operations Agent, the attackers executed scripts and binaries that mimicked routine administrative activities, enabling them to steal credentials and establish persistent access without detection. This method allowed the threat actors to move laterally across the network, compromising critical assets and maintaining a foothold over an extended period. This incident underscores the growing trend of attackers leveraging trusted relationships and legitimate tools to infiltrate organizations, highlighting the need for enhanced monitoring and validation of third-party access and activities within enterprise environments.
4 months ago
Kill Chain
Urgent: 'Copy Fail' Vulnerability Puts Linux Systems at Risk
In April 2026, a critical vulnerability known as 'Copy Fail' (CVE-2026-31431) was disclosed, affecting the Linux kernel's cryptographic subsystem. This flaw allows local unprivileged users to escalate their privileges to root by exploiting a logic error in the algif_aead module, enabling unauthorized access to system resources. The vulnerability impacts a wide range of Linux distributions, including Ubuntu, Red Hat Enterprise Linux, Fedora, CentOS Stream, AlmaLinux, and openSUSE Tumbleweed. Exploitation is achieved through a simple 732-byte Python script, making it highly accessible and dangerous. ([microsoft.com](https://www.microsoft.com/en-us/security/blog/2026/05/01/cve-2026-31431-copy-fail-vulnerability-enables-linux-root-privilege-escalation/?utm_source=openai)) The 'Copy Fail' vulnerability is particularly concerning due to its widespread applicability across various Linux environments, including cloud infrastructures and containerized applications. Its ease of exploitation and the availability of public proof-of-concept code have led to active exploitation in the wild. Organizations are urged to apply patches promptly to mitigate the risk of unauthorized system access and potential data breaches. ([techcrunch.com](https://techcrunch.com/2026/05/04/u-s-government-warns-of-severe-copyfail-bug-affecting-major-versions-of-linux/?utm_source=openai))
4 months ago
Kill Chain
Instructure Canvas Data Breach: A Wake-Up Call for Educational Cybersecurity
In April 2026, Instructure, the company behind the Canvas learning management system, experienced a significant data breach orchestrated by the cybercriminal group ShinyHunters. The attackers accessed personal information of approximately 275 million individuals across nearly 9,000 educational institutions, including names, email addresses, student ID numbers, and user communications. Although sensitive data such as passwords and financial information were reportedly not compromised, the breach led to widespread disruptions as Canvas was temporarily taken offline to mitigate further damage. ([instructure.com](https://www.instructure.com/incident_update?utm_source=openai)) This incident underscores the escalating threat posed by sophisticated cybercriminal groups targeting educational platforms. The breach highlights the critical need for robust cybersecurity measures and proactive incident response strategies within the education sector to safeguard sensitive user data and maintain operational continuity. ([malwarebytes.com](https://www.malwarebytes.com/blog/news/2026/05/shinyhunters-escalates-canvas-attacks-with-school-login-defacements?utm_source=openai))
4 months ago
Kill Chain
TrickMo Android Banker Leverages TON Blockchain for Covert Operations
In May 2026, a new variant of the TrickMo Android banking malware emerged, targeting users in France, Italy, and Austria. Disguised as popular apps like TikTok and streaming services, this malware employs The Open Network (TON) blockchain for covert command-and-control communications, enhancing its stealth and resilience. TrickMo's capabilities include intercepting one-time passwords (OTPs), recording screens, exfiltrating data, and executing overlay attacks to steal banking credentials. The malware's use of TON's decentralized infrastructure complicates detection and mitigation efforts. This incident underscores a growing trend of cybercriminals leveraging decentralized technologies to evade traditional security measures. The adoption of blockchain for malicious communications highlights the need for advanced detection strategies and reinforces the importance of user vigilance against social engineering tactics.
4 months ago
Kill Chain
Active Directory Breach: The Limitations of Password Resets
In May 2026, a security analysis highlighted that merely changing passwords in Active Directory (AD) environments does not fully mitigate breaches. Attackers can exploit cached credentials and active sessions to maintain unauthorized access even after password resets. This vulnerability underscores the need for comprehensive incident response strategies beyond simple credential changes. The incident emphasizes the importance of addressing identity drift and implementing robust security measures to prevent attackers from leveraging residual access paths post-password reset.
4 months ago
Kill Chain
AI-Generated Zero-Day Exploit Targets Web Admin Tool
In May 2026, Google's Threat Intelligence Group (GTIG) identified a zero-day exploit targeting a widely used open-source web administration tool. The exploit, capable of bypassing two-factor authentication, was notably developed using artificial intelligence (AI). The attack was intercepted before widespread exploitation, highlighting a significant shift in cyber threat methodologies. GTIG's analysis of the Python exploit code revealed characteristics indicative of AI-generated content, such as structured docstrings and a fabricated CVSS score, suggesting the use of a large language model (LLM) in its creation. This incident underscores the increasing reliance of threat actors on AI for discovering and weaponizing vulnerabilities, marking a pivotal evolution in cyber attack strategies. The identification of AI-assisted exploit development necessitates a reevaluation of current cybersecurity defenses and emphasizes the urgency for organizations to adapt to these advanced threats. As AI technologies become more accessible, the potential for their misuse in cyber attacks grows, posing new challenges for security professionals worldwide.
4 months ago
Kill Chain
Instructure Canvas Breach 2026: A Wake-Up Call for Educational Cybersecurity
In April 2026, Instructure, the developer of the Canvas Learning Management System (LMS), experienced a significant data breach executed by the cybercriminal group ShinyHunters. The attackers exploited vulnerabilities in the Free-for-Teacher environment, leading to unauthorized access and the exfiltration of approximately 3.6 terabytes of data, affecting over 8,800 educational institutions and 275 million users. Compromised information included names, email addresses, student ID numbers, and private messages. Subsequently, in May 2026, ShinyHunters leveraged the same vulnerabilities to deface Canvas login portals, displaying ransom messages and demanding payment to prevent further data exposure. This incident underscores the critical need for robust security measures in educational platforms, especially as cybercriminals increasingly target the education sector. The exploitation of cross-site scripting (XSS) vulnerabilities highlights the importance of regular security assessments and prompt patching to mitigate such risks.
4 months ago
Kill Chain
GhostLock: Exploiting Windows API for File Access Denial
In May 2026, security researcher Kim Dvash from Israel Aerospace Industries unveiled 'GhostLock,' a proof-of-concept tool that exploits the Windows 'CreateFileW' API to deny access to files on local and SMB network shares. By setting the 'dwShareMode' parameter to zero, GhostLock opens files in exclusive mode, preventing other processes from accessing them and resulting in 'STATUS_SHARING_VIOLATION' errors. This technique can be executed by standard domain users without elevated privileges, potentially leading to significant operational disruptions. The release of GhostLock highlights a critical vulnerability in Windows file handling mechanisms, emphasizing the need for organizations to reassess their security protocols. As attackers increasingly leverage legitimate system APIs for malicious purposes, it is imperative for IT departments to implement robust monitoring and mitigation strategies to prevent such denial-of-service attacks.
4 months ago
Kill Chain
Checkmarx Jenkins Plugin Compromised in 2026 Supply Chain Attack
In May 2026, Checkmarx's Jenkins Application Security Testing (AST) plugin was compromised by the hacker group TeamPCP. The attackers published a malicious version of the plugin on the Jenkins Marketplace, embedding credential-stealing malware. This breach was facilitated by credentials obtained from a prior supply chain attack on the Trivy vulnerability scanner in March 2026. The malicious plugin, version 2026.5.09, was uploaded on May 9, 2026, and users who installed this version are advised to rotate all secrets and investigate for potential lateral movement or persistence. This incident underscores the escalating trend of supply chain attacks targeting development tools and the critical need for robust security measures in CI/CD pipelines. Organizations must remain vigilant, ensuring the integrity of third-party plugins and promptly addressing any security advisories to mitigate potential risks.
4 months ago
Kill Chain
cPanel CVE-2026-41940 Exploited to Deploy Filemanager Backdoor
In May 2026, a critical authentication bypass vulnerability, CVE-2026-41940, was discovered in cPanel and WebHost Manager (WHM) software, allowing unauthenticated remote attackers to gain administrative access to affected systems. Exploiting this flaw, a threat actor known as Mr_Rot13 deployed a backdoor named Filemanager, enabling unauthorized control over compromised environments. The attack involved injecting malicious code to create unauthorized sessions, leading to potential data theft, malware deployment, and system compromise. ([support.cpanel.net](https://support.cpanel.net/hc/en-us/articles/40073787579671-Security-CVE-2026-41940-cPanel-WHM-WP2-Security-Update-04-28-2026?utm_source=openai)) This incident underscores the escalating threat posed by sophisticated cyber actors targeting widely used web hosting platforms. The rapid exploitation of CVE-2026-41940 highlights the critical need for organizations to promptly apply security patches and implement robust monitoring to detect and mitigate unauthorized access attempts.
4 months ago
Kill Chain
TeamPCP's Supply Chain Attack on Checkmarx Jenkins AST Plugin: A Wake-Up Call for CI/CD Security
In May 2026, the cybercriminal group TeamPCP executed a supply chain attack by publishing a malicious version of the Checkmarx Jenkins AST plugin to the Jenkins Marketplace. This compromised plugin, identified as version 2026.5.09, was designed to exfiltrate sensitive information from Jenkins instances, including GitHub tokens, cloud credentials, and SSH keys. Checkmarx promptly advised users to revert to the verified safe version 2.0.13-829.vc72453fa_1c16, released on December 17, 2025, and to rotate all potentially exposed secrets. This incident underscores the escalating threat posed by supply chain attacks targeting development tools and the necessity for organizations to implement stringent security measures within their CI/CD pipelines. The recurrence of such attacks highlights the importance of continuous monitoring and verification of third-party components to safeguard against unauthorized modifications and potential data breaches.
4 months ago
Kill Chain
AI-Generated Zero-Day Exploit Bypasses 2FA in System Administration Tool
In May 2026, Google's Threat Intelligence Group (GTIG) identified a cybercriminal group utilizing an AI-generated zero-day exploit to bypass two-factor authentication (2FA) in a widely used open-source web-based system administration tool. The exploit, crafted as a Python script, exhibited characteristics typical of large language model (LLM)-generated code, including detailed docstrings and structured formatting. The vulnerability stemmed from a high-level logic flaw due to a hard-coded trust assumption, which AI models are adept at identifying. Google collaborated with the affected vendor to responsibly disclose and patch the flaw, preventing mass exploitation. This incident underscores the escalating use of AI in cyberattacks, enabling threat actors to rapidly discover and weaponize vulnerabilities. The ability of AI to automate and enhance exploit development poses significant challenges for cybersecurity defenses, necessitating advanced detection and mitigation strategies to counteract AI-driven threats.
4 months ago
Kill Chain
Security Research & Insights
Security Research & Insights with human-led deep dives into campaigns and cloud-native TTPs

The Edge Device Isn't Your Last Line of Defense. It's Their First Target.

AI Trust Abuse: A Detection Engineer's Field Guide to Agent-Abuse Attacks
Aug 18, 2026

OpenAI Lost Control of Its Models. Then Anthropic Did Too. That Is Not a Coincidence.
Market Perspectives
Market Perspectives offering expert commentary and select breach analysis from industry leaders
What Could Have Stopped the 2023 MGM Breach? A Study in the Power of Embedded Zero Trust

The Zero Trust Gap: Only 8% of US Enterprises Use Zero Trust Architectures

HITRUST CSF Compliance in the Cloud—How Aviatrix Secures Healthcare Data
How CNSF Protects Cloud Workloads
Cloud attackers don’t rely on a single exploit — they rely on paths.
Once inside, attackers move laterally between workloads, establish command-and-control through egress paths, and exfiltrate data through legitimate cloud services — often before detection tools generate an alert. These paths exist because most security architectures enforce at centralized inspection points, not at every workload. The paths that matter most are the ones that never reach a central firewall.
Aviatrix Cloud Native Security Fabric (CNSF) contains attacks by enforcing policy at every workload communication path — containing blast radius, blocking lateral movement, and cutting off egress before data leaves the environment.

With CNSF, enterprises can:
- Contain attack paths at runtime
Gain visibility into east-west and egress workload communication and apply controls that limit lateral movement, unauthorized egress, and uncontrolled trust expansion.
- Eliminate blind spots in workload-to-workload traffic
Observe traffic across VPCs/VNets, regions, and cloud providers using cloud native telemetry — including paths that posture tools and point controls don’t model.
- Secure modern and AI-driven workloads
Understand how agents, services, and workloads communicate at runtime, and enforce policy to reduce the risk of misuse, over-privileged access, or unintended data flows.
- Apply consistent Zero Trust controls without slowing teams
Enforce segmentation, egress control, and encryption centrally across clouds — without agents, application changes, or developer friction.
See Your Attack Paths. Close the Gaps with CNSF.
Blast radius starts where your enforcement stops.
Most security architectures enforce at centralized inspection points. Attackers move between workloads on paths that never reach those points — building blast radius invisibly until detection tools fire, often too late.

Your assessment delivers:
The Aviatrix Workload Attack Path Assessment (WAPA) analyzes real workload communication using cloud native telemetry to uncover attack paths already present in your environment — and shows how Cloud Native Security Fabric (CNSF) can break those paths with runtime enforcement.
The threat landscape has changed.
Has your question changed with it?
In March 2026, TeamPCP proved that detection-first architectures cannot contain attacks that move through trusted code, not around defenses. Today’s threat actors don’t break in — they log in, blend in, and expand silently. This command center tracks the evolving threat landscape and helps you measure your Blast Radius — the architectural metric that defines resilience in the Containment Era.
This command center tracks 8 active campaigns and measures your Blast Radius: what an attacker can reach once inside your environment.
Contain the Blast Radius
See the attack paths already present in your environment — and where CNSF containment controls would break them.

