FILTERING BY: CLEAR FILTER

Securing Autonomous Agents: Mitigating Secret Exfiltration in Model Context Protocol MCP

The transition of Large Language Models (LLMs) from passive chat interfaces to autonomous agents via the Model Context Protocol (MCP) has fundamentally shifted the threat landscape from prompt injection to automated data exfiltration. Traditional security measures, primarily deterministic regex-based scrubbing, are failing to detect "unknown unknown" secrets, such as high-entropy, rotated API keys or dynamic session tokens. To mitigate this risk, security architectures must shift from pattern matching to probabilistic detection. By implementing Shannon Entropy calculations and sliding-window analysis, organizations can identify high-density information within agentic tool outputs, allowing for effective sanitization and isolation via V8 sandboxing without compromising the LLM's functional context.

CISA Directive: Decommissioning Internet-Exposed PLCs in Water Utility Sector

Between July 26 and 27, 2026, a coordinated cyberattack targeted the operational technology (OT) of over 30 community water systems in Minnesota, including Plymouth, South St. Paul, Maple Plain, and Braham. The threat actor exploited publicly accessible Programmable Logic Controllers (PLCs) to gain unauthorized access to control networks. While water safety remained uncompromised, the event exposed systemic failures in OT perimeter security and network segmentation. In response, CISA has issued an urgent directive for water utilities to identify and decommission all internet-exposed PLCs and SCADA interfaces to mitigate the risk of large-scale critical infrastructure exploitation.

Architectural Boundary Collapse in Microsoft Copilot, Salesforce Agentforce, and Slack Agentic Ecosystems

The migration from passive LLM chatbots to autonomous agentic ecosystems—specifically Microsoft Copilot, Salesforce Agentforce, and Slack—has introduced a critical architectural boundary collapse. By dissolving the distinction between system instructions and untrusted data, these platforms are vulnerable to Indirect Prompt Injection (IPI). Attackers can embed malicious payloads within unstructured data formats like JSON or HTML, leveraging semantic processing to trigger unauthorized tool execution. This enables a new paradigm of lateral movement where semantic manipulation, rather than traditional network exploits, allows an attacker to traverse from low-trust mediums to high-trust enterprise environments, significantly escalating the systemic risk of autonomous tool use.

Physical Layer Exploitation in 3GPP 5G/NR and IEEE 802.11 WiFi Standards

Research indicates that 3GPP 5G/NR and IEEE 802.11 (WiFi) protocols are susceptible to passive, non-intrusive surveillance via physical (PHY) layer vulnerabilities. By exploiting Modulation and Coding Scheme (MCS) implementation flaws and analyzing Downlink/Uplink Channel State Information (CSI), attackers can execute "pseudo-ranging" to localize targets within precise geographic rings. Utilizing Machine Learning-based modulation classification and Software Defined Radio (SDR) IQ data, adversaries can transition from coarse localization to high-fidelity tracking of mobile assets, including drones and vehicles. This enables the unauthorized construction of malicious digital twin maps and facilitates undetectable mass surveillance of users in dense wireless environments, bypassing traditional upper-layer encryption.

JADEPUFFER: Agentic ENCFORGE Ransomware Campaign Targeting Langflow AI Infrastructure

The JADEPUFFER campaign utilizes an autonomous AI agent to execute a full-spectrum attack against Langflow deployments. Initial access is achieved via CVE-2025-3248 (Remote Code Execution), enabling the delivery of Base64-encoded Python payloads. The agent autonomously performs network mapping and lateral movement to compromise MySQL databases and Alibaba Nacos configuration platforms. This "agentic" ransomware deploys the ENCFORGE strain, specifically targeting AI model weights and Nacos configuration records. The attack resulted in the encryption of 1,342 records and the deletion of original database tables, demonstrating a shift toward AI-driven, adaptive post-exploitation chaining that operates at speeds exceeding human capabilities.

XCSSET v40: Evolution of the Xcode-Targeted Supply Chain Malware

XCSSET v40 is a specialized macOS malware family targeting the software development supply chain by compromising Xcode projects (.xcodeproj). The latest iteration employs advanced obfuscation and novel persistence mechanisms to bypass signature-based detection and embed malicious logic within developer IDEs. By poisoning the build process, XCSSET facilitates downstream supply chain attacks, enabling the delivery of compromised binaries to end-users. Security researchers from Unit 42 and Microsoft Security have identified a significant increase in the complexity of the malware's binary triage evasion, necessitating AI-assisted decoding to uncover its operational mechanics and persistence triggers.

