Microsoft SharePoint Under Siege: Attackers Are Chaining Two Critical Flaws Into a New RCE Threat

Listen to this Post

Featured ImageA New SharePoint Warning Is Raising the Stakes

Microsoft SharePoint administrators are facing another serious security emergency as attackers begin testing a dangerous vulnerability chain capable of turning an authentication bypass into remote code execution. The development is especially concerning because one of the flaws, CVE-2026-55040, has already moved beyond proof-of-concept territory and into active exploitation.

The second vulnerability, CVE-2026-63520, adds the possibility of code execution after the initial authentication barrier has been defeated. Together, the two weaknesses create precisely the kind of attack path defenders fear most: an Internet-facing enterprise service, an authentication bypass, administrative discovery, and a potential route to arbitrary code execution.

Rapid7 describes CVE-2026-55040 as a critical SharePoint weakness with a CVSS score of 9.1. NIST records that CISA added the vulnerability to its Known Exploited Vulnerabilities catalog on August 18 after exploitation activity was identified.

The Two Vulnerabilities Form a Dangerous Combination

CVE-2026-55040 affects

That alone would be serious.

But the larger concern is what happens next.

CVE-2026-63520 is an improper-input-validation vulnerability in Microsoft Office SharePoint that can allow unauthorized code execution over a network. Microsoft assigned it a CVSS 3.1 score of 8.1, while NIST lists SharePoint Server 2016, 2019, and Subscription Edition among the affected products.

When these weaknesses are treated as separate bugs, their individual risk can be underestimated. When viewed as links in the same attack chain, the picture becomes much more alarming.

How the Attack Chain Works

The important distinction is that CVE-2026-55040 and CVE-2026-63520 do not represent identical stages of an attack.

The first vulnerability breaks through an authentication boundary.

The second potentially provides the attacker with a path toward arbitrary code execution.

That creates a classic security progression: access first, execution second.

Rapid7 said its researchers originally discovered an unauthenticated SharePoint RCE chain and reported it to Microsoft on May 18. Microsoft subsequently planned to address the authentication-bypass component in July and the RCE component in August.

This coordinated disclosure process was designed to give defenders time to patch before technical exploitation details became widely available.

The problem is that once public proof-of-concept material appears, the window between research and criminal exploitation can become extremely small.

Public Proof-of-Concept Code Changed the Risk

Stephen Fewer of Rapid7 published a proof-of-concept for CVE-2026-55040. Rapid7’s public research repository confirms that the PoC demonstrates the SharePoint JWT authentication-bypass mechanism.

The significance of public exploit code goes far beyond researchers being able to reproduce a vulnerability.

Threat actors do not necessarily need to discover the vulnerability themselves.

They can study public research, automate scanning, modify proof-of-concept code, and search the Internet for vulnerable systems.

That dramatically reduces the technical barrier to exploitation.

Attackers Moved Quickly After Disclosure

According to the original threat intelligence reporting, Defused observed weaponization shortly after the CVE-2026-55040 PoC became publicly available.

That progression is familiar to defenders.

A vulnerability is disclosed.

A PoC appears.

Scanning increases.

Attackers begin identifying exposed systems.

Then researchers start seeing exploitation attempts in honeypots and production environments.

The speed of this cycle is one reason modern vulnerability management can no longer rely solely on monthly patch routines.

Honeypots Are Now Seeing the Chain

Defused subsequently reported that attackers were probing its honeypots with the combination of CVE-2026-55040 and CVE-2026-63520.

The reported behavior included exercising the JWT authentication bypass, followed by administrative enumeration and probing associated with the Business Data Catalog functionality connected to the second vulnerability.

Importantly, the reporting stated that code execution had not yet been observed in those particular honeypot interactions.

That distinction matters.

Probing is evidence of attacker interest and preparation, but it should not automatically be described as confirmed successful exploitation of the complete chain.

Why Administrative Enumeration Matters

Attackers rarely begin with the loudest possible action.

Once they obtain an authentication foothold, they usually want to understand the environment before attempting potentially disruptive activity.

Administrative enumeration can reveal users, permissions, sites, services, configurations, and other information that helps determine what the compromised identity can access.

From a

A SharePoint server showing unexpected authentication behavior followed by suspicious administrative enumeration deserves immediate investigation.

SharePoint Has Become an Attractive Enterprise Target

SharePoint occupies a particularly valuable position inside many organizations.

It can contain documents, project information, employee data, business workflows, collaboration resources, authentication integrations, and sensitive internal communications.

A compromised SharePoint server therefore may offer much more than access to a single web application.

