Security & Threat Intelligence

The Watch

The Signal

SharePoint CVE-2026-45659 just hit CISA KEV with confirmed active exploitation

Two CVEs in Cursor, both rated 9.8: CVE-2026-50548 and CVE-2026-50549. Zero-click RCE, triggered by a poisoned repo, an MCP payload, or a web search result, on any version before 3.0. Both confirmed, both patch-now.

In Play

  1. Two Patch-Now Items: SharePoint KEV & Cursor Zero-Click

    SharePoint CVE-2026-45659 is CISA KEV-listed with active exploitation — federal mandate grade. Cursor CVE-2026-50548/50549 (CVSS 9.8) gives zero-click RCE via any content the AI agent ingests. Both landed this cycle with patches available. Every hour unpatched is confirmed exposure.

    Ask Clarity
  2. AI Infrastructure Confirmed as Active Target

    JADEPUFFER is the first documented end-to-end AI-agent-driven ransomware (weaponizing Langflow RCE). Threat actors are hijacking exposed Ollama/LiteLLM endpoints for offensive operations. ChocoPoC RAT is poisoning GitHub PoC repos targeting your security researchers specifically. AI tooling is no longer adjacent risk — it's confirmed target infrastructure.

    Ask Clarity
  3. Agent/MCP Ecosystem: The Unmonitored Supply Chain

    MCP crossed 2,300+ servers with the July 28 spec introducing 5 new attack vectors. Model routers (Not Diamond, OpenRouter, Factory) silently fan prompts to cheapest backends — including foreign-hosted models. FriendliAI powers Cursor/Claude Code as an invisible fourth-party. Open-source agent 'skills' inject unvetted instructions with inconsistent privilege boundaries across platforms.

    Ask Clarity
  4. Shadow AI Data Exfiltration at Enterprise Scale

    44% of Gen Z employees admit feeding proprietary data into unsanctioned AI tools. Tesla imposed $200/week AI spend caps after unmonitored consumption hit billions. Meta's internal token costs surged before anyone noticed. Model routers route 60% of coding tokens to open-weight models with no DLP inspection. This isn't a future risk — it's an active, unmeasured data leak.

    Ask Clarity
  5. AI Vendor Landscape: Government Stakes, M&A, Viability Risk

    US government pursuing 5% equity in OpenAI ($42.6B). Wiz acquired by Google ($32B), Armis by ServiceNow ($7.75B). Neocloud sector overbuilding with hundreds of entrants — 60% of firms curbing AI spend per UBS. Anthropic deployed covert geo-tracking telemetry then reversed it. These are third-party-risk register updates, not incident response.

    Ask Clarity

Deep Dives

SharePoint KEV + Cursor Zero-Click: Two Confirmed RCE Paths Open Right Now

The Situation

Two unrelated but equally critical remote code execution vulnerabilities need emergency action today. CVE-2026-45659 (SharePoint Server) was added to CISA's Known Exploited Vulnerabilities catalog with confirmed active exploitation — this carries a federal mandate for patching. Simultaneously, CVE-2026-50548 and CVE-2026-50549 (Cursor IDE, CVSS 9.8) give attackers zero-click code execution on every developer machine running versions before 3.0.

These aren't theoretical advisories — SharePoint is being exploited in the wild right now, and Cursor's zero-click pair means any attacker-controlled content an AI agent reads becomes an exploit trigger.

SharePoint: CVE-2026-45659

CISA KEV listing means confirmed exploitation and a federal remediation deadline. Internet-facing SharePoint instances are the immediate priority — inventory them, patch them, or isolate them. Hunt for compromise on anything that was exposed while unpatched. The exploitation path is RCE, meaning full host compromise of a system that typically holds sensitive collaboration data.

Cursor: CVE-2026-50548/50549

Discovered by Cato AI Labs, these flaws let attacker-controlled content escape Cursor's sandbox, write arbitrary files, and execute code with no user interaction. In an agentic IDE, the attack surface is everything the agent ingests: repository files, MCP tool responses, web search results. A poisoned repo or crafted MCP payload becomes a silent entry point to developer workstations holding cloud credentials, CI/CD tokens, and source code.

Cross-Source Pattern

