Skip to content
Marcus Reed | CISO Intel

Daily Threat Intelligence  ·  CVE & Zero-Day Tracking  ·  APT & Ransomware Analysis

Go back

CISO Intel Brief — Thursday, 18-06-2026

🛡️ CISO Intel — Thursday, 18-06-2026

By Marcus Reed | 17-06-2026 08:00 IST → 18-06-2026 08:00 IST | All sources cross-referenced


Executive Summary

Today’s intelligence sweep paints a stark picture: we’re witnessing a multi-front assault on foundational security controls and emerging technology stacks. Critical vulnerabilities in Fortinet’s FortiSandbox and Microsoft Defender are under active exploitation, demanding immediate patching and compensating controls. Simultaneously, the burgeoning AI development ecosystem is being directly targeted through sophisticated supply chain attacks on npm, underscoring that our attack surface now extends deep into our software dependencies and third-party integrations. This isn’t theoretical; it’s real, it’s active, and it requires a rapid, comprehensive response across network, endpoint, and development security.


🔴 Critical Threats — Act Now

Fortinet FortiSandbox Under Active Exploitation

What happened: Threat actors are actively exploiting a trio of high-severity vulnerabilities in Fortinet FortiSandbox appliances, including two critical flaws patched back in April and a third patched just last week. These vulnerabilities allow unauthenticated attackers to achieve remote code execution (RCE) and privilege escalation through specially crafted HTTP requests.

While Fortinet has not officially confirmed in-the-wild exploitation, multiple reputable threat intelligence firms, including VulnCheck and Defused Cyber, have observed active attacks. Defused Cyber reported seeing exploitation of CVE-2026-39808 as early as June 9, and CVE-2026-39813 on June 15. The attacks originate from a diverse set of IP addresses across at least nine countries, suggesting a broad, multi-actor campaign rather than a single coordinated effort.

Source verification: Confirmed. While Fortinet’s public stance remains that they have not confirmed exploitation, the consensus among independent threat intelligence firms is that these vulnerabilities are actively being targeted. This discrepancy is common; vendors often require higher confidence or specific forensic evidence before public confirmation, whereas intelligence firms operate on observed telemetry. Given the multiple corroborating reports from security researchers, I consider the active exploitation confirmed.

Technical breakdown:

Attackers are chaining these vulnerabilities, bypassing authentication, escalating privileges, and executing arbitrary commands. Post-exploitation activity observed includes verification and reconnaissance, which typically precedes more destructive attacks. MITRE ATT&CK Mapping:

PoC Status: Public Proof-of-Concept (PoC) code is available for CVE-2026-39808 and CVE-2026-25089 on GitHub. A PoC for CVE-2026-39813 is also detailed in security research. While one reported exploit for CVE-2026-25089 was noted as “vibecoded” (potentially faulty), working exploits are in circulation.

Blast radius: The affected products include Fortinet FortiSandbox versions 4.4.0–4.4.8, 5.0.0–5.0.5, all 4.2 versions, and corresponding Cloud and Platform as a Service (PaaS) deployments (5.0.4–5.0.5). These appliances are often deployed in high-value environments such as financial services, large enterprises, and critical infrastructure, where their compromise can severely undermine an organization’s security posture by allowing attackers to bypass sandbox protections, access sensitive sandboxed data, and pivot into internal networks.

Marcus’s verdict: This is as bad as it sounds. FortiSandbox is designed to be a last line of defense, a place where you detonate unknown threats. When that becomes the initial access vector, you’ve got a fundamental problem. The fact that two of these were patched in April and are still being actively exploited today tells me that many organizations are behind on patching critical network infrastructure. The presence of public PoCs means script kiddies and sophisticated actors alike are taking shots. If you’re running FortiSandbox and haven’t patched, assume compromise and start hunting.

Actions:

  1. Immediate Patching: Prioritize and apply patches for all affected FortiSandbox versions without delay. For CVE-2026-39813 and CVE-2026-39808, ensure systems are updated to version 4.4.9+ or 5.0.6+. For CVE-2026-25089, apply the latest available patch (released June 9, 2026).
  2. Network Segmentation & Access Control: Restrict network access to FortiSandbox management interfaces. Enforce administrative access via VPN and disallow direct internet exposure. Implement strict firewall rules to block external access to vulnerable API endpoints.
  3. Threat Hunting: Actively hunt for indicators of compromise (IOCs) on your FortiSandbox appliances. Look for unexpected outbound network connections, unusual processes (especially shell processes or download utilities like wget, curl, python) spawned by management daemons or web services, and suspicious HTTP request parameters containing shell metacharacters.
  4. Log Review: Scrutinize FortiSandbox logs for any signs of exploitation, particularly around the dates exploitation was first observed (early to mid-June).

