Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2988+ Articles
168+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. SharePoint Flaw Initially Listed as Spoofing by Microsoft Enables Authenticated RCE
SharePoint Flaw Initially Listed as Spoofing by Microsoft Enables Authenticated RCE
NEWS

SharePoint Flaw Initially Listed as Spoofing by Microsoft Enables Authenticated RCE

CVE-2026-65660 was labeled a low-impact spoofing bug, but full technical details show it enables authenticated remote code execution.

Dylan H.

News Desk

September 22, 2026
3 min read

A Dangerous Disconnect Between Advisory and CVE Record

A SharePoint Server vulnerability that Microsoft initially classified as a spoofing flaw with a CVSS score of 6.5 actually enables authenticated remote code execution, according to full technical details published by Viettel Cyber Security researcher Dinh Ho Anh Khoa — the same researcher behind the original ToolShell exploit chain demonstrated at Pwn2Own Berlin in May 2025.

Tracked as CVE-2026-65660, the flaw carries an NVD CVSS score of 8.8 and was patched by Microsoft on August 11, 2026. But the gap between Microsoft's own advisory language and the CVE database's classification left defenders triaging the bug as a lower-priority spoofing issue for weeks.


Vulnerability Summary

FieldDetails
CVE IDCVE-2026-65660
CVSS Score (NVD)8.8
Vulnerability ClassCWE-94 — Code Injection
Affected VersionsSharePoint Server 2013, 2016, 2019, Subscription Edition
Patch DateAugust 11, 2026
Authentication RequiredYes
DiscovererDinh Ho Anh Khoa, Viettel Cyber Security

How the Flaw Was Misclassified

Microsoft's advisory describes CVE-2026-65660 as allowing "an authorized attacker to perform spoofing," while the underlying CVE record separately and correctly notes it enables "an authorized attacker to execute code." That contradiction meant security teams relying solely on Microsoft's advisory text — rather than the full CVE record and third-party analysis — may have deprioritized patching.

What's Actually Exploitable

The vulnerability stems from improper quote escaping in SharePoint's SafeControls validation. When the ToolPane component processes web-part markup, it reconstructs Register directives without properly escaping embedded quotes. This lets an authenticated attacker inject arbitrary .NET class directives that bypass SharePoint's security filters.

From there, attackers can register malicious classes after type-checking but before control loading, then use XamlServices.Parse() deserialization to achieve code execution — deploying an in-memory web shell with no file dropped to disk.


Exploitation Status

No wild exploitation has been confirmed, and the flaw does not currently appear in CISA's Known Exploited Vulnerabilities (KEV) catalog. However, the full exploit markup is now public, and the researcher has already used it in penetration testing engagements — raising the likelihood of weaponization.

Organizations that applied Microsoft's June 9, 2026 patch for a related pre-authentication bypass are already protected against chaining this flaw into a pre-auth RCE path.


Recommendations

  • Apply the August 11, 2026 SharePoint patch if not already deployed — it disables the vulnerable function by default
  • Confirm the June 9, 2026 authentication-bypass patch is also applied to close the pre-auth chaining path
  • Re-triage this CVE as high-severity RCE, not spoofing, in any prior risk assessments
  • Review SharePoint access logs for anomalous ToolPane or web-part registration activity

Sources

  • The Hacker News — SharePoint Flaw Initially Listed as Spoofing by Microsoft Enables Authenticated RCE
#SharePoint#Microsoft#CVE-2026-65660#Remote Code Execution#Vulnerability

Related Articles

Over 1,300 Microsoft SharePoint Servers Vulnerable to Ongoing Spoofing Attacks

More than 1,300 internet-facing Microsoft SharePoint servers remain unpatched against a spoofing vulnerability exploited as a zero-day, with active...

4 min read

CVE-2026-50522: Microsoft SharePoint Deserialization of Untrusted Data Vulnerability

Microsoft SharePoint contains a critical deserialization of untrusted data vulnerability allowing unauthenticated attackers to execute arbitrary code over...

6 min read

Microsoft Patches SharePoint RCE Flaw CVE-2026-45659 Across

Microsoft has released updates fixing CVE-2026-45659, a CVSS 8.8 remote code execution vulnerability in SharePoint Server that requires no specialized.

3 min read
Back to all News