These two items share a structural lesson: both target infrastructure where the reading of content constitutes the attack. SharePoint renders content that triggers exploitation; Cursor's agent reads content that triggers exploitation. The traditional model of exploitation-requires-interaction is dead for both classes.

Argo CD: The No-Patch Problem

Adding complexity: Argo CD's repo-server carries an unpatched pre-auth RCE reachable from the cluster's internal network. Synacktiv demonstrated the full chain: unauthenticated gRPC → Kustomize command execution → Redis credential theft → malicious manifest injection → full Kubernetes cluster takeover. No fix exists yet — compensating controls are your only defense.


Prioritization Matrix

ItemExploitation StatusFix AvailableAction
SharePoint CVE-2026-45659Active, KEV-listedYesPatch today
Cursor CVE-2026-50548/50549Public PoC, 9.8 CVSSYes (v3.0)Patch today
Adobe ColdFusion (7 CVEs)None yet — narrow windowYesPatch within 48h
Argo CD repo-serverPoC available, no patchNoSegment immediately

What to do

  1. Patch all SharePoint Server instances against CVE-2026-45659 and run compromise assessment on anything previously exposed

  2. Emergency-patch all Cursor installs to 3.0; block pre-3.0 binaries via EDR policy

  3. Apply NetworkPolicy to Argo CD repo-server restricting access to only Argo components; rotate Redis credentials

  4. Patch Adobe ColdFusion and Campaign Classic within 48 hours or WAF-restrict admin interfaces

AI Tooling Is Now Confirmed Target Infrastructure — Three Active Campaigns Prove It

The Shift

AI/ML infrastructure crossed from 'emerging risk' to confirmed target this week. Three distinct, active campaigns demonstrate that adversaries are attacking, weaponizing, and poisoning AI tooling at operational scale — not theoretically, not in lab conditions, but in production environments against real organizations.

Your LLM orchestration frameworks, inference endpoints, and security researchers' workflows are all now confirmed attack surfaces — treat them with the same rigor as your web applications.

Campaign 1: JADEPUFFER — First Autonomous AI-Agent Ransomware

Documented by Sysdig, JADEPUFFER is the first end-to-end ransomware attack driven by an AI agent. The agent exploited a Langflow RCE vulnerability and automated the full kill chain through database encryption. This isn't a concept — it's observed in the wild. The immediate lesson: LLM orchestration frameworks (Langflow, LangChain, and peers) are first-class attack surface and belong in your asset inventory alongside any exposed web application.

Campaign 2: Hijacked Inference Endpoints

Three observed operators are actively hijacking misconfigured Ollama and LiteLLM inference endpoints — often completely unauthenticated or protected only by placeholder API keys. Once compromised, attackers conscript these endpoints to power autonomous pentest frameworks and a Codex-based agent for weaponization and reverse-engineering. Your AI compute is being used against you and others. Pair this with open-weight GLM-5.2 (first open model to lead an APEX-SWE category at 55.3% Pass@1) that can be trivially fine-tuned to strip safeguards, and adversary tooling economics improved materially.

Campaign 3: ChocoPoC RAT Targeting Researchers

Threat actors are distributing a RAT disguised as Python proof-of-concept code on GitHub, specifically targeting vulnerability researchers and security teams. This inverts the usual model — your defenders are the targets. A researcher who clones and runs an unvetted PoC on a credentialed machine hands over internal tooling, credentials, and sensitive vulnerability data.

The Force Multiplier: Agentic Vuln Discovery

Cognition's Devin Security Swarm used 'Agentic MapReduce' to autonomously find and validate 1,000+ exploitable vulnerabilities in a single Fortune 500's production repos. This capability is now operational and available to adversaries at equivalent scale. If your public repositories or leaked source have similar vulnerability density, automated exploitation is a matter of when, not if.


What Sources Agree On

All five contributing sources converge on one conclusion: AI infrastructure has moved from theoretical risk to active attack surface. The controls gap is that most SOCs have zero monitoring on inference endpoints, orchestration frameworks, or agent-consumed content.