It can become a strategic foothold.

This is why vulnerabilities affecting Internet-exposed on-premises SharePoint installations deserve special attention.

More Than 8,700 Servers Are Exposed

The original report cites Shadowserver tracking more than 8,700 Microsoft SharePoint servers exposed online.

The number should not be interpreted as 8,700 confirmed vulnerable systems. Exposure does not automatically mean vulnerability, and some systems may already be patched or otherwise protected.

Nevertheless, every Internet-facing SharePoint instance expands the potential attack surface.

For security teams, the first question should therefore be simple:

Do we have any SharePoint servers exposed to the Internet that we did not realize were exposed?

CISA Has Already Escalated the Threat

The U.S. Cybersecurity and Infrastructure Security Agency has already taken action against CVE-2026-55040.

NIST’s vulnerability record shows that CISA added the vulnerability to the Known Exploited Vulnerabilities catalog on August 18, with an active-exploitation assessment.

This is an important escalation because CISA KEV inclusion is not merely a severity rating.

It is a signal that defenders should treat exploitation as an operational risk rather than a theoretical possibility.

CVE-2026-63520 Requires Separate Attention

The second vulnerability deserves careful handling because its exploitation status is not identical to that of CVE-2026-55040.

NIST’s current record describes CVE-2026-63520 as an improper-input-validation vulnerability capable of network-based unauthorized code execution. However, the CISA assessment recorded in the NVD currently indicates no confirmed exploitation at the time of that assessment.

That does not make the vulnerability harmless.

It means defenders should distinguish between confirmed exploitation of the first vulnerability and reports of attackers probing the broader chain.

The Ransomware Connection Makes This More Urgent

The wider SharePoint threat landscape is already troubling.

CISA has previously warned about actively exploited SharePoint vulnerabilities, including CVE-2026-45659, which has now also been associated with ransomware attacks according to the original report.

This is a crucial warning for organizations because ransomware operators increasingly prefer vulnerabilities that provide direct access to enterprise infrastructure.

An Internet-facing SharePoint server can potentially become the first step in a much larger intrusion.

Attackers Do Not Need to Start With Ransomware

The absence of ransomware on day one should never be interpreted as the absence of risk.

A modern intrusion can unfold over days or weeks.

Initial access may be followed by reconnaissance.

Reconnaissance may be followed by credential theft.

Credentials may enable lateral movement.

Lateral movement may eventually lead to data theft, extortion, or ransomware deployment.

This is why early detection of the first stage is so valuable.

SharePoint Administrators Should Assume the Internet Is Hostile

An Internet-facing SharePoint server should be treated as an exposed enterprise application, not simply as another internal collaboration platform.

If direct public access is not required, removing it from the Internet can dramatically reduce the available attack surface.

Where external access is necessary, organizations should place appropriate protective layers around the service and monitor authentication and administrative activity closely.

Patching Is Still the First Priority

The most important action remains applying

CVE-2026-55040 is already confirmed in

Organizations should verify the actual installed build rather than assuming that a generic “SharePoint update” has been applied.

Security teams should also verify that patching succeeded across every SharePoint server, including secondary servers, development environments, disaster-recovery systems, and systems that may have been forgotten over time.

Do Not Forget Old SharePoint Installations

Legacy infrastructure creates an especially dangerous blind spot.

Organizations sometimes patch the primary SharePoint environment while leaving an old server running for compatibility, testing, migration, or archival purposes.

Attackers do not care whether a server is considered “legacy.”

If it is reachable and vulnerable, it can become an entry point.

Deep Analysis

Understand the Defensive Attack Surface

Security teams should map every SharePoint endpoint exposed to internal and external networks.

A simple inventory can begin with administrative records, DNS data, firewall rules, reverse proxies, load balancers, and vulnerability scanners.

The goal is not merely to find SharePoint.

The goal is to determine which SharePoint systems are reachable, which versions they run, and which identities can access them.

Check Installed SharePoint Builds

Administrators can begin by reviewing installed SharePoint products and versions through PowerShell.

Get-SPFarm | Select BuildVersion, Servers

For a broader inventory, administrators can enumerate SharePoint servers from the farm configuration:

Get-SPServer | Select Name, Role, Status

These commands are intended for defensive inventory and validation, not exploitation.

Review Recent Administrative Activity

Security teams should investigate unusual administrative operations around the period when suspicious authentication activity was detected.

For example:

Get-SPWebApplication |
Select DisplayName, Url, ApplicationPool

The objective is to identify which web applications exist and correlate them with authentication and network telemetry.

Search Web and Proxy Logs

