A Forged Login Walks Straight Into SharePoint: What the
Information Technology Solutions for Dentists and the Dental Industry. Serving the GTA and Southern Ontario.
Dental I/T, Dental Information Technology, Network Security, Toronto, GTA, Dental, Network, I/T, Information Technology, Computer, Data, Abeldent, Dentrix, LiveDDM, Patterson Dental, Henry Schein, K-Dental, Sinclair Dental, Schick CDR, Dexis, Carestream, Carestream Dental, Digital Radiography, X-ray, Dental X-ray, Dental Software Support, Software
17783
bp-nouveau,wp-singular,post-template-default,single,single-post,postid-17783,single-format-standard,wp-theme-bridge,wp-child-theme-bridge-child,theme-bridge,woocommerce-no-js,ajax_fade,page_not_loaded,,columns-4,qode-child-theme-ver-1.0.0,qode-theme-ver-10.0,wpb-js-composer js-comp-ver-4.12,vc_responsive

A Forged Login Walks Straight Into SharePoint: What the Actively Exploited CVE-2026-55040 Auth Bypass Means for Dental Practices

A forged badge of light passing straight through an identity checkpoint into an enterprise document server, illustrating an attacker impersonating a trusted administrator without a real credential

A Forged Login Walks Straight Into SharePoint: What the Actively Exploited CVE-2026-55040 Auth Bypass Means for Dental Practices

Most attacks start with a stolen password or a phishing lure. This one skips both. A newly weaponized Microsoft SharePoint flaw, tracked as CVE-2026-55040 and rated a critical 9.1 on the CVSS scale, lets a remote attacker forge a valid login token and impersonate any SharePoint user – all the way up to a site administrator – without ever knowing a password or capturing a session. Microsoft shipped a fix in July. But this week, after security firm Rapid7 published a technical write-up and proof-of-concept code, attackers began using it in the real world. For any dental practice that runs SharePoint on its own servers, this has become a patch-now situation.

A forged badge of light passing straight through an identity checkpoint into an enterprise document server, illustrating an attacker impersonating a trusted administrator without a real credential
CVE-2026-55040 lets an attacker forge a valid login and walk past authentication as if they were a trusted administrator.

What the flaw actually does

SharePoint services trust each other using signed identity tokens – the digital equivalent of a sealed, stamped credential that says “this request really is from an authorized user.” CVE-2026-55040 is a chain of four separate weaknesses in the way older on-premises SharePoint validates those tokens. Stitched together, they let an unauthenticated, remote attacker hand the server a forged token that it accepts as genuine, then act as whatever user – or administrator – they claimed to be.

The uncomfortable part is how ordinary the request looks. There is no brute-force, no malware dropped at the door, no locked-out account to tip you off. The server simply believes the forged credential. Microsoft’s own advisory summarized the impact plainly: an attacker could “disclose files and modify data,” though the flaw does not let them knock the system offline. In a practice context, “disclose files and modify data” is not a minor caveat – that is exactly the patient records, imaging, and internal documents you are obligated to protect.

Diagram of a token validation pipeline where the signature-check gate is bypassed, letting a forged token pass through the remaining gates and be accepted as a trusted identity
The flaw chains several gaps in SharePoint’s token-validation pipeline so a forged token is accepted without a real signature.

This kind of silent identity forgery is the same category of threat we covered when a single forged certificate could quietly take over an entire Windows domain: when the mechanism that proves who you are breaks, every permission built on top of it is suddenly worthless.

Why it is dangerous right now

Vulnerabilities become urgent not when they are discovered, but when they are easy. CVE-2026-55040 was patched quietly in July. What changed this week is that Rapid7 released a detailed analysis and working proof-of-concept, and threat actors immediately picked it up. Exploitation tracking services logged attempts within days of the code going public.

A timeline showing a patch released first, then public proof-of-concept code, then rapidly spreading attacks against a server that was left unpatched
Patch, then public exploit code, then real attacks – the window between disclosure and exploitation is now measured in days.