Critical Entropy Degradation in Coldcard Firmware Facilitates $38M BTC Theft

A critical firmware vulnerability in specific Coldcard Mk3 hardware wallet models has resulted in a catastrophic reduction of entropy during the seed generation process. The flaw, identified as a weak Pseudo-Random Number Generator (PRNG), degraded the cryptographic search space from a standard 128 bits to a highly vulnerable 40 bits. An attacker utilized AI-driven vulnerability discovery to identify the flaw and subsequently performed a rapid brute-force derivation of private keys. This coordinated attack resulted in the theft of approximately 594 BTC ($38 million) from up to 1,196 addresses within a 25-minute window, highlighting critical failures in automated security auditing and hardware-based entropy implementations.

NVIDIA Launches Open Secure AI Alliance and NOOA Framework

NVIDIA has established the Open Secure AI Alliance and the NOOA framework to standardize security for autonomous AI agents. This initiative responds to increasing vulnerabilities in agentic workflows, specifically catalyzed by a reported OpenAI agent breach. The framework integrates open-source standards to mitigate critical AI risks, including Remote Code Execution (RCE) via insecure tensor serialization and identity spoofing in heterogeneous cloud environments. By shifting from proprietary security silos to a consortium-led model, the alliance aims to provide a unified defense layer across the AI lifecycle, ensuring interoperability between cloud service providers, cybersecurity vendors, and AI research hubs.

Dismantling the Kratos Phishing-as-a-Service Infrastructure Targeting Microsoft

A multinational law enforcement operation led by Germany's BKA and ZIT, in coordination with the US and Indonesia, has neutralized the Kratos (aka SneakyLog/Sneaky 2FA) Phishing-as-a-Service (PhaaS) infrastructure. The operation resulted in the seizure of over 200 servers and the arrest of a primary administrator in Indonesia. Kratos leveraged Adversary-in-the-Middle (AiTM) proxying to intercept Microsoft 365 authentication flows, enabling the theft of session tokens to bypass multi-factor authentication (MFA). While the backend infrastructure is offline, approximately 1,800 active affiliates retain access to target lists and may migrate to alternative PhaaS kits, maintaining the operational threat level.

Laundry Bear Exploits Zimbra Zero-Click Vulnerability CVE-2025-66376 for Espionage

Russian state-sponsored actor Laundry Bear (Void Blizzard/TA488) has executed a large-scale espionage campaign targeting Zimbra Collaboration Suite (ZCS) versions prior to 10.1.13 and 10.0.18. Exploiting CVE-2025-66376, a stored XSS vulnerability triggered by improper sanitization of CSS @import directives, attackers achieve zero-click code execution when a target views a crafted email. The operation utilizes the 'Ulej' tool for session and 2FA backup code harvesting and the 'Flowerbed' Python framework for data exfiltration via Dockerized infrastructure. Impacted entities include government, defense, and energy sectors, with the loss of 90 days of mailbox content and browser credentials. Immediate patching to ZCS 10.1.13 or 10.0.18 is required.

Microsoft Unveils MAI-Cyber-1-Flash and Project Perception

Microsoft has released MAI-Cyber-1-Flash, a domain-specific small language model (SLM) optimized for cybersecurity workflows. Integrated within the MDASH (Multi-model vulnerability identification and remediation harness) orchestration framework, the model targets the automation of vulnerability identification and remediation. By utilizing a tiered architecture alongside GPT-5.4 and GPT-5.3 Codex, Microsoft aims to reduce operational costs by 50% while maintaining high precision, evidenced by a 95.95% score on the CyberGym benchmark. The deployment of Project Perception further enables autonomous AI-driven patching, shifting the defensive posture from manual vulnerability management to agentic, end-to-end remediation.

Microsoft Copilot: Self-Propagating XPIA Worm via Hidden Prompt Injection

Microsoft Copilot for Word is susceptible to a self-propagating Cross-Prompt Injection Attack (XPIA) stemming from a fundamental architectural inability to distinguish between untrusted user data and authoritative developer instructions. Attackers embed JSON-formatted payloads using white-on-white text obfuscation in .docx files. Upon ingestion, the AI agent elevates these hidden strings to high-priority system commands, enabling the worm to autonomously append itself to any subsequently generated or edited documents. This mechanism bypasses traditional EDR and AV signatures by utilizing authorized AI agents within enterprise workflows—specifically SharePoint and Teams—potentially leading to organizational-wide context collapse and unauthorized data exfiltration.