Sources:

Microsoft Defender ‘RoguePlanet’ Zero-Day

What happened: A new privilege escalation zero-day vulnerability, dubbed ‘RoguePlanet’ and tracked as CVE-2026-50656, is being actively exploited in the wild. This flaw affects the Microsoft Malware Protection Engine (MsMpEng) within Microsoft Defender, allowing an attacker with local access to gain SYSTEM privileges on fully patched Windows 10 and Windows 11 machines.

The vulnerability was publicly disclosed by a security researcher known as “Nightmare Eclipse” (also “Chaotic Eclipse”) on June 10, just hours after Microsoft’s June Patch Tuesday rollout. This is reportedly the fourth Microsoft Defender zero-day released by this researcher since March 2026, often in apparent retaliation for disputes with Microsoft.

Source verification: Confirmed. Microsoft has officially acknowledged CVE-2026-50656 and is “working to provide a high quality security update.” They have rated the vulnerability as “Exploitation More Likely” on their Exploitability Index. While Microsoft’s initial statement mentioned “actively investigating the validity and potential applicability of these claims”, numerous independent researchers have confirmed the functionality of the public PoC.

Technical breakdown: CVE-2026-50656 (CVSS 3.1 Base Score: 7.8 High) is an Elevation of Privilege (EoP) vulnerability rooted in CWE-59: Improper Link Resolution Before File Access (also known as “Link Following”). The core mechanism is a Time-of-Check to Time-of-Use (TOCTOU) race condition within Defender’s real-time scanning engine.

The exploit chain typically involves:

  1. Creating an embedded ISO image containing a malicious payload.
  2. Abusing NTFS directory junctions and opportunistic locks.
  3. Interfering with Defender’s quarantine and remediation workflow.
  4. Manipulating the wermgr.exe file and the QueueReporting scheduled task to execute arbitrary code with SYSTEM privileges.

Crucially, the public PoC reportedly functions even when Defender’s real-time protection is enabled. The researcher noted that while it’s a race condition and can be “hit or miss,” they achieved a 100% success rate on some machines. MITRE ATT&CK Mapping:

PoC Status: A public, functional PoC is widely available and has been confirmed by multiple security firms and researchers. The researcher has actively moved their PoC repositories to self-hosted platforms due to prior removals by GitHub and GitLab under pressure from Microsoft.

Blast radius: This vulnerability affects all fully patched Windows 10 and Windows 11 devices running Microsoft Defender. While the current PoC is designed for client-side Windows, Windows Server instances are also considered vulnerable, though the exploit would need adaptation. Given Defender’s ubiquitous presence, the potential impact is immense across enterprise and consumer environments.

Marcus’s verdict: Another zero-day from Nightmare Eclipse, another fire drill for every CISO with Windows endpoints. Microsoft’s “Exploitation More Likely” rating is an understatement when a public PoC is out there, confirmed working, and bypasses real-time protection. This is a classic local privilege escalation that gives an attacker full control. While we await a patch, this means our existing endpoint detection and response (EDR) and behavioral monitoring need to be razor-sharp. Don’t just wait for a signature; look for the behavior of this exploit.

Actions:

  1. Monitor Microsoft Advisories: Continuously monitor Microsoft’s official security advisories for CVE-2026-50656 for the release of a patch.
  2. Enhanced Endpoint Monitoring: Implement robust EDR rules and behavioral analytics to detect the exploit chain. Look for:
    • Unusual process creation, especially conhost.exe spawned from SYSTEM-integrity parents into user sessions.
    • Suspicious execution of the QueueReporting scheduled task.
    • Unexpected filesystem activity, particularly UUID-like directory names under %TEMP% and modifications to C:\Windows\System32\wermgr.exe.
    • Abuse of NTFS junctions and enumeration of Volume Shadow Copies by non-system processes.
  3. Application Control: Where possible, enforce application allowlisting policies to prevent untrusted or unsigned executables from running from user-writable locations like %TEMP%.
  4. Least Privilege: Reinforce least privilege principles for all users to limit the initial foothold an attacker might gain.