Organizations should review reverse-proxy, IIS, firewall, WAF, and SIEM logs for unusual requests against SharePoint endpoints.

A useful investigation pattern is:

SharePoint endpoint

Unexpected authentication activity

Administrative enumeration

Unusual Business Data Catalog activity

Suspicious process or network behavior

The presence of one event does not prove compromise.

The combination of several unusual events should trigger a deeper investigation.

Look for Unexpected Outbound Connections

A compromised server may attempt to communicate with infrastructure that administrators do not recognize.

Defenders should examine outbound connections from SharePoint servers, particularly those that appeared suddenly after suspicious authentication events.

Example Windows networking checks include:

Get-NetTCPConnection -State Established |
Select LocalAddress,LocalPort,RemoteAddress,RemotePort,OwningProcess

This can help identify active connections requiring further investigation.

Inspect Running Processes

Unexpected processes running under service accounts deserve attention.

Get-Process |
Sort-Object ProcessName |
Select ProcessName, Id, Path

Security teams should compare results with a known-good baseline.

A suspicious process alone does not establish exploitation, but it can provide an important clue when correlated with network and authentication telemetry.

Search for Suspicious PowerShell Activity

Organizations using Microsoft Defender or another SIEM should search for unusual PowerShell execution originating from SharePoint servers.

A conceptual detection rule could look for:

DeviceType = SharePoint Server
AND
Process = powershell.exe
AND

ParentProcess is unusual

The exact query depends on the

Investigate Service Account Behavior

SharePoint frequently interacts with privileged services and accounts.

Unexpected use of service identities from unfamiliar hosts, unusual times, or abnormal network destinations should therefore be investigated.

Defenders should pay particular attention to sudden authentication changes following exploitation attempts.

Monitor for Persistence

If compromise is suspected, investigators should examine scheduled tasks, services, startup mechanisms, web configuration changes, suspicious files, and newly created accounts.

For example:

Get-ScheduledTask |
Select TaskName, TaskPath, State

Again, the purpose is defensive investigation.

Preserve Evidence Before Rebuilding

If compromise is suspected, immediately wiping and rebuilding the server can destroy valuable forensic evidence.

Security teams should preserve relevant logs, memory where appropriate, network telemetry, configuration data, and authentication records before remediation when operational circumstances allow.

Treat the Server as a Potential Pivot Point

A compromised SharePoint server should not be investigated in isolation.

Security teams should determine whether the server communicated with domain controllers, file servers, databases, identity infrastructure, backup systems, or other sensitive assets.

The most important question becomes:

What could an attacker reach after compromising SharePoint?

Why Authentication Bypasses Are So Dangerous

Authentication vulnerabilities are fundamentally different from ordinary bugs.

A memory corruption issue may require a particular technical condition.

An authentication bypass attacks the foundation upon which authorization decisions are built.

If an attacker can convince the application that they are a legitimate user, many downstream security controls may behave exactly as designed.

The application is not necessarily malfunctioning after the bypass.

It is operating under a false identity.

The Bigger Lesson: Chains Beat Individual Vulnerabilities

Security teams often prioritize vulnerabilities independently.

That approach can miss the most dangerous scenarios.

One vulnerability might provide authentication bypass.

Another might provide code execution.

A third might expose credentials.

A fourth might enable privilege escalation.

Individually, each weakness can look manageable.

Together, they can become an intrusion path.

The SharePoint case demonstrates why defenders increasingly need to think in terms of attack chains rather than isolated CVE numbers.

What Undercode Say:

1. The Real Threat Is the Chain

The most important development is not simply that two SharePoint vulnerabilities exist.

It is that attackers are beginning to investigate whether the weaknesses can be combined.

  1. CVE-2026-55040 Has Already Crossed the Red Line

CISA’s KEV inclusion means defenders should treat CVE-2026-55040 as an actively exploited vulnerability rather than a future possibility.

3. Public PoCs Change Everything

Once exploit research becomes public, attackers no longer need to invest the same amount of time discovering the underlying bug.

They can focus on operationalizing what researchers have already demonstrated.

4. SharePoint Is a Strategic Target

The platform often sits close to valuable corporate information.

That makes compromise potentially much more valuable than compromising an isolated web application.

5. Internet Exposure Is the First Question

Before asking whether an attack occurred, organizations should ask whether vulnerable SharePoint systems can be reached from the public Internet.

6. Authentication Events Matter

Unusual authentication behavior should be investigated even when no malware has been discovered.

An authentication bypass can provide the attacker with the foothold needed for later stages.

7. Enumeration Can Be the Warning Sign