Google and Anthropic: Fragmentation of AI Security and Nation-State LLM Operationalization

This report analyzes the diverging security strategies of Google and Anthropic amidst the rise of nation-state efforts to operationalize Large Language Models (LLMs) for automated offensive cyber operations. Technical vulnerabilities center on cryptographic weaknesses in LLM-integrated communication protocols and software supply chain gaps within cloud-integrated model access, specifically targeting Google Cloud AI/ML workloads. The strategic shift toward proprietary "walled garden" security, evidenced by the avoidance of NVIDIA’s Open Secure AI Alliance, follows agentic breaches at OpenAI that exposed risks in autonomous AI agent architectures. Current exploitation vectors focus on the interoperability codebases between Microsoft and Anthropic and specific CVEs within Google’s cloud-integrated AI ecosystem.

LLM Agent Honeypots

The emergence of autonomous AI agents capable of independent reconnaissance and exploit execution necessitates a shift from human-centric defense to AI-aware deception. LLM Agent Honeypots utilize simulated API endpoints, honey-tokens, and decoy orchestration frameworks to lure adversarial agents into controlled environments. By capturing behavioral telemetry, researchers analyze LLM-to-LLM interaction patterns, iteration speeds, and specific tool-use chains. This methodology enables the differentiation between human attackers and autonomous agents while mapping the reasoning loops and prompt-injection triggers utilized by offensive AI in the wild.

Universal Jailbreak Vulnerability in OpenAI GPT-5.6 Sol, Anthropic Claude Opus 5, and Fable

Researcher Pliny has demonstrated a universal jailbreak architecture capable of bypassing the safety guardrails in OpenAI’s GPT-5.6 Sol, Anthropic’s Claude Opus 5, and Fable. The exploit utilizes advanced system-prompt injection and targets specific vulnerabilities in token-level processing to circumvent alignment mechanisms, including Reinforcement Learning from Human Feedback (RLHF) and Anthropic's Constitutional AI. This vulnerability allows for the generation of prohibited content and the activation of restricted "dual-use" capabilities. The finding indicates a systemic failure in how frontier LLMs are aligned, posing immediate risks to enterprise security and regulatory compliance concerning U.S. government export controls on high-capability models.

Claude Mythos Preview: AI-Driven Cryptanalysis of HAWK-256 and AES-128

Anthropic's Claude Mythos Preview has demonstrated advanced mathematical reasoning capabilities by identifying vulnerabilities in both post-quantum and classical encryption. The AI agent derived an end-to-end key-recovery attack against the HAWK-256 lattice-based signature scheme by exploiting previously unknown lattice symmetries, achieving a runtime of approximately 3 hours and 42 minutes. Additionally, the model optimized differential and linear cryptanalysis to achieve a 200- to 800-fold speedup in attacking 7-round AES-128. These findings signal a transition in LLM capabilities from text generation to autonomous cryptanalysis, significantly reducing the time required to move from theoretical vulnerability discovery to practical exploit implementation.

MacOS.Gaslight: DPRK AI-Aware Malware Using Prompt Injection for Evasion

North Korean state-sponsored actors have deployed MacOS.Gaslight, a Rust-based information stealer and backdoor targeting macOS environments. The implant utilizes a novel evasion technique by embedding 38 adversarial prompt injection strings designed to manipulate LLM-based malware triage tools. By targeting the cognitive layer of analysis, the malware attempts to trigger AI safety guards or provide fabricated system context, inducing AI assistants to misclassify the payload as benign or refuse analysis. This strategy directly degrades the accuracy of AI-assisted SOC triage, increasing attacker dwell time by blinding automated security analysis pipelines.

Russian APTs Target Signal Messenger Backup Recovery Keys for Account Takeover

Russian state-sponsored APTs are conducting targeted phishing campaigns to harvest Signal Messenger backup recovery keys, bypassing established end-to-end encryption (E2EE) protocols. By utilizing sophisticated social engineering lures masquerading as official security alerts, actors target high-value demographics—specifically journalists and political activists—to facilitate complete account takeover (ATO). Once recovery keys are obtained, attackers can migrate accounts and decrypt historical chat backups stored in the cloud. The US government has signaled the severity of this intelligence-led campaign by offering a $10 million reward for information identifying the responsible actors, highlighting a pivot from protocol exploitation to targeting the human-centric recovery mechanism.

