<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Compudent Systems</title>
	<atom:link href="https://compudent.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://compudent.com/</link>
	<description>Dental I/T Support Solutions</description>
	<lastBuildDate>Wed, 19 Aug 2026 11:20:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>

<image>
	<url>https://compudent.com/wp-content/uploads/2016/09/cropped-compudentinc_sticky-32x32.png</url>
	<title>Compudent Systems</title>
	<link>https://compudent.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Public Exploit Code Is Now Out for a Critical SCCM Flaw: What CVE-2026-47301 Means If Anyone Manages Your Practice&#8217;s Windows Fleet</title>
		<link>https://compudent.com/sccm-cve-2026-47301-rce-exploit-dental-practice-fleet/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Wed, 19 Aug 2026 09:38:01 +0000</pubDate>
				<category><![CDATA[IT Security]]></category>
		<category><![CDATA[CVE-2026-47301]]></category>
		<category><![CDATA[dental IT security]]></category>
		<category><![CDATA[endpoint management]]></category>
		<category><![CDATA[HIPAA]]></category>
		<category><![CDATA[Microsoft Configuration Manager]]></category>
		<category><![CDATA[patch management]]></category>
		<category><![CDATA[PHIPA]]></category>
		<category><![CDATA[privilege escalation]]></category>
		<category><![CDATA[remote code execution]]></category>
		<category><![CDATA[SCCM]]></category>
		<guid isPermaLink="false">https://compudent.com/sccm-cve-2026-47301-rce-exploit-dental-practice-fleet/</guid>

					<description><![CDATA[<p>Microsoft quietly patched a critical flaw in its Configuration Manager (SCCM) back in July. This week, a working proof-of-concept exploit went public, turning a paper risk into a practical one. If your practice group or its IT provider uses SCCM to manage Windows machines, the server that controls every one of those computers is now a named target.</p>
<p>The post <a href="https://compudent.com/sccm-cve-2026-47301-rce-exploit-dental-practice-fleet/">Public Exploit Code Is Now Out for a Critical SCCM Flaw: What CVE-2026-47301 Means If Anyone Manages Your Practice&#8217;s Windows Fleet</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Most of the security alerts a dental practice hears about concern a single program on a single computer: patch this browser, update that PDF reader, replace this end-of-life app. This one is different, and the difference is worth a minute of your attention. The flaw disclosed as <strong>CVE-2026-47301</strong> sits in the software some organizations use to manage <em>all</em> of their Windows computers at once. When the thing that controls every machine is the thing that gets compromised, the problem is not one workstation. It is potentially the whole fleet.</p>
<p>Microsoft issued a fix for this vulnerability in its Configuration Manager product, better known as <strong>SCCM</strong>, back on July 14, 2026. For a month it stayed a theoretical concern. That changed this week: a security researcher published a working <strong>proof-of-concept exploit</strong> that demonstrates the full attack from start to finish. A patched, quietly-known flaw and a patched flaw with public exploit code circulating are two very different risk levels, and defenders are now on the clock.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/sccm-cve-2026-47301-rce-exploit-dental-practice-fleet-1-scaled.jpg" alt="A central management server distributing software to a large fleet of workstations, with a warning indicator over the hub" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">A management server pushes software to every machine it controls. That reach is also exactly what makes it a prize target.</figcaption></figure>
<h2>First, does this even apply to your practice?</h2>
<p>Let us be honest and specific, because vague alarm helps no one. SCCM, now formally Microsoft Configuration Manager, is <strong>enterprise fleet-management software</strong>. A single dentist running four computers and a server almost certainly does not have it. It is the kind of tool you find where dozens or hundreds of Windows machines need to be managed centrally: patched, imaged, inventoried, and issued software from one console.</p>
<p>In the dental world, that means this alert is aimed squarely at three groups. First, <strong>multi-location dental groups and DSOs</strong> with enough scale to justify centralized endpoint management. Second, the <strong>managed IT providers and MSPs</strong> that run fleets of practice computers on their clients&#8217; behalf. Third, larger clinics and imaging centres whose IT was built out on a Microsoft-managed backbone. If none of that describes your setup, you can read this as background. If any of it does, or if you are not sure whether your IT provider uses SCCM, this is a question worth asking today.</p>
<h2>What the flaw actually is, in plain terms</h2>
<p>CVE-2026-47301 is not a single mistake but an <strong>exploit chain</strong>: several smaller weaknesses linked together so that each one hands off to the next. On its own, no single link is a catastrophe. Chained, they let an <strong>ordinary authenticated domain user</strong>, an account with no special privileges, climb all the way to <strong>SYSTEM-level code execution on the SCCM Primary Site Server</strong>. SYSTEM is the highest level of control a Windows machine has. On the server that manages your fleet, it is effectively the keys to everything.</p>
<p>The researcher&#8217;s chain strings together a broken-authorization flaw that lets a normal user reach an endpoint they should not, a file-upload path-traversal that writes a file where it does not belong, a certificate-verification bypass, and finally a DLL hijack that runs the attacker&#8217;s code. You do not need to follow the mechanics to grasp the shape of it: a low-privilege foothold becomes total control of the one server that talks to every managed computer.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/sccm-cve-2026-47301-rce-exploit-dental-practice-fleet-2.jpg" alt="An abstract four-stage attack chain leading from a low-privilege user to full SYSTEM control" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The exploit is not one bug but a chain: several smaller weaknesses linked together to climb from an ordinary account to total control.</figcaption></figure>
<p>This is the same pattern we have flagged before in a different Microsoft component, when an ordinary account could be leveraged into <a href="https://compudent.com/certighost-adcs-windows-domain-takeover-dental/">full takeover of a Windows domain through a certificate-services weakness</a>. The lesson repeats: in a Windows environment, the distance between a modest user account and complete control is often shorter than it looks, and attackers are experts at closing it.</p>
<h2>Why the management server is the worst place to be compromised</h2>
<p>Here is what makes this class of flaw genuinely serious for a healthcare network. The entire purpose of a tool like SCCM is to <strong>push software and commands to every machine it manages</strong>. That is its job on a good day. An attacker who owns that server inherits that same capability. Instead of ransoming one computer, they can potentially distribute their payload to every endpoint in the fleet through the trusted management channel, the one your own systems are built to obey without question.</p>
<p>For a single practice that would be devastating. For a group or an MSP managing many practices from shared infrastructure, one compromised management server could reach across <em>multiple clinics at once</em>. The convenience of central management and the blast radius of a central compromise are, unavoidably, the same wire. That is not an argument against central management, which is genuinely good practice; it is an argument for defending the center of it as if everything depended on it, because it does.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/sccm-cve-2026-47301-rce-exploit-dental-practice-fleet-3.jpg" alt="Three dental clinic locations connected to a single shared central management server" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">For multi-location groups, one management server can reach every clinic at once. Convenience and blast radius are the same wire.</figcaption></figure>
<p>It is the same reason a breach of a remote-management platform is so damaging. We saw exactly this dynamic when a widely used <a href="https://compudent.com/n-able-n-central-rmm-breach-dental-msp-risk/">remote monitoring and management tool used by MSPs was breached</a>: the tools that give IT its leverage give an intruder the same leverage if they are turned.</p>
<h2>What to do about it, in order</h2>
<p><strong>1. Confirm whether SCCM is in your environment at all.</strong> If you run your own IT, check whether Microsoft Configuration Manager is deployed. If a provider manages your computers, send them one direct question: &#8220;Do we use SCCM or Microsoft Configuration Manager, and if so, are we patched against CVE-2026-47301?&#8221; A competent provider will answer quickly and specifically.</p>
<p><strong>2. Apply the July fix immediately if you have not.</strong> Microsoft&#8217;s update from July 14, 2026 closes the initial authorization flaw that the whole chain depends on. If your Configuration Manager is current, you have already broken the chain at its root. If it is not, this is the priority patch, not a next-maintenance-window item, now that exploit code is public.</p>
<p><strong>3. Restrict who can even reach the server.</strong> The exploit needs an authenticated user to start. Tightening which accounts can talk to the management server, enforcing least privilege, and putting it behind proper network segmentation all raise the bar even against future flaws. A management server should not be casually reachable from every workstation on the network.</p>
<p><strong>4. Make sure you could recover.</strong> Any whole-fleet threat is ultimately a test of your backups. This is a good moment to confirm that your recovery plan is real and that your backups have been <a href="https://compudent.com/backups-only-as-good-as-last-test-restore/">tested with an actual restore, not merely assumed to work</a>. A management-server compromise is precisely the scenario where a proven backup is the difference between a bad week and a closed practice.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/sccm-cve-2026-47301-rce-exploit-dental-practice-fleet-4.jpg" alt="A technician applying a security update that closes a shield over the management server" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The fix has existed since July. The public exploit simply means the cost of not having applied it just went up.</figcaption></figure>
<h2>The compliance angle you cannot skip</h2>
<p>Under both HIPAA and Ontario&#8217;s PHIPA, you are responsible for safeguarding patient information with reasonable, current measures, and that responsibility does not evaporate because your computers are managed by someone else. If a management server your practice relies on is compromised and patient data is exposed, &#8220;our IT provider handles that&#8221; is not a defence; due diligence over your vendors is part of the obligation. A public exploit for a known, patchable flaw is exactly the kind of thing a regulator would expect a diligent practice, and its IT partner, to have addressed promptly.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/sccm-cve-2026-47301-rce-exploit-dental-practice-fleet-5.jpg" alt="A segmented, monitored network with the management server isolated behind a protective boundary" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Patch, then reduce the blast radius: tight access to the management server, segmentation, and monitoring for the day a patch is not enough.</figcaption></figure>
<h2>The bottom line for your practice</h2>
<p>CVE-2026-47301 is a critical flaw in the software some dental groups and their IT providers use to manage entire fleets of Windows computers, and as of this week there is public exploit code that turns it from theory into a usable attack. Microsoft&#8217;s fix has been available since July. The action is simple to state: find out whether SCCM is anywhere in your environment, confirm it is patched, tighten access to the management server, and make sure your backups would actually bring you back. If your practice is part of a group, or your machines are managed by an outside provider, the single most useful thing you can do today is ask them, directly, whether you are covered.</p>
<p>If you would like an independent set of eyes on how your practice&#8217;s computers are managed and whether flaws like this one are being patched on your behalf, <strong>contact Compudent Systems</strong>. We help dental practices and groups across Ontario understand what is running their networks, confirm the important updates are actually applied, and reduce the blast radius before a known flaw becomes an incident.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://cybersecuritynews.com/microsoft-sccm-vulnerability-poc-release/" target="_blank" rel="noopener">Public Exploit Code Released for Microsoft SCCM Remote Code Execution Vulnerability (CVE-2026-47301)</a></li>
<li><a href="https://xmcyber.com/blog/potential-for-remote-code-execution-in-microsoft-sccm-via-newly-discovered-exploit-chain/" target="_blank" rel="noopener">XM Cyber: Potential for Remote Code Execution in Microsoft SCCM via Newly-Discovered Exploit Chain</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/n-able-n-central-rmm-breach-dental-msp-risk/">When the Tool That Manages Your Network Gets Hacked: The N-able N-central Breach and What It Means for Dental Practices</a></li>
<li><a href="https://compudent.com/certighost-adcs-windows-domain-takeover-dental/">One Ordinary Login Can Now Own Your Whole Network: What the &#8216;Certighost&#8217; Windows Domain Exploit Means for Dental Practices</a></li>
<li><a href="https://compudent.com/sharepoint-cve-2026-55040-auth-bypass-dental-practices/">A Forged Login Walks Straight Into SharePoint: What the Actively Exploited CVE-2026-55040 Auth Bypass Means for Dental Practices</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/sccm-cve-2026-47301-rce-exploit-dental-practice-fleet/">Public Exploit Code Is Now Out for a Critical SCCM Flaw: What CVE-2026-47301 Means If Anyone Manages Your Practice&#8217;s Windows Fleet</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Dentrix Just Stopped Supporting Windows 10: What Every Practice Still Running It Needs to Do Now</title>
		<link>https://compudent.com/dentrix-drops-windows-10-support-dental-practice/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Tue, 18 Aug 2026 09:38:38 +0000</pubDate>
				<category><![CDATA[IT Security]]></category>
		<category><![CDATA[dental IT security]]></category>
		<category><![CDATA[Dentrix]]></category>
		<category><![CDATA[end of life]]></category>
		<category><![CDATA[Henry Schein One]]></category>
		<category><![CDATA[HIPAA]]></category>
		<category><![CDATA[PHIPA]]></category>
		<category><![CDATA[practice management software]]></category>
		<category><![CDATA[windows 10]]></category>
		<category><![CDATA[windows 11 upgrade]]></category>
		<guid isPermaLink="false">https://compudent.com/dentrix-drops-windows-10-support-dental-practice/</guid>

					<description><![CDATA[<p>The Microsoft deadline was one thing. Now your practice management vendor has drawn its own line: after June 30, 2026, Henry Schein One will not support Dentrix on Windows 10. If your operatory or front-desk machines are still on Windows 10, the software running your entire practice is now on an unsupported configuration.</p>
<p>The post <a href="https://compudent.com/dentrix-drops-windows-10-support-dental-practice/">Dentrix Just Stopped Supporting Windows 10: What Every Practice Still Running It Needs to Do Now</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>For most of a dental practice, the operating system underneath the software is invisible. Staff open Dentrix, check the schedule, post a claim, pull up a patient&#8217;s radiographs, and close the day. Nobody at the front desk thinks about which version of Windows is doing the work. That is exactly why the change that took effect this summer is so easy to miss, and so important to act on.</p>
<p>There are now <strong>two</strong> deadlines stacked on top of each other, and both have already passed. Microsoft ended support for Windows 10 on October 14, 2025. And Henry Schein One, the company behind Dentrix, set June 30, 2026 as the date after which it will no longer support new Dentrix installations on Windows 10. If your practice is still running Dentrix on a Windows 10 machine today, you are no longer running a merely aging setup. You are running an <strong>unsupported, end-of-life configuration</strong> that neither the operating system vendor nor the software vendor stands behind.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/dentrix-drops-windows-10-support-dental-practice-1-scaled.jpg" alt="A dental front-desk workstation running practice management software with an abstract warning indicator" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The software that runs your whole practice is now sitting on an operating system its own vendor will no longer support.</figcaption></figure>
<h2>What actually changed, in plain terms</h2>
<p>The two deadlines are related but separate, and it helps to keep them straight.</p>
<p>The first is the operating system itself. When Microsoft ends support for a version of Windows, it stops shipping the monthly security updates that close newly discovered vulnerabilities. The machine keeps working, but every flaw found after that date stays open on it, permanently. We covered that shift and <a href="https://compudent.com/windows-10-eol-hipaa-risk/">why an unsupported operating system is already a HIPAA and PHIPA problem</a> in detail. That risk applies to any Windows 10 machine, in any industry.</p>
<p>The second deadline is new, and it is specific to your practice management software. Henry Schein One has now drawn its own line: Dentrix is no longer supported on Windows 10. In practice, that means if you call for help with a Dentrix problem on a Windows 10 workstation, or need to reinstall or set up a new machine, the supported answer is to be on Windows 11. A vendor that will not support your configuration is a vendor that cannot reliably help you when something breaks, and in a busy practice, something always eventually breaks.</p>
<h2>Why a software vendor&#8217;s deadline matters as much as Microsoft&#8217;s</h2>
<p>It would be easy to treat the Dentrix cutoff as a formality. It is not. Dentrix is not a peripheral app. It is the system of record for your schedule, your clinical notes, your billing, and, for many practices, the hub your imaging connects into. When the vendor of that system says it will not support a given operating system, three things follow.</p>
<p>First, <strong>troubleshooting gets harder and slower</strong>. Support teams are trained and resourced around supported configurations. On an unsupported one, you may be told the fix is simply to upgrade before they can proceed, which is the worst possible moment to discover you are behind.</p>
<p>Second, <strong>future updates and integrations are not guaranteed to work</strong>. As Dentrix ships new versions and as third-party tools that plug into it evolve, they are built and tested against supported platforms. An unsupported OS is where subtle, hard-to-diagnose failures accumulate.</p>
<p>Third, and most importantly for a healthcare practice, it compounds your <strong>compliance exposure</strong>. You now have patient health information flowing through software the vendor will not support, running on an operating system the vendor will not patch. Under both HIPAA and Ontario&#8217;s PHIPA, you are expected to protect that information with reasonable, current safeguards. Two overlapping end-of-life declarations on the same machine is a difficult thing to defend as reasonable.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/dentrix-drops-windows-10-support-dental-practice-2.jpg" alt="An abstract timeline showing two support deadlines converging at a cutoff point" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Two separate deadlines now overlap: the operating system&#8217;s end of support and the software vendor&#8217;s support cutoff.</figcaption></figure>
<h2>The risk is invisible until the day it is not</h2>
<p>The trap with all of this is that nothing looks wrong. The Windows 10 machine at the front desk boots up, Dentrix opens, the day runs. There is no lockout, no red screen, no alarm the morning support ended. Meanwhile, attackers actively scan for exactly this profile: a widely deployed, internet-connected, unpatched system holding valuable data.</p>
<p>And it is not just the one machine. In a typical practice network, that Windows 10 workstation shares a LAN with your server, your imaging sensors, and every other PC. Ransomware and intruders rarely need to land on the most important machine. They need to land on the weakest one, and then move.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/dentrix-drops-windows-10-support-dental-practice-3.jpg" alt="A dental office network diagram with one unsupported workstation highlighted in red" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">An unsupported workstation on the same network as your imaging and patient records is a foothold, not an isolated problem.</figcaption></figure>
<h2>Step one: find every machine still on Windows 10</h2>
<p>You cannot fix what you have not counted. The first task is a complete inventory of every computer that touches the practice: reception, each operatory, the office manager&#8217;s PC, any laptop used for remote access, and the imaging capture stations. For each one, record the Windows version and, if it is on Windows 10, whether the hardware is eligible to upgrade to Windows 11 in place.</p>
<p>Windows 11 has real hardware requirements, notably a TPM 2.0 security chip and a supported processor. Some practice machines will upgrade cleanly. Others, especially older imaging-capture PCs chosen years ago for compatibility with a specific sensor, will not, and will need to be replaced. Knowing which is which turns a vague worry into a concrete, budgetable plan.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/dentrix-drops-windows-10-support-dental-practice-4.jpg" alt="An IT inventory dashboard checking upgrade eligibility of practice computers" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">A clear inventory tells you which machines can move to Windows 11 in place and which need replacing.</figcaption></figure>
<h2>Step two: protect the data before you touch anything</h2>
<p>Migrations are exactly when data gets lost, and a practice&#8217;s Dentrix database is not something you want to gamble with. Before any machine is upgraded or replaced, confirm you have a current, <a href="https://compudent.com/backups-only-as-good-as-last-test-restore/">verified backup that you have actually test-restored</a>. A backup you have never restored is a hope, not a safeguard. Confirm the backup includes the Dentrix database and any imaging data, and that you know how to bring it back if a migration goes sideways.</p>
<p>This is also the moment to check your Dentrix version itself. Windows 11 support and current Dentrix releases go together; an ancient Dentrix build on a shiny new operating system can create its own compatibility surprises. Plan the OS move and the software version together, not separately.</p>
<h2>Step three: migrate in a controlled, phased way</h2>
<p>You do not have to do everything in one weekend, and you should not. A sensible sequence is to move the lowest-risk machines first, such as an administrative PC that does not capture images, confirm Dentrix and any peripherals behave, and then work toward the imaging and operatory stations where sensor drivers and integrations need careful testing. Schedule the disruptive steps for evenings or a closed day, and keep the tested backup within reach at every stage.</p>
<p>Throughout, treat this as a security project as much as an IT one. A migration is a natural time to also confirm the basics that protect patient information more broadly, from how staff handle records to <a href="https://compudent.com/texting-emailing-patients-hipaa-phipa-dental-practice/">how the practice communicates with patients under PHIPA and HIPAA</a>. Doing the OS move without revisiting those habits leaves value on the table.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/dentrix-drops-windows-10-support-dental-practice-5.jpg" alt="A migrated, supported practice workstation protected by an active shield" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">A supported operating system paired with a supported, current version of your practice software is the baseline compliance now expects.</figcaption></figure>
<h2>The bottom line for your practice</h2>
<p>Two deadlines have quietly converged. Microsoft has stopped patching Windows 10, and Henry Schein One has stopped supporting Dentrix on it. A practice still running that combination is operating the core of its clinical and administrative work on a configuration that is unsupported on both sides, and that is a cybersecurity and compliance gap that will not announce itself before it is exploited. The fix is well understood: inventory, back up and verify, then migrate to Windows 11 in a phased, tested way.</p>
<p>If you are not certain which of your machines are still on Windows 10, whether they can move to Windows 11, or how to migrate your Dentrix environment without downtime or data loss, that is precisely the kind of assessment Compudent Systems handles for dental practices every day. <strong>Contact Compudent Systems</strong> for a straightforward review of your workstations and a clear, budgeted plan to get your practice back onto a fully supported footing before the gap costs you.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.microsoft.com/en-us/windows/end-of-support" target="_blank" rel="noopener">Microsoft: Windows 10 end of support</a></li>
<li><a href="https://ekimit.com/dentrix-system-requirements-what-changed-2026/" target="_blank" rel="noopener">Dentrix System Requirements: What Changed in 2026 (Henry Schein One June 30, 2026 deadline)</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/windows-10-eol-hipaa-risk/">Still Running Windows 10 at the Front Desk? Why an Unsupported OS Is Now a HIPAA Problem</a></li>
<li><a href="https://compudent.com/february-2026-patch-tuesday-six-zero-day-vulnerabilities-mean-your-dental-office-needs-to-update-windows-now/">February 2026 Patch Tuesday: Six Zero-Day Vulnerabilities Mean Your Dental Office Needs to Update Windows Now</a></li>
<li><a href="https://compudent.com/february-2026-patch-tuesday-microsoft-fixes-6-actively-exploited-zero-day-vulnerabilities-what-dental-practices-need-to-do-now/">February 2026 Patch Tuesday: Microsoft Fixes 6 Actively Exploited Zero-Day Vulnerabilities — What Dental Practices Need to Do Now</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/dentrix-drops-windows-10-support-dental-practice/">Dentrix Just Stopped Supporting Windows 10: What Every Practice Still Running It Needs to Do Now</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Your Staff Passed MFA, and the Attacker Was Already In: Infostealers, Stolen Session Cookies, and Your Dental Practice</title>
		<link>https://compudent.com/infostealer-session-cookie-theft-mfa-bypass-dental-practice/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Mon, 17 Aug 2026 09:39:59 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AmnesiaStealer]]></category>
		<category><![CDATA[Browser Security]]></category>
		<category><![CDATA[ClickFix]]></category>
		<category><![CDATA[dental IT security]]></category>
		<category><![CDATA[endpoint security]]></category>
		<category><![CDATA[infostealer]]></category>
		<category><![CDATA[MFA bypass]]></category>
		<category><![CDATA[PHIPA]]></category>
		<category><![CDATA[session cookie theft]]></category>
		<category><![CDATA[session hijacking]]></category>
		<guid isPermaLink="false">https://compudent.com/infostealer-session-cookie-theft-mfa-bypass-dental-practice/</guid>

					<description><![CDATA[<p>Multi-factor authentication is supposed to be the wall that keeps intruders out of your Microsoft 365 and practice-management accounts. But a fast-growing class of malware, infostealers, does not try to climb the wall. It waits for your staff member to unlock the door, then quietly copies the key. A new macOS strain, AmnesiaStealer, even lets an attacker drive the victim's already-logged-in browser in real time. Here is why MFA alone does not stop this, and what a dental practice should do.</p>
<p>The post <a href="https://compudent.com/infostealer-session-cookie-theft-mfa-bypass-dental-practice/">Your Staff Passed MFA, and the Attacker Was Already In: Infostealers, Stolen Session Cookies, and Your Dental Practice</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>For years the security advice given to dental practices has ended in the same reassuring place: turn on multi-factor authentication. And it is good advice. MFA stops the overwhelming majority of password-based attacks cold. But a fast-growing class of malware has found the gap around it, and it is worth understanding, because the attack does not break MFA at all. It simply waits until <em>after</em> your staff member has passed it.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/infostealer-session-cookie-theft-mfa-bypass-dental-practice-1-scaled.jpg" alt="A front-desk browser shown signed in, with a red thread lifting a session token out of it and carrying it to a distant attacker holding an identical duplicate browser" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The attacker does not steal the password; they copy the live, already-authenticated session and log in as your staff member.</figcaption></figure>
<p>On August 16, 2026, researchers detailed a new macOS information-stealer called <strong>AmnesiaStealer</strong>. What makes it notable is not that it grabs saved passwords and crypto wallets, plenty of malware does that. It is that AmnesiaStealer copies the victim&#8217;s browser profile, <strong>including its live authentication state</strong>, into a hidden browser the attacker controls, and then lets that attacker drive the already-logged-in session in real time, watching a low-frame-rate screencast and typing and clicking as if they were sitting at the victim&#8217;s desk. Because they are riding the victim&#8217;s authenticated session, there is no password to guess and no MFA prompt to satisfy. The login already happened.</p>
<h2>Why MFA does not stop this</h2>
<p>To see why, it helps to understand what MFA actually protects. Multi-factor authentication is a control on the <strong>authentication event</strong>, the single moment when a user proves who they are with a password plus a code, an app approval, or a fingerprint. Once that check succeeds, the service issues a <strong>session token</strong>, a small credential (usually stored as a browser cookie) that says &#8220;this browser is already logged in, do not ask again.&#8221; That token is what lets you move between your email, your calendar, and your files without re-entering a code every few minutes.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/infostealer-session-cookie-theft-mfa-bypass-dental-practice-2.jpg" alt="A left-to-right diagram: a user passes an MFA gate, a session token wristband is issued beyond it, and an attacker clips a copy of the wristband while the MFA gate sits far behind, irrelevant" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">MFA protects the moment you prove who you are. Once the session token is issued, MFA is behind you, and a stolen token never re-triggers it.</figcaption></figure>
<p>The problem is simple and unforgiving: whoever holds that token <em>is</em> the logged-in user, as far as the service is concerned. If an attacker copies the token and loads it into their own browser, they inherit the authenticated state completely. No password. No new MFA challenge, because the authentication event they would need to trigger already came and went. This is <strong>session hijacking</strong>, and infostealer malware is the engine driving it. In 2025, infostealers are estimated to have harvested more than 94 billion browser cookies, and research found that a majority of ransomware victims had their credentials or session tokens circulating on criminal markets before the attack landed. As one security firm put it, hackers increasingly do not need your password anymore, a lesson we also drew out when we covered <a href="https://compudent.com/kratos-m365-session-theft-what-it-means-for-dental-practices/">the Kratos kit that industrialized Microsoft 365 session theft</a>.</p>
<h2>Why a dental practice is squarely in scope</h2>
<p>It is tempting to file &#8220;macOS malware&#8221; under someone else&#8217;s problem, since most practice front desks run Windows. That would be a mistake. AmnesiaStealer happens to target Macs, but the technique is not Mac-specific, and Windows infostealers have been stealing session cookies the same way for years. The valuable thing, the authenticated browser session, exists on every platform.</p>
<p>Think about what your front-desk and operatory computers are logged into on any given day: Microsoft 365 email and files, your practice-management portal, insurance and electronic-claims sites, imaging or backup dashboards in the cloud. Every one of those is a browser session an attacker would love to inherit, and several of them touch protected health information directly. A single compromised workstation with a stealer on it can hand over all of those sessions at once, quietly, without ever tripping a failed-login alert.</p>
<h2>How the malware gets in</h2>
<p>The delivery method matters, because it is where the practice has the most leverage to stop the whole chain. AmnesiaStealer spreads through <strong>ClickFix</strong>-style campaigns: a fake download or a bogus &#8220;verify you are human&#8221; or &#8220;fix this error&#8221; page instructs the user to copy and paste a command, or to download and open a password-protected archive. The victim, trying to be helpful or to get software they wanted, runs the attacker&#8217;s code themselves, neatly sidestepping many automated defences.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/infostealer-session-cookie-theft-mfa-bypass-dental-practice-3.jpg" alt="An abstract fake download page with a large blue download button and a deceptive copy-and-paste instruction box, with a faint red malware shadow waiting behind the button" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The way in is often the user&#8217;s own hand: fake downloads and &#8216;paste this to fix it&#8217; prompts trick staff into running the malware themselves.</figcaption></figure>
<p>We have seen this pattern before and flagged it for practices when we wrote about <a href="https://compudent.com/clickfix-browser-built-malware-dental-practice/">ClickFix and browser-built malware slipping past antivirus</a>. The through-line is that modern attacks increasingly recruit the user as the delivery mechanism, whether that is a paste-this-command trick or a <a href="https://compudent.com/voice-phishing-microsoft-sso-dental/">convincing phone call to your front desk</a>. Staff awareness is not a soft add-on here; it is a frontline control.</p>
<h2>What actually defends against session theft</h2>
<p>Because no single setting closes this gap, the defence is layered, and the good news is that most of these layers are practical and within reach of a well-supported practice.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/infostealer-session-cookie-theft-mfa-bypass-dental-practice-4.jpg" alt="Concentric protective rings around a patient-data vault, with icon-only layers for passkeys, device-compliance and conditional access, short session lifetimes, and anomalous-session monitoring" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">No single control stops session theft; layers do. Phishing-resistant sign-in, device trust, short sessions, and monitoring each close a different gap.</figcaption></figure>
<p><strong>Stop the delivery.</strong> The cheapest win is preventing the stealer from ever running. Train staff never to paste commands they were told to copy from a website, and to be suspicious of any &#8220;download to fix this&#8221; prompt. Pair that with modern endpoint protection (EDR) and, where possible, application allowlisting so unapproved programs cannot execute on clinical machines.</p>
<p><strong>Move to phishing-resistant sign-in.</strong> Passkeys and hardware-backed authentication are far harder to relay or replay than a code sent to a phone, and they pair naturally with device-bound sessions. We covered the shift in <a href="https://compudent.com/passkeys-default-microsoft-sms-voice-retirement-dental/">our piece on passkeys becoming the default</a>; this attack is a strong reason to accelerate it.</p>
<p><strong>Bind sessions to trusted devices and shorten their life.</strong> Conditional-access and device-compliance policies can require that a session only work from a managed, healthy practice computer, so a cookie lifted onto an attacker&#8217;s unknown machine is dead on arrival. Shorter session lifetimes and periodic re-authentication shrink the window in which a stolen token is useful.</p>
<p><strong>Be ready to revoke, not just reset.</strong> This is the one most people get wrong. If you suspect a session was stolen, <em>resetting the password is not enough</em>, an active session can survive it. You must explicitly revoke the sessions (&#8220;sign out everywhere&#8221; / revoke refresh tokens) to kill the attacker&#8217;s copy along with the legitimate one.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/infostealer-session-cookie-theft-mfa-bypass-dental-practice-5.jpg" alt="An administrator presses a revoke-all-sessions control and duplicate session tokens across the practice go dark, including the stolen copy held by a distant attacker" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Resetting a password does not evict a live session. Revoking the sessions does, including the copy the attacker is holding.</figcaption></figure>
<p><strong>Watch for the tell-tales.</strong> A session suddenly active from an implausible location, at an odd hour, or from an unrecognized device is exactly the signal that a token has been lifted. Make sure someone, your IT provider, is positioned to see and act on those alerts.</p>
<h2>The compliance angle</h2>
<p>Under PHIPA and HIPAA, an account that can reach patient information is part of your risk surface, and a credible session-theft incident affecting such an account is a security event you must be able to assess, contain, and, where warranted, report. &#8220;We had MFA on&#8221; is not, by itself, a defence if a session was hijacked around it. Your risk assessment and incident-response plan should name session theft explicitly, and your revocation procedure should be written down before you need it, not improvised at 4 p.m. on a Friday.</p>
<h2>The takeaway</h2>
<p>MFA is still essential, keep it on, and keep improving it. But it is a lock on the front door, and infostealers have learned to copy the key after you have already turned it. The practices that stay safe are the ones that add the next layers: stopping the malware from running, binding sessions to trusted devices, shortening how long a stolen token lasts, and knowing how to revoke every session the moment something looks wrong.</p>
<p>Compudent Systems helps dental practices across the GTA and Ontario build exactly that defence in depth: hardening endpoints against ClickFix-style delivery, deploying phishing-resistant passkeys and conditional-access policies that tie sessions to trusted practice devices, tuning session lifetimes, and putting a tested session-revocation and incident-response procedure in place so a stolen cookie does not become a breach. If you are relying on multi-factor authentication alone to protect the accounts that touch patient data, that is the gap to close, contact Compudent Systems for a session-security and endpoint review.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.bleepingcomputer.com/news/security/new-amnesiastealer-macos-malware-hijacks-browser-sessions-via-remote-control/" target="_blank" rel="noopener">New AmnesiaStealer macOS malware hijacks browser sessions via remote control &#8211; BleepingComputer</a></li>
<li><a href="https://www.huntress.com/blog/why-hackers-don't-need-passwords-anymore" target="_blank" rel="noopener">From Cookies to Keys: The Threat of Session Hijacking &#8211; Huntress</a></li>
<li><a href="https://whiteintel.io/blog/session-hijacking" target="_blank" rel="noopener">Session Hijacking in 2026: How Stolen Cookies Bypass MFA &#8211; Whiteintel</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/sharepoint-cve-2026-55040-auth-bypass-dental-practices/">A Forged Login Walks Straight Into SharePoint: What the Actively Exploited CVE-2026-55040 Auth Bypass Means for Dental Practices</a></li>
<li><a href="https://compudent.com/lazarus-job-offer-windows-zero-day-cve-2026-68820-dental/">A Fake Job Offer, a Windows Kernel Rootkit: The Lazarus Zero-Day (CVE-2026-68820) and What It Means for Your Dental Practice</a></li>
<li><a href="https://compudent.com/clickfix-browser-built-malware-dental-practice/">Security Alert: &#8216;ClickFix&#8217; and Browser-Built Malware Are Slipping Past Antivirus &#8211; What Dental Offices Need to Know</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/infostealer-session-cookie-theft-mfa-bypass-dental-practice/">Your Staff Passed MFA, and the Attacker Was Already In: Infostealers, Stolen Session Cookies, and Your Dental Practice</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Where Was Your Imaging Sensor Made, and What Is It Talking To? Device Provenance Is Now a Dental Practice Security Question</title>
		<link>https://compudent.com/medical-device-provenance-supply-chain-dental-practice/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Sun, 16 Aug 2026 12:38:39 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[connected dental devices]]></category>
		<category><![CDATA[Contec CMS8000]]></category>
		<category><![CDATA[dental IT security]]></category>
		<category><![CDATA[device provenance]]></category>
		<category><![CDATA[firmware backdoor]]></category>
		<category><![CDATA[IoMT]]></category>
		<category><![CDATA[medical device security]]></category>
		<category><![CDATA[network segmentation]]></category>
		<category><![CDATA[PHIPA]]></category>
		<category><![CDATA[supply chain risk]]></category>
		<guid isPermaLink="false">https://compudent.com/medical-device-provenance-supply-chain-dental-practice/</guid>

					<description><![CDATA[<p>Federal investigators found a hidden backdoor in a widely used patient monitor that silently shipped patient data to a hard-coded overseas address - and a US state has since ordered agencies to inventory Chinese-made networked medical devices. Dental practices run connected devices too: intraoral sensors, panoramic and CBCT units, sensor bridges. Here is why device provenance is now a real security question, and the concrete steps to answer it.</p>
<p>The post <a href="https://compudent.com/medical-device-provenance-supply-chain-dental-practice/">Where Was Your Imaging Sensor Made, and What Is It Talking To? Device Provenance Is Now a Dental Practice Security Question</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Most of the security stories a dental practice hears about arrive through the front door of the internet: a phishing email, a ransomware gang, a stolen password. But one of the most unsettling advisories of the past year was about something already sitting quietly on hospital networks &#8211; a device doing exactly what it appeared to do, while secretly doing something else as well.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/medical-device-provenance-supply-chain-dental-practice-1-scaled.jpg" alt="A dental imaging sensor and panoramic unit wired to a practice server, with a thin red data thread branching from inside the sensor and slipping past the firewall toward a distant overseas marker" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The threat is not the device on the counter; it is where its firmware quietly sends data once it is trusted on your network.</figcaption></figure>
<p>In early 2025, the U.S. Cybersecurity and Infrastructure Security Agency (CISA) and the Food and Drug Administration warned that a widely used patient monitor, the Contec CMS8000, contained a <strong>hidden backdoor in its firmware</strong>. According to CISA&#8217;s analysis, affected versions would silently transmit patient data in plaintext to a hard-coded external IP address and could allow remote control of the device &#8211; tracked as CVE-2025-0626, CVE-2025-0683, and CVE-2025-1204. This was not a stolen password or a misconfiguration. It was behavior baked into the device before it ever reached a clinic.</p>
<p>The response has been spreading ever since. By March 2026, the state of Texas had directed its agencies and state-owned medical facilities to <strong>inventory and review the cybersecurity risk of Chinese-manufactured networked medical devices</strong>, reporting their findings to a central cyber command. Whatever you make of the geopolitics, the underlying question it forces is a good one for every healthcare organization &#8211; dental practices included: <em>do you actually know what your connected devices are, and what they are talking to?</em></p>
<h2>Your practice is full of connected devices too</h2>
<p>It is easy to read &#8220;medical device backdoor&#8221; and assume it is a hospital problem. It is not. A modern dental practice is quietly full of networked hardware running embedded firmware from a global supply chain: intraoral sensors and their interface bridges, panoramic and CBCT imaging units, intraoral scanners, sometimes networked sterilizers, monitoring gear, and the little boxes that connect them all to your practice-management software.</p>
<p>Each of those is a small computer. Each has firmware written by someone, assembled from components sourced from somewhere, and each &#8211; once you plug it into your network &#8211; is <strong>trusted</strong>. That trust is the whole point of the Contec story. A firewall is very good at stopping threats coming <em>in</em>; it is far less suspicious of a device already inside the practice quietly sending data <em>out</em> to an address it was programmed to reach.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/medical-device-provenance-supply-chain-dental-practice-2.jpg" alt="Cross-section of a networked medical device showing layered firmware and a chip, with a legitimate blue data line and a hidden dashed red channel leaving the device alongside it" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">A backdoor lives below the features you see: firmware can open a second, hidden channel that your interface never shows.</figcaption></figure>
<p>This is the same lesson, from a different angle, as the imaging-file and software risks we have covered before. When we looked at <a href="https://compudent.com/radiant-dicom-cve-2026-17264-dental-imaging/">a booby-trapped X-ray file exploiting a flaw in DICOM viewing software</a>, the danger was trusted imaging software. When we looked at <a href="https://compudent.com/npm-supply-chain-rat-dental-practice/">malicious code slipped into a software supply chain</a>, the danger was trusted software components. Device provenance is the hardware version of the same problem: <strong>the thing you trusted was compromised before you ever received it.</strong></p>
<h2>Provenance is a real question, not paranoia</h2>
<p>To be clear, the point here is not to panic about any single country of origin, or to rip trusted equipment out of your operatories. Plenty of excellent imaging hardware is manufactured overseas, and country of manufacture alone does not make a device dangerous. The point is narrower and more useful: <strong>provenance and behavior are now legitimate things to know and monitor.</strong> Who made this device? What firmware is it running? What does it connect to, and does it reach anything outside your practice? Has the manufacturer committed to patching it?</p>
<p>Those were once questions nobody asked when buying a sensor. After a hard-coded backdoor in a mainstream patient monitor and a state-level order to catalog networked medical devices, they are exactly the questions a diligent practice &#8211; and its regulators &#8211; will increasingly expect answered.</p>
<h2>What to actually do about it</h2>
<p>The reassuring part is that the defenses are practical, and most of them are good hygiene regardless of any single advisory.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/medical-device-provenance-supply-chain-dental-practice-4.jpg" alt="An abstract card-grid inventory of connected devices, each card showing icon and blank fields for make, model, firmware and network destination, with a magnifier auditing them" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">You cannot secure what you have not listed: a living inventory of every connected device is the first, unglamorous step.</figcaption></figure>
<p><strong>Build a device inventory.</strong> You cannot secure what you have not listed. Create a living register of every networked device in the practice: make, model, firmware version, what it connects to, and whether it needs internet access at all. This single unglamorous document is the foundation for everything else, and it is exactly what the Texas directive asked its agencies to produce.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/medical-device-provenance-supply-chain-dental-practice-3.jpg" alt="A segmented practice network diagram: office computers and server in one zone, imaging and connected medical devices walled off in a separate zone, with a single controlled gate and outbound traffic checked at the boundary" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Segmentation contains the risk: put imaging and connected devices on their own isolated zone, and control exactly what they are allowed to talk to.</figcaption></figure>
<p><strong>Segment your imaging and connected devices.</strong> Put imaging units and other connected medical devices on their own isolated network segment (a VLAN), separated from front-desk computers and your practice-management server, with tightly controlled rules about what they may talk to. If a device only needs to reach your imaging server, it should not be able to reach the open internet at all. Segmentation is what turns &#8220;a compromised sensor&#8221; into a contained event rather than a practice-wide one.</p>
<p><strong>Watch what your devices send outward.</strong> Egress monitoring &#8211; keeping an eye on outbound connections from your network &#8211; is how a device &#8220;phoning home&#8221; to an address it has no business contacting gets noticed. Your IT support can flag and block unexpected outbound traffic from devices that should be silent.</p>
<p><strong>Keep firmware patched, through the vendor.</strong> Backdoors and bugs get fixed in firmware updates. Establish who is responsible for checking for and applying firmware updates on each device, and confirm the manufacturer still supports the model. A device the vendor has abandoned is a device that will never be fixed.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/medical-device-provenance-supply-chain-dental-practice-5.jpg" alt="Two professionals at a counter reviewing a device box next to a transparent vendor security disclosure document with a shield check mark" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Provenance becomes a buying criterion: ask, before purchase, what a device contains, where its data goes, and how long it will be patched.</figcaption></figure>
<p><strong>Make provenance a purchasing criterion.</strong> Before buying connected equipment, ask the vendor the awkward questions: where does this device send data, can you provide a software bill of materials (a list of the components inside it), and how long do you commit to security updates? Vendors who answer clearly are the ones you want. This is the same third-party diligence we laid out in our <a href="https://compudent.com/vendor-breach-iomt-security-checklist-dental/">IoMT and vendor-breach checklist</a> &#8211; applied at the moment of purchase, when you have the most leverage.</p>
<p><strong>Fold devices into your risk assessment.</strong> Under PHIPA and HIPAA, connected devices that touch patient data belong in your written risk assessment and incident-response plan &#8211; not as an afterthought, but as the small computers holding and moving PHI that they actually are.</p>
<h2>The takeaway</h2>
<p>A patient monitor that quietly mailed patient data overseas, and a state government ordering a full inventory of its networked medical devices, are two halves of the same wake-up call. The devices we plug in and forget about are computers, made by people, somewhere, running code we usually never see. That does not mean fear every sensor &#8211; it means know your equipment, contain it, and watch it.</p>
<p>Compudent Systems helps dental practices across the GTA and Ontario answer these questions in practice: building a complete inventory of connected and imaging devices, segmenting them onto isolated networks with controlled egress, monitoring for the outbound traffic a compromised device would generate, and folding all of it into a defensible PHIPA and HIPAA risk assessment. If you could not, right now, list every networked device in your practice and say what each one connects to, that is the place to start &#8211; contact Compudent Systems for a connected-device and network review.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.cisa.gov/resources-tools/resources/contec-cms8000-contains-backdoor" target="_blank" rel="noopener">Contec CMS8000 Contains a Backdoor &#8211; CISA fact sheet</a></li>
<li><a href="https://www.cisa.gov/news-events/ics-medical-advisories/icsma-25-030-01" target="_blank" rel="noopener">Contec Health CMS8000 Patient Monitor (Update A) &#8211; CISA ICS Medical Advisory ICSMA-25-030-01</a></li>
<li><a href="https://gov.texas.gov/news/post/governor-abbott-directs-state-health-agencies-to-address-potential-ccp-connected-cybersecurity-risks" target="_blank" rel="noopener">Governor Abbott Directs State Health Agencies to Address Potential CCP-Connected Cybersecurity Risks &#8211; Office of the Texas Governor</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/vendor-breach-iomt-security-checklist-dental/">When Your Device Vendor Gets Breached: An IoMT and Third-Party Security Checklist for Dental Practices</a></li>
<li><a href="https://compudent.com/connected-dental-devices-attack-surface/">The Other Computers in Your Operatory: Why Connected Dental Devices Are the Attack Surface Nobody Audits</a></li>
<li><a href="https://compudent.com/radiant-dicom-cve-2026-17264-dental-imaging/">A Booby-Trapped X-ray File: What the RadiAnt DICOM Advisory (CVE-2026-17264) Means for Dental Practices</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/medical-device-provenance-supply-chain-dental-practice/">Where Was Your Imaging Sensor Made, and What Is It Talking To? Device Provenance Is Now a Dental Practice Security Question</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>A Forged Login Walks Straight Into SharePoint: What the Actively Exploited CVE-2026-55040 Auth Bypass Means for Dental Practices</title>
		<link>https://compudent.com/sharepoint-cve-2026-55040-auth-bypass-dental-practices/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Sat, 15 Aug 2026 09:38:14 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[actively exploited]]></category>
		<category><![CDATA[authentication bypass]]></category>
		<category><![CDATA[CVE-2026-55040]]></category>
		<category><![CDATA[dental IT security]]></category>
		<category><![CDATA[JWT token]]></category>
		<category><![CDATA[Microsoft Patch Tuesday]]></category>
		<category><![CDATA[on-premises server]]></category>
		<category><![CDATA[patch management]]></category>
		<category><![CDATA[proof of concept]]></category>
		<category><![CDATA[SharePoint]]></category>
		<guid isPermaLink="false">https://compudent.com/sharepoint-cve-2026-55040-auth-bypass-dental-practices/</guid>

					<description><![CDATA[<p>A critical Microsoft SharePoint flaw, CVE-2026-55040, lets a remote attacker forge a valid login token and impersonate any user - up to a full site administrator - without ever knowing a password. Microsoft patched it in July, but once Rapid7 published proof-of-concept code this week, attackers started using it. If your practice runs on-premises SharePoint, this is a patch-now situation. Here is what happened and what to do.</p>
<p>The post <a href="https://compudent.com/sharepoint-cve-2026-55040-auth-bypass-dental-practices/">A Forged Login Walks Straight Into SharePoint: What the Actively Exploited CVE-2026-55040 Auth Bypass Means for Dental Practices</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Most attacks start with a stolen password or a phishing lure. This one skips both. A newly weaponized Microsoft SharePoint flaw, tracked as <strong>CVE-2026-55040</strong> and rated a critical <strong>9.1</strong> on the CVSS scale, lets a remote attacker <em>forge</em> a valid login token and impersonate any SharePoint user &#8211; all the way up to a site administrator &#8211; 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.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/sharepoint-cve-2026-55040-auth-bypass-dental-practices-1-scaled.jpg" alt="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" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">CVE-2026-55040 lets an attacker forge a valid login and walk past authentication as if they were a trusted administrator.</figcaption></figure>
<h2>What the flaw actually does</h2>
<p>SharePoint services trust each other using signed identity tokens &#8211; the digital equivalent of a sealed, stamped credential that says &#8220;this request really is from an authorized user.&#8221; 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 <strong>forged token that it accepts as genuine</strong>, then act as whatever user &#8211; or administrator &#8211; they claimed to be.</p>
<p>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&#8217;s own advisory summarized the impact plainly: an attacker could &#8220;disclose files and modify data,&#8221; though the flaw does not let them knock the system offline. In a practice context, &#8220;disclose files and modify data&#8221; is not a minor caveat &#8211; that is exactly the patient records, imaging, and internal documents you are obligated to protect.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/sharepoint-cve-2026-55040-auth-bypass-dental-practices-2.jpg" alt="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" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The flaw chains several gaps in SharePoint&#8217;s token-validation pipeline so a forged token is accepted without a real signature.</figcaption></figure>
<p>This kind of silent identity forgery is the same category of threat we covered when <a href="https://compudent.com/certighost-adcs-windows-domain-takeover-dental/">a single forged certificate could quietly take over an entire Windows domain</a>: when the mechanism that proves <em>who you are</em> breaks, every permission built on top of it is suddenly worthless.</p>
<h2>Why it is dangerous right now</h2>
<p>Vulnerabilities become urgent not when they are discovered, but when they are <em>easy</em>. 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.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/sharepoint-cve-2026-55040-auth-bypass-dental-practices-3.jpg" alt="A timeline showing a patch released first, then public proof-of-concept code, then rapidly spreading attacks against a server that was left unpatched" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Patch, then public exploit code, then real attacks &#8211; the window between disclosure and exploitation is now measured in days.</figcaption></figure>
<p>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 &#8211; the same lesson behind the <a href="https://compudent.com/sonicwall-sma1000-vpn-ransomware-dental-practices/">SonicWall VPN appliances that ransomware crews walked straight through</a>. CVE-2026-55040 is now the fifth SharePoint vulnerability to be actively exploited this year, so this is a product firmly in attackers&#8217; sights.</p>
<h2>Does this affect your dental practice?</h2>
<p>Here is the reassuring distinction. If your practice uses <strong>SharePoint Online</strong> &#8211; the version bundled with Microsoft 365 in the cloud &#8211; 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.</p>
<p>The real risk sits with <strong>on-premises SharePoint Server</strong>: 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&#8217;s shared infrastructure. If any server you control &#8211; or that your IT vendor controls on your behalf &#8211; 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.</p>
<h2>What to do now</h2>
<p><strong>1. Confirm what you are running.</strong> 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.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/sharepoint-cve-2026-55040-auth-bypass-dental-practices-4.jpg" alt="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" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">An internal document server should sit behind a VPN and MFA, never exposed directly to the open internet.</figcaption></figure>
<p><strong>2. Apply the July update immediately.</strong> The fix already exists &#8211; 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.</p>
<p><strong>3. Get it off the open internet.</strong> 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.</p>
<p><strong>4. Assume nothing and check the logs.</strong> 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.</p>
<p><strong>5. Rotate secrets if you were exposed.</strong> 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.</p>
<p><strong>6. Confirm your recovery path.</strong> An attacker who can modify data is a reminder that clean, tested backups are your safety net. As we have said before, <a href="https://compudent.com/backups-only-as-good-as-last-test-restore/">a backup you have never test-restored is only a hope</a> &#8211; verify yours actually restores.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/sharepoint-cve-2026-55040-auth-bypass-dental-practices-5.jpg" alt="A dental practice IT decision-maker working through a response checklist: apply the update, hunt the logs for intruder traces, and rotate secrets" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The response is methodical: apply the update, hunt the logs for signs of misuse, and rotate any exposed secrets.</figcaption></figure>
<h2>The bigger pattern</h2>
<p>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 &#8211; 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.</p>
<p>Compudent Systems helps dental practices across the GTA and Ontario answer these questions before an attacker does &#8211; 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.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://thehackernews.com/2026/08/attackers-exploit-sharepoint.html" target="_blank" rel="noopener">Attackers Exploit SharePoint Authentication Bypass After Public PoC Release &#8211; The Hacker News</a></li>
<li><a href="https://www.rapid7.com/blog/post/ve-cve-2026-55040-microsoft-sharepoint-jwt-token-authentication-bypass-fixed/" target="_blank" rel="noopener">CVE-2026-55040: Microsoft SharePoint JWT Token Authentication Bypass (FIXED) &#8211; Rapid7</a></li>
<li><a href="https://www.rapid7.com/blog/post/ra-microsoft-sharepoint-jwt-token-authentication-bypass-cve-2026-55040/" target="_blank" rel="noopener">Microsoft SharePoint JWT Token Authentication Bypass Technical Analysis (CVE-2026-55040) &#8211; Rapid7</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/n-able-n-central-rmm-breach-dental-msp-risk/">When the Tool That Manages Your Network Gets Hacked: The N-able N-central Breach and What It Means for Dental Practices</a></li>
<li><a href="https://compudent.com/certighost-adcs-windows-domain-takeover-dental/">One Ordinary Login Can Now Own Your Whole Network: What the &#8216;Certighost&#8217; Windows Domain Exploit Means for Dental Practices</a></li>
<li><a href="https://compudent.com/sonicwall-sma1000-vpn-ransomware-dental-practices/">Ransomware Gangs Are Now Through the Front Door: What the SonicWall SMA1000 VPN Attacks Mean for Dental Practices</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/sharepoint-cve-2026-55040-auth-bypass-dental-practices/">A Forged Login Walks Straight Into SharePoint: What the Actively Exploited CVE-2026-55040 Auth Bypass Means for Dental Practices</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Is Texting or Emailing Your Patients a PHIPA and HIPAA Violation? Secure Patient Communication for Dental Practices</title>
		<link>https://compudent.com/texting-emailing-patients-hipaa-phipa-dental-practice/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Fri, 14 Aug 2026 09:28:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[consent]]></category>
		<category><![CDATA[dental IT compliance]]></category>
		<category><![CDATA[email encryption]]></category>
		<category><![CDATA[HIPAA]]></category>
		<category><![CDATA[patient communication]]></category>
		<category><![CDATA[patient privacy]]></category>
		<category><![CDATA[PHIPA]]></category>
		<category><![CDATA[secure messaging]]></category>
		<category><![CDATA[secure patient portal]]></category>
		<category><![CDATA[SMS appointment reminders]]></category>
		<guid isPermaLink="false">https://compudent.com/?p=17771</guid>

					<description><![CDATA[<p>Every dental practice runs on messages: a texted appointment reminder, an emailed treatment plan, a quick photo of an X-ray sent to a specialist. But standard SMS and ordinary email were never built to carry health information, and a single misdirected message can become a reportable privacy breach. Here is what PHIPA and HIPAA really require - and the practical way to communicate with patients without breaking either.</p>
<p>The post <a href="https://compudent.com/texting-emailing-patients-hipaa-phipa-dental-practice/">Is Texting or Emailing Your Patients a PHIPA and HIPAA Violation? Secure Patient Communication for Dental Practices</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>A patient asks you to text them their next appointment time. A specialist wants the panoramic X-ray emailed over before a referral. A parent messages the practice on WhatsApp to ask whether their child&#8217;s filling can wait a week. None of this feels risky &#8211; it is just how modern practices talk to people. Yet each of these ordinary messages can carry personal health information across networks you do not control, and under both Ontario&#8217;s <strong>PHIPA</strong> and US <strong>HIPAA</strong>, a single misdirected or intercepted message can become a reportable privacy breach.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/texting-emailing-patients-hipaa-phipa-dental-practice-1-scaled.jpg" alt="A reception-desk smartphone sending a patient message down two paths: one exposed and drifting into the open, the other sealed inside a secure padlocked blue channel to the patient" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The same appointment text can travel two ways: exposed across open networks, or sealed inside a protected channel.</figcaption></figure>
<p>So is texting or emailing your patients actually against the rules? The short answer is reassuring: <strong>no law bans it.</strong> The longer answer is where practices get into trouble &#8211; because &#8220;allowed&#8221; is not the same as &#8220;done safely.&#8221;</p>
<h2>What the rules actually say</h2>
<p>Neither PHIPA nor HIPAA prohibits electronic communication with patients. Both are technology-neutral: they require a custodian of health information to protect it with <strong>reasonable safeguards</strong> and to respect the patient&#8217;s wishes. Ontario&#8217;s Information and Privacy Commissioner has been explicit that email is permitted, provided you assess the risk and put appropriate protections in place. HIPAA takes the same posture &#8211; email and texting are allowed, but the practice remains responsible for the confidentiality, integrity, and availability of any protected health information (PHI) it transmits.</p>
<p>In practice, that responsibility comes down to three questions for every channel you use: is the message <em>protected in transit</em>, does it reach <em>only the intended person</em>, and did the patient <em>agree</em> to be contacted this way? Ordinary SMS and standard consumer email struggle with all three.</p>
<h2>Why plain texts and ordinary email are the weak link</h2>
<p>A text message or a normal email does not travel in a straight, private line from your front desk to your patient. It hops through carrier and provider servers, gets stored along the way, and lands on a personal phone or inbox that may be shared, unlocked, or backed up to someone else&#8217;s cloud. Standard SMS is not encrypted end to end. Consumer email is frequently unencrypted in transit and sits on servers outside your control.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/texting-emailing-patients-hipaa-phipa-dental-practice-2.jpg" alt="Diagram of a text message hopping across intermediate towers and servers, each keeping a faint stored copy, before reaching the recipient" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">A plain text or email does not go straight to your patient &#8211; it passes through and is retained by systems you do not control.</figcaption></figure>
<p>Then there is the most common breach of all: <strong>misdirection.</strong> A wrong digit in a phone number, an autocomplete that fills in the wrong &#8220;John,&#8221; a reply-all that copies the whole family &#8211; these are how most everyday privacy incidents happen, and they have nothing to do with hackers. The convenience that makes texting fast is exactly what makes a slip irreversible.</p>
<h2>The appointment-reminder rule: minimum necessary</h2>
<p>The good news is that the most common message a practice sends &#8211; the appointment reminder &#8211; is also the easiest to do safely. Both frameworks lean on a <strong>minimum-necessary</strong> principle: share only what the purpose requires. A reminder can safely contain the date, the time, and the practice name. It should <em>not</em> contain the procedure, a diagnosis, a treatment detail, or anything that reveals why the patient is coming in.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/texting-emailing-patients-hipaa-phipa-dental-practice-3.jpg" alt="Two message cards compared: a minimal reminder with only a date and the practice name marked safe, versus an overloaded one full of clinical details marked risky" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Minimum necessary: a reminder can carry the date, time, and practice name &#8211; not the procedure or diagnosis.</figcaption></figure>
<p>&#8220;Reminder: your appointment with our office is Tuesday at 2:00 PM&#8221; is fine. &#8220;Reminder: your root canal and crown prep is Tuesday&#8221; is a disclosure of clinical information to whoever happens to see that screen. Keep reminders bland on purpose.</p>
<h2>The patient-requested exception &#8211; and its limits</h2>
<p>HIPAA includes a sensible provision that trips practices up when they over-read it. If a patient <strong>specifically asks</strong> to be communicated with by ordinary email or text, and you have made them reasonably aware of the risks, you may honor that request. The key is to <em>document</em> it &#8211; note that the patient requested unencrypted communication and was informed of the risk.</p>
<p>But that permission is narrow. It covers communicating <em>with that patient, at their request</em>. It does not license routine, practice-initiated disclosures by insecure channels, and it does not cover sending PHI to <em>other providers</em>, insurers, or labs over plain email. Do not stretch a single patient&#8217;s convenience preference into a general practice policy.</p>
<h2>Sending records and X-rays: use a real channel</h2>
<p>Emailing a patient their X-rays or a treatment plan as an attachment on a free consumer mail account is where practices take on the most risk for the least reason. Imaging and records are exactly the high-value, high-sensitivity data an attacker or a nosy recipient wants.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/texting-emailing-patients-hipaa-phipa-dental-practice-4.jpg" alt="A dental practice server and a patient device linked by one sealed, padlocked encrypted channel, with an X-ray and a document passing safely through and an authenticated key badge at each end" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Records and images belong in a secure portal or encrypted channel with authenticated sign-in &#8211; not attached to ordinary email.</figcaption></figure>
<p>The right tools already exist: a <strong>secure patient portal</strong> where the patient signs in to retrieve documents, <strong>encrypted email</strong>, or a <strong>secure file-transfer link</strong> that expires. Each keeps the data inside an authenticated, protected channel instead of scattering copies across inboxes. If you are weighing which new tools are safe to bring into the practice at all, the same compliance logic we walked through for <a href="https://compudent.com/chatgpt-hipaa-dental-practice/">whether a dental practice can use ChatGPT without breaking HIPAA and PHIPA</a> applies here: assess where the data goes before you send it.</p>
<h2>Your texting and email vendors are part of your compliance</h2>
<p>Here is the piece practices most often miss. The moment a third-party service &#8211; an appointment-reminder platform, a texting service, a hosted email provider &#8211; handles PHI on your behalf, it becomes a <strong>business associate</strong> under HIPAA and an <em>agent</em> under PHIPA. That relationship must be governed by a <strong>Business Associate Agreement</strong> (or an equivalent written contract in Canada) that binds the vendor to protect the data.</p>
<p>Free consumer Gmail and consumer messaging apps like WhatsApp, iMessage, or Facebook Messenger generally <em>will not</em> sign such an agreement for a standard account, and they route data through their own systems for their own purposes. That does not make Google or Apple insecure companies &#8211; it makes their free consumer products the wrong tool for transmitting patient health information. Use a business-tier service that will contractually stand behind PHI, and get the paperwork signed before you send the first message.</p>
<h2>A practical checklist for the front desk</h2>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/texting-emailing-patients-hipaa-phipa-dental-practice-5.jpg" alt="A front-desk staff member composing a patient message, with three floating emblems above the desk: a signed vendor contract, a padlocked shield, and a single verified recipient" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Compliant communication is a front-desk habit: an approved secure tool, a signed vendor contract, and a double-checked recipient.</figcaption></figure>
<p><strong>Pick approved channels and stick to them.</strong> Decide, as a practice, which tools are allowed for patient communication &#8211; a secure portal, an encrypted email service, a compliant reminder platform &#8211; and train staff to use nothing else for anything involving a patient.</p>
<p><strong>Keep reminders content-light.</strong> Date, time, practice name. No clinical detail. Ever.</p>
<p><strong>Capture consent and preferences.</strong> Record how each patient has agreed to be contacted, honor opt-outs, and note any patient-requested use of unencrypted channels.</p>
<p><strong>Double-check the recipient.</strong> Most breaches are fat-finger misdirection. Confirm the number or address before sending anything with PHI, and disable reply-all by default for patient mail.</p>
<p><strong>Lock down the mail system itself.</strong> Multi-factor authentication and encryption on your email accounts, and current, supported software on every machine that touches patient data &#8211; the same front-desk hygiene that makes <a href="https://compudent.com/windows-10-eol-hipaa-risk/">running an unsupported operating system a HIPAA problem</a> applies to the inbox those messages come from.</p>
<p><strong>Sign the vendor contracts.</strong> Every service that handles PHI needs a business associate agreement or equivalent on file. If a vendor will not sign one, it is not the right vendor.</p>
<p>These habits also keep you aligned with the direction regulators are already moving, from the tightened expectations in the <a href="https://compudent.com/new-hipaa-privacy-rule-update-what-dental-practices-must-do-before-the-february-16-deadline/">recent HIPAA Privacy Rule updates</a> to Ontario&#8217;s steady guidance on electronic PHI.</p>
<h2>The takeaway</h2>
<p>Texting and emailing patients is not forbidden &#8211; it is expected. What PHIPA and HIPAA ask is that you do it deliberately: protect the message in transit, make sure it reaches only the right person, keep reminders free of clinical detail, and put the paperwork in place with any vendor that touches patient data. Get those right and modern, convenient communication becomes a strength rather than a liability.</p>
<p>Compudent Systems helps dental practices across the GTA and Ontario set up communication the compliant way &#8211; deploying secure patient portals and encrypted email, hardening mail systems with MFA, reviewing reminder and texting platforms and their business associate agreements, and training front-desk staff to avoid the misdirection mistakes behind most privacy breaches. If you are not sure whether the way your practice texts and emails patients would survive a privacy audit, contact Compudent Systems for a patient-communication and compliance review. The safest message is the one that only your patient ever sees.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.hipaajournal.com/texting-violation-hipaa/" target="_blank" rel="noopener">Is Texting in Violation of HIPAA? 2026 Update &#8211; The HIPAA Journal</a></li>
<li><a href="https://www.hipaajournal.com/is-gmail-hipaa-compliant/" target="_blank" rel="noopener">Is Gmail HIPAA Compliant? Updated for 2026 &#8211; The HIPAA Journal</a></li>
<li><a href="https://www.ipc.on.ca/en/resources-and-decisions/communicating-personal-health-information-email" target="_blank" rel="noopener">Communicating Personal Health Information by Email &#8211; Information and Privacy Commissioner of Ontario (IPC)</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/chatgpt-hipaa-dental-practice/">Can Your Dental Practice Use ChatGPT Without Breaking HIPAA and PHIPA? A 2026 Compliance Guide</a></li>
<li><a href="https://compudent.com/phipa-breach-response-ontario-dental-practice/">The First Hours After a Data Breach: What an Ontario Dental Practice Must Do Under PHIPA</a></li>
<li><a href="https://compudent.com/vendor-breach-iomt-security-checklist-dental/">When Your Device Vendor Gets Breached: An IoMT and Third-Party Security Checklist for Dental Practices</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/texting-emailing-patients-hipaa-phipa-dental-practice/">Is Texting or Emailing Your Patients a PHIPA and HIPAA Violation? Secure Patient Communication for Dental Practices</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Plug and Pwn: How a Fake USB Device Can Seize a Dental Practice Computer in Minutes</title>
		<link>https://compudent.com/plug-and-pwn-usb-driver-windows-system-dental/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Thu, 13 Aug 2026 14:12:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[co-installers]]></category>
		<category><![CDATA[dental IT security]]></category>
		<category><![CDATA[device control]]></category>
		<category><![CDATA[endpoint security]]></category>
		<category><![CDATA[physical security]]></category>
		<category><![CDATA[Plug and Pwn]]></category>
		<category><![CDATA[privilege escalation]]></category>
		<category><![CDATA[SYSTEM access]]></category>
		<category><![CDATA[USB attack]]></category>
		<category><![CDATA[Windows Plug and Play]]></category>
		<guid isPermaLink="false">https://compudent.com/?p=17763</guid>

					<description><![CDATA[<p>A new attack called 'Plug and Pwn,' disclosed at DEF CON 34, abuses the Windows Plug and Play feature every computer relies on. By emulating a USB device, an attacker can make Windows automatically install a signed-but-vulnerable vendor driver as SYSTEM - the highest level of access - on a fully updated Windows 11 machine with nobody even logged in, in about five minutes. Dental practices have exactly the ingredients this preys on: unattended operatory and front-desk PCs with open USB ports.</p>
<p>The post <a href="https://compudent.com/plug-and-pwn-usb-driver-windows-system-dental/">Plug and Pwn: How a Fake USB Device Can Seize a Dental Practice Computer in Minutes</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>You have plugged in a thousand USB devices without a second thought &#8211; a phone to charge, a patient&#8217;s memory stick with an outside X-ray, a new intraoral camera, a wireless mouse. Windows recognizes the device, quietly sets it up, and you get back to work. That everyday convenience is exactly what a new attack, disclosed this week, turns into a weapon.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/plug-and-pwn-usb-driver-windows-system-dental-1-scaled.jpg" alt="A plain USB stick inserted into an office computer, with a dark thread running down from the plug and piercing a red-glowing inner kernel core" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The device looks harmless; the moment it is plugged in, Windows can hand it the keys.</figcaption></figure>
<p>Security researchers Alejandro Hernando and Borja Martinez presented <strong>&#8220;Plug and Pwn&#8221;</strong> at DEF CON 34, and it was detailed by BleepingComputer on August 12, 2026. The technique abuses <strong>Windows Plug and Play</strong> &#8211; the feature that makes hardware &#8220;just work&#8221; &#8211; to make Windows install a vulnerable driver and hand an attacker <strong>SYSTEM</strong> privileges, the highest level of control a Windows computer has. The most unsettling part: some versions of the attack need <em>no clicks, no logged-in user, and work on a fully patched Windows 11 machine</em> in about five minutes.</p>
<h2>How a plug becomes total control</h2>
<p>When you connect a new device, Windows identifies it by a hardware ID, finds a matching driver package, and installs it. For a lot of hardware, that package is a <strong>signed vendor bundle</strong> &#8211; and Windows runs its installer, services, and helper programs as <strong>NT AUTHORITY\SYSTEM</strong>, with no User Account Control prompt. The operating system trusts the package because it is signed; it does not scrutinize whether that trusted package contains an exploitable weakness.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/plug-and-pwn-usb-driver-windows-system-dental-2.jpg" alt="A four-stage diagram: a USB device is connected, Windows reads its hardware ID, automatically fetches a signed vendor driver package, and installs it as SYSTEM with no consent prompt" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Windows Plug and Play does this by design: recognize the device, fetch the matching signed driver, and install it as SYSTEM &#8211; with no prompt to the user.</figcaption></figure>
<p>The researchers used USB-emulation hardware to make a computer believe a specific device had been plugged in. Windows dutifully fetched and installed that device&#8217;s vendor driver package &#8211; and then they abused a vulnerable component inside it to climb to SYSTEM. In one demonstration they impersonated one manufacturer&#8217;s hardware to quietly change the machine&#8217;s DNS settings, then a second manufacturer&#8217;s to pull down files over an unencrypted connection. The point is not any single vendor&#8217;s bug; it is that <strong>the automatic install path itself hands trusted, SYSTEM-level execution to whatever device shows up.</strong></p>
<p>This is not entirely new territory. Back in 2021, plugging in a Razer mouse could make a standard user an administrator, because Windows auto-launched the mouse&#8217;s installer as SYSTEM. Plug and Pwn generalizes that idea from one vendor&#8217;s installer to the device-installation machinery every Windows PC uses.</p>
<h2>You do not even need to touch the computer</h2>
<p>Here is the detail that should make any practice using remote desktop sit up. One of the demonstrated chains runs <strong>entirely over RDP</strong>, with <em>no physical hardware at all</em>. If a remote-desktop session has USB device redirection enabled, an attacker can make a <em>phantom</em> device appear to the server, triggering the same automatic driver install &#8211; and the same escalation to SYSTEM &#8211; from across a network.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/plug-and-pwn-usb-driver-windows-system-dental-3.jpg" alt="One device presenting a fan of different hardware identity masks to a computer, with a faint version showing a phantom device appearing on a remote server over the network with no cable" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Attackers emulate devices &#8211; or conjure a phantom one over a remote-desktop session with no hardware at all &#8211; so Windows loads the exact vulnerable driver they want.</figcaption></figure>
<p>In other words, this is both a physical-access attack and, in the right conditions, a remote one. That combination is what makes it a class of problem rather than a one-off bug.</p>
<h2>Why patching and standard user accounts are not enough here</h2>
<p>Two of our usual, reliable defenses do not fully close this door, and it is important to understand why.</p>
<p><strong>Patching Windows does not remove it.</strong> The researchers ran their attack against a fully updated Windows 11 machine. The behavior being abused &#8211; Windows automatically installing signed vendor drivers as SYSTEM &#8211; is a <em>feature</em>, not a single flaw to be patched. Individual vulnerable vendor packages get fixed over time, but the install path remains.</p>
<p><strong>Running staff as standard users does not stop it either.</strong> Normally, denying local-administrator rights is one of the best moves a practice can make &#8211; it is a core defense we recommend against nearly every kind of malware, and it was central to why <a href="https://compudent.com/lazarus-job-offer-windows-zero-day-cve-2026-68820-dental/">a job-offer lure needed a separate zero-day to escalate from an ordinary user to SYSTEM</a>. But Plug and Pwn does its escalation through the driver installer, which Windows runs as SYSTEM no matter who is logged in &#8211; or whether anyone is logged in at all. Least privilege still matters enormously for everything else; it just is not the whole answer to this particular trick.</p>
<h2>Why a dental practice is a realistic target</h2>
<p>Lazarus-grade nation-state tools are not what a small practice needs to fear. The realistic threat is far more mundane: <strong>physical exposure</strong>. Think about where your computers actually live. A front-desk PC faces the waiting room. Operatory workstations sit in rooms where patients are, at times, briefly alone. USB ports are open and inviting. Staff plug in phones, cameras, and patients&#8217; own USB sticks full of outside imaging.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/plug-and-pwn-usb-driver-windows-system-dental-5.jpg" alt="An unattended dental office computer on a counter with accessible USB ports, a reception and patient area in the background, a small caution indicator near the ports" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The realistic risk in a practice is physical: operatory and front-desk PCs sit where patients and visitors briefly pass, and their USB ports are wide open.</figcaption></figure>
<p>A booby-trapped &#8220;charging cable,&#8221; a rigged USB stick left behind, or a malicious device slipped into a port during a thirty-second gap is all this attack needs. And once a machine is at SYSTEM, the attacker effectively owns it &#8211; which on a practice computer means the practice-management database, imaging files, saved passwords, patient records, and possibly the route to your backups. It is the same escalation logic we walked through when <a href="https://compudent.com/certighost-adcs-windows-domain-takeover-dental/">a single ordinary login proved enough to take over an entire Windows network</a>: get control of one machine at a deep enough level, and the rest can follow.</p>
<h2>What to do now</h2>
<p>The good news is that the countermeasures are concrete, and most are things a practice&#8217;s IT support can configure once.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/plug-and-pwn-usb-driver-windows-system-dental-4.jpg" alt="A workstation hardened with a padlock over its USB ports, a device allow-list gate, a security setting toggled on, and remote-desktop device redirection switched off" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Layered defense: lock down physical ports, allow only approved devices, disable co-installers, and turn off device redirection on remote sessions that do not need it.</figcaption></figure>
<p><strong>Control physical access to USB ports.</strong> This is the front line. Position front-desk and operatory computers so ports are not reachable by patients, use port blockers or lockable cases where practical, and set a firm policy that unknown USB devices and cables never go into a practice machine. Patient media with outside X-rays should be handled on a designated, isolated computer.</p>
<p><strong>Disable driver co-installers.</strong> Setting the <code>DisableCoInstallers</code> value in the Windows registry (under <code>HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Installer</code>) prevents driver packages from running co-installer components during device setup. It disrupts several of the demonstrated chains &#8211; though the researchers are clear it does not eliminate the entire attack surface, so treat it as one layer, not a cure.</p>
<p><strong>Restrict which devices can install at all.</strong> Windows Group Policy can limit device installation to an approved list of hardware IDs and block everything else. For practice computers that only ever need a known set of peripherals, an allow-list is a powerful, appropriate control.</p>
<p><strong>Turn off USB redirection on remote sessions that do not need it.</strong> If you use RDP to reach a practice-management server, disable Plug and Play device redirection (the <code>fDisablePNPRedir</code> setting) on hosts that have no reason to accept redirected devices. This closes the no-hardware-needed remote variant.</p>
<p><strong>Deploy and monitor endpoint protection.</strong> Modern endpoint detection and response can flag the unusual driver installs and behavior an attack like this produces &#8211; but only if it is current and someone actually watches the alerts.</p>
<p><strong>Keep machines updated and segmented anyway.</strong> Prompt patching still retires the specific vulnerable vendor packages, and network segmentation with tested, offline backups is what decides whether a single compromised operatory PC stays contained or becomes a practice-wide incident &#8211; the same containment logic behind <a href="https://compudent.com/windows-10-eol-hipaa-risk/">keeping every front-desk machine on a supported, patchable operating system</a>.</p>
<h2>The takeaway</h2>
<p>Plug and Pwn is a reminder that not every threat arrives by email. Sometimes it is a device slipped into an open port, exploiting the very convenience that makes Windows pleasant to use. The defenses are unglamorous but effective: guard your ports, tell Windows to be pickier about what it installs, lock down remote redirection, and watch your endpoints.</p>
<p>Compudent Systems helps dental practices across the GTA and Ontario put these controls in place &#8211; configuring device installation restrictions and USB policy, hardening remote-desktop access to practice-management servers, deploying and monitoring endpoint protection, and segmenting networks so one compromised workstation cannot reach your patient records. If you are not certain what would happen if an unknown USB device were plugged into your front-desk PC, contact Compudent Systems for a device-control and endpoint review. The easiest attacks are often the ones that just walk in the door and plug in.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.bleepingcomputer.com/news/security/plug-and-pwn-attack-uses-fake-usb-devices-for-windows-system-access/" target="_blank" rel="noopener">Plug and Pwn attack uses fake USB devices for Windows SYSTEM access &#8211; BleepingComputer</a></li>
<li><a href="https://thehackernews.com/2026/08/researchers-turn-usb-auto-install-into.html" target="_blank" rel="noopener">Researchers Turn USB Auto-Install Into a Full SYSTEM Takeover on Windows 11 &#8211; The Hacker News</a></li>
<li><a href="https://plugandpwn.com/" target="_blank" rel="noopener">Plug and Pwn &#8211; research site</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/lazarus-job-offer-windows-zero-day-cve-2026-68820-dental/">A Fake Job Offer, a Windows Kernel Rootkit: The Lazarus Zero-Day (CVE-2026-68820) and What It Means for Your Dental Practice</a></li>
<li><a href="https://compudent.com/connected-dental-devices-attack-surface/">The Other Computers in Your Operatory: Why Connected Dental Devices Are the Attack Surface Nobody Audits</a></li>
<li><a href="https://compudent.com/sonicwall-sma1000-vpn-ransomware-dental-practices/">Ransomware Gangs Are Now Through the Front Door: What the SonicWall SMA1000 VPN Attacks Mean for Dental Practices</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/plug-and-pwn-usb-driver-windows-system-dental/">Plug and Pwn: How a Fake USB Device Can Seize a Dental Practice Computer in Minutes</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>A Fake Job Offer, a Windows Kernel Rootkit: The Lazarus Zero-Day (CVE-2026-68820) and What It Means for Your Dental Practice</title>
		<link>https://compudent.com/lazarus-job-offer-windows-zero-day-cve-2026-68820-dental/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Wed, 12 Aug 2026 09:32:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[August 2026 Patch Tuesday]]></category>
		<category><![CDATA[CVE-2026-68820]]></category>
		<category><![CDATA[dental IT security]]></category>
		<category><![CDATA[endpoint security]]></category>
		<category><![CDATA[FudModule rootkit]]></category>
		<category><![CDATA[kernel rootkit]]></category>
		<category><![CDATA[Lazarus Group]]></category>
		<category><![CDATA[privilege escalation]]></category>
		<category><![CDATA[social engineering]]></category>
		<category><![CDATA[Windows AFD.sys zero-day]]></category>
		<guid isPermaLink="false">https://compudent.com/?p=17749</guid>

					<description><![CDATA[<p>Microsoft's August 2026 Patch Tuesday fixed an actively exploited Windows zero-day (CVE-2026-68820) that the North Korean Lazarus group used to turn a fake job offer into total, stealthy control of a Windows machine. The attack chain - social engineering, then a kernel privilege-escalation flaw, then a rootkit that blinds security tools - is exactly the kind a dental practice should understand and defend against.</p>
<p>The post <a href="https://compudent.com/lazarus-job-offer-windows-zero-day-cve-2026-68820-dental/">A Fake Job Offer, a Windows Kernel Rootkit: The Lazarus Zero-Day (CVE-2026-68820) and What It Means for Your Dental Practice</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The most dangerous cyberattacks rarely announce themselves. They arrive looking like good news &#8211; a recruiter reaching out, a promising job offer, a candidate&#8217;s resume for the associate position you posted. That is exactly how one of the most capable hacking groups on the planet just turned a friendly message into total, invisible control of a Windows computer.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/lazarus-job-offer-windows-zero-day-cve-2026-68820-dental-1-scaled.jpg" alt="An inviting job-offer message in an open hand, with a dark thread running from it down into a computer and piercing a red-glowing inner kernel core" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The lure looks like an opportunity; the payload reaches all the way down to the kernel.</figcaption></figure>
<p>On August 11, 2026, Microsoft&#8217;s monthly Patch Tuesday fixed roughly 400 security flaws, and among them was one being <strong>actively exploited in the wild</strong>: <strong>CVE-2026-68820</strong>, a zero-day in Windows itself. Researchers at Check Point traced its real-world use to the North Korean state-linked <strong>Lazarus group</strong>, which chained it to a fake job offer to plant a stealthy kernel rootkit on a target&#8217;s machine. The specific victim was not a dental office &#8211; but the <em>pattern</em> is one every practice should understand, because it is built from ingredients any small business is exposed to.</p>
<h2>What the flaw actually is</h2>
<p>CVE-2026-68820 is a <strong>use-after-free</strong> vulnerability in the Windows Ancillary Function Driver for WinSock &#8211; <strong>AFD.sys</strong> &#8211; a low-level networking component that ships with every copy of Windows. In plain terms: by triggering a precise timing bug (a &#8220;race condition&#8221;), a program already running on the machine can escalate its own privileges all the way up to <strong>SYSTEM</strong>, the highest level of access on a Windows computer. Microsoft notes that <strong>no user interaction is required</strong> for this step, and the elevation happens locally, on the machine the attacker already has a foothold on.</p>
<p>That word &#8220;already&#8221; is the important one, and it is where a lot of people underestimate a flaw like this.</p>
<h2>Why &#8220;it needs local access first&#8221; is not reassuring</h2>
<p>A privilege-escalation bug is sometimes waved away because, on paper, the attacker has to be running code on the machine before they can use it. But getting that initial foothold is the <em>cheap</em> part of a modern attack &#8211; it is what social engineering is for. In the Lazarus campaign, Check Point&#8217;s researchers describe an intrusion that began with a <strong>job-offer lure</strong>: the target was courted with a fake opportunity and persuaded to run a file. That file ran with ordinary user permissions &#8211; limited, sandboxed, not yet dangerous.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/lazarus-job-offer-windows-zero-day-cve-2026-68820-dental-2.jpg" alt="A three-stage diagram: a social-engineering lure runs code as a normal user, a privilege-escalation flaw vaults it to SYSTEM control, and a rootkit blinds the security tools" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The chain in the abstract: trick a user, escalate to SYSTEM through the zero-day, then blind the defenses.</figcaption></figure>
<p>Then the zero-day did its job. CVE-2026-68820 vaulted that limited, ordinary-user foothold straight up to SYSTEM. This is the same two-stage logic behind so many serious breaches: a human is tricked into opening the door a crack, and a technical flaw kicks it the rest of the way open. We have seen the human half of this play out against healthcare directly, when <a href="https://compudent.com/voice-phishing-microsoft-sso-dental/">a convincing phone call talked its way past a healthcare organization&#8217;s Microsoft login</a> &#8211; no exotic exploit required, just a persuasive story. Pair a persuasive story with a zero-day and you get exactly this attack.</p>
<h2>The part that should worry you most: the rootkit</h2>
<p>Once Lazarus reached SYSTEM, they used it to deploy a new version of <strong>FudModule</strong>, their kernel-mode rootkit. A rootkit that runs in the kernel operates <em>beneath</em> the applications, beneath the operating system&#8217;s own protections, and beneath your antivirus. From there it can switch off or blind the very security tools meant to detect it, hide the attacker&#8217;s activity, and make the compromise extraordinarily hard to see or remove.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/lazarus-job-offer-windows-zero-day-cve-2026-68820-dental-3.jpg" alt="A layered cross-section of a computer showing an intruder that punched down from the application layer into the deep kernel foundation beneath everything else" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Kernel-level control sits beneath the applications, the antivirus, and the operating system&#8217;s own defenses &#8211; which is what makes it so dangerous.</figcaption></figure>
<p>This is why the humble-sounding phrase &#8220;local privilege escalation&#8221; deserves respect. SYSTEM-level, kernel-level control is not one more step in an attack &#8211; it is effectively the <em>end</em> of the defensive game on that machine. And on a dental practice&#8217;s computer, SYSTEM access means access to whatever that machine can reach: the practice-management database, imaging files, patient records, saved credentials, and potentially the path to your backups. It is the same escalation nightmare we walked through when <a href="https://compudent.com/certighost-adcs-windows-domain-takeover-dental/">one ordinary login proved enough to take over an entire Windows network</a> &#8211; total control, quietly obtained.</p>
<h2>&#8220;We&#8217;re a dental office, not a defense contractor&#8221;</h2>
<p>True &#8211; Lazarus&#8217;s headline targets are governments, banks, and cryptocurrency firms, not a three-chair practice in the GTA. But two things make this relevant anyway.</p>
<p>First, <strong>the vulnerability is in Windows</strong>, not in some rarefied enterprise system. Every unpatched Windows machine at your front desk and in your operatories carries CVE-2026-68820 until it is updated. State-sponsored groups pioneer these techniques; ordinary ransomware crews adopt them within weeks. The exploit does not care who owns the computer.</p>
<p>Second, <strong>the lure fits a dental practice perfectly</strong>. Practices hire. Owners and office managers routinely receive resumes, recruiter messages, and &#8220;candidate&#8221; attachments &#8211; and dental staff, like everyone, get job offers on email and LinkedIn. An unsolicited CV for a hygienist position, or a too-good recruiting pitch to an associate, is a completely natural thing to open. That is precisely the psychology this attack weaponizes.</p>
<h2>What to do now</h2>
<p>The response is practical, and most of it defends against the <em>whole class</em> of two-stage attack, not just this one CVE.</p>
<p><strong>Apply the August 2026 Patch Tuesday updates &#8211; promptly.</strong> Microsoft&#8217;s update fixes CVE-2026-68820. Because it is under active exploitation, this is not a &#8220;next maintenance window&#8221; item; it is an update-this-week item across every practice computer. If any of your machines are still on an unsupported version of Windows, they will never receive this fix at all &#8211; which is the standing danger we detailed in <a href="https://compudent.com/windows-10-eol-hipaa-risk/">why running an out-of-support operating system at the front desk is now a compliance problem</a>.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/lazarus-job-offer-windows-zero-day-cve-2026-68820-dental-4.jpg" alt="A workstation being patched, running as a standard user rather than administrator, with active endpoint protection and an application allow-list gate" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Patch promptly, run staff as standard users, keep endpoint protection alert, and allow only approved software to run.</figcaption></figure>
<p><strong>Do not let staff run as local administrators.</strong> Day-to-day accounts should be standard users. It will not stop this particular kernel flaw, but least privilege limits what stage one of an attack can do before any escalation, and it blocks a huge range of simpler malware outright.</p>
<p><strong>Run &#8211; and monitor &#8211; modern endpoint protection.</strong> A rootkit&#8217;s goal is to blind your defenses, so those defenses need to be current, tamper-resistant, and actually watched. Endpoint detection and response (EDR) that alerts a human, rather than antivirus nobody checks, is what catches the unusual behavior around an escalation attempt.</p>
<p><strong>Allow only approved software to run.</strong> Application allow-listing means an unexpected executable delivered by a &#8220;recruiter&#8221; simply cannot launch in the first place &#8211; it stops stage one before it starts.</p>
<p><strong>Treat job offers and candidate files as phishing.</strong> Train the team: unsolicited recruitment messages, resume attachments, and links to &#8220;job details&#8221; get the same scrutiny as any suspicious email. Verify senders independently. When in doubt, do not open it on a practice computer.</p>
<p><strong>Segment the network and keep offline backups.</strong> If one machine is compromised, segmentation and least privilege decide whether the damage stops there or spreads to your server and records. And offline, tested backups are what turn a worst-case compromise from a catastrophe into a recovery.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/lazarus-job-offer-windows-zero-day-cve-2026-68820-dental-5.jpg" alt="A dental office staff member pausing before opening an unsolicited recruitment message with an attached file, a caution indicator beside the attachment" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The first defense is human: treat unsolicited job offers, recruiter notes, and candidate attachments with the same suspicion as any phishing email.</figcaption></figure>
<h2>The takeaway</h2>
<p>CVE-2026-68820 is a single Windows flaw, now patched &#8211; but the attack around it is a template that will be reused endlessly: charm a human into running something small, exploit a flaw to escalate to total control, then hide beneath the defenses. The good news is that the countermeasures are the same durable fundamentals that defend against nearly everything else &#8211; patch quickly, limit privilege, watch your endpoints, and teach people that a great job offer can be bait.</p>
<p>Compudent Systems helps dental practices across the GTA and Ontario put exactly these fundamentals in place &#8211; keeping every practice computer patched against actively exploited flaws like this one, removing unnecessary administrator rights, deploying and monitoring real endpoint protection, and segmenting the network so a single tricked click cannot become a practice-wide breach. If you are not certain your workstations are current on this month&#8217;s Windows updates, or that a compromised front-desk PC could not reach your patient records, contact Compudent Systems for an endpoint and patch-management review. The attackers are counting on a friendly-looking message and a machine nobody remembered to update.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-august-2026-patch-tuesday-fixes-400-flaws-3-zero-days/" target="_blank" rel="noopener">Microsoft August 2026 Patch Tuesday fixes 400 flaws, 3 zero-days &#8211; BleepingComputer</a></li>
<li><a href="https://research.checkpoint.com/2026/shattering-the-dream-when-a-job-offer-becomes-a-zero-day-attack/" target="_blank" rel="noopener">Shattering the Dream: When a Job Offer Becomes a Zero-Day Attack &#8211; Check Point Research</a></li>
<li><a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog" target="_blank" rel="noopener">CISA Known Exploited Vulnerabilities Catalog</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/sonicwall-sma1000-vpn-ransomware-dental-practices/">Ransomware Gangs Are Now Through the Front Door: What the SonicWall SMA1000 VPN Attacks Mean for Dental Practices</a></li>
<li><a href="https://compudent.com/connected-dental-devices-attack-surface/">The Other Computers in Your Operatory: Why Connected Dental Devices Are the Attack Surface Nobody Audits</a></li>
<li><a href="https://compudent.com/certighost-adcs-windows-domain-takeover-dental/">One Ordinary Login Can Now Own Your Whole Network: What the &#8216;Certighost&#8217; Windows Domain Exploit Means for Dental Practices</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/lazarus-job-offer-windows-zero-day-cve-2026-68820-dental/">A Fake Job Offer, a Windows Kernel Rootkit: The Lazarus Zero-Day (CVE-2026-68820) and What It Means for Your Dental Practice</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ransomware Gangs Are Now Through the Front Door: What the SonicWall SMA1000 VPN Attacks Mean for Dental Practices</title>
		<link>https://compudent.com/sonicwall-sma1000-vpn-ransomware-dental-practices/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Tue, 11 Aug 2026 09:39:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CISA KEV]]></category>
		<category><![CDATA[CVE-2026-15409]]></category>
		<category><![CDATA[CVE-2026-15410]]></category>
		<category><![CDATA[dental IT security]]></category>
		<category><![CDATA[INC ransomware]]></category>
		<category><![CDATA[network edge security]]></category>
		<category><![CDATA[Ransomware]]></category>
		<category><![CDATA[remote access appliance]]></category>
		<category><![CDATA[SonicWall SMA1000]]></category>
		<category><![CDATA[SSL VPN security]]></category>
		<guid isPermaLink="false">https://compudent.com/?p=17727</guid>

					<description><![CDATA[<p>CISA has confirmed that ransomware crews are actively exploiting two SonicWall SMA1000 remote-access flaws - one of them a maximum-severity, no-password-required bug - to seize the appliance and walk straight into the network behind it. For any dental practice that reaches its systems through a VPN or firewall appliance, here is the plain-English risk and the short response.</p>
<p>The post <a href="https://compudent.com/sonicwall-sma1000-vpn-ransomware-dental-practices/">Ransomware Gangs Are Now Through the Front Door: What the SonicWall SMA1000 VPN Attacks Mean for Dental Practices</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Most dental practices picture a cyberattack starting with a mistake inside the building &#8211; a staff member clicking a bad link, opening the wrong attachment, reusing a password. Those are real. But a growing share of ransomware never touches an inbox at all. It walks in through the one device the practice deliberately exposed to the internet so that people could get <em>in</em>: the remote-access appliance.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/sonicwall-sma1000-vpn-ransomware-dental-practices-1-scaled.jpg" alt="A network gateway appliance at the edge of a dental-practice network, its lock glowing red and swinging open as an intruder slips through toward the servers behind it" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The attack does not pick the lock on a workstation &#8211; it takes over the appliance that is supposed to be the guarded door.</figcaption></figure>
<p>On August 11, 2026, the U.S. Cybersecurity and Infrastructure Security Agency (CISA) confirmed that ransomware gangs are now actively exploiting two vulnerabilities in <strong>SonicWall&#8217;s SMA1000 series</strong> &#8211; secure remote-access (SSL VPN) appliances that let staff reach an internal network from outside it &#8211; and added both flaws to its Known Exploited Vulnerabilities catalog. The appliances were first attacked as zero-days to plant custom malware; now criminal crews have industrialized it. Here is what happened, why an edge appliance is such a dangerous thing to lose, and what a dental practice should do about it &#8211; even one that has never heard of an SMA1000.</p>
<h2>What the attackers are exploiting</h2>
<p>Two flaws, and it is the combination that hurts. The first, <strong>CVE-2026-15409</strong>, carries the maximum severity score possible &#8211; <strong>CVSS 10.0</strong> &#8211; and it is <strong>pre-authentication</strong>, meaning an attacker needs <em>no</em> valid login to use it. It is a server-side request forgery (SSRF) flaw in the appliance&#8217;s public-facing interface that lets a remote attacker force the device to open a hidden tunnel to internal services it should never expose. The second, <strong>CVE-2026-15410</strong> (CVSS 7.2), is a command-injection weakness reachable through the appliance&#8217;s management console that lets the attacker run commands and escalate to <strong>root</strong> &#8211; total control of the box.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/sonicwall-sma1000-vpn-ransomware-dental-practices-2.jpg" alt="A four-stage diagram: an unauthenticated internet attacker bends the edge appliance into opening an internal tunnel, gains root control, then spreads into the network" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The chain in the abstract: no password needed, the appliance is forced to reach inside, the attacker gains root, and control spreads.</figcaption></figure>
<p>Chained together, they turn an internet-facing security appliance into an attacker-owned foothold with root privileges, positioned at the exact boundary between the open internet and the trusted network. That is the whole game. The device whose job is to be the guarded door becomes the open door. Researchers tracking the campaign name <strong>INC Ransomware</strong> as the dominant group weaponizing the flaws &#8211; the pattern that reliably follows: initial access through the appliance, then lateral movement, data theft, and encryption.</p>
<h2>Why losing the edge appliance is worse than losing a PC</h2>
<p>An internet-facing remote-access appliance is a uniquely valuable target for three reasons at once. It is <strong>reachable by the entire internet</strong>, so attackers can hammer it continuously from anywhere. It is <strong>trusted to reach inside</strong> &#8211; its whole purpose is to bridge outside users to internal systems, so whoever controls it inherits that bridge. And it is <strong>easy to forget</strong>: it sits in a closet, it &#8220;just works,&#8221; and its firmware quietly falls behind because updating it means scheduling downtime that nobody wants to schedule.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/sonicwall-sma1000-vpn-ransomware-dental-practices-3.jpg" alt="A single remote-access appliance at the hub of a dental network, linking a home laptop, a satellite clinic and a remote technician to the central practice server" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">One appliance often carries every trusted remote connection into the practice &#8211; which is exactly why it is a prize.</figcaption></figure>
<p>Compare that to a single infected workstation, which an attacker still has to escalate and pivot from. Owning the VPN appliance skips several steps &#8211; it is already at the perimeter, already privileged, already connected to what matters. It is the same lesson behind the recent advisories on practice routers, where we explained why <a href="https://compudent.com/mikrotik-routeros-advisory-dental-network-security/">an internet-facing network device can quietly become a backdoor into the whole office</a>, and behind the compromise of remote management tools, where <a href="https://compudent.com/n-able-n-central-rmm-breach-dental-msp-risk/">the very software trusted to manage a network became the way into it</a>. Edge and remote-access infrastructure is where modern intrusions begin.</p>
<h2>&#8220;But we don&#8217;t run an SMA1000&#8221;</h2>
<p>Fair &#8211; and worth being honest about. The SMA1000 is an enterprise-grade appliance that skews toward larger, multi-location dental groups, DSOs, and specialist practices with remote and satellite access, rather than a single-operatory office. If you are a small practice, you may well not have this specific box.</p>
<p>That does not let anyone off the hook, because the <em>category</em> is nearly universal. Almost every practice that supports remote work, multiple sites, or outside IT support runs <strong>some</strong> internet-facing remote-access gear: a VPN concentrator, a firewall with a VPN client, a remote-desktop gateway, or an appliance from SonicWall or another vendor. The specific CVE numbers change month to month; the exposure does not. This advisory is a prompt to look hard at your own edge, whatever brand is on it. If a maximum-severity, no-password-required flaw can turn one vendor&#8217;s appliance into a ransomware on-ramp, the question for every practice is simply: <em>what is my equivalent device, and is it patched?</em></p>
<h2>What to do now</h2>
<p>The response is disciplined, not dramatic &#8211; and most of it applies to any remote-access appliance, not just SonicWall&#8217;s.</p>
<p><strong>Patch immediately &#8211; or pull it offline.</strong> SonicWall has released fixed firmware for the affected SMA1000 appliances. If you run one, update it to the patched version <em>now</em>; these flaws are under active ransomware exploitation, which is as urgent as advisories get. If for some reason it cannot be patched right away, take it offline until it can be &#8211; an appliance you cannot patch today should not be facing the internet today.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/sonicwall-sma1000-vpn-ransomware-dental-practices-4.jpg" alt="A remote-access appliance being updated, protected with multi-factor authentication, its management port pulled off the public internet, and segmented from the rest of the network" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Patch it, require a second factor, keep the management interface off the public internet, and limit what the appliance can reach.</figcaption></figure>
<p><strong>Inventory your internet-facing devices.</strong> Most practices cannot immediately name every device exposed to the internet and the firmware each one runs. Build that list: firewalls, VPN and remote-access appliances, remote-desktop gateways, anything reachable from outside. Then confirm each is on current, supported firmware. Pay special attention to <strong>end-of-life</strong> gear &#8211; an unsupported appliance still facing the internet is a standing invitation, because it will never get the next fix.</p>
<p><strong>Require multi-factor authentication on all remote access.</strong> MFA will not stop a pre-auth appliance flaw by itself, but it blunts the credential-theft attacks that ride in alongside these campaigns and closes off the reused-password path that so many intrusions still use.</p>
<p><strong>Get the management interface off the public internet.</strong> The administrative console of a firewall or VPN appliance should never be reachable from the open internet &#8211; restrict it to the internal network or a controlled management path. A great many appliance compromises begin with a management interface that simply should not have been exposed.</p>
<p><strong>Segment and least-privilege what remote access can reach.</strong> If the worst happens, the difference between &#8220;one appliance was compromised&#8221; and &#8220;the whole practice was encrypted&#8221; is segmentation. Limit what a remote-access appliance and its users can touch, so a foothold at the edge cannot casually reach your practice-management server and patient records. This is the same containment logic that keeps a single stolen login from becoming a full domain takeover, a scenario we walked through when <a href="https://compudent.com/certighost-adcs-windows-domain-takeover-dental/">one ordinary login was enough to own an entire Windows network</a>.</p>
<p><strong>Watch for signs of compromise, and keep offline backups.</strong> Review appliance logs and network activity for anomalies, and make sure you have <strong>offline, tested backups</strong> of your systems and records. Ransomware is not an abstract IT inconvenience &#8211; as we have written, <a href="https://compudent.com/ransomware-patient-safety-38-percent-mortality-dental-practice/">it is now measured as a patient-safety issue</a>, and recoverability is what determines whether an incident is a bad week or an existential one.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/sonicwall-sma1000-vpn-ransomware-dental-practices-5.jpg" alt="A technician reviewing an inventory of edge appliances and firmware versions, with one internet-facing device flagged for urgent update and an offline backup drum nearby" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Know every appliance exposed to the internet, what firmware it runs, and whether it is current &#8211; then keep a backup you can fall back on.</figcaption></figure>
<h2>The takeaway</h2>
<p>The SonicWall SMA1000 attacks are a specific event, but the lesson is general and durable: the perimeter device you installed to keep people out is, when it falls behind on patches, the most direct way in. Ransomware crews know this, which is why internet-facing appliances &#8211; not phishing emails &#8211; are increasingly where their intrusions start. You do not need to run this particular appliance to inherit the risk; you only need to have something facing the internet that you have not looked at in a while.</p>
<p>Compudent Systems helps dental practices across the GTA and Ontario find and close exactly this gap &#8211; inventorying every internet-facing appliance and its firmware, confirming remote-access gear is patched against active threats like the SonicWall SMA1000 flaws, enforcing MFA, pulling management interfaces off the public internet, and segmenting the network so a compromised edge device has nowhere to go. If you cannot say today which of your devices faces the internet, or whether its firmware is current, contact Compudent Systems for a remote-access and network-edge security assessment. The door you forgot to check is the one attackers are counting on.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.bleepingcomputer.com/news/security/cisa-sonicwall-sma1000-flaws-now-exploited-by-ransomware-gangs/" target="_blank" rel="noopener">CISA: SonicWall SMA1000 flaws now exploited by ransomware gangs &#8211; BleepingComputer</a></li>
<li><a href="https://thehackernews.com/2026/08/inc-ransomware-emerges-as-dominant.html" target="_blank" rel="noopener">INC Ransomware Emerges as Dominant Actor Exploiting SonicWall SMA1000 Flaws &#8211; The Hacker News</a></li>
<li><a href="https://www.securityweek.com/recent-sonicwall-vulnerabilities-exploited-in-ransomware-attacks/" target="_blank" rel="noopener">Recent SonicWall Vulnerabilities Exploited in Ransomware Attacks &#8211; SecurityWeek</a></li>
<li><a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog" target="_blank" rel="noopener">CISA Known Exploited Vulnerabilities Catalog</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/lazarus-job-offer-windows-zero-day-cve-2026-68820-dental/">A Fake Job Offer, a Windows Kernel Rootkit: The Lazarus Zero-Day (CVE-2026-68820) and What It Means for Your Dental Practice</a></li>
<li><a href="https://compudent.com/n-able-n-central-rmm-breach-dental-msp-risk/">When the Tool That Manages Your Network Gets Hacked: The N-able N-central Breach and What It Means for Dental Practices</a></li>
<li><a href="https://compudent.com/sharepoint-cve-2026-55040-auth-bypass-dental-practices/">A Forged Login Walks Straight Into SharePoint: What the Actively Exploited CVE-2026-55040 Auth Bypass Means for Dental Practices</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/sonicwall-sma1000-vpn-ransomware-dental-practices/">Ransomware Gangs Are Now Through the Front Door: What the SonicWall SMA1000 VPN Attacks Mean for Dental Practices</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>A Booby-Trapped X-ray File: What the RadiAnt DICOM Advisory (CVE-2026-17264) Means for Dental Practices</title>
		<link>https://compudent.com/radiant-dicom-cve-2026-17264-dental-imaging/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Mon, 10 Aug 2026 09:34:36 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CISA advisory]]></category>
		<category><![CDATA[CVE-2026-17264]]></category>
		<category><![CDATA[dental imaging]]></category>
		<category><![CDATA[dental IT]]></category>
		<category><![CDATA[DICOM security]]></category>
		<category><![CDATA[ICSMA-26-218-01]]></category>
		<category><![CDATA[imaging workstation]]></category>
		<category><![CDATA[medical device cybersecurity]]></category>
		<category><![CDATA[patch management]]></category>
		<category><![CDATA[RadiAnt DICOM Viewer]]></category>
		<guid isPermaLink="false">https://compudent.com/?p=17708</guid>

					<description><![CDATA[<p>A newly disclosed flaw in the widely used RadiAnt DICOM Viewer means a single malformed X-ray file can crash the program - and, in the worst case, run an attacker's code on the machine that opened it. For dental practices that view outside imaging on a front-office PC, here is the plain-English risk and the short fix.</p>
<p>The post <a href="https://compudent.com/radiant-dicom-cve-2026-17264-dental-imaging/">A Booby-Trapped X-ray File: What the RadiAnt DICOM Advisory (CVE-2026-17264) Means for Dental Practices</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Dental imaging runs on a quiet act of trust. A patient hands over a CD from a specialist, a referral arrives as a DICOM download, an oral surgeon emails a scan &#8211; and someone at your practice double-clicks the file to look at it. We treat those imaging files as pictures. A newly disclosed vulnerability is a reminder that a DICOM file is not a picture; it is a program&#8217;s input, and a maliciously crafted one can do more than display an X-ray.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/radiant-dicom-cve-2026-17264-dental-imaging-1-scaled.jpg" alt="An ordinary dental X-ray image file with a small hidden red hook, hovering over an imaging workstation screen, symbolizing a booby-trapped DICOM file" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The threat does not arrive as an obvious attack &#8211; it arrives disguised as a routine imaging file.</figcaption></figure>
<p>On August 6, 2026, the U.S. Cybersecurity and Infrastructure Security Agency (CISA) published a medical advisory, <strong>ICSMA-26-218-01</strong>, for a flaw in the <strong>RadiAnt DICOM Viewer</strong> &#8211; one of the most widely used standalone viewers for opening CT, MRI, CBCT and radiograph studies, common in dental and medical offices alike. Tracked as <strong>CVE-2026-17264</strong>, the flaw lets a specially crafted DICOM file crash the viewer and, in the worst case, potentially run an attacker&#8217;s code on the machine that opened it. Here is what that actually means for a dental practice, and the short list of what to do.</p>
<h2>What the flaw is &#8211; in plain terms</h2>
<p>Every DICOM file carries the image itself as compressed pixel data. To show you the X-ray, the viewer has to decompress that data into memory. CVE-2026-17264 is what happens when an attacker deliberately malforms the <strong>JPEG-compressed pixel data</strong> inside a DICOM file so that, as RadiAnt decompresses it, the program writes past the edge of the memory it set aside &#8211; a classic <strong>out-of-bounds write</strong>. At minimum, that corruption crashes the viewer. Because the attacker has some control over what gets written and where, this class of bug is also the raw material for something worse: getting the program to execute code the attacker chose.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/radiant-dicom-cve-2026-17264-dental-imaging-2.jpg" alt="A four-stage diagram: an outside DICOM file is opened, its malformed pixel data overflows a memory boundary, and the viewer destabilizes" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The chain in the abstract: an outside file is opened, its malformed image data writes past where it should, and the program is knocked over.</figcaption></figure>
<p>To be precise about the severity, because it matters: CISA rates this <strong>Medium</strong> (CVSS 4.3 to 5.3, depending on the scoring version). The reliably demonstrated impact is a crash; remote code execution is a documented possibility of the underlying memory bug, not a proven, packaged exploit. Two other facts round out the honest picture &#8211; the attack requires <strong>user interaction</strong> (the malicious file has to be opened), and CISA says there is <strong>no known public exploitation</strong> to date. This is not a five-alarm, patch-tonight-or-else emergency. It is exactly the kind of quiet, routine-maintenance item that practices skip &#8211; which is why it is worth thirty minutes of attention now rather than none.</p>
<h2>Why the dental angle is real, not theoretical</h2>
<p>The reason this advisory deserves a dental practice&#8217;s attention is the delivery path. The flaw needs someone to open a hostile file &#8211; and opening imaging files from <strong>outside the practice</strong> is not an edge case, it is a daily task. Patient CDs and USB sticks from prior providers, DICOM studies from specialist referrals, images pulled from an imaging-exchange portal, scans sent as email attachments: all of it lands on a practice computer and gets opened in a viewer, often by front-desk or clinical staff who have every reason to trust it.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/radiant-dicom-cve-2026-17264-dental-imaging-3.jpg" alt="A dental front-office workstation with a patient CD, a USB stick and an envelope beside it, the screen showing a panoramic X-ray" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Outside imaging arrives constantly &#8211; on discs, drives and email &#8211; and it all gets opened on a practice PC.</figcaption></figure>
<p>That is the uncomfortable fit. &#8220;Requires the user to open a file&#8221; sounds like a safeguard until you remember that opening outside files <em>is the job</em>. A malicious DICOM does not need to breach your firewall or crack a password; it just needs to look like a legitimate scan and reach the person whose role is to review scans.</p>
<p>And even the mild outcome carries a clinical cost. An imaging viewer that crashes when you open a study is a workstation down in the middle of a patient appointment &#8211; lost time, a delayed read, a scramble to view the image somewhere else. If the bug were ever weaponized past a crash, the machine at risk is one that routinely holds patient images, which raises the stakes from nuisance to a potential PHIPA problem.</p>
<h2>What to do about it</h2>
<p>The response here is refreshingly ordinary &#8211; the same disciplines that handle any software flaw, applied to a category practices often forget to include: their imaging tools.</p>
<p><strong>Update RadiAnt now.</strong> Medixant has already released a fixed version &#8211; the current download explicitly notes the fix for CVE-2026-17264 &#8211; and versions <strong>2025.2 and earlier are the vulnerable ones</strong>. Update RadiAnt to the latest release on <em>every</em> machine that has it, not just the main imaging PC. If a workstation is on an old version because &#8220;it still works,&#8221; that is precisely the one to fix.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/radiant-dicom-cve-2026-17264-dental-imaging-4.jpg" alt="An imaging workstation receiving a software update while sitting inside a segmentation ring that separates it from the rest of the network" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Update the viewer, then wall the imaging workstation off so a bad file cannot become a network-wide problem.</figcaption></figure>
<p><strong>Find out where it even lives.</strong> Most practices cannot immediately say which computers have a DICOM viewer installed, or which versions. Standalone viewers get installed quietly &#8211; to open one referral disc two years ago &#8211; and then linger, unpatched and unmanaged. A quick inventory of which machines run RadiAnt (or any imaging viewer) and what version they are on turns an unknown into a managed list.</p>
<p><strong>Treat outside DICOM files like any other untrusted attachment.</strong> The same instinct staff apply to an unexpected email attachment applies here: be wary of imaging discs, drives and links that arrive unsolicited or from an unverified sender, and confirm the source before opening. This is not about refusing legitimate referrals; it is about not blindly opening a random file because it claims to be a scan.</p>
<p><strong>Wall off the imaging workstations.</strong> This is the step that turns a worst case into a contained one. If the machines that open outside imaging are <strong>segmented</strong> from the rest of the network and run under <strong>least privilege</strong>, then even a viewer that gets compromised cannot casually reach your practice-management server, your other workstations, or the bulk of your patient records. Segmentation is the difference between &#8220;one PC had a bad day&#8221; and &#8220;the whole office is encrypted.&#8221;</p>
<p><strong>Keep imaging software on a patch cadence &#8211; and keep backups.</strong> Clinical imaging tools deserve the same routine updating as Windows and your practice-management system, not a set-it-and-forget-it exception. And as always, confirm you have <strong>offline, tested backups</strong> of your imaging and records, so any bad outcome is recoverable.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/radiant-dicom-cve-2026-17264-dental-imaging-5.jpg" alt="A technician reviewing a workstation and imaging-software inventory checklist, with an offline backup drum standing safely disconnected nearby" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Know which machines run a DICOM viewer, which version, and whether it is current &#8211; then keep a backup you can fall back on.</figcaption></figure>
<h2>The takeaway</h2>
<p>CVE-2026-17264 is not a crisis, and treating it like one would be its own mistake. What it is, is a clean example of a blind spot: practices patch their operating systems and their practice-management software diligently, then run a separate imaging viewer for years without a thought &#8211; the one program whose entire purpose is to open files from strangers. The fix is already available. The only real risk is the one that comes from not knowing the viewer is there.</p>
<p>Compudent Systems helps dental practices across the GTA and Ontario close exactly this kind of gap &#8211; inventorying which machines run imaging software and which versions, confirming RadiAnt and your other viewers are updated against CVE-2026-17264, and segmenting and hardening the workstations that open outside imaging so a booby-trapped file has nowhere to go. If you cannot say today which of your computers has a DICOM viewer installed, or whether it is current, contact Compudent Systems for an imaging-workstation and patch assessment. It is a small, quiet thing to get right &#8211; which is exactly why it gets missed.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.cisa.gov/news-events/ics-medical-advisories/icsma-26-218-01" target="_blank" rel="noopener">Medixant RadiAnt DICOM (ICSMA-26-218-01) &#8211; CISA Medical Advisory</a></li>
<li><a href="https://www.cve.org/CVERecord?id=CVE-2026-17264" target="_blank" rel="noopener">CVE-2026-17264 &#8211; CVE Record</a></li>
<li><a href="https://www.radiantviewer.com/products/versions/" target="_blank" rel="noopener">RadiAnt DICOM Viewer &#8211; Version History / Download (Medixant)</a></li>
</ul>
<p><!-- winner-link:START --></p>
<p class="winner-related"><strong>Related:</strong> <a href="https://compudent.com/medtronic-data-breach-by-shinyhunters-critical-warning-for-medical-device-security-in-dental-practices/">Medtronic Data Breach by ShinyHunters: Critical Warning for Medical Device Security in Dental Practices</a></p>
<p><!-- winner-link:END --></p>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/medical-device-provenance-supply-chain-dental-practice/">Where Was Your Imaging Sensor Made, and What Is It Talking To? Device Provenance Is Now a Dental Practice Security Question</a></li>
<li><a href="https://compudent.com/roentgen-to-practice-server-xray-imaging-it-discipline/">From Roentgen&#8217;s Lab to Your Practice Server: How Dental X-ray Imaging Became an IT Discipline</a></li>
<li><a href="https://compudent.com/lazarus-job-offer-windows-zero-day-cve-2026-68820-dental/">A Fake Job Offer, a Windows Kernel Rootkit: The Lazarus Zero-Day (CVE-2026-68820) and What It Means for Your Dental Practice</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/radiant-dicom-cve-2026-17264-dental-imaging/">A Booby-Trapped X-ray File: What the RadiAnt DICOM Advisory (CVE-2026-17264) Means for Dental Practices</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>One Ordinary Login Can Now Own Your Whole Network: What the &#8216;Certighost&#8217; Windows Domain Exploit Means for Dental Practices</title>
		<link>https://compudent.com/certighost-adcs-windows-domain-takeover-dental/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Sun, 09 Aug 2026 14:12:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Active Directory Certificate Services]]></category>
		<category><![CDATA[AD CS]]></category>
		<category><![CDATA[Certighost]]></category>
		<category><![CDATA[CVE-2026-54121]]></category>
		<category><![CDATA[dental IT]]></category>
		<category><![CDATA[domain controller]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[patch management]]></category>
		<category><![CDATA[privilege escalation]]></category>
		<category><![CDATA[Windows domain]]></category>
		<guid isPermaLink="false">https://compudent.com/certighost-adcs-windows-domain-takeover-dental/</guid>

					<description><![CDATA[<p>A new exploit called Certighost lets a single low-privileged Windows account take over an entire domain - no admin password required. If your dental practice runs a Windows server, a public proof-of-concept just raised the stakes. Here is what changed and the short list of what to do about it.</p>
<p>The post <a href="https://compudent.com/certighost-adcs-windows-domain-takeover-dental/">One Ordinary Login Can Now Own Your Whole Network: What the &#8216;Certighost&#8217; Windows Domain Exploit Means for Dental Practices</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Every dental practice that runs a Windows server quietly depends on one assumption: that an ordinary staff login can only do ordinary things. A front-desk account can open the schedule and read a chart, but it cannot rewrite the network, seize the server, or hand an attacker the keys to everything. A newly public exploit named <strong>Certighost</strong> breaks that assumption. It lets a single low-privileged, authenticated user take over an entire Windows domain &#8211; no administrator password, no missing lock, just a feature of Windows most practices did not know they had switched on.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/certighost-adcs-windows-domain-takeover-dental-1-scaled.jpg" alt="A single low-privilege user account rising into a master key that unlocks an entire network, symbolizing full domain takeover" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Certighost collapses the distance between an ordinary login and total control of the network.</figcaption></figure>
<p>Microsoft has already patched the underlying flaw, tracked as <strong>CVE-2026-54121</strong>, as part of its July 2026 Patch Tuesday &#8211; a record batch of 622 fixes. But in late July, security researchers released a working proof-of-concept exploit, which moves this from a theoretical advisory to a tool anyone can run. For any practice that has not yet applied that update, the window between &#8220;patch available&#8221; and &#8220;exploit public&#8221; has now closed. Here is what changed, and the short list of what to do about it.</p>
<h2>What Certighost actually does</h2>
<p>The flaw lives in <strong>Active Directory Certificate Services (AD CS)</strong> &#8211; the part of Windows Server that issues the digital certificates a network uses to prove identity. In a normal setup, AD CS is meant to hand out modest certificates to ordinary users and machines. Certighost lets an attacker abuse that process so that an everyday domain account requests a certificate that lets it authenticate as something it is emphatically not: a <strong>Domain Controller</strong>, the machine that governs the entire network.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/certighost-adcs-windows-domain-takeover-dental-2.jpg" alt="A four-stage attack-chain diagram: ordinary user, certificate issued, user impersonates the domain controller, directory secrets copied out" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The chain in the abstract: an ordinary account gets a certificate, poses as a domain controller, and copies the keys to everything.</figcaption></figure>
<p>Once an attacker can pose as a domain controller, the game is effectively over. Domain-controller accounts carry directory-replication rights, which the attacker uses to copy the domain&#8217;s most sensitive secret &#8211; the master credential every Windows account is derived from. With that in hand, they can mint access to any account they like, including full administrator, and move through the network at will. The researchers who found it, Aniq Fakhrul and Muhammad Ali, demonstrated the whole chain starting from a plain, unprivileged user. That is what makes it dangerous: the starting point is not a stolen admin password. It is any login at all.</p>
<h2>Why &#8220;any authenticated user&#8221; is a low bar</h2>
<p>It is tempting to read &#8220;the attacker needs an authenticated account&#8221; as reassuring. It is not. In a dental practice, an authenticated account is simply any staff member&#8217;s Windows login &#8211; and there are several ways an attacker gets one. A single phishing email that captures a hygienist&#8217;s or receptionist&#8217;s password is enough. So is a weak or reused password sprayed against your remote-access portal, or a former employee&#8217;s account that was never disabled. None of these give an attacker anything special on their own; that is exactly why they are common and often overlooked. Certighost turns one of those ordinary footholds &#8211; the kind that used to mean limited damage &#8211; into a straight path to owning the entire network.</p>
<h2>What full domain takeover means in a clinical setting</h2>
<p>Abstract exploits deserve concrete stakes. When an attacker controls your domain controller, they control every computer joined to it: the front-desk workstations, the operatory PCs, the imaging server, and the file shares where radiographs and patient records live. In practice, that is the launch position for the worst days a practice can have.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/certighost-adcs-windows-domain-takeover-dental-3.jpg" alt="A small dental practice server closet with a single Windows server and network switch" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Most practices run exactly one small domain &#8211; which is exactly what an attacker needs to own all of it.</figcaption></figure>
<p>From there, an attacker can deploy ransomware to every machine simultaneously rather than one at a time, encrypting your entire practice in minutes. They can exfiltrate protected health information wholesale, creating a reportable PHIPA breach with all the notification duties that follow. And they routinely go looking for your backups first &#8211; because backups reachable from the network can be deleted or encrypted along with everything else, turning a recoverable incident into an existential one. A domain compromise is not one problem; it is the master key to all of them.</p>
<h2>What to do now</h2>
<p>The good news is that the response is well-defined and does not require an enterprise budget &#8211; it requires acting deliberately on a handful of items.</p>
<p><strong>Apply the updates.</strong> The single most important step is installing Microsoft&#8217;s July 2026 (and all subsequent) security updates on every Windows Server, especially any acting as a domain controller. If you are not certain your server is current, that uncertainty is itself the finding &#8211; resolve it this week.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/certighost-adcs-windows-domain-takeover-dental-4.jpg" alt="A server receiving a security update while certificate templates are locked and user privileges are narrowed" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The fix is layered: patch the flaw, lock down the certificate service, and shrink who can log in at all.</figcaption></figure>
<p><strong>Find out whether AD CS is even running, and whether you need it.</strong> Many small practices have Active Directory Certificate Services enabled without ever having deliberately turned it on or using it for anything. A service you do not use is attack surface you do not need. Have your IT provider confirm whether AD CS is present, whether it is required, and if so, whether its certificate templates and enrollment settings are configured safely &#8211; the specific misconfigurations this class of attack relies on are exactly what a review is meant to catch and lock down.</p>
<p><strong>Shrink who can log in at all.</strong> Because the attack begins with an ordinary authenticated account, everything that reduces the odds of an attacker holding one helps: enforce multi-factor authentication on remote access and email, retire dormant and former-staff accounts, insist on strong unique passwords, and follow least privilege so no account carries more rights than the job needs.</p>
<p><strong>Watch, and keep a way back.</strong> Ask whether your systems can flag the abnormal certificate requests and directory-replication activity this attack produces, so an attempt is noticed rather than silent. And confirm you have <strong>offline, tested backups</strong> &#8211; copies an attacker who owns the domain cannot reach and destroy. If containment ever fails, that disconnected, verified backup is the difference between a bad week and a closed practice.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/certighost-adcs-windows-domain-takeover-dental-5.jpg" alt="A technician working through a security checklist with an offline backup drum standing safely disconnected nearby" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Patching first, tested offline backups second &#8211; so containment holds even if something is missed.</figcaption></figure>
<h2>The takeaway</h2>
<p>Certighost is a clean illustration of a modern truth: the gap between a low-value foothold and total compromise keeps shrinking, and the features that close it are often ones you did not know were running. The flaw is patched &#8211; which means the practices that get hurt will overwhelmingly be the ones that simply never applied the update or never checked their configuration. Neither is a technology problem. Both are a follow-through problem.</p>
<p>Compudent Systems helps dental practices across the GTA and Ontario close exactly these gaps &#8211; confirming your servers are patched against Certighost and the rest of July&#8217;s fixes, determining whether Active Directory Certificate Services is running and hardening or removing it, tightening account privileges and MFA so a single stolen login goes nowhere, and verifying you have offline backups that survive a worst case. If you cannot say today whether your practice server has this month&#8217;s updates, or whether AD CS is quietly enabled on it, contact Compudent Systems for a domain and patch assessment. It is a far better thing to learn on your own schedule than on an attacker&#8217;s.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.bleepingcomputer.com/news/security/new-certighost-poc-exploit-lets-attackers-hijack-windows-domains/" target="_blank" rel="noopener">New Certighost PoC exploit lets attackers hijack Windows domains (BleepingComputer)</a></li>
<li><a href="https://thehackernews.com/2026/07/certighost-exploit-lets-low-privileged.html" target="_blank" rel="noopener">Certighost Exploit Lets Low-Privileged Active Directory Users Impersonate a Domain Controller (The Hacker News)</a></li>
<li><a href="https://www.darkreading.com/vulnerabilities-threats/certighost-flaw-microsoft-active-directory-certificates" target="_blank" rel="noopener">&#8216;Certighost&#8217; Flaw Haunts Microsoft Active Directory Certificates (Dark Reading)</a></li>
</ul>
<p><!-- winner-link:START --></p>
<p class="winner-related"><strong>Related:</strong> <a href="https://compudent.com/medtronic-data-breach-by-shinyhunters-critical-warning-for-medical-device-security-in-dental-practices/">Medtronic Data Breach by ShinyHunters: Critical Warning for Medical Device Security in Dental Practices</a></p>
<p><!-- winner-link:END --></p>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/sharepoint-cve-2026-55040-auth-bypass-dental-practices/">A Forged Login Walks Straight Into SharePoint: What the Actively Exploited CVE-2026-55040 Auth Bypass Means for Dental Practices</a></li>
<li><a href="https://compudent.com/sccm-cve-2026-47301-rce-exploit-dental-practice-fleet/">Public Exploit Code Is Now Out for a Critical SCCM Flaw: What CVE-2026-47301 Means If Anyone Manages Your Practice&#8217;s Windows Fleet</a></li>
<li><a href="https://compudent.com/lazarus-job-offer-windows-zero-day-cve-2026-68820-dental/">A Fake Job Offer, a Windows Kernel Rootkit: The Lazarus Zero-Day (CVE-2026-68820) and What It Means for Your Dental Practice</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/certighost-adcs-windows-domain-takeover-dental/">One Ordinary Login Can Now Own Your Whole Network: What the &#8216;Certighost&#8217; Windows Domain Exploit Means for Dental Practices</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ransomware Is Now a Patient-Safety Issue: What a 38% Hospital Mortality Study Means for Your Dental Practice</title>
		<link>https://compudent.com/ransomware-patient-safety-38-percent-mortality-dental-practice/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Thu, 06 Aug 2026 14:12:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Black Hat]]></category>
		<category><![CDATA[clinical downtime]]></category>
		<category><![CDATA[dental IT]]></category>
		<category><![CDATA[healthcare cybersecurity]]></category>
		<category><![CDATA[HIMSS]]></category>
		<category><![CDATA[HIPAA Security Rule]]></category>
		<category><![CDATA[MFA]]></category>
		<category><![CDATA[network segmentation]]></category>
		<category><![CDATA[patient safety]]></category>
		<category><![CDATA[Ransomware]]></category>
		<guid isPermaLink="false">https://compudent.com/?p=17640</guid>

					<description><![CDATA[<p>For the first time, researchers have measured ransomware's cost in lives, not just dollars. A February 2026 study puts the in-hospital mortality increase at 34 to 38 percent. Here is what that means for a dental practice - and why the rules are about to change.</p>
<p>The post <a href="https://compudent.com/ransomware-patient-safety-38-percent-mortality-dental-practice/">Ransomware Is Now a Patient-Safety Issue: What a 38% Hospital Mortality Study Means for Your Dental Practice</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>For years, the case for healthcare cybersecurity was made in dollars and disruption: fines, breach-notification costs, downtime, reputational harm. That framing is now out of date. In February 2026, peer-reviewed research reframed the entire problem by measuring something no spreadsheet had captured before &#8211; ransomware&#8217;s cost in human lives. When an attack takes a hospital offline, the patients already inside the building die at measurably higher rates. It is a sobering finding, and while a dental practice is not an emergency department, the mechanism behind it should change how every healthcare provider &#8211; including a small office &#8211; thinks about being knocked offline.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/ransomware-patient-safety-38-percent-mortality-dental-practice-1-scaled.jpg" alt="A dimmed hospital emergency department during a ransomware outage, clinicians working without access to data" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">When systems go dark, every clinical decision is made blind &#8211; and researchers can now measure the cost in lives.</figcaption></figure>
<h2>The finding: ransomware raises in-hospital mortality</h2>
<p>The study, published in the <em>American Economic Journal: Economic Policy</em>, did not rely on a model or a survey. It linked Medicare claims data to confirmed ransomware incidents and found that in-hospital mortality for patients already admitted when an attack begins rises by roughly <strong>34 to 38 percent</strong>. Separately, the Halcyon Ransomware Research Center, drawing on University of Minnesota data, estimated 42 to 67 preventable deaths over a five-year period, with mortality among hospitalized Medicare patients climbing from about three in 100 to four in 100 under attack conditions.</p>
<p>The reason is grimly practical. When systems go dark, clinicians work blind. Medication histories vanish, imaging systems go offline, allergy records become inaccessible, emergency departments divert incoming ambulances elsewhere, pharmacies revert to paper, and procedures are postponed. Every one of those is a clinical decision made without the data that would normally inform it. The harm is not caused by the encryption itself &#8211; it is caused by the sudden absence of the information that modern care depends on.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/ransomware-patient-safety-38-percent-mortality-dental-practice-2.jpg" alt="An abstract chart showing in-hospital mortality rising sharply under ransomware attack conditions" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">In-hospital mortality for already-admitted patients rose an estimated 34 to 38 percent during attacks &#8211; drawn from Medicare claims, not a model.</figcaption></figure>
<h2>Why this matters for a dental practice</h2>
<p>A dental office will never appear in a hospital mortality statistic, and it would be alarmist to suggest otherwise. But the finding is a warning about a mechanism, not just a body count &#8211; and that mechanism is present in every practice that has gone digital. Your practice runs on a chain of dependence: the practice-management database that holds every schedule and chart, digital radiography and imaging that inform diagnosis, and the medication and allergy histories you check before administering anesthetic or prescribing. Sever that chain in the middle of a clinical day and you are not merely inconvenienced &#8211; you are practicing without the information you rely on to practice safely.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/ransomware-patient-safety-38-percent-mortality-dental-practice-3.jpg" alt="A dental practice front office offline during an attack, patient charts and imaging shown as inaccessible" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">A dental office will never see a mortality statistic &#8211; but it runs on the same chain of clinical dependence that makes downtime a care problem.</figcaption></figure>
<p>Consider the ordinary morning that turns bad: a hygienist cannot pull a patient&#8217;s radiographs to compare against today&#8217;s exam, the front desk cannot confirm a medical-history flag before an extraction, and a sedation appointment has to be postponed because the chart documenting the patient&#8217;s conditions is encrypted and unreadable. None of that makes the evening news, but each is a patient-safety event in miniature. The hospital research simply makes visible, at scale, what a small practice experiences one anxious appointment at a time. Cybersecurity, in other words, is now inseparable from continuity of care.</p>
<h2>Why the industry is treating this as an emergency</h2>
<p>The mortality research did not land in a vacuum. It arrived after a run of attacks large enough to reshape the entire sector&#8217;s thinking. The February 2024 Change Healthcare ransomware attack &#8211; carried out by the ALPHV/BlackCat group, which exfiltrated more than six terabytes of billing and protected health information &#8211; ultimately affected approximately <strong>192.7 million individuals</strong>, close to two-thirds of the US population, with total costs estimated between $2.5 and $3 billion. Ascension Health, hit separately in May 2024, exposed data for 5.6 million patients and reported a $1.1 billion net loss for the year, citing the attack as a material factor. In the UK, the Synnovis pathology attack in June 2024 exposed the data of nearly a million NHS patients and forced hospitals to cancel operations and appointments for weeks.</p>
<p>That pattern is why, for the first time in its 29-year history, Black Hat USA 2026 hosted a dedicated Healthcare Cybersecurity Summit &#8211; built in formal partnership with HIMSS, the Healthcare Information and Management Systems Society, in the first-ever collaboration between the two organizations. The full-day program, held August 4, 2026 in Las Vegas, brought hospital CISOs, healthcare IT professionals, and clinical leaders together around a single theme: resilience and clinical-disruption response. When the offensive-security community and the healthcare-IT establishment convene their first joint summit, the signal is clear &#8211; this is being treated as one of the most urgent problems in the sector.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/ransomware-patient-safety-38-percent-mortality-dental-practice-4.jpg" alt="A large hospital and a small clinic connected to the same shared vendors, with a compromised node spreading risk" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Small practices and hospital systems increasingly share the same vendors and cloud services &#8211; and the same exposure.</figcaption></figure>
<h2>Small providers are not too small to be a target</h2>
<p>A common and dangerous assumption in small practices is that attackers only chase the big fish. The opposite is increasingly true. Modern ransomware campaigns are largely automated and opportunistic; they scan for exposed remote-access ports, unpatched systems, and reused credentials, and they do not check the size of your business before striking. Worse, small healthcare providers are frequently connected to the same shared vendors, billing platforms, imaging clouds, and managed-service tools as much larger organizations &#8211; which means a practice can be swept up in an attack aimed elsewhere, or targeted precisely because it is seen as a softer path into a larger network. Being small is not camouflage. It is often the reason you are chosen.</p>
<h2>The rules are about to change: the HIPAA Security Rule update</h2>
<p>Regulators have reached the same conclusion the researchers did, and the compliance landscape is shifting to match. In January 2025, the US Department of Health and Human Services published a Notice of Proposed Rulemaking &#8211; the first proposed update to the HIPAA Security Rule in more than a decade. It would convert several long-recommended safeguards from voluntary &#8220;addressable&#8221; guidance into enforceable requirements, including <strong>multi-factor authentication</strong>, <strong>encryption of patient data at rest and in transit</strong>, <strong>annual penetration testing</strong>, and <strong>network segmentation</strong>. As of August 2026 the final rule has not been issued, with the Office of Management and Budget now targeting July 2027 for finalization.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/ransomware-patient-safety-38-percent-mortality-dental-practice-5.jpg" alt="Four coming HIPAA safeguards: multi-factor authentication, encryption, penetration testing, and network segmentation" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The proposed HIPAA Security Rule would make MFA, encryption, annual penetration testing, and network segmentation mandatory, not optional.</figcaption></figure>
<p>For Canadian practices, HIPAA is not the governing law &#8211; PHIPA is &#8211; but the direction of travel is identical, and the technical controls are simply modern security hygiene regardless of jurisdiction. The practices that treat this proposed rule as a preview rather than a distant American formality will be the ones that are ready, not scrambling, when their own regulators, insurers, and cyber-insurance underwriters ask the same questions. Cyber-insurance renewals, in particular, already demand MFA and tested backups as a condition of coverage.</p>
<h2>What a dental practice should do now</h2>
<p>The good news is that the safeguards that protect patients are the same ones that protect the business, and none of them require a hospital budget. Turn on <strong>multi-factor authentication</strong> everywhere it is available &#8211; email, remote access, practice-management logins, and cloud imaging &#8211; because it is the single most effective barrier against the stolen-credential attacks that start most incidents. <strong>Segment the network</strong> so that imaging devices, the front-desk workstations, guest Wi-Fi, and the server are not all sitting on one flat network where malware can move freely from a compromised laptop to your database. Keep <strong>backups offline or immutable and test that they actually restore</strong>, so an attack becomes a bad afternoon rather than a closed practice. <strong>Patch promptly</strong>, especially anything exposed to the internet. And build a simple <strong>downtime plan</strong> &#8211; a printed emergency protocol for how the office keeps patients safe if the systems are unavailable, so that being offline is a rehearsed contingency, not a crisis.</p>
<p>The reframing at the heart of this year&#8217;s research is the part worth keeping: in healthcare, cybersecurity is no longer just about protecting data. It is about protecting the continuity of care that patients depend on. A dental practice sits squarely inside that reality.</p>
<p>Compudent Systems helps dental practices across the GTA and Ontario get ahead of exactly these requirements &#8211; deploying multi-factor authentication, segmenting practice networks so imaging and workstations are properly isolated, hardening remote access, and building tested backup and downtime plans that keep a practice running through an incident. If you are not confident your office could keep patients safe and its records intact through an attack, contact Compudent Systems for a security and resilience assessment measured against the standards healthcare is now adopting. It is far better to prepare for this on your own schedule than on an attacker&#8217;s.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.techtimes.com/articles/322632/20260801/hospital-ransomware-raises-patient-mortality-38-black-hat-himss-launch-healthcare-summit.htm" target="_blank" rel="noopener">Hospital Ransomware Raises Patient Mortality 38%: Black Hat and HIMSS Launch Healthcare Summit</a></li>
<li><a href="https://www.aeaweb.org/articles?id=10.1257/pol.20240594" target="_blank" rel="noopener">American Economic Journal: Economic Policy &#8211; ransomware and in-hospital mortality (Feb 2026)</a></li>
<li><a href="https://www.businesswire.com/news/home/20260623174442/en/Black-Hat-and-HIMSS-Partner-to-Launch-Inaugural-Healthcare-Cybersecurity-Summit-at-Black-Hat-USA-2026" target="_blank" rel="noopener">Black Hat and HIMSS Partner to Launch Inaugural Healthcare Cybersecurity Summit at Black Hat USA 2026</a></li>
</ul>
<p><!-- winner-link:START --></p>
<p class="winner-related"><strong>Related:</strong> <a href="https://compudent.com/medtronic-data-breach-by-shinyhunters-critical-warning-for-medical-device-security-in-dental-practices/">Medtronic Data Breach by ShinyHunters: Critical Warning for Medical Device Security in Dental Practices</a></p>
<p><!-- winner-link:END --></p>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/dental-practice-cybersecurity-alert-major-breaches-and-58-surge-in-healthcare-ransomware/">Dental Practice Cybersecurity Alert: Major Breaches and 58% Surge in Healthcare Ransomware</a></li>
<li><a href="https://compudent.com/dental-practices-under-siege-the-rising-threat-of-ransomware-targeting-healthcare-data/">Dental Practices Under Siege: The Rising Threat of Ransomware Targeting Healthcare Data</a></li>
<li><a href="https://compudent.com/ransomware-attacks-on-healthcare-surged-58-in-2025-what-dental-practices-need-to-know-in-2026/">Ransomware Attacks on Healthcare Surged 58% in 2025: What Dental Practices Need to Know in 2026</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/ransomware-patient-safety-38-percent-mortality-dental-practice/">Ransomware Is Now a Patient-Safety Issue: What a 38% Hospital Mortality Study Means for Your Dental Practice</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Your Backups Are Only as Good as Your Last Test Restore: A Dental Practice Reality Check</title>
		<link>https://compudent.com/backups-only-as-good-as-last-test-restore/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Wed, 05 Aug 2026 14:12:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[3-2-1 rule]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[dental IT]]></category>
		<category><![CDATA[disaster recovery]]></category>
		<category><![CDATA[immutable backup]]></category>
		<category><![CDATA[practice management]]></category>
		<category><![CDATA[Ransomware]]></category>
		<category><![CDATA[RPO RTO]]></category>
		<category><![CDATA[test restore]]></category>
		<guid isPermaLink="false">https://compudent.com/backups-only-as-good-as-last-test-restore/</guid>

					<description><![CDATA[<p>Nearly every dental practice runs backups. Far fewer have ever proven those backups can actually be restored. The gap between those two facts is where ransomware and hardware failure do their worst damage. Here is how to close it before you need to.</p>
<p>The post <a href="https://compudent.com/backups-only-as-good-as-last-test-restore/">Your Backups Are Only as Good as Your Last Test Restore: A Dental Practice Reality Check</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Almost every dental practice we assess runs backups. Far fewer can tell us the last time anyone actually restored one. That gap is not a paperwork detail &#8211; it is the single most common reason a recoverable incident turns into a catastrophic one. A backup that has never been restored is not protection. It is an assumption. And in a practice that depends on its practice-management database, its digital imaging, and its patient records to open the doors each morning, an untested assumption is exactly the thing that fails on the worst possible day.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/backups-only-as-good-as-last-test-restore-1-scaled.jpg" alt="A dental practice server with a green backup status light and a ghosted question mark, suggesting an untested backup" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">A green light means the job ran. It does not mean your data will come back.</figcaption></figure>
<h2>The green light lies</h2>
<p>Backup software is built to reassure you. The job runs overnight, an email says &#8220;completed successfully,&#8221; a status light stays green, and everyone moves on. None of that tells you whether the data can come back. It tells you the copy operation finished &#8211; nothing more.</p>
<p>Untested backups fail silently in three ways, and each one hides comfortably behind that green light. The first is <strong>incomplete scope</strong>. A backup set that was configured years ago may faithfully copy one folder while quietly missing the imaging database, the scanned-document store, or a drive that was added later. It succeeds every night &#8211; at protecting the wrong things. The second is <strong>corruption</strong>. Files can rot, a database can be captured mid-write in an inconsistent state, and media degrades. The backup exists; it simply will not open. Nobody notices until the day it has to. The third, and the one doing the most damage right now, is that the backup was <strong>online when the ransomware arrived</strong>.</p>
<h2>Why ransomware makes this urgent</h2>
<p>Modern ransomware does not politely encrypt one computer and stop. It spreads across the network hunting for exactly the things you would use to recover &#8211; and connected backup drives and network shares are at the top of that list. If your backup is a USB drive that stays plugged into the server, or a network folder the server can write to at any time, then the attacker can write to it too. Your live data and your safety net get encrypted in the same stroke.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/backups-only-as-good-as-last-test-restore-2.jpg" alt="Ransomware encrypting both a live server and its connected backup while an offline drive stays safe" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Backups left online get encrypted alongside everything else. Only a disconnected copy survives.</figcaption></figure>
<p>This is why &#8220;we have backups&#8221; and &#8220;we can recover from ransomware&#8221; are not the same sentence. Practices that thought they were covered have watched their nightly backup encrypt right alongside production, because the two were never truly separated. The lesson is blunt: a backup you can reach from an infected machine is a backup an attacker can destroy.</p>
<h2>The 3-2-1 rule, and the copy that saves you</h2>
<p>The durable answer is a discipline, not a product. The classic framing is the <strong>3-2-1 rule</strong>: keep <strong>three</strong> copies of your data, on <strong>two</strong> different types of media, with <strong>one</strong> copy offsite. Three copies means a single failure never leaves you at zero. Two media types means one flaw &#8211; a bad drive model, a single storage technology &#8211; cannot take them all at once. One offsite copy means a fire, flood, or theft at the office does not erase your patient records along with the building.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/backups-only-as-good-as-last-test-restore-3.jpg" alt="Diagram of the 3-2-1 backup rule with three copies, two media types, one offsite and immutable copy" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Three copies, two kinds of media, one offsite &#8211; and at least one copy nothing can reach out and encrypt.</figcaption></figure>
<p>For the ransomware era, add one word to that offsite copy: <strong>immutable</strong>, or <strong>air-gapped</strong>. An immutable backup cannot be altered or deleted for a set retention window, even by an administrator account &#8211; so encryption malware and stolen credentials both hit a wall. An air-gapped copy is simply one that is physically or logically disconnected when it is not actively being written, so there is nothing for an attacker on the network to reach. Reputable cloud backup with immutability, or a rotation of offline drives kept disconnected, both get you there. The principle is the same: at least one copy of your practice&#8217;s data must live somewhere that a compromised server cannot touch.</p>
<h2>RPO and RTO, in plain terms</h2>
<p>Two numbers decide what &#8220;good enough&#8221; means for your practice, and you do not need a data-center vocabulary to set them. <strong>RPO &#8211; Recovery Point Objective &#8211; is how much data you can afford to lose</strong>, measured in time. If you back up once a night and the server dies at 4 p.m., every appointment, chart note, X-ray, and payment entered that day is gone. That is a 24-hour RPO. If losing a full day of clinical work is unacceptable &#8211; and for most practices it is &#8211; you need backups running far more often than once a day.</p>
<p><strong>RTO &#8211; Recovery Time Objective &#8211; is how long you can afford to be down</strong> while you restore. A practice that can rebuild and reload in two hours has a very different day than one that needs three days to reinstall software, re-import a database, and reconnect imaging. Every hour of RTO is cancelled appointments, idle staff, and patients who may not come back. Deciding these two numbers ahead of time is what turns a vague &#8220;we have backups&#8221; into a plan you can actually stand behind &#8211; and it is the yardstick every test restore measures against.</p>
<h2>A quarterly test restore, step by step</h2>
<p>Here is the practice that separates a real backup from a hopeful one. At least once a quarter &#8211; and after any major software change &#8211; perform a deliberate test restore. Do it on purpose, on the calendar, not in a panic.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/backups-only-as-good-as-last-test-restore-4.jpg" alt="A technician performing a test restore, verifying a practice-management database and dental images on an isolated laptop" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">A test restore proves the data comes back &#8211; and that it opens, matches, and is actually usable.</figcaption></figure>
<p><strong>1. Restore to isolated hardware.</strong> Never test by overwriting production. Use a spare machine or an isolated virtual environment so a failed test cannot harm live data. <strong>2. Restore from the copy you would actually use in a disaster</strong> &#8211; including the offsite or immutable copy, not just the convenient local one. The offsite path is the one most likely to hide a surprise. <strong>3. Open the data, do not just copy it.</strong> A restore is not finished when files land on disk; it is finished when the practice-management software launches against the restored database and real records appear. <strong>4. Spot-check real records.</strong> Pull up specific patients, confirm their charts, images, and documents are present and correct, and that recent entries are actually there. <strong>5. Time it.</strong> Measure how long the full restore took and compare it against your RTO. If it took a day and your target was two hours, you have found a problem in a drill instead of a disaster. <strong>6. Write down what broke</strong> &#8211; a missing folder, a wrong credential, an out-of-date recovery note &#8211; and fix the backup configuration so the next test is cleaner. A test that surfaces a flaw is a success, not a failure.</p>
<h2>What a dental office must verify, specifically</h2>
<p>Generic backup advice misses what makes a dental restore complicated: your patient record is not one file in one place. A convincing test restore has to prove that <em>all</em> of it comes back, and comes back together.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/backups-only-as-good-as-last-test-restore-5.jpg" alt="The layers of dental data to verify after a restore: database, imaging, scanned documents, and configuration" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">For a dental office, a real restore is four things at once: the database, the images, the scanned records, and the configuration that ties them together.</figcaption></figure>
<p><strong>The practice-management database.</strong> This is the heart &#8211; Dentrix, Eaglesoft, Open Dental, or whatever you run. Databases must be backed up in a consistent state, and the only proof is launching the application against the restored copy and confirming schedules, charts, ledgers, and treatment plans open cleanly. <strong>Digital imaging and sensor data.</strong> Radiographs, intraoral photos, CBCT volumes, and pano images are frequently stored separately from the database and linked by reference. A restore that recovers the database but not the image store &#8211; or breaks the link between them &#8211; leaves you with charts pointing at pictures that no longer exist. Verify that images open and are correctly associated with their patients. <strong>Scanned documents.</strong> Signed consent forms, insurance correspondence, referral letters, and IDs are often a separate document repository. Confirm it is in scope and that files open. <strong>System configuration.</strong> Bridge and integration settings, imaging-device drivers and calibration, user accounts and permissions, and the licensing that lets the software run at all. Recovering the data but not the configuration that makes it usable can still cost you days. Verify the practice is not just restored, but actually operational.</p>
<h2>Prove it before you need it</h2>
<p>The difference between a minor incident and a practice-threatening one is almost never whether backups existed. It is whether anyone had proven they work. A tested restore turns your backup from a hopeful checkbox into a genuine guarantee &#8211; and it is far cheaper to discover a gap in a scheduled drill than in the middle of a ransomware negotiation with a waiting room full of patients.</p>
<p>Compudent Systems helps dental practices across the GTA and Ontario design a backup strategy built for this reality &#8211; proper 3-2-1 coverage, an offsite and immutable copy ransomware cannot reach, RPO and RTO targets matched to how your practice actually runs, and scheduled test restores that verify your database, imaging, documents, and configuration all come back. If you cannot say with confidence when your backups were last successfully restored, contact Compudent Systems for a backup and recovery assessment. Let us prove it works before the day you need it to.</p>
</p>
<p><!-- winner-link:START --></p>
<p class="winner-related"><strong>Related:</strong> <a href="https://compudent.com/medtronic-data-breach-by-shinyhunters-critical-warning-for-medical-device-security-in-dental-practices/">Medtronic Data Breach by ShinyHunters: Critical Warning for Medical Device Security in Dental Practices</a></p>
<p><!-- winner-link:END --></p>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/ransomware-patient-safety-38-percent-mortality-dental-practice/">Ransomware Is Now a Patient-Safety Issue: What a 38% Hospital Mortality Study Means for Your Dental Practice</a></li>
<li><a href="https://compudent.com/dental-practice-cybersecurity-alert-major-breaches-and-58-surge-in-healthcare-ransomware/">Dental Practice Cybersecurity Alert: Major Breaches and 58% Surge in Healthcare Ransomware</a></li>
<li><a href="https://compudent.com/dental-practices-under-siege-the-rising-threat-of-ransomware-targeting-healthcare-data/">Dental Practices Under Siege: The Rising Threat of Ransomware Targeting Healthcare Data</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/backups-only-as-good-as-last-test-restore/">Your Backups Are Only as Good as Your Last Test Restore: A Dental Practice Reality Check</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>From Roentgen&#8217;s Lab to Your Practice Server: How Dental X-ray Imaging Became an IT Discipline</title>
		<link>https://compudent.com/roentgen-to-practice-server-xray-imaging-it-discipline/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Wed, 05 Aug 2026 14:12:00 +0000</pubDate>
				<category><![CDATA[X-ray]]></category>
		<category><![CDATA[cloud radiography]]></category>
		<category><![CDATA[dental imaging]]></category>
		<category><![CDATA[dental IT]]></category>
		<category><![CDATA[DICOM]]></category>
		<category><![CDATA[imaging server uptime]]></category>
		<category><![CDATA[medical imaging backup]]></category>
		<category><![CDATA[PACS]]></category>
		<category><![CDATA[PHIPA]]></category>
		<guid isPermaLink="false">https://compudent.com/?p=17627</guid>

					<description><![CDATA[<p>The X-ray machine in your operatory is no longer a standalone box that spits out a picture. It is a networked node that generates protected health information, writes to a server, and depends on backups, uptime and security you probably never think about. Here is how imaging quietly became one of the most demanding IT systems in your practice.</p>
<p>The post <a href="https://compudent.com/roentgen-to-practice-server-xray-imaging-it-discipline/">From Roentgen&#8217;s Lab to Your Practice Server: How Dental X-ray Imaging Became an IT Discipline</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>On the evening of November 8, 1895, a German physicist named Wilhelm Conrad Roentgen noticed a faint glow he could not explain and, within days, produced an image of the bones inside a human hand. He called the unknown rays X. Dentistry was among the very first fields to seize on the discovery. For most of the next century, a dental X-ray was a beautifully simple thing: a tube, a burst of radiation, a film, some chemicals, and a picture you clipped into a paper chart. The whole system had, from an IT point of view, exactly zero moving parts.</p>
<p>That machine in your operatory today only looks like its ancestor. Underneath, it has quietly become one of the most demanding computing systems in your entire practice.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/roentgen-to-practice-server-xray-imaging-it-discipline-1-scaled.jpg" alt="A split image contrasting an early X-ray glass plate and darkroom with a modern digital dental sensor and monitor, connected by a data line" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">In 130 years, dental radiography went from a chemical darkroom to a data stream. The clinical picture is the easy part now; the pipeline behind it is the hard part.</figcaption></figure>
<h2>From a darkroom to a data pipeline</h2>
<p>The shift happened in stages, and each one added a layer of technology that someone now has to manage. Film gave way to phosphor plates and then to solid-state digital sensors that plug straight into a computer. The standalone panoramic unit grew a network port. Cone beam CT arrived and started producing not a single image but a three-dimensional volume made of hundreds of slices. Somewhere in that progression, the question stopped being &#8220;is the picture sharp?&#8221; and became &#8220;where does the picture go, who can see it, and what happens if the server holding it dies?&#8221;</p>
<p>In other words, imaging stopped being a clinical device you operate and became an IT system you run. Most practices crossed that line years ago without ever deciding to. The equipment vendor sold a sensor; the sensor needed a workstation; the workstation needed a server; the server needed a network, a backup, and a security posture. Nobody framed it as an infrastructure project, but that is exactly what it is.</p>
<h2>DICOM: the language your images speak</h2>
<p>The thing that makes modern imaging hang together is a standard called DICOM, short for Digital Imaging and Communications in Medicine. It is the reason an intraoral sensor from one manufacturer, a panoramic unit from another, and a CBCT scanner from a third can all write files that your imaging software can open, measure, and store. A DICOM file is not just a picture. It carries a wrapper of metadata around the pixels: the patient identifier, the study date, the device, the exposure settings, and more.</p>
<p>That is enormously powerful, and it is also a quiet responsibility. Because a DICOM file embeds patient-identifying information alongside the image, every one of those files is a small package of protected health information. Standardization made imaging interoperable, but it also means the identity of your patient travels with the picture wherever it goes. When you understand that, the reason imaging needs to be treated as an IT discipline stops being abstract.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/roentgen-to-practice-server-xray-imaging-it-discipline-2.jpg" alt="A network diagram of a central dental imaging server connecting sensors, a panoramic unit and a CBCT scanner to practice workstations" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">DICOM is the shared language that lets very different imaging devices write to one server that every operatory can read.</figcaption></figure>
<h2>PACS and the imaging server: where your radiographs actually live</h2>
<p>Ask most practice owners where their X-rays are kept and the honest answer is a shrug in the direction of the back office. The technical answer is a PACS, a Picture Archiving and Communication System, or its smaller cousin, a dedicated imaging server running inside your practice management ecosystem. This is the machine that receives every image the moment it is captured, stores it, and serves it back to every operatory that asks for it.</p>
<p>It is also, in most practices, a single point of failure that nobody has stress-tested. If that server&#8217;s drive fails on a Tuesday morning, you have not lost a file. You have potentially lost every radiograph you have ever taken, along with the ability to work up new patients until it is restored. The imaging server deserves the same seriousness you would give the machine that runs payroll, because clinically and legally it is doing something far more consequential.</p>
<h2>The backup math nobody does until it is too late</h2>
<p>Here is where imaging quietly breaks the casual backup plans that practices lean on. Radiographic data does not grow gently. A busy office generates intraoral series constantly, and a single CBCT scan can be tens or even hundreds of megabytes. Multiply that across years of patients and the imaging archive becomes, by a wide margin, the largest and fastest-growing pile of data you own.</p>
<p>The discipline that answers this is old and boring and works: the 3-2-1 rule. Keep three copies of your data, on two different types of media, with at least one copy stored offsite. In practice that means your live imaging server, a separate local backup, and an encrypted offsite or cloud copy that leaves the building. The failure mode we see again and again is a practice that technically has a backup, but it is a single external drive sitting on the same shelf as the server, unencrypted and untested. A fire, a flood, a theft, or a ransomware event takes both at once. A backup you have never restored from is a hope, not a plan.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/roentgen-to-practice-server-xray-imaging-it-discipline-3.jpg" alt="An illustration of dental images copied into a local server, a separate on-site drive and an offsite cloud vault to show the 3-2-1 backup rule" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Three copies, two kinds of media, one offsite. Imaging data grows fast and unpredictably, which is exactly why casual backups quietly fall behind.</figcaption></figure>
<h2>Your images are protected health information</h2>
<p>It is tempting to think of PHI as the stuff in the chart, the names and treatment notes and billing. A radiograph feels different, more like a photograph than a record. Legally and practically, it is not different at all. In Ontario, patient images fall squarely under the Personal Health Information Protection Act, and the obligations that come with PHIPA apply to that imaging archive just as firmly as they apply to your clinical notes.</p>
<p>Concretely, that means imaging data should be encrypted both where it sits and when it moves, especially if any of it is synced to the cloud. It means access should be controlled, so that the front desk, the hygienist, and the associate each see only what their role requires, rather than everyone sharing one login to an open folder. And it means you should be able to answer the question every regulator eventually asks after an incident: who accessed this patient&#8217;s images, and when? An audit trail is not bureaucracy. It is the difference between a contained event and a reportable breach.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/roentgen-to-practice-server-xray-imaging-it-discipline-4.jpg" alt="A protective shield over dental radiographs alongside an access keycard and an audit log to represent PHI security controls" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">A radiograph is protected health information. That means encryption, controlled access and an audit trail, not a shared folder anyone can open.</figcaption></figure>
<h2>Uptime is now a clinical issue</h2>
<p>When X-rays lived in a filing cabinet, the imaging system never went down. The cabinet did not crash, get encrypted, or lose network connectivity. The tradeoff of digital imaging is speed and diagnostic power in exchange for dependence on systems that can fail. When the imaging server is unreachable, you cannot pull prior films, you cannot capture new ones into the record, and the schedule backs up behind a problem that has nothing to do with dentistry.</p>
<p>Treating imaging as an IT discipline means planning for that day before it arrives: redundancy so a single component failure does not stop the practice, monitoring so problems are caught before they become outages, and a recovery plan that has actually been tested against the clock. Hardware will eventually fail. The real question is how long your practice is down when it does, and whether you decided that number in advance or found it out the hard way.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/roentgen-to-practice-server-xray-imaging-it-discipline-5.jpg" alt="A dental practice owner and IT specialist reviewing a calm system-health dashboard in a modern office with imaging equipment in the background" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">When imaging is treated as core infrastructure, downtime becomes a planned-for event instead of a lost clinical day.</figcaption></figure>
<h2>One long thread, from 1895 to your server room</h2>
<p>The story of the dental X-ray is one continuous thread: a glowing discovery in a Wurzburg laboratory, a century of film and chemistry, and a present in which every image is a data object that must be captured, standardized, stored, secured, backed up, and served without interruption. Roentgen gave us the picture. What we have built around it since is, unmistakably, information technology, and the practices that thrive with modern imaging are the ones that recognized this and resourced it accordingly.</p>
<p>Compudent Systems designs, secures, and supports the imaging and IT infrastructure that GTA and Ontario dental practices depend on every day, from DICOM-aware imaging servers and 3-2-1 backup strategies to PHIPA-aligned security, monitoring, and tested recovery plans. If you are not certain how your radiographs are stored, how quickly you could recover them, or who can see them, that is the conversation worth having now rather than after an outage. Contact Compudent Systems for an assessment of your practice&#8217;s imaging infrastructure and data protection.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.dicomstandard.org/" target="_blank" rel="noopener">DICOM &#8211; Digital Imaging and Communications in Medicine (official standard site)</a></li>
<li><a href="https://www.ontario.ca/laws/statute/04p03" target="_blank" rel="noopener">Personal Health Information Protection Act, 2004 (PHIPA), Ontario</a></li>
</ul>
<p><!-- ray:xlink:start --></p>
<h2>The Story of the X-Ray, Across Our Network</h2>
<p>How dental X-ray imaging became an IT discipline &#8212; the fuller history behind it:</p>
<ul>
<li><a href="https://historysensei.com/marie-curie-petites-curies-wwi-mobile-xray/">How Marie Curie drove X-ray trucks into the First World War</a></li>
<li><a href="https://patientgallery.com/what-your-dentist-sees-on-your-xray/">What your dentist actually sees on an X-ray, 130 years on</a></li>
<li><a href="https://x-ray.support/equipment-history-gas-tubes-to-digital-sensors/">The equipment history from gas tubes to digital sensors</a></li>
</ul>
<p><!-- ray:xlink:end --></p>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/radiant-dicom-cve-2026-17264-dental-imaging/">A Booby-Trapped X-ray File: What the RadiAnt DICOM Advisory (CVE-2026-17264) Means for Dental Practices</a></li>
<li><a href="https://compudent.com/medical-device-provenance-supply-chain-dental-practice/">Where Was Your Imaging Sensor Made, and What Is It Talking To? Device Provenance Is Now a Dental Practice Security Question</a></li>
<li><a href="https://compudent.com/the-evolution-of-x-ray-technology-in-dentistry-what-dental-it-professionals-need-to-know/">The Evolution of X-ray Technology in Dentistry: What Dental IT Professionals Need to Know</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/roentgen-to-practice-server-xray-imaging-it-discipline/">From Roentgen&#8217;s Lab to Your Practice Server: How Dental X-ray Imaging Became an IT Discipline</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>When the Tool That Manages Your Network Gets Hacked: The N-able N-central Breach and What It Means for Dental Practices</title>
		<link>https://compudent.com/n-able-n-central-rmm-breach-dental-msp-risk/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Tue, 04 Aug 2026 14:12:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CISA KEV]]></category>
		<category><![CDATA[CVE-2026-18577]]></category>
		<category><![CDATA[dental practice cybersecurity]]></category>
		<category><![CDATA[MSP supply chain]]></category>
		<category><![CDATA[N-able N-central]]></category>
		<category><![CDATA[PHIPA]]></category>
		<category><![CDATA[RMM security]]></category>
		<guid isPermaLink="false">https://compudent.com/n-able-n-central-rmm-breach-dental-msp-risk/</guid>

					<description><![CDATA[<p>CISA has added an actively exploited N-able N-central flaw to its Known Exploited Vulnerabilities catalog after attackers used it to take over the remote-management servers that IT providers use to run their clients' networks. Your dental practice may never have heard of N-central, and that is exactly why this one matters.</p>
<p>The post <a href="https://compudent.com/n-able-n-central-rmm-breach-dental-msp-risk/">When the Tool That Manages Your Network Gets Hacked: The N-able N-central Breach and What It Means for Dental Practices</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>You have almost certainly never logged into it. You may not know its name. But there is a good chance that a piece of software called an RMM platform can already see every computer in your dental practice, push software to them, run commands on them, and log in remotely without anyone at your front desk noticing. It is the tool your IT provider uses to keep your office running. This week, one of the most widely used of these platforms became the target of an active attack, and the way this story works is a lesson every practice owner should sit with.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/n-able-n-central-rmm-breach-dental-msp-risk-1-1-scaled.jpg" alt="A central remote-management console connected by glowing lines to many dental office devices, with one connection subtly compromised" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">A remote management platform is a single point of control that reaches into every device it manages, which is exactly why attackers target it.</figcaption></figure>
<p>On August 1, 2026, the vendor N-able confirmed that attackers were actively exploiting a flaw in N-central, its flagship Remote Monitoring and Management platform. Two days later, on August 3, the United States Cybersecurity and Infrastructure Security Agency added the vulnerability, tracked as CVE-2026-18577, to its Known Exploited Vulnerabilities catalog. That catalog is not a list of theoretical bugs. It is CISA&#8217;s list of flaws that criminals are provably using right now. N-able has shipped an emergency hotfix, but the reason this belongs in a dental publication has nothing to do with whether you run N-central yourself.</p>
<h2>What actually happened</h2>
<p>CVE-2026-18577 is an authentication bypass. In plain terms, it lets an attacker get past the login screen of an N-central server using an alternate path the developers did not intend, and take over the account. What makes it worse is the backstory: the flaw is an incomplete fix for an earlier vulnerability (CVE-2026-18556). The first patch did not fully close the door, and attackers walked back through the gap. N-able released hotfix version 2026.3.1.7 and urged every customer to install it immediately. Cloud-hosted servers were updated automatically; on-premises servers have to be patched by hand, which means some are still exposed while their owners catch up.</p>
<p>Investigators reported that attackers used the bypass to take over N-central servers, reach the endpoints those servers manage, and quietly maintain their access afterward. This is not a smash-and-grab. It is the kind of foothold that lets an intruder sit inside a network and wait.</p>
<h2>Why a management tool is the ultimate skeleton key</h2>
<p>To understand why security professionals treat RMM compromises as a worst case, picture what the tool is built to do. An RMM platform exists so that one technician can manage hundreds or thousands of computers across many different businesses from a single dashboard. It has permission to install software, change settings, run scripts, and connect remotely to any machine under its control. That is enormously convenient on a normal day. It is catastrophic on a bad one.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/n-able-n-central-rmm-breach-dental-msp-risk-2-1.jpg" alt="One circuit-board skeleton key opening a grid of many padlocks at once" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">An authentication bypass in a management tool is a master key: get past one login and every managed system is suddenly reachable.</figcaption></figure>
<p>When an attacker takes over the management platform, they inherit all of that power at once. They do not have to break into each computer individually. They log into the tool that was already trusted to reach everything, and they use it exactly as intended, only now on behalf of a criminal. This is why the flaw is best understood as a master key rather than a single broken lock. One bypassed login can translate into control over every endpoint the platform touches.</p>
<h2>&#8220;But my practice does not use N-central&#8221;</h2>
<p>Here is the part that surprises most practice owners. You probably are not an N-able customer, at least not directly. RMM platforms like N-central are used by managed service providers and IT companies to run their clients&#8217; networks. If your practice outsources its IT, or even if you have one internal IT person who uses management software to keep the office patched and monitored, there is a strong chance an RMM tool of some kind is installed on your computers right now.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/n-able-n-central-rmm-breach-dental-msp-risk-3-1.jpg" alt="A network diagram of one IT provider server managing several dental practices and their imaging and front-desk systems" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Most practices never touch the RMM console themselves; it lives with their IT provider and quietly reaches into each office it supports.</figcaption></figure>
<p>That is what makes these supply-chain attacks so effective. The criminals do not need to find and target your specific dental office. They compromise the provider in the middle, and every practice that provider manages is suddenly within reach through a single breach. It is the same pattern the industry has watched play out again and again with other management platforms, from Kaseya and ConnectWise ScreenConnect to SimpleHelp and the infamous SolarWinds Orion incident. The management layer is a high-value target precisely because so many downstream businesses trust it implicitly.</p>
<h2>What a compromise would mean for your patients</h2>
<p>For a dental practice, the endpoints an RMM tool can reach are not abstract. They are the workstation at the front desk, the server running your practice-management software, and the computers connected to your imaging and radiography systems. All of it sits on the same network the management platform is trusted to administer. An attacker who reaches those systems can deploy ransomware that freezes your entire operation, or quietly copy patient records, appointment histories, and images out the door.</p>
<p>Under PHIPA in Ontario and privacy law across Canada, patient health information that is accessed or exfiltrated through a compromised vendor is still your responsibility to safeguard and, if breached, to report. &#8220;Our IT company got hacked&#8221; is an explanation, not a defense. Regulators and patients expect you to have chosen and overseen your providers with care, which is exactly why the next section is about oversight rather than technical wizardry.</p>
<h2>Questions to ask your IT provider this week</h2>
<p>You do not need to understand authentication bypasses to manage this risk. You need to make sure someone competent is on top of it, and a few direct questions will tell you a great deal.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/n-able-n-central-rmm-breach-dental-msp-risk-4-1.jpg" alt="A practice manager and IT professional reviewing a security checklist on a tablet in a dental office" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">You do not have to understand the flaw to manage the risk. You do have to ask your IT provider the right questions.</figcaption></figure>
<p>Start with the obvious: <strong>Do we use N-able N-central, and if so, has it been updated to hotfix 2026.3.1.7 or later?</strong> If your provider uses a different RMM platform, ask the same question in general terms: <strong>what remote-management software has access to our systems, and how quickly is it patched when a flaw like this appears?</strong> Then go a step further. Ask whether access to that management tool is protected by multi-factor authentication, whether logins to it are monitored and alerted on, and whether your practice&#8217;s network is segmented so that a single compromised device cannot reach your imaging and patient records unimpeded. Finally, ask the accountability question: <strong>if your management platform were ever compromised, how and how quickly would we be told?</strong> A provider who answers these clearly and without defensiveness is one worth keeping. Vague or annoyed answers are themselves a finding.</p>
<h2>The trust you cannot see</h2>
<p>The uncomfortable truth of modern IT is that your practice&#8217;s security depends on tools you never see and vendors several steps removed from your reception desk. That is not a reason for alarm, but it is a reason for diligence. The businesses that weather incidents like this one are not the ones that got lucky. They are the ones whose IT was patched fast, monitored closely, and segmented sensibly, so that even a compromised management tool ran into walls instead of an open path to patient data.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/08/n-able-n-central-rmm-breach-dental-msp-risk-5.jpg" alt="A protective shield over a stack of patient dental records and a panoramic x-ray" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">When the management layer is trustworthy and monitored, patient records stay behind the controls that are supposed to guard them.</figcaption></figure>
<p>Compudent manages the networks and endpoints of dental practices across the GTA and Ontario, and we treat the security of our own management tools as seriously as the systems they protect: prompt patching, multi-factor access, active monitoring, and segmentation that keeps imaging and patient records walled off from everything else. If you are not certain what remote-management software can reach into your practice right now, or how fast it gets patched when CISA raises an alarm, that is the conversation to have this week. Contact Compudent Systems for a review of your practice&#8217;s IT and vendor security before an unseen tool becomes a reportable breach.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.cisa.gov/news-events/alerts/2026/08/03/cisa-adds-one-known-exploited-vulnerability-catalog" target="_blank" rel="noopener">CISA Adds One Known Exploited Vulnerability to Catalog (CVE-2026-18577, N-able N-central)</a></li>
<li><a href="https://www.bleepingcomputer.com/news/security/n-able-warns-of-n-central-auth-bypass-flaw-exploited-in-attacks/" target="_blank" rel="noopener">N-able warns of N-central auth bypass flaw exploited in attacks &#8211; BleepingComputer</a></li>
</ul>
<p><!-- winner-link:START --></p>
<p class="winner-related"><strong>Related:</strong> <a href="https://compudent.com/medtronic-data-breach-by-shinyhunters-critical-warning-for-medical-device-security-in-dental-practices/">Medtronic Data Breach by ShinyHunters: Critical Warning for Medical Device Security in Dental Practices</a></p>
<p><!-- winner-link:END --></p>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/sccm-cve-2026-47301-rce-exploit-dental-practice-fleet/">Public Exploit Code Is Now Out for a Critical SCCM Flaw: What CVE-2026-47301 Means If Anyone Manages Your Practice&#8217;s Windows Fleet</a></li>
<li><a href="https://compudent.com/sharepoint-cve-2026-55040-auth-bypass-dental-practices/">A Forged Login Walks Straight Into SharePoint: What the Actively Exploited CVE-2026-55040 Auth Bypass Means for Dental Practices</a></li>
<li><a href="https://compudent.com/sonicwall-sma1000-vpn-ransomware-dental-practices/">Ransomware Gangs Are Now Through the Front Door: What the SonicWall SMA1000 VPN Attacks Mean for Dental Practices</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/n-able-n-central-rmm-breach-dental-msp-risk/">When the Tool That Manages Your Network Gets Hacked: The N-able N-central Breach and What It Means for Dental Practices</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
