✨ No need to do from scratch. Deploy a Validated Containment Architecture built for your AI platform. →Deploy a Validated Containment Architecture for your AI platform. →A Validated Containment Architecture for your AI platform. →Validated Containment Architectures are here. →Contain Threats NowExplore✨
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 Reverse Proxy Vulnerabilities in Fabio and OAuth2-Proxy Expose Web Applications to Attacks
In 2025, critical vulnerabilities were identified in two widely used reverse proxy applications: Fabio and OAuth2-Proxy. CVE-2025-48865 in Fabio allowed attackers to manipulate the Connection header, enabling the removal of security-critical X-Forwarded headers, potentially leading to unauthorized access to backend systems. Similarly, CVE-2025-64484 in OAuth2-Proxy permitted authenticated users to inject underscore variants of X-Forwarded-* headers, bypassing the proxy's filtering logic and potentially escalating privileges in upstream applications. Both vulnerabilities stemmed from improper handling and normalization of HTTP headers, exposing significant security risks in web architectures. ([nvd.nist.gov](https://nvd.nist.gov/vuln/detail/CVE-2025-48865?utm_source=openai)) These incidents underscore the systemic issues in reverse proxy implementations, highlighting the need for rigorous validation and normalization of HTTP headers to prevent similar exploits. Organizations must prioritize updating affected systems and implementing robust security measures to mitigate such vulnerabilities.
4 months ago
Kill Chain
Apple's Response to Coruna Exploit Kit: Critical Security Updates Released
In March 2026, Apple released security updates for older iOS devices to address vulnerabilities exploited by the Coruna exploit kit. This sophisticated toolkit targeted iOS versions from 13.0 to 17.2.1, leveraging 23 vulnerabilities across five exploit chains. The Coruna kit was utilized by various threat actors, including state-sponsored groups and financially motivated cybercriminals, to gain unauthorized access to iPhones through malicious web content. The vulnerabilities allowed attackers to execute arbitrary code with kernel privileges, leading to potential data theft and device compromise. ([9to5mac.com](https://9to5mac.com/2026/03/11/apple-confirms-todays-ios-and-ipados-updates-for-older-devices-address-the-coruna-exploit/?utm_source=openai)) The Coruna exploit kit's widespread use underscores the critical importance of timely software updates and robust security measures. Its ability to bypass multiple layers of defense highlights the evolving sophistication of cyber threats targeting mobile devices. Organizations and individuals must remain vigilant, ensuring devices are updated to the latest software versions to mitigate such risks. ([arstechnica.com](https://arstechnica.com/security/2026/03/cisa-adds-3-ios-flaws-to-its-catalog-of-known-exploited-vulnerabilities/?utm_source=openai))
4 months ago
Kill Chain
VENON Malware: A New Rust-Based Threat Targeting Brazilian Banks
In March 2026, cybersecurity researchers identified a new banking malware named VENON, written in Rust, targeting 33 Brazilian financial institutions. VENON employs sophisticated techniques, including DLL side-loading and credential-stealing overlays, to compromise Windows systems. The malware's distribution method involves social engineering tactics, such as enticing users to download malicious ZIP archives via PowerShell scripts. Once executed, VENON performs multiple evasion techniques before establishing a connection to its command-and-control server, enabling remote control over infected systems. This incident underscores a significant shift in the Latin American cybercrime landscape, with threat actors adopting advanced programming languages like Rust to enhance malware capabilities and evade detection. The emergence of VENON highlights the evolving sophistication of banking trojans in the region, necessitating heightened vigilance and advanced security measures among financial institutions.
4 months ago
Kill Chain
Cyberhaven's 2024 Chrome Extension Breach: A Supply Chain Attack Case Study
In December 2024, Cyberhaven, a data-loss prevention company, experienced a significant security breach when attackers compromised their Chrome Web Store account through a phishing attack. This allowed the publication of a malicious update (version 24.10.4) to their Chrome extension, which was automatically distributed to users. The compromised extension exfiltrated sensitive data, including authenticated sessions and cookies, to an attacker-controlled domain. The malicious version was available for approximately 25 hours before detection and removal. ([techcrunch.com](https://techcrunch.com/2024/12/27/cyberhaven-says-it-was-hacked-to-publish-a-malicious-update-to-its-chrome-extension/?utm_source=openai)) This incident underscores the escalating threat of supply chain attacks targeting browser extensions. With the increasing reliance on browser-based tools in enterprise environments, such attacks can lead to widespread data breaches and operational disruptions. Organizations must enhance their security protocols to mitigate such risks.
4 months ago
Kill Chain
Xygeni GitHub Action Compromised via Tag Poisoning in 2026
In early March 2026, Xygeni's GitHub Action, xygeni-action, was compromised through a tag poisoning attack. An attacker with access to compromised credentials created pull requests injecting obfuscated shell code into action.yml. Although these pull requests were blocked by branch protection rules and not merged into the main branch, the attacker exploited the compromised GitHub App credentials to move the mutable v5 tag to point at a malicious commit. This allowed any workflow referencing xygeni/xygeni-action@v5 to fetch and execute the compromised code, resulting in a supply chain compromise via tag poisoning. Workflows using xygeni/xygeni-action@v5 during the affected window (approximately March 3–10, 2026) executed a command-and-control (C2) implant that granted the attacker arbitrary command execution on the CI runner for up to 180 seconds per workflow run. This incident underscores the critical need for robust security measures in CI/CD pipelines to prevent similar supply chain attacks.
4 months ago
Kill Chain
Contagious Interview 2026: A Wake-Up Call for Developer Security
In early 2026, North Korean state-sponsored hackers launched the 'Contagious Interview' campaign, targeting software developers through fake job interviews. Posing as recruiters, they lured victims into cloning malicious repositories from platforms like GitHub and opening them in Visual Studio Code. Upon granting trust to these repositories, embedded malicious payloads executed automatically, establishing backdoors for data theft and persistent access. ([microsoft.com](https://www.microsoft.com/en-us/security/blog/2026/03/11/contagious-interview-malware-delivered-through-fake-developer-job-interviews/?utm_source=openai)) This incident underscores the evolving sophistication of social engineering attacks, particularly within trusted development environments. The exploitation of Visual Studio Code's trusted workspace feature highlights the need for heightened vigilance and security measures in developer workflows. ([csoonline.com](https://www.csoonline.com/article/4119927/contagious-interview-turns-vs-code-into-an-attack-vector.html?utm_source=openai))
4 months ago
Kill Chain
PhantomRaven NPM Attack 2026: A Wake-Up Call for Open-Source Security
Between November 2025 and February 2026, the 'PhantomRaven' supply-chain attack targeted the npm registry, introducing 88 malicious packages through 50 disposable accounts. These packages, often mimicking legitimate projects like Babel and GraphQL Codegen, utilized a technique called Remote Dynamic Dependencies (RDD) to fetch and execute malicious code from external URLs during installation. The malware harvested sensitive information from developers' systems, including emails, CI/CD tokens, and system details, subsequently exfiltrating this data to the attackers' command-and-control servers. ([bleepingcomputer.com](https://www.bleepingcomputer.com/news/security/new-phantomraven-npm-attack-wave-steals-dev-data-via-88-packages/?utm_source=openai)) This incident underscores the escalating threat of supply-chain attacks in open-source ecosystems, highlighting the need for developers to exercise caution when integrating third-party packages. The use of AI-generated package names and sophisticated evasion techniques like RDD exemplify the evolving tactics of threat actors, emphasizing the importance of vigilant package management and verification practices.
4 months ago
Kill Chain
Malicious Rust Crates and AI Bot Exploit CI/CD Pipelines to Steal Developer Secrets
In early March 2026, cybersecurity researchers identified a coordinated supply chain attack involving five malicious Rust crates—'chrono_anchor', 'dnp3times', 'time_calibrator', 'time_calibrators', and 'time-sync'—that masqueraded as time-related utilities. These crates exfiltrated sensitive '.env' files containing developer secrets to attacker-controlled infrastructure. Concurrently, an AI-powered bot named 'hackerbot-claw' exploited misconfigured GitHub Actions workflows in major open-source repositories, achieving remote code execution and stealing access tokens. This bot targeted repositories from organizations such as Microsoft, Datadog, and Aqua Security, leading to unauthorized code execution and potential repository takeovers. These incidents underscore the escalating threats to software supply chains, particularly through the exploitation of CI/CD pipeline vulnerabilities and the use of AI-driven automation in cyber attacks. Organizations must prioritize securing their development environments by auditing dependencies, implementing strict access controls, and continuously monitoring for anomalous activities to mitigate such risks.
4 months ago
Kill Chain
UNC6426's Rapid Exploitation of nx npm Supply Chain: A 72-Hour Breach to AWS Admin Access
In August 2025, the threat actor UNC6426 exploited a supply chain vulnerability in the nx npm package to infiltrate a victim's cloud environment. The attackers published malicious versions of the nx package, which, when installed, exfiltrated developer credentials, including GitHub tokens. Utilizing these stolen tokens, UNC6426 gained unauthorized access to the victim's GitHub account, abused the GitHub-to-AWS OpenID Connect (OIDC) trust relationship to create a new AWS administrator role, and within 72 hours, exfiltrated data from Amazon S3 buckets and destroyed production environments. This incident underscores the escalating sophistication of supply chain attacks, where attackers leverage trusted relationships between development tools and cloud services to escalate privileges rapidly. The breach highlights the critical need for organizations to implement stringent security measures, such as enforcing the principle of least privilege, regularly rotating credentials, and monitoring for anomalous activities within their CI/CD pipelines and cloud environments.
4 months ago
Kill Chain
Critical SQL Injection Vulnerability in Elementor Ally Plugin Puts Over 250,000 WordPress Sites at Risk
In March 2026, a critical SQL injection vulnerability (CVE-2026-2313) was discovered in the Ally – Web Accessibility & Usability plugin for WordPress, affecting versions up to 4.0.3. This flaw allows unauthenticated attackers to inject malicious SQL queries via the URL path, potentially leading to unauthorized access to sensitive database information. The vulnerability arises from insufficient escaping of user-supplied URL parameters in the `get_global_remediations()` method, which are directly concatenated into SQL JOIN clauses without proper sanitization. Exploitation is possible when the plugin is connected to an Elementor account with the Remediation module active. Despite the release of a patched version (4.1.0) on February 23, 2026, data indicates that only about 36% of the affected websites have updated, leaving over 250,000 sites vulnerable. This incident underscores the persistent threat posed by SQL injection vulnerabilities in web applications, emphasizing the need for developers to implement robust input validation and sanitization practices. Website administrators are urged to promptly update plugins and maintain regular security audits to mitigate such risks.
4 months ago
Kill Chain
SAP's March 2026 Security Patches Address Critical Vulnerabilities
In March 2026, SAP released security patches addressing critical vulnerabilities in its enterprise software. Notably, CVE-2019-17571, a code injection flaw in SAP Quotation Management Insurance (FS-QUO), and CVE-2026-27685, an insecure deserialization issue in SAP NetWeaver Enterprise Portal Administration, were both patched. These vulnerabilities could allow remote code execution, potentially leading to full system compromise. ([securityweek.com](https://www.securityweek.com/sap-patches-critical-fs-quo-netweaver-vulnerabilities/?utm_source=openai)) The timely release of these patches underscores the importance of proactive vulnerability management. Organizations are urged to apply these updates promptly to mitigate risks associated with these critical flaws.
4 months ago
Kill Chain
Critical n8n Vulnerabilities Expose Systems to Remote Code Execution
In early 2026, multiple critical vulnerabilities were identified in n8n, an open-source workflow automation platform. Notably, CVE-2026-27577 and CVE-2026-27493 allowed for remote code execution (RCE) through expression sandbox escapes and unauthenticated expression evaluations via Form nodes, respectively. These flaws enabled attackers to execute arbitrary commands on the n8n host, potentially leading to full system compromise. ([thehackernews.com](https://thehackernews.com/2026/03/critical-n8n-flaws-allow-remote-code.html?utm_source=openai)) The discovery of these vulnerabilities underscores the importance of timely software updates and vigilant security practices. Organizations utilizing n8n are urged to upgrade to patched versions immediately to mitigate potential exploitation risks.
4 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