Daily Threat Intelligence Brief - June 19, 2026
Check Point VPN authentication bypass CVE-2026-50751 (CVSS 9.3) was exploited since May 7 with a public PoC and a Qilin ransomware affiliate behind it, Microsoft Semantic Kernel RCE CVE-2026-26030 (CVSS 9.8) turns a single prompt into a host shell, The Gentlemen ransomware passes 478 victims with worm-like self-propagation, Google patches its fifth Chrome zero-day of 2026 (CVE-2026-11645), and CISA adds a Joomla Content Editor flaw (CVE-2026-48907) to KEV.
The Operator's Take
Two of today's worst bugs are the same bug wearing different clothes, and naming the pattern is more useful than patching either one in isolation. In Check Point's VPN (CVE-2026-50751), the connecting client supplies four bytes that the gateway writes straight into its own authentication flag register, so the attacker tells the server how thoroughly to check the attacker's identity. In Microsoft Semantic Kernel (CVE-2026-26030 and CVE-2026-25592), the model decides which file gets written to the host and which string gets passed to a Python eval. In both cases the untrusted party controls the security decision. That is trust inversion, and it is the defining defect class of this period: the input is allowed to set its own privilege.
The non-obvious connection runs straight into the AI layer. A network engineer would never let a VPN client vote on whether to validate its certificate, yet that is precisely the architecture most agent frameworks ship by default, where model output is allowed to choose tool calls and file paths. The Check Point flaw is the network team's version of prompt injection, and the Semantic Kernel flaws are the AI team's version of an authentication bypass. They are not analogous, they are identical.
What a defender should do differently this week: stop triaging by product and start auditing by data flow. Find every place where attacker-influenced input reaches a control decision, an auth flag, a file path, an eval, a tool selector, a deserialization target, and treat each one as already broken until a non-bypassable check sits between the input and the action. Patch Check Point and Semantic Kernel today, then go hunting for the next instance of the same shape before someone else does.
Executive Summary
- Check Point VPN CVE-2026-50751 (CVSS 9.3, authentication bypass in deprecated IKEv1) was exploited in the wild since at least May 7, more than a month before the fix. watchTowr published a working PoC on June 12, and one confirmed case ties to a Qilin ransomware affiliate. Rapid7
- Microsoft Semantic Kernel CVE-2026-26030 (CVSS 9.8) routes model-influenced vector store fields into a Python
eval(), turning a prompt injection into host-level remote code execution. A second flaw, CVE-2026-25592, exposes a host file-download function as a callable kernel function. PointGuard AI - The Gentlemen ransomware (Storm-2697) passed 478 victims with a self-propagating Go encryptor that spreads like a worm across Windows, Linux, ESXi, and NAS, recruiting affiliates on BreachForums with a 90/10 split. The Hacker News
- Google Chrome CVE-2026-11645 (out-of-bounds read and write in V8) got an emergency patch on June 9, the fifth actively exploited Chrome zero-day of 2026. Added to CISA KEV. Help Net Security
- Cisco Catalyst SD-WAN Manager CVE-2026-20245 remains under active exploitation, granting root via crafted file upload, and now sits in CISA KEV with patching still in progress for many deployments. Rescana
- CISA added CVE-2026-48907 (Joomla Content Editor improper access control) to KEV on June 16, the latest in a steady run of weekly additions this month. CISA
- ShinyHunters continued its PeopleSoft extortion spree, with one confirmed higher-education victim seeing more than 40 GB leaked covering nearly 500,000 students across UK, Malaysia, and China campuses. Google Cloud / Mandiant
- Europol disrupted AudiA6 on June 12, a cryptocurrency laundering service used by ransomware crews, a rare offensive win against the cash-out side of the economy. Check Point Research
- Chinese APT Phantom Taurus keeps hitting governments, embassies, and military targets across Africa, the Middle East, and Asia, notable for resurfacing within hours of discovery rather than going dark for months. Dark Reading
Critical Vulnerabilities
CVE-2026-50751: Check Point VPN IKEv1 Authentication Bypass (CVSS 9.3)
An authentication bypass (CWE-287) in Check Point Remote Access VPN, Mobile Access, and Spark Firewall products when configured to use the deprecated IKEv1 key exchange. The root cause is a trust inversion: the gateway reads four trailing bytes from the client-supplied VPNExtFeatures Vendor ID payload and writes them directly into an authentication flag register. A client can set bit 0x4 to disable signature verification or bit 0x2 to skip certificate processing entirely, so the connecting party tells the server how thoroughly to validate its identity and the server complies. The bypass works over TCP 443 when UDP is filtered. watchTowr released a full technical writeup and PoC on June 12, and Check Point confirmed exploitation dating to at least May 7, with one case showing post-compromise activity tied to a Qilin ransomware affiliate.
- Status: Actively exploited, hotfix available (sk185033). PoC is public.
- Action: Apply the Check Point hotfix immediately. Where IKEv1 is not required, disable it. Hunt VPN logs for sessions that completed without expected certificate validation back to early May.
- Source: Check Point sk185033, watchTowr Labs, The Hacker News
CVE-2026-26030: Microsoft Semantic Kernel Python SDK RCE (CVSS 9.8)
A remote code execution flaw in the Semantic Kernel Python SDK where attacker-controlled vector store fields are routed into a Python eval() call inside the InMemoryVectorStore filter path. Because part of the filter content can be influenced by the model itself, a prompt injection that reaches an agent running the Search Plugin with the default in-memory vector store configuration becomes host-level code execution. This is the cleanest public example yet of a prompt boundary collapsing into a shell. See the AI section for the full chain.
- Status: Patched by Microsoft, disclosed May 7. SDK consumers must update.
- Action: Update the Semantic Kernel Python SDK now. Audit any agent using the Search Plugin with the default in-memory vector store. Never pass model-influenced content into an evaluator.
- Source: PointGuard AI, Microsoft Security Blog
CVE-2026-25592: Semantic Kernel Host File Write via Exposed Kernel Function
A companion flaw to the above. The host-side DownloadFileAsync method was unintentionally annotated with the [KernelFunction] attribute, exposing it as a function the model can invoke directly, with the localFilePath parameter almost entirely model-controlled. An attacker who can plant a payload in the sandbox can then have the model write that payload into the host machine's Startup folder, achieving persistence outside the sandbox. Same defect class as CVE-2026-26030: a privileged operation whose target is chosen by untrusted model output.
- Status: Patched by Microsoft, disclosed May 7.
- Action: Update the SDK. Inventory every method exposed to the kernel and confirm none expose filesystem, network, or process operations to model-chosen parameters.
- Source: PointGuard AI, Microsoft Security Blog
CVE-2026-11645: Google Chrome V8 Out-of-Bounds Read and Write (Actively Exploited)
An out-of-bounds read and write in V8, Chrome's JavaScript engine, that lets a remote attacker execute arbitrary code inside the browser sandbox via a crafted HTML page. Google shipped an emergency update on June 9 after confirming exploitation in the wild. This is the fifth Chrome zero-day patched in 2026, following CVE-2026-2441, CVE-2026-3909, CVE-2026-3910, and CVE-2026-5281. Fixed in Chrome 149.0.7827.102 for Windows and Linux and 149.0.7827.103 for Mac. Added to CISA KEV the same day.
- Status: Actively exploited, patch available.
- Action: Force the Chrome update through "About Google Chrome" and restart. Do not wait for staged rollout on high-risk endpoints. Apply equivalent Chromium updates to Edge and other downstream browsers.
- Source: Help Net Security, SOC Prime
CVE-2026-20245: Cisco Catalyst SD-WAN Manager Command Execution as Root
An improper output encoding flaw in Cisco Catalyst SD-WAN Manager, Controller, and Validator that allows arbitrary command execution as root through a crafted file upload. It was added to CISA KEV on June 9 and remains under active exploitation, with no patch available for some deployments at initial disclosure. This is one of multiple Cisco SD-WAN product zero-days seen in 2026 and affects all deployment types including FedRAMP environments.
- Status: Actively exploited, patch incomplete across releases at disclosure.
- Action: Restrict management-plane access to SD-WAN Manager, monitor for unexpected file uploads, and review for root-level command execution. Apply fixed releases as Cisco publishes them.
- Source: Rescana, BleepingComputer
CVE-2026-48907: Joomla Content Editor Improper Access Control (KEV, June 16)
CISA added a Widget Factory Joomla Content Editor improper access control flaw to the Known Exploited Vulnerabilities catalog on June 16. Content management plugins remain a reliable foothold into public-facing sites because they often run with broad write access and are patched slowly. The single-CVE addition this week, after multi-CVE additions on June 2 and June 9, shows KEV cadence holding steady through the month.
- Status: Actively exploited, update available from the extension vendor.
- Action: Inventory Joomla deployments for the Content Editor extension and update or remove it. Federal and federal-adjacent environments should confirm the BOD 26-04 due date.
- Source: CISA, June 16 2026
Microsoft June Patch Tuesday Context
June 2026 was the largest Patch Tuesday on record at roughly 206 CVEs, including 33 Critical, with 28 of the Critical bugs being remote code execution. The publicly disclosed zero-days included CVE-2026-45586 (GreenPlasma, a Windows Collaborative Translation Framework link-following bug granting SYSTEM, CVSS 7.8), CVE-2026-50507 (a BitLocker security-feature bypass requiring physical access, CVSS 6.8), and CVE-2026-49160 (an HTTP.sys HTTP/2 Bomb denial-of-service technique, CVSS 7.5). CVE-2026-41091 (Microsoft Defender elevation of privilege) was publicly known at release. If you have not completed the June rollout, that backlog is now nearly two weeks old.
- Source: BleepingComputer, Tenable, Zero Day Initiative
AI Security Threats
The AI security story this period stopped being about whether agents can be manipulated and became about what manipulation now reaches. The Semantic Kernel disclosures are the proof point: a prompt no longer just changes what an agent says, it opens a shell on the machine the agent runs on. Microsoft titled its own writeup "when prompts become shells," and that is the right frame for everything below.
Prompt injection has crossed into remote code execution
Prompt injection remains the number one LLM risk, and OWASP's 2026 reporting records a 340% year-over-year surge, the fastest-growing attack category tracked. Researchers this month went further and argued it may be a permanent property of how language models read instructions rather than a defect awaiting a fix, because models have no reliable way to separate instructions from data. The Semantic Kernel chain shows why that matters at the system level. CVE-2026-26030 takes a prompt-influenced filter string and feeds it into a Python eval(), and CVE-2026-25592 lets the model name the file path for a host-side download. In both, the model is the untrusted input and the model gets to drive a privileged operation. One academic measurement cited this month found 94.4% of state-of-the-art LLM agents vulnerable to prompt injection, 83.3% to retrieval-based backdoors, and 100% to interagent trust exploits.
The agent framework is the new attack surface
The pattern is not specific to one vendor. Independent research this period found the same shape across multiple agent frameworks: methods exposed to the model that touch the filesystem, the network, or a shell, with parameters the model controls. A single prompt was enough to launch calc.exe on a host running an agent built on a vulnerable path. The lesson for builders is direct. Treat every function reachable by the model as an attack surface, validate every model-supplied parameter the way you would validate input crossing a network boundary, and never expose an evaluator, a deserializer, or a raw file or process operation to model-chosen arguments. This is the work agentic red teaming has to cover now: the full tool-call and memory chain, not the prompt boundary alone.
- Source: Microsoft Security Blog, Lyrie Research
The lethal trifecta is still the default deployment state
The lethal trifecta describes an agent that simultaneously holds private data such as keys, credentials, or browser state, ingests untrusted content such as emails, documents, or tool output, and can communicate externally through network egress or shell. The uncomfortable finding that carries into this month is that most production agent deployments satisfy all three at once. The Semantic Kernel flaws are what the trifecta looks like when it pays off: untrusted input arrives, a privileged operation fires, and the result leaves the box. Any agent in that state is one well-placed instruction away from exfiltration, which is why breaking at least one leg of the trifecta is the highest-value control available right now.
MCP and supply chain remain the connective tissue
The agent ecosystem's shared dependencies stay the highest-leverage target, where one compromise reaches dozens of downstream frameworks. The LiteLLM PyPI compromise earlier in 2026, where backdoored releases reached tens of thousands of pulls because LiteLLM gateways so much of the agent stack, is the template. The same logic applies to MCP security: clients accept tool definitions from servers and pass them to the model, so poisoned tool metadata is a delivery lane for instructions even when the server exposes only narrow, read-only tools. Defenders should pin SDK and server versions, treat all server-supplied tool metadata as untrusted, and watch the model decision path, not just the final output.
- Source: Trend Micro, HeroDevs
Threat Actor Activity
The Gentlemen (Storm-2697) is the ransomware story this period. Microsoft Threat Intelligence dissected its self-propagating Go encryptor, which spreads like a worm across Windows, Linux, ESXi, and NAS targets. The group started as a closed operation in mid-2025, opened a ransomware-as-a-service program in September 2025, and recruits affiliates including penetration testers and initial access brokers through an official BreachForums partnership with a 90/10 revenue split heavily favoring the affiliate. Its leak site now lists more than 200 victim organizations across over 50 countries and 20-plus industries including energy, government, and healthcare, and victim-count tracking puts cumulative claims at 478. The operation runs multi-channel extortion combining encryption, email outreach, and phone-based pressure.
ShinyHunters (UNC6240) kept running its Oracle PeopleSoft campaign (CVE-2026-35273), a critical unauthenticated RCE exploited as a zero-day between May 27 and June 9 across 300-plus instances at 100-plus organizations, with higher education hit hardest. The one publicly confirmed victim as of mid-June had more than 40 GB published covering nearly 500,000 current and former students across campuses in the UK, Malaysia, and China. A financially motivated crew operating an unauthenticated zero-day at this scale is operating at a tempo that used to belong to state programs.
Qilin surfaced on the post-compromise side of the Check Point VPN bypass (CVE-2026-50751), one of the clearest signs that edge-device authentication flaws feed directly into the ransomware pipeline rather than staying in the espionage lane.
Phantom Taurus, a previously undocumented Chinese nation-state actor, continued targeting government agencies, embassies, and military operations across Africa, the Middle East, and Asia. Its distinguishing trait is operational tempo: rather than going dark for weeks or months after discovery to retool, it resurfaces within hours or days. Separately, an alleged India-linked espionage campaign was reported targeting Pakistan, Bangladesh, and Sri Lanka, a reminder that the regional APT map is wider than the usual four.
The throughline is convergence and speed. The 2026 benchmark for adversary breakout time is 72 minutes from initial foothold to active exfiltration, and the line between financially motivated crews and state programs no longer maps to capability. On the defensive side, Europol's June 12 disruption of the AudiA6 laundering service is a reminder that hitting the cash-out infrastructure is one of the few moves that raises cost across the whole criminal market.
- Source: Microsoft Security Blog, The Gentlemen, Google Cloud / Mandiant, Dark Reading Phantom Taurus, The Record India campaign
Ransomware and Data Breaches
| Organization / Target | Actor / Vector | Impact | Date |
|---|---|---|---|
| Higher-ed institution | ShinyHunters (PeopleSoft CVE-2026-35273) | 40+ GB leaked, nearly 500,000 students across UK, Malaysia, China | June 11 |
| Multiple sectors | The Gentlemen / Storm-2697 | 478 cumulative victims, worm-spread double extortion | June 10 |
| Targeted enterprises | Qilin affiliate (Check Point VPN CVE-2026-50751) | VPN auth bypass leading to post-compromise ransomware | Early June |
| 300+ PeopleSoft instances | UNC6240 (PeopleSoft zero-day) | 100+ organizations, identity and HR data exposure | May-June |
| AudiA6 laundering service | Europol takedown (disruption) | Crypto cash-out channel for ransomware crews disrupted | June 12 |
Cross-cutting note: the same edge-device and identity-system flaws that headline the vulnerability section are the entry points in the breach section. Check Point VPN feeds Qilin, PeopleSoft feeds ShinyHunters. Patching the perimeter and the identity store is breach prevention, not hygiene.
- Source: The Hacker News, The Gentlemen, Check Point Research, June 8 report, Help Net Security, PeopleSoft, CSO Online, PeopleSoft extortion
Recommended Actions
Immediate (0 to 72 hours)
- Apply the Check Point hotfix for CVE-2026-50751 now, and disable IKEv1 where it is not required. A public PoC exists and exploitation predates the fix by a month, so assume probing and hunt VPN logs back to early May for sessions that skipped certificate validation.
- Update the Semantic Kernel Python SDK for CVE-2026-26030 and CVE-2026-25592, then audit any agent using the Search Plugin with the default in-memory vector store and confirm no kernel-exposed function touches eval, the filesystem, or process control with model-supplied parameters.
- Force the Chrome update for CVE-2026-11645 on all endpoints and apply the matching Chromium update to Edge and other downstream browsers. Do not wait for staged rollout.
- Restrict management access to Cisco Catalyst SD-WAN Manager for CVE-2026-20245 and monitor for crafted file uploads and root-level command execution. Apply fixed releases as published.
- Inventory Joomla deployments for the Content Editor extension flagged in CVE-2026-48907 and update or remove it. Cross-check all of this month's CISA KEV additions against your asset inventory.
Short-Term (1 to 4 weeks)
- Complete the Microsoft June rollout, prioritizing the 33 Critical fixes and the publicly disclosed GreenPlasma, BitLocker, and HTTP.sys zero-days.
- Run a trust-inversion audit across the estate: enumerate every point where attacker-influenced input reaches an auth flag, a file path, an evaluator, a deserializer, or a tool selector, and confirm a non-bypassable check sits in front of each.
- Pin and update MCP SDK and server versions and treat all server-supplied tool metadata as untrusted input.
- Validate that VPN, edge-device, and identity-system telemetry reaches your SIEM with alerting rather than passive logging, sized to the 72-minute breakout reality.
Strategic
- Inventory every AI agent in production and flag each one that satisfies the lethal trifecta of private data, untrusted input, and external egress. Break at least one leg for every flagged agent.
- Adopt agentic red teaming that exercises the full tool-call and memory chain and aligns to the OWASP Top 10 for Agentic Applications 2026, not prompt-level filtering alone.
- Treat edge-device authentication flaws as ransomware pre-staging, not standalone CVEs. The Check Point to Qilin path is the model: perimeter bypass today is encrypted estate next week.
- Plan against financially motivated and nation-state actors as one capability tier. Worm-like RaaS such as The Gentlemen and zero-day-armed crews such as ShinyHunters have closed the gap with state programs on speed and reach.
Sources
- Rapid7: Critical Check Point VPN Zero-Day Exploited in the Wild (CVE-2026-50751)
- Check Point: sk185033 CVE-2026-50751 Advisory
- watchTowr Labs: Check Point Remote Access VPN IKEv1 Authentication Bypass
- The Hacker News: Critical Check Point VPN Flaw Exploited
- Help Net Security: PoC for Exploited Check Point VPN Flaw
- PointGuard AI: Semantic Kernel RCE CVE-2026-25592 and CVE-2026-26030
- Microsoft Security Blog: When Prompts Become Shells
- Lyrie Research: Prompts as Shells, RCE in AI Agent Frameworks
- Help Net Security: Google Chrome Zero-Day CVE-2026-11645
- SOC Prime: CVE-2026-11645 Chrome Zero-Day in V8
- Rescana: Active Exploitation Alert Cisco SD-WAN Manager CVE-2026-20245
- BleepingComputer: Cisco Fixes SD-WAN vManage Flaw Exploited in Zero-Day Attacks
- CISA: Adds One Known Exploited Vulnerability, June 16 2026
- CISA: Adds Three Known Exploited Vulnerabilities, June 9 2026
- CISA: Known Exploited Vulnerabilities Catalog
- BleepingComputer: Microsoft June 2026 Patch Tuesday Fixes 6 Zero-Days, 200 Flaws
- Tenable: June 2026 Microsoft Patch Tuesday
- Zero Day Initiative: The June 2026 Security Update Review
- The Hacker News: The Gentlemen Ransomware Claims 478 Victims
- Microsoft Security Blog: The Gentlemen Ransomware, Self-Propagating Go Encryptor
- Google Cloud / Mandiant: ShinyHunters Targets Education Sector with Oracle PeopleSoft Exploit
- Help Net Security: Oracle PeopleSoft Under Attack CVE-2026-35273
- CSO Online: Oracle PeopleSoft Zero-Day Fuels ShinyHunters Extortion Spree
- Dark Reading: New China APT Strikes With Precision and Persistence
- The Record: Alleged India-Linked Espionage Campaign
- Check Point Research: 8th June Threat Intelligence Report
- Airia: AI Security in 2026, Prompt Injection and the Lethal Trifecta
- TechTimes: AI Agent Security Hits Its Reckoning
- OWASP Top 10 Agents and AI Vulnerabilities 2026 Cheat Sheet
- Trend Micro: Inside the LiteLLM Supply Chain Compromise
- HeroDevs: The LiteLLM Supply Chain Attack