LIVE · cybersecurity feed
Live wire
Hackers target WordPress sites in miniOrange auth bypass attacksFake GTA 6 Extended Look and demo sites deliver an infostealerCVE-2026-63520 · Rapid7 Analysis: Microsoft SharePoint Remote Code Execution (CVE-2026-63520)CISA’s logging guidance works beyond governmentCISA orders urgent patching of actively exploited Zimbra flawZero-Click Grok Chat History Theft: Adversa AI Demonstrates Cryptographic Context InjectionMalware Hijacks Android Car Head UnitsCritical Flaw in NASA/JPL Open-Source Spacecraft Command Software Allowed Unauthenticated Command ExecutionCVE-2026-73570 · U.S. CISA adds Zimbra Collaboration Suite (ZCS) flaw to its Known Exploited Vulnerabilities catalogCVE-2024-3094 · Connecting the Dots: Securing the Overlooked Corners of the Software Development Lifecycle (SDLC) Supply Chain
CVE-2026-63520critical

Rapid7 Analysis: Microsoft SharePoint Remote Code Execution (CVE-2026-63520)

Rapid7 has published a technical analysis of CVE-2026-63520, a critical remote code execution vulnerability in Microsoft SharePoint. The vulnerability allows an authenticated attacker to execute arbitrary code on a vulnerable server by uploading a malicious BDC model file. When combined with another vulnerability, CVE-2026-55040, it can lead to unauthenticated RCE.

zeroday.news ·

A remote code execution (RCE) vulnerability, identified as CVE-2026-63520, has been disclosed in Microsoft SharePoint, allowing an authenticated attacker to execute arbitrary code on a vulnerable server. When chained with an authentication bypass vulnerability, CVE-2026-55040, the exploit becomes unauthenticated.

The vulnerability resides within the Business Data Connectivity (BDC) subsystem of Microsoft SharePoint, specifically due to unrestricted .NET type instantiation and property-setting capabilities within the `DbTypeReflector` class. This class resolves arbitrary assembly-qualified type names from BDC model XML without proper allowlisting or safety enforcement.

An attacker can exploit this by uploading a specially crafted `.bdcm` model file and triggering entity execution. This allows them to instantiate any .NET type available in the Global Assembly Cache (GAC), set arbitrary properties on these instances, and leverage property-setter side-effects to achieve operating system command execution.

Technical analysis, based on SharePoint Server Subscription Edition version 16.0.19725.20210, points to the `Microsoft.SharePoint.BusinessData.SystemSpecific.Db.DbTypeReflector.ResolveDotNetType()` method as the source of the flaw. This method directly calls `Type.GetType()` on attacker-controlled `TypeName` values from `TypeDescriptor` elements in BDC model XML without validation.

For type names exceeding 15 characters, the `ResolveDotNetType()` method directly invokes `Type.GetType(abstractTypeName, throwOnError: true)`. This allows the resolution of any assembly-qualified type name to its corresponding `Type` object, bypassing restrictions on permitted assemblies or types.

Researchers demonstrated an exploit leveraging a Database Line-of-Business (LOB) system and an `ObjectDataProvider`-based gadget chain to trigger `Process.Start()` through property-setter side-effects. Another analysis of the same vulnerability utilized a `DotNetAssembly` LOB system and a `LosFormatter`-based gadget chain, indicating that multiple gadget chains may be viable for exploitation.

The technique of leveraging BDC models for unsafe .NET type instantiation has historical precedent, with prior research on CVE-2019-1257 by the ZDI team discussing similar concepts. Defenders are advised to consider the potential for various gadget chains when implementing detection mechanisms for CVE-2026-63520.

sharepointrcemicrosoftcve
ShareXLinkedInWhatsAppFacebook

More News

view all →
vulnerabilitycritical

Hackers target WordPress sites in miniOrange auth bypass attacks

Hackers are attempting to exploit two critical authentication bypass vulnerabilities in the miniOrange SAML 2.0 Single Sign On plugin for WordPress that can be used to forge SAML responses and log in as administrators. [...]

security

Treasury sanctions alleged Iranian hackers as part of ‘economic D-Day’

It’s a follow-up to an indictment the Justice Department unsealed last week against people affiliated with the Mabna Institute. The post Treasury sanctions alleged Iranian hackers as part of ‘economic D-Day’ appeared first on CyberScoop.

security

Bipartisan Senate bill aims to prepare energy sector for Q-Day

Under the bill, FERC would consider cyber threats from quantum computers and post-quantum cryptography in its reliability standards for the energy sector. The post Bipartisan Senate bill aims to prepare energy sector for Q-Day appeared first on CyberScoop.

security

Indian man who fled US arrested on charges he helped scammers siphon $7.5 million from the elderly

A Jersey City resident is facing charges for his alleged role as a money mule for overseas cyberscammers who stole millions from elderly New Yorkers.

security

TikTok reaches $400M settlement with US over COPPA violations

The U.S. Department of Justice announced a $400 million settlement with TikTok, ByteDance, and affiliated companies over allegations that they violated the Children's Online Privacy Protection Act (COPPA). [...]

phishing

ReliaQuest Confirms ShinyHunters Hack, but Says Impact Was Limited

A ReliaQuest employee fell victim to a phishing attack and the hackers gained access to a dashboard. The post ReliaQuest Confirms ShinyHunters Hack, but Says Impact Was Limited appeared first on SecurityWeek.