Computer Software/Engineering
Breach intelligence, attack campaigns, and threat reports targeting the Computer Software/Engineering sector.
Explore Other Sectors
Computer Software/Engineering Threat Reports
Critical Vulnerability in Hugging Face's LeRobot Exposes Systems to Remote Code Execution
In April 2026, a critical vulnerability (CVE-2026-25874) was identified in Hugging Face's open-source robotics platform, LeRobot. This flaw, stemming from unsafe deserialization practices using Python's pickle module over unauthenticated gRPC channels, allows unauthenticated attackers to execute arbitrary code on both policy servers and robot clients. Exploitation can lead to full system compromise, data theft, and potential physical safety risks due to the nature of robotic operations. This incident underscores the persistent risks associated with deserializing untrusted data, especially in AI and robotics platforms. It highlights the necessity for secure coding practices, robust authentication mechanisms, and the importance of timely patching to mitigate such vulnerabilities.
4 months ago
Kill Chain
After Mythos: New Playbooks For a Zero-Window Era
In April 2026, Anthropic's AI model, Claude Mythos, autonomously identified thousands of zero-day vulnerabilities across major operating systems and web browsers. This unprecedented capability led to the formation of Project Glasswing, a collaborative initiative involving tech giants like Apple, Google, and JPMorgan Chase, aiming to patch vulnerabilities faster than AI can discover them. However, unauthorized access to Mythos raised significant security concerns, highlighting the potential risks of such powerful AI tools. ([anthropic.com](https://www.anthropic.com/glasswing?utm_source=openai)) The incident underscores the urgent need for robust security protocols in AI development and deployment. As AI models become more sophisticated, ensuring their secure use is paramount to prevent potential misuse and safeguard critical infrastructure.
4 months ago
Kill Chain
Microsoft Entra ID Agent ID Administrator Role Privilege Escalation Vulnerability
In March 2026, a critical vulnerability was identified in Microsoft Entra ID's Agent ID Administrator role, designed to manage AI agent identities. This flaw allowed users with this role to take over arbitrary service principals by assigning themselves as owners and adding new credentials, potentially escalating privileges to the Global Administrator level. Microsoft addressed the issue by April 9, 2026, restricting the role's permissions to prevent such unauthorized access. This incident underscores the importance of stringent role scoping and continuous monitoring of privileged accounts to prevent similar security breaches in the future.
4 months ago
Kill Chain
UNC6692's 'Snow' Malware: A New Era of Social Engineering Attacks
In December 2025, the threat actor UNC6692 initiated a sophisticated attack combining social engineering, cloud service exploitation, and custom malware. The campaign began with a flood of spam emails to targets, followed by impersonation of IT helpdesk staff via Microsoft Teams. Victims were deceived into downloading a fake 'Mailbox Repair Utility,' which installed the 'Snow' malware suite, including Snowbelt, Snowglaze, and Snowbasin. This malware facilitated unauthorized access, credential theft, and lateral movement within enterprise networks. The attackers leveraged AWS S3 buckets for payload delivery and command-and-control infrastructure, effectively bypassing traditional security measures. ([darkreading.com](https://www.darkreading.com/cloud-security/unc6692-social-engineering-malware-cloud-abuse/?utm_source=openai)) This incident underscores the evolving tactics of cyber adversaries who exploit trusted cloud services and communication platforms to infiltrate organizations. The use of legitimate cloud infrastructure for malicious purposes highlights the need for enhanced monitoring of cloud-based activities and user education to recognize sophisticated social engineering attempts.
4 months ago
Kill Chain
GlassWorm Campaign Escalates with Malicious VS Code Extensions
In April 2026, the GlassWorm campaign escalated by deploying 73 malicious Visual Studio (VS) Code extensions on the Open VSX marketplace. These extensions, initially appearing benign, were later updated to deliver self-replicating malware, compromising developer environments and potentially poisoning the software supply chain. The malware utilized techniques such as external payload retrieval and bundled native binaries, acting as thin loaders to evade detection. This approach allowed attackers to access sensitive information, including source code, credentials, and internal systems, posing significant risks to organizations relying on these tools. The resurgence of GlassWorm highlights the evolving nature of supply chain attacks, emphasizing the need for continuous monitoring of software dependencies. Organizations must implement stringent security measures, such as verifying the authenticity of extensions, auditing installed tools for recent updates, and educating developers on the risks associated with third-party software. This incident underscores the critical importance of securing the software development lifecycle to prevent widespread compromise.
4 months ago
Kill Chain
Security Breach: Unauthorized Access to Anthropic's Claude Mythos AI Model
In April 2026, Anthropic's advanced AI model, Claude Mythos, designed for cybersecurity applications, was accessed without authorization through a third-party vendor environment. The breach occurred on the same day the model was announced, with individuals from an online forum exploiting the access. Anthropic is investigating the incident and has not found evidence of broader system compromise. This incident underscores the challenges in securing powerful AI models, especially when third-party vendors are involved. It highlights the need for stringent access controls and monitoring to prevent unauthorized access to sensitive technologies.
4 months ago
Kill Chain
Critical Remote Code Execution Vulnerability in GitHub Enterprise Server (CVE-2026-3854)
In March 2026, a critical vulnerability (CVE-2026-3854) was identified in GitHub Enterprise Server, allowing authenticated users with push access to execute arbitrary code on the server through a crafted 'git push' command. The flaw stemmed from improper sanitization of user-supplied push option values, which were incorporated into internal service headers without adequate validation. This oversight enabled attackers to inject malicious metadata fields, leading to remote code execution. GitHub promptly addressed the issue by releasing patches for affected versions, including 3.14.25, 3.15.20, 3.16.16, 3.17.13, 3.18.7, and 3.19.4. ([nvd.nist.gov](https://nvd.nist.gov/vuln/detail/CVE-2026-3854?utm_source=openai)) This incident underscores the critical importance of rigorous input validation and prompt patch management in safeguarding software supply chains. As organizations increasingly rely on platforms like GitHub for code collaboration and deployment, ensuring the security of these infrastructures is paramount to prevent potential exploitation and maintain trust in software development processes.
4 months ago
Kill Chain
LofyGang's LofyStealer: A New Threat to Minecraft Players in 2026
In April 2026, the Brazilian cybercrime group LofyGang re-emerged after a three-year hiatus, launching a campaign targeting Minecraft players with a new malware known as LofyStealer. Disguised as a Minecraft hack named 'Slinky,' the malware uses the official game icon to deceive users into execution. Once activated, it deploys a JavaScript loader that installs LofyStealer ('chromelevator.exe') directly into the system memory. This stealer harvests sensitive data—including cookies, passwords, tokens, credit card information, and International Bank Account Numbers (IBANs)—from various web browsers such as Google Chrome, Microsoft Edge, Brave, Opera, Mozilla Firefox, and Avast Browser. The exfiltrated data is then transmitted to a command-and-control server controlled by the attackers. This incident underscores a significant shift in LofyGang's tactics from previous methods like typosquatting on npm packages to a malware-as-a-service (MaaS) model, offering both free and premium tiers. The campaign highlights the persistent threat posed by cybercriminals exploiting trusted platforms and popular games to distribute malicious software, emphasizing the need for heightened vigilance among users and robust security measures to protect sensitive information.
4 months ago
Kill Chain
Critical LiteLLM SQL Injection Vulnerability Exploited - CVE-2026-42208
In April 2026, a critical pre-authentication SQL injection vulnerability, identified as CVE-2026-42208, was discovered in LiteLLM, an open-source large-language model gateway. This flaw allowed unauthenticated attackers to send specially crafted Authorization headers to any LLM API route, enabling them to read and modify the proxy's database, including sensitive information such as API keys and provider credentials. Exploitation of this vulnerability began approximately 36 hours after its public disclosure, with attackers demonstrating targeted knowledge by directly accessing tables containing API keys, provider credentials, and configuration data. The maintainers addressed the issue by releasing LiteLLM version 1.83.7, which replaced string concatenation with parameterized queries to prevent such attacks. Organizations using LiteLLM were advised to upgrade immediately and rotate all stored credentials to mitigate potential compromises. This incident underscores the critical importance of prompt vulnerability management and the need for robust security practices in managing AI infrastructure. The rapid exploitation of CVE-2026-42208 highlights the increasing sophistication of threat actors and the necessity for organizations to stay vigilant against emerging vulnerabilities in widely used open-source tools.
4 months ago
Kill Chain
Vimeo's Data Breach: A Cautionary Tale of Supply Chain Vulnerabilities
In April 2026, Vimeo disclosed a data breach resulting from a security incident at Anodot, a third-party analytics vendor. Unauthorized actors accessed certain Vimeo user and customer data, including technical data, video titles, metadata, and, in some cases, customer email addresses. The breach did not compromise video content, user login credentials, or payment information. The extortion group ShinyHunters claimed responsibility, threatening to publish the stolen data unless a ransom was paid. ([bleepingcomputer.com](https://www.bleepingcomputer.com/news/security/video-service-vimeo-confirms-anodot-breach-exposed-user-data/?utm_source=openai)) This incident underscores the critical importance of securing third-party integrations, as attackers increasingly exploit supply chain vulnerabilities to access sensitive data. Organizations must rigorously assess and monitor their vendors' security practices to mitigate such risks.
4 months ago
Kill Chain
Microsoft Confirms Active Exploitation of Windows Shell CVE-2026-32202
In April 2026, Microsoft disclosed a spoofing vulnerability in Windows Shell, identified as CVE-2026-32202, with a CVSS score of 4.3. This flaw allows unauthorized attackers to perform network-based spoofing attacks, potentially leading to information disclosure. Exploitation requires user interaction, such as executing a malicious file. Microsoft addressed this vulnerability in its April Patch Tuesday update. The active exploitation of CVE-2026-32202 underscores the persistent threat posed by nation-state actors like APT28, who have previously exploited similar vulnerabilities. Organizations must remain vigilant, as attackers continually adapt their methods to bypass security measures, emphasizing the need for timely patching and robust security practices.
4 months ago
Kill Chain
Checkmarx 2026 LAPSUS$ Supply Chain Attack: A Detailed Analysis
In March 2026, application security firm Checkmarx experienced a significant security breach when the LAPSUS$ threat group exploited credentials obtained from the Trivy supply chain attack, attributed to TeamPCP. This access allowed the attackers to infiltrate Checkmarx's GitHub repositories, leading to the publication of malicious code and the subsequent leak of sensitive data. The compromised data, totaling 96GB, was later made available on both dark web and clearnet platforms. Checkmarx has confirmed that the leaked data originated from their GitHub repository and is actively investigating the incident to assess the full scope of the breach. This incident underscores the escalating threat posed by supply chain attacks, where compromising a single component can have cascading effects across multiple organizations. The Checkmarx breach highlights the critical need for robust security measures within development pipelines and the importance of securing third-party tools to prevent unauthorized access and data exfiltration.
4 months ago
Kill Chain
Stop Active Cloud Data Exfiltration
Aviatrix Rapid Containment 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