What to do

  1. Enumerate all Ollama, LiteLLM, and self-hosted inference endpoints; enforce authentication, remove placeholder keys, and add to SOC monitoring for anomalous egress

  2. Audit all Langflow/LLM-orchestration framework deployments for internet exposure and patch; add to asset inventory as first-class attack surface

  3. Issue directive to security staff: all PoC repos must execute in isolated, disposable sandboxes — never on credentialed endpoints; deploy EDR detection for ChocoPoC RAT behavior

  4. Pilot agentic vulnerability scanning (Devin-class or equivalent) against your highest-risk production repos before adversaries do

The Agent Supply Chain Nobody's Governing: MCP, Model Routers, and Fourth-Party Inference

The Architecture Problem

A new middleware layer has quietly inserted itself between your developers and their AI models — and it's entirely outside your security governance. Model routers (Not Diamond, OpenRouter, Factory AI, Weave) intercept every prompt and forward it to whichever model is cheapest. MCP servers (2,300+ and growing) wire AI agents directly into your Gmail, Slack, GitHub, and databases. Agent skills inject unvetted third-party instructions into coding assistants. And behind it all, inference providers like FriendliAI sit in the data path of Claude Code, Cursor, and Kilo Code without ever appearing in your procurement records.

The routing decision is made on cost and difficulty, never data sensitivity. That's a new, uninspected egress path landing in regulated environments before governance has caught up.

MCP: The 2026-07-28 Spec

The upcoming MCP specification mandates OAuth 2.1 + PKCE and kills old protocol-level session hijacking — but it introduces five fresh attack vectors that fall to you as the application builder: cross-agent workflow hijacking via predictable tracking IDs, unsigned _meta metadata manipulation, header desync attacks, stored XSS in interactive MCP Apps, and DoS via long-running async tasks. The ecosystem already spans 2,300+ servers plus 9,000+ apps via Zapier, with Claude Desktop and Gemini Spark offering no-code connectors to Gmail, Drive, Slack, Calendar, and databases.

Hidden Supply-Chain Concentration

The supply-chain wrinkle cuts deepest. Multiple sources reveal hidden dependencies:

  • Not Diamond powers OpenRouter's auto-router under the hood — any team that vetted OpenRouter alone has an undisclosed fourth-party handling prompt content
  • FriendliAI powers Claude Code, Cursor, Kilo Code, and Ollama as an inference backend — invisible to procurement
  • IDE-embedded routers (Weave inside Codex/Claude Code/Cursor) fan out to multiple model backends from a single endpoint — perimeter DLP sees one destination, not the multi-backend fan-out

Agent Skills: The New Dependency

Open-source 'skills' packages (like Impeccable) inject instructions into coding agents across Claude Code, Cursor, Copilot, and Codex. These platforms handle permissions and subagents inconsistently — the same skill runs with different privilege boundaries depending on the harness. Skills include mixture-of-experts-style internal routing that dynamically selects which instructions fire — opaque and hard to audit. This is functionally a supply-chain implant that operates through a trusted developer's agent.

Where Sources Diverge

Sources disagree on urgency. Infrastructure-focused analysis frames this as an act-now governance gap. Product-focused sources present it as market innovation worth enabling. The resolution: enable with controls — the economic pressure (10-20x cost delta, 20-30% savings) means blocking is futile; governing the data path is the achievable outcome.

What to do

  1. Inventory every AI coding tool and gateway in use, map their inference backends (including FriendliAI, Not Diamond, OpenRouter), and add undisclosed fourth-parties to your subprocessor register

  2. Deploy prompt-level DLP/secret-scanning on outbound AI traffic before routing; block or redact secrets and classified source

  3. Build migration plan for MCP OAuth 2.1 + PKCE ahead of July 28 spec; add testing for predictable tracking IDs, unsigned _meta, and header desync

  4. Add third-party agent skills to software supply-chain review: source vetting, pinned versions, and allowlisting before any enter developer workflows

The bottom line

Two confirmed RCE paths are open right now — SharePoint (KEV-listed, actively exploited) and Cursor (9.8 zero-click, every version before 3.0) — while AI infrastructure graduated from theoretical risk to active target this week: autonomous agent ransomware is live, inference endpoints are being hijacked, and a hidden fourth-party layer handles your developers' source code without ever appearing in procurement. Patch the two CVEs today, authenticate your inference endpoints this week, and inventory the AI supply chain you didn't know you had this sprint.