Sources:


⚡ TTPs & Attack Research — Deep Dives

Web-Based Indirect Prompt Injection (IDPI) Observed in the Wild

This isn’t just academic anymore; indirect prompt injection (IDPI) is a live attack vector being observed across the public web. New research from Palo Alto Unit 42, corroborated by findings from Forcepoint’s X-Labs and Google’s Threat Intelligence Group, confirms that attackers are actively embedding hidden instructions within web content to manipulate Large Language Model (LLM)-powered applications.

What it is: Unlike direct prompt injection, where an attacker directly inputs malicious instructions into a chatbot, IDPI involves poisoning external data sources that an LLM might ingest. This includes web pages, documents, emails, or even database records. When an LLM-powered agent processes this “poisoned” content as part of its routine operations (e.g., summarizing a webpage, indexing content for Retrieval Augmented Generation (RAG) pipelines, or analyzing metadata), it can inadvertently interpret the hidden instructions as legitimate commands.

How it works: Attackers use various techniques to conceal these malicious prompts from human eyes while ensuring they are parsed by the LLM. Common methods include:

An empirical study on ArXiv, analyzing 1.2 billion URLs, identified over 15,300 validated instances of indirect prompt injections across 11,700 pages, with about 70% appearing in non-rendered HTML. This highlights that machine-readable content is a primary target.

Attack Chain & Impact:

  1. Preparation (T1027 - Obfuscated Files or Information): Attacker crafts malicious instructions and embeds them into a publicly accessible web page or document using concealment techniques.
  2. Delivery (T1607 - Improper Output Neutralization for Logs - Note: While the briefing provided T1607, direct mapping to IDPI is less common in research. T1071.001 - Application Layer Protocol: Web Protocols is more fitting for how the content is delivered): An LLM-powered application (e.g., a web-browsing AI agent, a RAG system, or an automated summarizer) ingests the poisoned content.
  3. Execution (T1059 - Command and Scripting Interpreter - if the LLM is instructed to execute code): The LLM processes the hidden instructions, overriding its original system prompt or safety guardrails.
  4. Impact: The LLM then performs unauthorized actions, which can include:
    • Data Leakage: Exfiltrating sensitive information (e.g., credentials, payment information, internal documents) from its context or connected systems.
    • Unauthorized Actions: Executing commands via connected tools (e.g., sending emails, deleting files, making API calls, escalating permissions).
    • Misinformation/Reputation Manipulation: Generating biased or false content.
    • Denial of Service: Causing the LLM to enter a loop or consume excessive resources.

Detection Opportunities:

Mitigations:

Sources:


🏗️ DevSecOps & Cloud

Mastra AI Framework npm Supply Chain Attack

This is a textbook supply chain attack directly targeting the AI development ecosystem, a high-value target for threat actors. On June 17, an attacker compromised the entire @mastra npm organization, injecting a malicious dependency (easy-day-js) into over 140 packages.

What happened: The attack leveraged a hijacked, dormant contributor account (“ehindero”) that still retained publishing permissions for the @mastra scope. The attacker first published a benign “bait” version of easy-day-js (a typosquat of the popular dayjs date library). The next day, they published a malicious version (1.11.22) containing an obfuscated postinstall dropper. Because the @mastra packages were updated to depend on ^1.11.21 of easy-day-js, npm’s caret resolution automatically pulled in the malicious 1.11.22 version upon installation, without requiring any changes to Mastra’s own source code.

Over 140 packages, including high-download count packages like @mastra/core (918K weekly downloads), were republished within an 88-minute window, silently injecting this malicious dependency.

Kill Chain & Impact:

  1. Initial Access (T1195.002 - Compromise Software Supply Chain): Compromise of a legitimate, dormant npm contributor account.
  2. Resource Development (T1195.001 - Compromise Software Dependencies and Development Tools): Publication of a typosquatted, malicious easy-day-js package to npm.
  3. Execution (T1059 - Command and Scripting Interpreter): The postinstall script in easy-day-js@1.11.22 automatically executes upon npm install. This script is an obfuscated dropper.
  4. **Defense Evasion (T10

Share this post on:

Previous Post
CISO Intel Brief — Friday, 19-06-2026
Next Post
CISO Intel Brief — Wednesday, 17-06-2026