✨ The Containment Era is here. Secure AI workloads before they breach. →The Containment Era is here. →The Containment Era is here. →Explore ✨
Computer Software/Engineering
Breach intelligence, attack campaigns, and threat reports targeting the Computer Software/Engineering sector.
Explore Other Sectors
Computer Software/Engineering Threat Reports
Unveiling the Threat: 152 Malicious Chrome Extensions Compromise User Security
In June 2026, cybersecurity researchers uncovered a network of 152 Google Chrome extensions, primarily offering live wallpaper functionalities, that were distributing potentially unwanted programs (PUPs). These extensions, spanning 38 separate Chrome Web Store publisher accounts and three brand backends—tabplugins[.]com, yowgames[.]com, and chromewallpaper[.]com—had collectively amassed 105,000 installations. Despite claiming not to collect user data, the extensions' privacy policies revealed the logging of IP addresses, ISPs, click counts, and referrers, with data shared with Google AdSense, DoubleClick, and third-party ad partners. Additionally, some extensions manipulated browser behavior to simulate organic search traffic, thereby fabricating the origin of their own traffic. This incident underscores the persistent threat posed by malicious browser extensions, which can compromise user privacy and security. The deceptive practices employed highlight the need for vigilant monitoring of browser add-ons and the importance of scrutinizing privacy policies, even for seemingly benign applications.
1 month ago
Kill Chain
Google Patches Actively Exploited Chrome Zero-Day Vulnerability CVE-2026-11645
In June 2026, Google addressed a high-severity zero-day vulnerability, CVE-2026-11645, in its Chrome browser. This flaw, an out-of-bounds read and write issue in the V8 JavaScript engine, allowed remote attackers to execute arbitrary code via crafted HTML pages. The vulnerability was actively exploited in the wild, prompting Google to release an emergency update to mitigate the risk. Users were urged to update to version 149.0.7827.103 to secure their systems. ([helpnetsecurity.com](https://www.helpnetsecurity.com/2026/06/09/google-chrome-zero-day-cve-2026-11645/?utm_source=openai)) This incident underscores the persistent targeting of widely used software by threat actors and highlights the critical importance of timely software updates. The exploitation of such vulnerabilities can lead to significant data breaches and system compromises, emphasizing the need for robust cybersecurity practices.
1 month ago
Kill Chain
Evil MSI Background: Unveiling the 2026 Phishing Campaign
In June 2026, a sophisticated phishing campaign emerged, leveraging WeTransfer links to distribute malicious JavaScript files. These scripts, upon execution, utilized obfuscation techniques to decode and run PowerShell commands, which subsequently downloaded additional payloads, including a .NET DLL designed to manipulate Windows Task Scheduler. This method facilitated the execution of further malicious activities, potentially leading to persistent system compromise. The campaign notably exploited legitimate cloud services like Cloudflare Workers and R2 storage to host and distribute its malicious components, thereby enhancing its stealth and effectiveness. This incident underscores a growing trend where threat actors increasingly abuse trusted cloud platforms to host and disseminate malware, complicating detection and mitigation efforts. The use of obfuscated scripts and legitimate services highlights the evolving sophistication of phishing attacks, emphasizing the need for enhanced vigilance and advanced security measures to detect and prevent such threats.
1 month ago
Kill Chain
Anthropic's AI Models Disabled Amid National Security Concerns
In June 2026, the U.S. government ordered Anthropic to suspend foreign access to its advanced AI models, Fable 5 and Mythos 5, citing national security concerns over potential 'jailbreaking' vulnerabilities that could bypass safety restrictions. This directive led Anthropic to disable these models entirely to comply with export controls, affecting both foreign nationals and certain employees. The incident underscores the challenges in balancing AI innovation with security, as similar capabilities exist in other publicly accessible models. The government's stringent response highlights the growing scrutiny over AI technologies and their potential misuse, emphasizing the need for robust security measures and regulatory frameworks in the rapidly evolving AI landscape.
1 month ago
Kill Chain
Anthropic Halts AI Models Fable 5 and Mythos 5 Following U.S. Government Directive
In June 2026, the U.S. government issued an export control directive requiring Anthropic to suspend access to its advanced AI models, Fable 5 and Mythos 5, for all foreign nationals, including those within the United States. This directive, citing national security concerns, led Anthropic to disable these models globally to ensure compliance. The order also affected foreign national employees of Anthropic, highlighting the broad scope of the government's action. ([tomshardware.com](https://www.tomshardware.com/tech-industry/artificial-intelligence/us-export-control-order-forces-anthropic-to-disable-claude-fable-5-and-mythos-5-worldwide?utm_source=openai)) This incident underscores the increasing regulatory scrutiny over advanced AI technologies and their potential implications for national security. Organizations developing or utilizing such technologies must stay vigilant to evolving compliance requirements and assess the impact of governmental directives on their operations and international collaborations.
1 month ago
Kill Chain
Detecting Early Warning Signs of Supply Chain Attacks on the Dark Web
In June 2026, cybersecurity researchers identified early indicators of potential supply chain attacks emerging from the dark web. Threat actors were observed advertising access to developer accounts, private repositories, and source code, which could be exploited to infiltrate organizations through trusted third-party relationships. These findings underscore the critical need for proactive monitoring of underground forums to detect and mitigate supply chain vulnerabilities before they escalate into full-scale breaches. The increasing sophistication of cybercriminals in targeting supply chains highlights the urgency for organizations to enhance their threat intelligence capabilities. By identifying and addressing these early warning signs, businesses can strengthen their defenses against complex attacks that exploit trusted connections and third-party services.
1 month ago
Kill Chain
Arch Linux AUR Compromise 2026: A Wake-Up Call for Open-Source Security
In June 2026, over 400 packages in the Arch User Repository (AUR) were compromised to distribute a Linux rootkit and infostealer malware. Attackers spoofed trusted publishers to inject malicious preinstall scripts that downloaded and executed the 'atomic-lockfile' npm package. This malware targeted sensitive information, including credentials and access tokens, and utilized eBPF rootkit capabilities to conceal its presence. The incident underscores the vulnerabilities inherent in community-maintained repositories and the critical need for stringent package verification processes. This breach highlights the escalating threat of supply chain attacks, particularly within open-source ecosystems. Organizations must enhance their security postures by implementing robust monitoring and validation mechanisms to detect and prevent such infiltrations.
1 month ago
Kill Chain
phpBB Authentication Bypass Vulnerability Exposes User Accounts
In June 2026, a critical authentication bypass vulnerability was discovered in phpBB, a widely used open-source forum software. This flaw, present for over a decade, allowed attackers to log in as any user, including administrators, without requiring a password. The vulnerability affected phpBB versions up to 3.3.16 and 4.0.0-a2. Exploiting this issue was straightforward, requiring only a single HTTP request, and could be executed on default configurations without special knowledge. The phpBB team promptly addressed the issue by releasing version 3.3.17 on June 6, 2026, which patched the vulnerability. This incident underscores the importance of regular security audits and prompt patching in open-source software. The ease of exploitation and the widespread use of phpBB made this vulnerability particularly concerning, highlighting the need for vigilance in maintaining and updating software to protect against emerging threats.
1 month ago
Kill Chain
Massive Compromise of Arch Linux AUR Packages Leads to Deployment of Infostealer and eBPF Rootkit
In June 2026, attackers compromised over 400 packages in the Arch User Repository (AUR), modifying their build scripts to deploy a Rust-based credential stealer. This malware targeted developer secrets, including browser cookies, SSH keys, and API tokens. When executed with root privileges, it could also install an eBPF rootkit to conceal its presence. The attack exploited the trust model of the AUR by adopting orphaned packages and altering their build instructions, while the package names and histories remained unchanged. This incident underscores the vulnerabilities inherent in community-maintained repositories and highlights the need for rigorous package vetting processes. The use of eBPF rootkits represents an evolution in malware techniques, emphasizing the importance of advanced detection mechanisms to identify and mitigate such sophisticated threats.
1 month ago
Kill Chain
Google's Legal Battle Against AI-Driven Smishing Attacks
In June 2026, Google initiated legal action against a Chinese cybercrime network known as 'Outsider Enterprise.' This group utilized Google's Gemini AI to create and distribute phishing-as-a-service (PhaaS) kits, enabling the generation of fraudulent websites and the dispatch of massive SMS phishing ('smishing') campaigns. These campaigns impersonated reputable brands, deceiving recipients into providing personal and financial information. The operation involved over 9,000 fake websites and more than 1 million fraudulent web domains, leading to financial losses estimated in the millions and affecting hundreds of thousands of victims. ([techcrunch.com](https://techcrunch.com/2026/06/12/google-sues-alleged-chinese-cybercrime-operation-that-used-ai-to-send-scam-texts/?utm_source=openai)) This incident underscores the escalating threat posed by cybercriminals leveraging advanced AI technologies to conduct large-scale, sophisticated phishing attacks. The use of AI in such malicious activities highlights the urgent need for enhanced security measures and regulatory frameworks to combat AI-driven cyber threats effectively.
1 month ago
Kill Chain
Miasma Worm's 2026 Attack on Microsoft GitHub: A Wake-Up Call for Developers
In June 2026, Microsoft faced a significant supply chain attack when the Miasma worm infiltrated 73 of its GitHub repositories, including those under Azure, Azure-Samples, Microsoft, and MicrosoftDocs. The attackers utilized previously compromised contributor credentials to push malicious commits, introducing configuration files that executed credential-harvesting payloads upon opening in AI coding tools or IDEs. This breach led to the temporary disabling of the affected repositories, disrupting critical workflows and CI/CD pipelines. ([computing.co.uk](https://www.computing.co.uk/news/2026/security/microsoft-s-github-repositories-taken-offline-amid-miasma-supply-chain-attack?utm_source=openai)) This incident underscores the escalating threat of supply chain attacks targeting trusted development environments. The Miasma worm's ability to exploit AI coding tools highlights the need for enhanced security measures in software development processes to prevent similar breaches in the future.
1 month ago
Kill Chain
Anthropic's Claude Fable 5: Balancing Advanced AI Capabilities with Security
In June 2026, Anthropic released Claude Fable 5, a public version of its advanced AI model, Claude Mythos 5, which was previously restricted due to security concerns. Fable 5 is designed to perform complex tasks autonomously, including software development and research. To mitigate potential misuse in sensitive areas like cybersecurity and biology, Anthropic implemented safeguards that redirect high-risk queries to a less capable model, Claude Opus 4.8. This approach aims to balance the model's powerful capabilities with safety considerations. The release of Claude Fable 5 underscores the ongoing challenge of deploying advanced AI systems responsibly. As AI models become more capable, ensuring they are used ethically and securely remains a critical concern for developers and users alike.
1 month 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