Administrative discovery activity may reveal that an attacker has moved beyond simple scanning.

  1. Lack of RCE Does Not Mean Lack of Risk

The fact that code execution was reportedly not observed in the referenced honeypot activity does not eliminate the danger.

Attackers may still be testing the final stage.

9. The Second Vulnerability Deserves Immediate Attention

CVE-2026-63520 is particularly concerning because its technical impact includes unauthorized code execution over a network.

10.

Organizations should use KEV status as a strong operational signal when determining patch priority.

11. Patching Must Be Verified

Installing an update is not enough.

Administrators should confirm the resulting SharePoint build.

12. Forgotten Servers Are Dangerous

A neglected development or disaster-recovery server can undermine the security of an otherwise patched environment.

13. External Access Should Be Questioned

If a SharePoint server does not genuinely need direct Internet exposure, removing that exposure is one of the strongest defensive improvements available.

14. Monitoring Must Continue After Patching

Patching prevents future exploitation.

It does not automatically remove an attacker who may already have obtained access.

15. Investigate Before Assuming Cleanliness

Organizations should examine authentication, administrative activity, network traffic, and endpoint telemetry around suspicious periods.

16. Ransomware Raises the Stakes

Previous SharePoint exploitation has already been linked to ransomware activity, demonstrating how initial access can evolve into a much larger incident.

17. Attackers Learn From Public Research

Every detailed technical disclosure can accelerate the offensive ecosystem.

This is not an argument against responsible disclosure.

It is an argument for faster defensive response.

18. Speed Is Now a Security Control

A patch delayed for weeks can become a vulnerability exploited for weeks.

The shorter the time between disclosure and remediation, the smaller the attacker’s window.

19. Vulnerability Scores Are Not Enough

A CVSS score describes technical characteristics.

It does not fully describe the business impact of a compromised SharePoint environment.

20. Context Changes Risk

A SharePoint server connected to sensitive identity systems is far more dangerous than an isolated test environment.

21. Identity Security Is Central

Organizations should monitor privileged SharePoint identities and service accounts alongside vulnerability remediation.

22. Network Segmentation Can Limit Damage

If a SharePoint server is compromised, segmentation can prevent unrestricted movement toward critical systems.

23. Egress Monitoring Is Underused

Organizations often focus heavily on inbound traffic while overlooking suspicious outbound connections.

24. Logging Is Part of the Defense

Without authentication, IIS, firewall, proxy, endpoint, and identity logs, reconstructing an intrusion becomes much harder.

  1. SharePoint Should Be Treated Like Critical Infrastructure

For many enterprises, SharePoint is no longer simply a collaboration platform.

It is part of the

26. Ransomware Operators Follow Opportunity

Attackers do not need to invent a new attack method when an exposed enterprise platform offers a reliable entry point.

  1. Exploit Chains Are the Future of Vulnerability Risk

The most dangerous vulnerability may be the one that makes another vulnerability practical.

28. Defenders Need Attack-Path Thinking

Security teams should ask what happens after exploitation rather than stopping at the initial CVE.

29. Honeypots Provide Valuable Early Warning

Even unsuccessful exploitation attempts can reveal what attackers are testing.

  1. “Not Exploited Yet” Is Not a Comforting Statement

For a high-impact vulnerability with public research available, the absence of confirmed exploitation can be temporary.

31. Patch Management Must Become Continuous

Monthly patching remains useful, but actively exploited vulnerabilities require emergency processes.

32. Asset Inventory Is Security Infrastructure

An organization cannot patch systems it does not know exist.

33. Exposure Management Is Becoming Essential

The question is no longer only “Which CVEs affect us?”

It is also “Which vulnerable systems are reachable from where?”

34. Authentication Bypass Should Trigger Immediate Review

Any vulnerability capable of bypassing identity controls deserves unusually high attention.

35. SharePoint Security Is Not Just

Microsoft provides patches and security guidance, but organizations must still configure, monitor, isolate, and maintain their deployments properly.

36. Defensive Automation Can Reduce Response Time

Automated asset discovery, vulnerability scanning, alerting, and endpoint isolation can shrink the window available to attackers.

37. Incident Response Plans Should Include SharePoint

Organizations should know beforehand how they will isolate a SharePoint server if compromise is suspected.

38. Backups Must Be Protected Separately

A ransomware attack following SharePoint compromise becomes much more dangerous if attackers can also reach backup infrastructure.

  1. The Current Situation Should Be Treated as a Warning Shot

Even if the full chain has not been confirmed executing everywhere, attacker probing demonstrates interest.

  1. The Safest Strategy Is to Assume the Window Is Closing