That pattern is the whole story of modern patching: the gap between a public exploit and mass scanning is now measured in days, sometimes hours. It is why an internet-facing server that is even a few weeks behind on updates is a genuine liability – the same lesson behind the SonicWall VPN appliances that ransomware crews walked straight through. CVE-2026-55040 is now the fifth SharePoint vulnerability to be actively exploited this year, so this is a product firmly in attackers’ sights.

Does this affect your dental practice?

Here is the reassuring distinction. If your practice uses SharePoint Online – the version bundled with Microsoft 365 in the cloud – Microsoft manages and patches those servers for you, and this specific exposure is not yours to fix. Most smaller practices are in exactly that position.

The real risk sits with on-premises SharePoint Server: a SharePoint installation running on a server in your own office or data centre, typically used as an internal document library, intranet, or records hub. Some practices run one directly; others inherit one through a managed IT provider or a larger group’s shared infrastructure. If any server you control – or that your IT vendor controls on your behalf – runs on-premises SharePoint, you are in scope, and it needs attention today. If you genuinely do not know which you have, that uncertainty is itself the first thing to resolve.

What to do now

1. Confirm what you are running. Ask your IT provider a direct question: do we operate any on-premises SharePoint Server, and has it received the July 2026 cumulative update? Cloud-only SharePoint Online tenants can breathe easier; on-prem installs cannot.

Two server deployments compared: one exposed directly to the open internet under attack, the other placed safely behind a VPN and multi-factor authentication barrier
An internal document server should sit behind a VPN and MFA, never exposed directly to the open internet.

2. Apply the July update immediately. The fix already exists – the danger is purely in unpatched servers. If yours has lagged, patching is the single highest-value action, and it should not wait for the next maintenance window.

3. Get it off the open internet. An internal document server has no business being directly reachable from the public internet. Place it behind a VPN or reverse proxy, require multi-factor authentication to reach it, and restrict access to the addresses that actually need it. That containment blunts this flaw and the next one.

4. Assume nothing and check the logs. Because a forged-token attack looks like a normal, successful login, you cannot rely on failed-login alarms. Have your provider review SharePoint and server logs for unexpected administrative activity, unfamiliar access to document libraries, and any newly planted files or web shells that would let an attacker return later.

5. Rotate secrets if you were exposed. If the server was internet-facing and unpatched for any length of time, treat associated credentials and service secrets as potentially compromised and rotate them.

6. Confirm your recovery path. An attacker who can modify data is a reminder that clean, tested backups are your safety net. As we have said before, a backup you have never test-restored is only a hope – verify yours actually restores.

A dental practice IT decision-maker working through a response checklist: apply the update, hunt the logs for intruder traces, and rotate secrets
The response is methodical: apply the update, hunt the logs for signs of misuse, and rotate any exposed secrets.

The bigger pattern

CVE-2026-55040 is not an exotic, once-in-a-decade event. It is the routine rhythm of enterprise software: a serious flaw is found, quietly patched, then rapidly weaponized the moment exploit code goes public. The practices that stay safe are not the ones with the fanciest tools – they are the ones that know exactly what they run, patch it promptly, keep internal servers off the open internet, and can prove their backups work. The same discipline that closes this SharePoint hole closes the next one, whatever product it lands in.

Compudent Systems helps dental practices across the GTA and Ontario answer these questions before an attacker does – inventorying what you actually run, applying critical patches on a reliable cadence, moving exposed servers behind VPN and multi-factor authentication, reviewing logs for signs of compromise, and confirming that backups genuinely restore. If you are not certain whether your practice runs on-premises SharePoint, or whether it is patched against CVE-2026-55040, contact Compudent Systems for a rapid exposure check. Finding out you were fine is a good afternoon; finding out too late is not.


Sources & further reading:

Related Reading



Contact us today - How can we help you?