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
| Item | Exploitation Status | Fix Available | Action |
|---|---|---|---|
| SharePoint CVE-2026-45659 | Active, KEV-listed | Yes | Patch today |
| Cursor CVE-2026-50548/50549 | Public PoC, 9.8 CVSS | Yes (v3.0) | Patch today |
| Adobe ColdFusion (7 CVEs) | None yet — narrow window | Yes | Patch within 48h |
| Argo CD repo-server | PoC available, no patch | No | Segment immediately |
What to do
Patch all SharePoint Server instances against CVE-2026-45659 and run compromise assessment on anything previously exposed
Emergency-patch all Cursor installs to 3.0; block pre-3.0 binaries via EDR policy
Apply NetworkPolicy to Argo CD repo-server restricting access to only Argo components; rotate Redis credentials
Patch Adobe ColdFusion and Campaign Classic within 48 hours or WAF-restrict admin interfaces