For exposed SharePoint servers, waiting for a confirmed full-chain compromise before acting is the wrong strategy.

✅ CVE-2026-55040 Is a Real Microsoft SharePoint Vulnerability

Rapid7 identifies CVE-2026-55040 as a critical SharePoint weak-authentication vulnerability with a CVSS 3.1 score of 9.1. NIST also records its CISA KEV status and active-exploitation assessment.

✅ A Public Proof of Concept Exists

Rapid7’s official research repository contains a public proof-of-concept for CVE-2026-55040, confirming that exploit research is publicly accessible.

✅ CVE-2026-63520 Can Enable Unauthorized Code Execution

NIST describes CVE-2026-63520 as an improper-input-validation vulnerability that allows unauthorized code execution over a network, with a Microsoft-provided CVSS 3.1 score of 8.1.

⚠️ The Complete Two-CVE Chain Should Be Described Carefully

Reports of attackers probing the two vulnerabilities together are highly concerning, but probing does not automatically prove successful remote code execution.

Defenders should distinguish between confirmed exploitation of CVE-2026-55040 and evidence of attempts to chain it with CVE-2026-63520.

❌ It Would Be Incorrect to Say Every Exposed SharePoint Server Is Compromised

Thousands of Internet-exposed systems do not automatically equal thousands of compromised systems.

Exposure, vulnerability, exploitation, and successful compromise are separate stages that must be investigated independently.

Prediction

(+1) SharePoint Defenders Will Accelerate Emergency Patching

The most likely positive development is that organizations will respond faster to the combination of active exploitation, public PoC material, and attacker probing.

CVE-2026-55040’s CISA KEV status should push many security teams toward immediate remediation rather than waiting for routine maintenance cycles.

(+1) Detection Will Improve Around Authentication Abuse

Security vendors and SOC teams are likely to develop stronger detections for abnormal SharePoint authentication, administrative enumeration, and suspicious post-authentication activity.

(+1) Internet Exposure Will Decline

Organizations that do not require public SharePoint access may increasingly move these systems behind VPNs, identity-aware gateways, private access solutions, or other controlled access mechanisms.

(+1) Attack-Chain Detection Will Become More Common

Rather than detecting each CVE independently, defenders will increasingly correlate authentication bypasses, privilege discovery, suspicious SharePoint requests, process execution, and outbound connections.

(-1) Attackers Will Continue Looking for Unpatched Servers

The negative prediction is that exposed, unpatched SharePoint installations will remain attractive targets while public exploit research continues to circulate.

(-1) Ransomware Groups May Attempt to Operationalize the Chain

If attackers successfully turn the authentication bypass into reliable code execution at scale, SharePoint could become another attractive initial-access route for ransomware operations.

(-1) Exploitation May Accelerate Before Organizations Finish Patching

The greatest danger is the gap between awareness and remediation.

Every exposed server that remains vulnerable gives attackers another opportunity to test the chain.

The Final Warning for SharePoint Administrators

The SharePoint situation illustrates one of the most uncomfortable realities of modern cybersecurity: the moment a vulnerability becomes public, the defender’s problem changes.

CVE-2026-55040 is no longer merely a vulnerability researchers discovered.

It has public exploitation material and has been added to CISA’s Known Exploited Vulnerabilities catalog.

CVE-2026-63520 adds another potentially powerful component to the picture.

That combination deserves immediate attention from every organization running Internet-accessible on-premises SharePoint.

The priority should be straightforward: identify every exposed SharePoint server, determine its exact build, apply Microsoft’s security updates, restrict unnecessary Internet exposure, investigate suspicious authentication and administrative activity, and monitor for signs that attackers may already have moved beyond the initial vulnerability.

Because in an attack chain like this, the most dangerous moment is not necessarily when the attacker executes code.

It may be the moment they quietly convince the server that they are already someone who belongs there.

🕵️‍📝Let’s dive deep and fact‑check.

🎓 Live Courses & Certifications:

Join Undercode Academy for Verified Certifications

🚀 Request a Custom Project:

Secure, high-velocity infrastructure and disruptive technological engineering. Contact our engineering team for high-tier development and proprietary systems:
[email protected]
💎 Smart Architecture | 🛡️ Secure by Design | ⭐ Trusted by Thousands

References:

Reported By: www.bleepingcomputer.com
Extra Source Hub (Possible Sources for article):
https://www.quora.com
Wikipedia
OpenAi & Undercode AI

Image Source:

Unsplash
Undercode AI DI v2

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube