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 Code Injection Flaw in Marimo Notebooks Exposes AI Development Environments
In August 2026, Marimo addressed a critical code injection vulnerability (CVE-2026-75149) in its notebook software that allowed attackers to execute malicious Model Context Protocol (MCP) commands through specially crafted notebooks. The flaw, scoring 8.7-8.8 on CVSS scales, enabled arbitrary command execution as local subprocesses when victims opened malicious notebooks in edit mode, requiring no authentication but needing user interaction. Marimo patched the vulnerability in version 0.23.15 by implementing configuration allowlisting to treat notebook metadata as attacker-controlled content. This incident highlights the growing security risks in AI development environments as organizations increasingly adopt notebook-based workflows for machine learning and data science projects. With the rise of collaborative AI development and shared notebook repositories, similar supply chain attacks targeting development tools are becoming more prevalent.
3 weeks ago
Kill Chain
Critical NVIDIA NemoClaw Vulnerability Enables AI Model Hijacking Through Web Browsers
In August 2026, Oasis Security disclosed a critical vulnerability in NVIDIA NemoClaw that allows malicious webpages to gain unauthenticated control over local Ollama AI model instances through DNS rebinding attacks. The vulnerability exploits NemoClaw's configuration that binds Ollama to all network interfaces (0.0.0.0:11434) on Windows and WSL systems, bypassing authentication and CORS protections. Attackers can poison AI model chat templates with hidden instructions that persist across conversations, effectively taking control of AI agents and their associated tools and permissions. NVIDIA partially addressed the issue in v0.0.35 for macOS and Linux, but Windows installations remain vulnerable with only warnings implemented. This vulnerability highlights the growing attack surface of AI infrastructure and the critical need for secure-by-default configurations in AI development frameworks, particularly as organizations rapidly deploy AI agents with access to sensitive systems and data.
3 weeks ago
Kill Chain
How Hostname Obfuscation Bypasses Cloud Security in SSRF Attacks
Attackers are increasingly using hostname obfuscation techniques to bypass IP-based blocklists in Server-Side Request Forgery (SSRF) attacks targeting cloud metadata services. Security researchers at SANS identified multiple methods where threat actors convert blocked IP addresses like 169.254.169.254 into resolvable hostnames using services like nip.io, sslip.io, and dynamic DNS tools such as 1u.ms. These techniques allow attackers to circumvent traditional IP filtering defenses and access sensitive cloud instance metadata, potentially leading to credential theft and privilege escalation in cloud environments. This attack vector represents a growing trend in cloud-native security evasion techniques, highlighting the inadequacy of simple blocklist-based defenses against modern SSRF exploitation methods targeting AWS, Azure, and GCP metadata services.
3 weeks ago
Kill Chain
AI-Enabled Malware in 2026: Separating Reality from Research Hype
Unit 42 researchers analyzed 405 AI-enabled malware samples between December 2024 and June 2025, discovering that only 12 samples (3%) reached production environments while 97% existed solely in research repositories and sandboxes. The study revealed that AI-enhanced threats like FunkSec ransomware, trojanized AI applications, and information stealers were successfully detected by existing security mechanisms without requiring novel detection approaches. All samples that attempted to reach customer environments were blocked by Palo Alto Networks products using behavioral analytics, sandbox analysis, and entropy detection. This research demonstrates the current reality of AI-powered cyber threats as threat actors increasingly integrate large language models into malware development cycles, accelerating iteration speeds and lowering barriers to entry while traditional security controls remain effective.
3 weeks ago
Kill Chain
Provenance Blockchain State Divergence: $500K DeFi Vulnerability Analysis
In March 2026, Trail of Bits discovered a critical vulnerability in Provenance Blockchain, a Cosmos SDK-based financial services platform, that allowed any user to grant themselves admin control over marker accounts without holding tokens. The bug affected 82 markers representing live financial assets worth approximately $500,000, including validator incentive funds and community grant programs. Exploitation required only two transactions: one to gain admin permissions through a flawed authorization check, and another to either mint new tokens or drain escrowed assets. This incident highlights the growing risks in blockchain application security as DeFi and tokenized assets become mainstream. State synchronization vulnerabilities in smart contract platforms represent a critical attack vector that can bypass traditional access controls.
3 weeks ago
Kill Chain
Critical Authentication Bypass Vulnerabilities Target WordPress SSO Integrations
In August 2026, threat actors began actively exploiting two critical authentication bypass vulnerabilities (CVE-2026-61979 and CVE-2026-15981) in the miniOrange SAML 2.0 Single Sign On plugin for WordPress. The vulnerabilities allow attackers to forge SAML responses and gain administrator access by manipulating signature algorithms and exploiting OpenSSL verification errors. While patches were released in July 2026, inadequate disclosure for paid plugin editions left many sites vulnerable, leading to confirmed exploitation attempts across multiple IP addresses in Europe, Africa, and the United States. This incident highlights the growing trend of authentication bypass attacks targeting enterprise SSO integrations, particularly as organizations increasingly rely on SAML-based identity federation. The delayed patching response and incomplete vendor disclosure demonstrate critical gaps in third-party plugin security management that continue to plague WordPress ecosystems.
3 weeks ago
Kill Chain
Weedhack Malware Campaign Exploits Minecraft Community Through Advanced SEO Manipulation
In August 2026, cybersecurity researchers discovered that the Weedhack malware family continues to actively target Minecraft gamers through sophisticated SEO poisoning campaigns and fake gaming websites. The attackers created convincing replicas of legitimate Minecraft clients and tools, using platforms like Discord, MediaFire, and GitHub to distribute malicious JAR files. McAfee Labs detected over 6,300 attempts to access these malicious sites, which successfully outranked legitimate sources in search engine results. The malware establishes persistence by disabling Microsoft Defender, stealing sensitive data, and maintaining command and control communications. This incident highlights the growing sophistication of gaming-focused malware campaigns and the increasing use of AI-powered tools to create convincing fake websites. The success of these SEO poisoning techniques demonstrates how threat actors are adapting their distribution methods to exploit trusted platforms and search engine algorithms.
3 weeks ago
Kill Chain
The AI Vulnerability Gap: When Discovery Outpaces Defense in 2026
The cybersecurity landscape faces a critical vulnerability gap where AI-powered discovery tools can identify security flaws in hours while human-driven remediation still takes weeks or months. In 2025-2026, advanced AI models began producing vulnerability reports at unprecedented speed, with one in four malicious breaches being AI-enabled, costing organizations an average of $6 million—$1 million more than traditional breaches. This acceleration has created a dangerous imbalance where threat actors leverage AI agents to exploit vulnerabilities faster than defenders can patch them, particularly affecting open source software maintainers who are overwhelmed by uncoordinated disclosure reports. The convergence of AI-accelerated discovery with the EU Cyber Resilience Act's strict disclosure timelines has created unprecedented pressure on organizations to fundamentally transform their vulnerability management processes from reactive patching to proactive engineering disciplines.
3 weeks ago
Kill Chain
The Outsized Shadow: How 5% of AI Users Create Enterprise-Wide Security Risks
Akamai's 2026 Enterprise AI Usage Risk Report reveals that the top 5% of enterprise AI power users interact with AI models at 12 times the rate of typical employees, creating disproportionate security risks through shadow AI adoption. These super-adopters are embedding unvetted AI tools into critical business operations, with 47% of enterprise AI conversations occurring through personal identities rather than corporate-managed accounts. The research highlights emerging attack vectors including vibe hacking, cursor jacking, and comet jacking that specifically target AI-enabled workflows and bypass traditional security controls. Organizations face significant data leakage risks as employees use corporate email addresses for personal AI subscriptions, with 14.4% of conversations occurring via freemium accounts that may use sensitive data for model training. The expanding landscape of AI browser extensions poses additional vulnerabilities, with 16.31% containing known CVE exploits compared to 10.8% of standard extensions. This research underscores the urgent need for enterprises to shift from preventing AI adoption to governing AI integration, as traditional security frameworks struggle to address the unique risks posed by autonomous AI agents operating within corporate environments.
3 weeks ago
Kill Chain
DOUBLECUP Malware: When PNG Files Become PowerShell Delivery Vehicles
DOUBLECUP malware represents a novel approach to payload delivery by appending PowerShell scripts directly to PNG image files rather than using traditional steganographic techniques. Discovered in August 2024, this malware cleverly leverages Windows' FINDSTR command to extract and execute malicious PowerShell code that is concatenated to legitimate image files. The technique bypasses traditional detection methods by disguising malicious payloads as image files while avoiding complex steganographic encoding that might trigger security tools. The malware uses carriage return and newline characters to facilitate payload extraction, demonstrating attackers' continued innovation in file-based attack vectors. This incident highlights the evolving sophistication of malware delivery mechanisms as threat actors seek new ways to evade detection systems that rely on traditional file analysis and steganographic detection tools.
3 weeks ago
Kill Chain
First-Ever Android Car Head Unit Malware: MoYu Group's Supply Chain Attack Analysis
In August 2026, Kaspersky researchers discovered a sophisticated supply-chain attack by the MoYu threat group targeting Android-based car head units manufactured by DoFun, a Chinese automotive software provider. The attackers compromised the legitimate TWCore system app to deliver JarService malware, which established command-and-control communication and downloaded additional payloads. The malware transformed infected head units into proxy botnet nodes and conducted advertising fraud operations, marking the first documented malware infection chain specifically designed for automotive head units. While the malware did not interfere with critical vehicle systems, it demonstrated a new attack vector in the expanding Internet of Things landscape. This incident highlights the growing security risks in connected vehicle ecosystems as automotive manufacturers increasingly integrate internet-connected Android systems. The attack underscores vulnerabilities in automotive supply chains and the emergence of vehicles as new targets for cybercriminal monetization schemes.
4 weeks ago
Kill Chain
ChainDrop npm Worm Exposes Critical Gaps in Software Supply Chain Security
In August 2026, the ChainDrop npm worm compromised over 400 JavaScript packages including popular libraries like keyv and cacheable-request through a sophisticated three-stage attack. The malware used malicious preinstall scripts to download obfuscated payloads, directly harvested credentials from GitHub Actions runner memory and local developer environments, then self-propagated using stolen npm and GitHub tokens. The attack established persistent backdoors in developer tools like VS Code while managing command-and-control infrastructure through Ethereum blockchain transactions, demonstrating unprecedented sophistication in supply chain attacks. This incident represents a critical escalation in supply chain warfare, where attackers now target the development infrastructure itself rather than just finished applications. With modern codebases containing 80-90% open-source components and developers routinely executing code from thousands of dependencies, the attack surface has expanded exponentially beyond traditional security perimeters.
4 weeks 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