✨ The Containment Era is here. Secure AI workloads before they breach. →The Containment Era is here. →The Containment Era is here. →Explore ✨
Health Care / Life Sciences
Breach intelligence, attack campaigns, and threat reports targeting the Health Care / Life Sciences sector.
Explore Other Sectors
Health Care / Life Sciences Threat Reports
EtherRAT Campaign: A New Era of Malware Distribution via GitHub and Ethereum
In March 2026, a sophisticated cyber campaign was identified targeting enterprise administrators, DevOps engineers, and security analysts. The attackers employed SEO poisoning to manipulate search engine results, leading victims to GitHub repositories that impersonated legitimate administrative tools. These repositories hosted malicious MSI installers, which, upon execution, deployed EtherRAT—a Node.js-based backdoor. Notably, EtherRAT utilized Ethereum smart contracts to dynamically resolve command-and-control (C2) addresses, enhancing the malware's resilience and evasion capabilities. This incident underscores a strategic shift in cyberattack methodologies, combining social engineering with decentralized technologies to evade detection and maintain persistence. The use of blockchain for C2 infrastructure highlights the evolving tactics of threat actors, necessitating adaptive defense strategies to counter such innovative threats.
2 months ago
Kill Chain
Google Patches Critical RCE Vulnerability in Gemini CLI
In April 2026, Google addressed a critical security vulnerability in the Gemini CLI, specifically affecting the "@google/gemini-cli" npm package and the "google-github-actions/run-gemini-cli" GitHub Actions workflow. This flaw, assigned a CVSS score of 10.0, allowed unprivileged external attackers to execute arbitrary commands on host systems by injecting malicious content into Gemini configuration files. The vulnerability was particularly concerning in Continuous Integration (CI) environments where Gemini CLI operated in headless mode, automatically trusting workspace folders and potentially leading to remote code execution via malicious environment variables in the local .gemini/ directory. ([thehackernews.com](https://thehackernews.com/2026/04/google-fixes-cvss-10-gemini-cli-ci-rce.html?utm_source=openai)) The incident underscores the critical importance of securing CI/CD pipelines against supply chain attacks. As organizations increasingly rely on automated workflows, ensuring that tools like Gemini CLI do not implicitly trust unverified inputs is essential to prevent potential exploitation and maintain the integrity of development environments.
2 months ago
Kill Chain
DEEP#DOOR: Unveiling the Python Backdoor Exploiting Tunneling Services
In April 2026, cybersecurity researchers identified a sophisticated Python-based backdoor framework named DEEP#DOOR targeting Windows systems. The attack initiates with an obfuscated batch script that disables Windows security features and extracts an embedded Python payload, establishing persistence through multiple mechanisms such as startup folder entries, registry run keys, and scheduled tasks. The malware communicates with attacker infrastructure via a public TCP tunneling service, enabling remote command execution and extensive surveillance capabilities, including keylogging, screenshot capture, and credential harvesting from browsers and cloud services. DEEP#DOOR employs advanced evasion techniques, including sandbox and virtual machine detection, to avoid detection and complicate incident response efforts. This incident underscores the evolving sophistication of threat actors who leverage fileless, script-driven intrusion frameworks that utilize native system components and interpreted languages like Python. The use of public tunneling services for command-and-control communications highlights a trend towards minimizing forensic footprints and blending malicious traffic with legitimate network activity, posing significant challenges for traditional detection methods.
2 months ago
Kill Chain
Bishop Fox Unveils AIMap: A New Tool for Securing AI Agent Infrastructures
On April 30, 2026, Bishop Fox introduced AIMap, an open-source tool designed to help organizations discover, analyze, and test their exposed AI agent infrastructure. AIMap enables defenders to identify internet-exposed AI systems, assess their risk levels, and conduct controlled security testing to understand and mitigate real-world attack surfaces. The tool addresses vulnerabilities such as unauthenticated access, tool abuse, and prompt leakage, which are increasingly exploited by attackers. The release of AIMap is particularly relevant as AI systems become more integrated into organizational operations, presenting new attack vectors. By providing visibility into AI agent infrastructures, AIMap empowers organizations to proactively secure their AI deployments against emerging threats.
2 months ago
Kill Chain
RedTail Malware's Exploitation of PHP Vulnerability CVE-2024-4577: A 2026 Cybersecurity Threat
In April 2026, a significant cybersecurity incident was documented involving the exploitation of the PHP-CGI vulnerability CVE-2024-4577 by the RedTail cryptomining malware. Attackers utilized the 'libredtail-http' User-Agent to perform HTTP POST actions, leading to unauthorized command execution and deployment of the RedTail malware. This campaign targeted various systems globally, aiming to hijack computing resources for illicit cryptocurrency mining. The rapid exploitation of this vulnerability underscores the critical need for timely patching and robust security measures to prevent such attacks. Organizations are advised to update their PHP installations promptly and monitor network traffic for indicators of compromise associated with the 'libredtail-http' User-Agent.
2 months ago
Kill Chain
Anthropic's Claude Mythos AI Model: A Double-Edged Sword in Cybersecurity
In April 2026, Anthropic unveiled 'Claude Mythos Preview,' an advanced AI model capable of autonomously identifying and exploiting thousands of zero-day vulnerabilities across major operating systems and web browsers. Due to the potential misuse of its capabilities, Anthropic restricted its release, collaborating with over 50 major organizations, including Amazon, Google, Microsoft, and the U.S. government, under 'Project Glasswing' to responsibly address these vulnerabilities. This development underscores the dual-edged nature of AI advancements in cybersecurity, highlighting the need for stringent controls and ethical considerations in deploying such powerful technologies. The emergence of AI agents like Mythos signifies a paradigm shift in cybersecurity, where autonomous systems can both fortify and threaten digital infrastructures. Organizations must adapt by implementing robust identity and access management frameworks tailored for AI entities to mitigate risks associated with their deployment.
2 months ago
Kill Chain
CISA Directs Immediate Patching of Exploited Windows Zero-Day Vulnerability
In April 2026, the U.S. Cybersecurity and Infrastructure Security Agency (CISA) mandated federal agencies to patch a critical Windows vulnerability, CVE-2026-32202, exploited in zero-day attacks. This flaw, stemming from an incomplete fix of a previous vulnerability (CVE-2026-21510), allows attackers to steal NTLM hashes without user interaction, facilitating unauthorized access and lateral movement within networks. The Russian state-sponsored group APT28 (Fancy Bear) has been linked to exploiting this vulnerability in attacks targeting Ukraine and EU countries in December 2025. The urgency of this directive underscores the persistent threat posed by state-sponsored cyber actors and the critical need for timely and comprehensive patching. Organizations must remain vigilant, ensuring that security updates are applied promptly to mitigate risks associated with such vulnerabilities.
2 months ago
Kill Chain
Vercel Breach 2026: Lessons in Third-Party AI Tool Security
In April 2026, Vercel, a cloud development platform, experienced a security breach originating from a compromised third-party AI tool, Context.ai. An attacker exploited this tool to access a Vercel employee's Google Workspace account, subsequently infiltrating Vercel's internal systems. This led to unauthorized access to non-sensitive environment variables, including API keys and database credentials. The breach was traced back to the Lumma Stealer malware, which had infected a Context.ai employee's workstation in February 2026. The malware harvested credentials, enabling the attacker to pivot into Vercel's infrastructure. Vercel has since notified affected customers and recommended immediate credential rotation and enhanced security measures. This incident underscores the escalating risks associated with third-party integrations and the necessity for stringent access controls and continuous monitoring of OAuth permissions. Organizations are urged to reassess their security postures concerning third-party tools to mitigate potential supply chain vulnerabilities.
2 months ago
Kill Chain
GitHub's Swift Response to CVE-2026-3854: Securing Millions of Repositories
In March 2026, GitHub addressed a critical remote code execution vulnerability, identified as CVE-2026-3854, which affected GitHub.com and GitHub Enterprise Server. The flaw allowed attackers with push access to a repository to execute arbitrary code on the server by exploiting improperly sanitized user-supplied push options during git push operations. This vulnerability posed a significant risk, potentially exposing millions of private repositories to unauthorized access. GitHub promptly patched the issue within hours of its discovery, and no evidence of exploitation prior to the fix was found. The rapid identification and remediation of CVE-2026-3854 underscore the importance of proactive vulnerability management in safeguarding critical code repositories. This incident highlights the necessity for organizations to maintain vigilant security practices and promptly apply patches to mitigate emerging threats.
2 months ago
Kill Chain
Qinglong Task Scheduler Vulnerabilities Lead to Cryptomining Attacks
In early February 2026, attackers began exploiting two authentication bypass vulnerabilities, CVE-2026-3965 and CVE-2026-4047, in the Qinglong open-source task scheduling tool. These flaws allowed unauthenticated access to protected admin endpoints, enabling remote code execution. Threat actors leveraged this access to deploy cryptomining malware on developers' servers, leading to significant CPU resource consumption and operational disruptions. The vulnerabilities were publicly disclosed at the end of February, with initial patches proving insufficient. A comprehensive fix was implemented in early March 2026. This incident underscores the critical importance of promptly addressing security vulnerabilities in widely-used open-source tools. The exploitation of Qinglong's flaws highlights the persistent threat posed by cryptomining attacks and the necessity for developers to maintain up-to-date software and implement robust security measures to protect their systems.
2 months ago
Kill Chain
LiteLLM CVE-2026-42208: Rapid Exploitation of Critical SQL Injection Vulnerability
In April 2026, a critical SQL injection vulnerability (CVE-2026-42208) was discovered in BerriAI's LiteLLM Python package, a widely used AI gateway. This flaw allowed unauthenticated attackers to execute arbitrary SQL commands against the proxy's database, potentially leading to unauthorized access and modification of sensitive data. The vulnerability affected versions >=1.81.16 and <1.83.7. Despite a patch being released on April 19, 2026, exploitation attempts were observed within 36 hours of public disclosure, indicating rapid weaponization by threat actors. ([thehackernews.com](https://thehackernews.com/2026/04/litellm-cve-2026-42208-sql-injection.html?utm_source=openai)) This incident underscores the increasing speed at which cyber adversaries exploit newly disclosed vulnerabilities, particularly in widely adopted open-source software. Organizations relying on such tools must prioritize timely patching and implement robust monitoring to detect and mitigate exploitation attempts promptly.
2 months ago
Kill Chain
SAP npm Packages Compromised in 'Mini Shai-Hulud' Supply Chain Attack
On April 29, 2026, a sophisticated supply chain attack targeted SAP's JavaScript and cloud application development ecosystem by compromising several npm packages, including mbt@1.2.48, @cap-js/db-service@2.10.1, @cap-js/postgres@2.2.2, and @cap-js/sqlite@2.2.2. The attackers introduced a preinstall script that downloaded and executed a malicious payload via the Bun JavaScript runtime, enabling the theft of developer credentials, GitHub and npm tokens, and cloud service secrets. The stolen data was exfiltrated to public GitHub repositories created on the victims' accounts, labeled with the description 'A Mini Shai-Hulud has Appeared.' ([thehackernews.com](https://thehackernews.com/2026/04/sap-npm-packages-compromised-by-mini.html?utm_source=openai)) This incident underscores the escalating threat of supply chain attacks targeting development environments, particularly within widely-used frameworks like SAP's CAP model. The attack's sophistication, including its ability to propagate through developer workflows and exploit AI coding agent configurations, highlights the need for enhanced security measures in software development pipelines. ([thehackernews.com](https://thehackernews.com/2026/04/sap-npm-packages-compromised-by-mini.html?utm_source=openai))
2 months 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