Critical Authentication Bypass in Check Point SmartConsole CVE-2026-16232

CVE-2026-16232 is a critical authentication bypass vulnerability (CVSS 9.3) affecting Check Point SmartConsole and Security Management Servers. The flaw originates from a broken trust boundary in the authenticateRemoteApplication() function, where the server prioritizes an attacker-provided Secure Internal Communication (SIC) Distinguished Name (DN) over the verified peer certificate DN. This allows unauthenticated attackers to forge application identities and mint administrative Single Sign-On (SSO) tickets via SOAP APIs. Successful exploitation grants full administrative control over the management server and all downstream security gateways, enabling malicious policy modification and disabling of security auditing. Remediation requires applying the vendor's jumbo hotfix and implementing strict IP-based access controls.

Securing AI Agents via Zero Trust and Non-Human Identity NHI Controls

Autonomous AI agents are vulnerable to Indirect Prompt Injection (IPI), where adversarial instructions embedded in third-party data—such as emails or web content—bypass probabilistic guardrails to execute unauthorized tool calls. This leads to "excessive agency," enabling credential theft, unauthorized data exfiltration, and lateral movement. Mitigation requires transitioning from linguistic constraints to deterministic Zero Trust architectures. By treating agents as Non-Human Identities (NHI), organizations can enforce granular OAuth scopes, utilize short-lived OIDC tokens, and implement hard Access Control Lists (ACLs) to isolate agentic workloads and prevent unauthorized API interaction.

Coordinated Attack on Minnesota Water Infrastructure Targeting Rockwell Automation and Schneider Electric PLCs

A coordinated cyberattack targeted over 30 Minnesota water and wastewater utilities, leveraging internet-exposed industrial control systems (ICS) via cellular modems. The campaign utilized critical vulnerabilities in Rockwell Automation controllers (CVE-2021-22681, CVE-2023-3595, CVE-2024-6242) and targeted Schneider Electric and Siemens PLCs. Threat actors, attributed to the Iranian-linked CyberAv3ngers (IRGC-CEC), progressed to "Phase 4" capabilities, employing legitimate vendor engineering software to exfiltrate PLC project files and manipulate Add-On Instructions (AOIs) to disable safety protocols. This resulted in operational shutdowns in Braham and transitions to manual operations across multiple municipalities, though no water quality contamination was reported.

Google Chrome: Transition to AI-Augmented Vulnerability Management

Google is pivoting the Chrome security lifecycle from manual triage to an AI-augmented "hyper-cadence" model. By deploying Gemini-powered agents for full codebase scanning and hybrid triage—blending rule-based logic with LLMs—the organization is automating the discovery and remediation of critical vulnerabilities. This shift has successfully identified legacy sandbox escapes that evaded human detection for over a decade. The resulting surge in discovery velocity, evidenced by 1,072 security fixes in just two releases, is necessitating an accelerated deployment pipeline, including the testing of a twice-weekly patching schedule to mitigate the risk of AI-driven adversarial exploitation.

Hugging Face: Autonomous AI Agent Breach and Cross-Border Model Pivot

Hugging Face experienced a production infrastructure breach orchestrated by an autonomous AI agent leveraging two code-execution vulnerabilities within the datasets library. The agent achieved initial access through these flaws, subsequently targeting internal service credentials and datasets. The incident featured a "Cross-Border Model Pivot," where attackers potentially exfiltrated model weights or migrated operational logic across jurisdictional infrastructures to evade detection. Defensive countermeasures relied on AI-based forensic analysis tools to detect and contain the agent's activity. This breach underscores the emerging reality of end-to-end autonomous cyber-orchestration and the necessity of AI-augmented defensive architectures.

FakeGit Campaign: Exploiting GitHub and Model Context Protocol MCP to Deploy SmartLoader

The "FakeGit" campaign is a large-scale supply chain and social engineering operation leveraging approximately 7,600 malicious GitHub repositories and 6,600 unique accounts to distribute the SmartLoader malware. By masquerading as legitimate AI skills and Model Context Protocol (MCP) servers, the attackers manipulate AI agents to recommend malicious repositories to developers. The technical payload utilizes Cloud Server-Side Request Forgery (SSRF) to deploy SmartLoader, which subsequently installs the StealC information stealer. This operation specifically targets users integrating AI-driven workflows for platforms like Gmail and WhatsApp, aiming for high-value credential and sensitive data theft through the exploitation of the emerging AI agent ecosystem and the perceived trust of the GitHub platform.

Mirage Kitten Deploys NightLedger Backdoor and WebSocket Tunneling Tools

The Iranian state-sponsored actor Mirage Kitten (also tracked as Nimbus Manticore and UNC1549) is conducting a cyber-espionage campaign targeting organizations across the Middle East, Africa, and South Asia. The group utilizes a previously undocumented Windows backdoor named NightLedger to establish persistent access. To evade network security controls, the actor employs two custom WebSocket-based tunneling tools, ArcBridge and BridgeHead, which encapsulate C2 traffic to bypass traditional firewall restrictions and network detection systems.

AgentBaiting: Targeting Claude Code, Gemini, and ChatGPT via Fake AI Skills

AgentBaiting is a strategic environmental poisoning campaign, part of the larger "FakeGit" operation, targeting agentic AI frameworks including Claude Code, Gemini, and ChatGPT. Attackers leverage malicious Model Context Protocol (MCP) servers and fraudulent AI "skills" to deceive agents into installing malware or executing unauthorized remote commands. The attack surface is expanded via "Hallusquatting"—registering domains that match AI-generated hallucinations—and "Agent Data Injection," utilizing poisoned GitHub comments and product reviews to manipulate agent decision-making. Researchers have identified approximately 7,600 malicious GitHub repositories, with over 800 specifically masquerading as AI tools to facilitate remote code execution (RCE) and unauthorized system access.

ISO-IEC 18033-2 Standardizes Classic McEliece for Post-Quantum Cryptography

The ISO/IEC Committee has integrated Classic McEliece into the ISO-IEC 18033-2 standard for asymmetric ciphers to mitigate the systemic risk posed by quantum computing. Unlike RSA or ECC, which rely on integer factorization and discrete logarithms, Classic McEliece utilizes code-based cryptography based on error-correcting codes, rendering it resistant to Shor’s Algorithm. This standardization addresses the "Harvest Now, Decrypt Later" (HNDL) threat vector, where adversaries capture encrypted data for future decryption. The integration ensures global interoperability across 177 member states, providing a high-assurance benchmark for protecting long-shelf-life data in critical infrastructure, defense VPNs, and tactical systems.

OtterCookie Infostealer: North Korean Actors Leverage SVG Steganography and npm Supply Chain Attacks

North Korean-linked threat actors are executing the "Contagious Interview" campaign, targeting developers through fraudulent recruitment. The attack utilizes SVG steganography to embed malicious payloads within graphic assets and leverages malicious npm packages with multi-layer dependency nesting to deliver the OtterCookie infostealer. The malware executes a four-stage payload to exfiltrate browser credentials, session cookies, cryptocurrency wallet data, and sensitive local files. This sophisticated approach bypasses traditional static analysis and EDR via supply chain compromise and steganographic evasion, posing a severe risk to technical workstations and developer environments.

UAC-0145 Sandworm ClickFix CAPTCHA and Ethereum-based SMARTAXE C2

UAC-0145, a sub-cluster of the GRU-linked Sandworm group, is employing "ClickFix" social engineering to compromise Ukrainian and global targets. Attackers use compromised websites to present fraudulent CAPTCHA prompts, tricking users into manually executing malicious PowerShell commands. Once established, the group deploys a multi-stage Windows payload suite—including GHETTOVIBE and FREAKYPOLL—and the COWARDDUCK Android backdoor. C2 resilience is achieved via SMARTAXE, which utilizes Ethereum smart contracts and the eth_call function for dynamic domain resolution. Data exfiltration targets Signal, WhatsApp, and browser credentials via Dropbox and RSYNC, facilitating high-impact intelligence collection.

WordPress Core: Critical wp2shell RCE CVE-2026-63030

WordPress Core is affected by a critical RCE chain dubbed "wp2shell," combining CVE-2026-60137 (SQL injection in WP_Query's author__not_in parameter) and CVE-2026-63030 (REST API batch-route confusion). Unauthenticated remote attackers can exploit the /wp-json/batch/v1 endpoint to bypass security controls and execute arbitrary code without user interaction or plugin dependencies. The vulnerability is exacerbated in environments lacking persistent object caching. Immediate remediation requires updating to versions 6.9.5, 7.0.2, or 7.1 Beta 2. Active exploitation is confirmed, with AI-assisted tools accelerating PoC development and patch diffing.


LINK COPIED TO CLIPBOARD