<?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>Sun, 13 Sep 2026 09:39:04 +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>A Poisoned Image Can Crash Your Imaging Server: The Orthanc DICOM Flaw (CVE-2026-87020) and Why Your PACS Shouldn&#8217;t Face the Internet</title>
		<link>https://compudent.com/orthanc-dicom-server-cve-2026-87020-dental-pacs/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 09:38:59 +0000</pubDate>
				<category><![CDATA[IT Security]]></category>
		<category><![CDATA[CISA advisory]]></category>
		<category><![CDATA[CVE-2026-87020]]></category>
		<category><![CDATA[denial of service]]></category>
		<category><![CDATA[dental imaging]]></category>
		<category><![CDATA[dental IT security]]></category>
		<category><![CDATA[DICOM server]]></category>
		<category><![CDATA[medical imaging security]]></category>
		<category><![CDATA[network segmentation]]></category>
		<category><![CDATA[Orthanc]]></category>
		<category><![CDATA[PACS security]]></category>
		<guid isPermaLink="false">https://compudent.com/orthanc-dicom-server-cve-2026-87020-dental-pacs/</guid>

					<description><![CDATA[<p>CISA has warned that a flaw in the Orthanc DICOM server lets an attacker crash your imaging archive with a single malformed X-ray image. It's a denial-of-service bug, not a data theft - but in a clinical setting, an imaging server that won't stay up is its own emergency. Here's what CVE-2026-87020 means for a dental practice, and the one habit that would have neutralized it.</p>
<p>The post <a href="https://compudent.com/orthanc-dicom-server-cve-2026-87020-dental-pacs/">A Poisoned Image Can Crash Your Imaging Server: The Orthanc DICOM Flaw (CVE-2026-87020) and Why Your PACS Shouldn&#8217;t Face the Internet</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>On September 10, the U.S. Cybersecurity and Infrastructure Security Agency (CISA) issued a medical-device advisory, ICSMA-26-253-02, for a flaw in the <strong>Orthanc DICOM server</strong> &#8211; a widely used, free, open-source imaging server that many clinics and imaging setups rely on to store and serve medical and dental radiographs. The bug, tracked as <a href="https://www.cisa.gov/news-events/ics-medical-advisories/icsma-26-253-02">CVE-2026-87020</a>, lets an attacker crash the server by feeding it a single malformed image. It carries a CVSS score of 8.1 (high), and every version before <strong>1.13.0</strong> is affected. This is not a data-theft bug &#8211; but for a practice whose imaging lives on that server, &#8220;the archive keeps falling over&#8221; is its own kind of emergency.</p>
<h2>What Orthanc is &#8211; and why a practice might be running it</h2>
<p>Orthanc is a lightweight DICOM server: think of it as the box that accepts images from your X-ray sensors, CBCT and pan units, stores them in a standard medical format, and hands them back to whatever software your clinicians use to look at them. It&#8217;s popular precisely because it&#8217;s free, capable and easy to stand up, so it turns up in home-grown archives, imaging bridges, research setups and small vendor products &#8211; sometimes without the practice owner even knowing it&#8217;s under the hood. Even if you&#8217;ve never heard the name, the shape of the risk is familiar: it&#8217;s the same central imaging hub we described when we walked through <a href="https://compudent.com/how-dental-ai-connects-imaging-twain-dicom-api-pms-bridges/">how dental AI and imaging software talk to each other over TWAIN, DICOM and APIs</a>. Whatever software plays that role in your office, this advisory is a prompt to go find out what it is and whether it&#8217;s current.</p>
<h2>What the flaw actually does</h2>
<p>The technical mechanism is an <strong>integer overflow</strong> in the math Orthanc uses to size an image buffer. When the server decodes an attacker-supplied PNG or JPEG, that miscalculation lets the code write past the end of the memory it allocated &#8211; a &#8220;heap out-of-bounds write&#8221; &#8211; and the Orthanc process crashes. The result is a <strong>denial of service</strong>: the imaging server goes down and stops answering. Two things are worth being precise about. First, this is <em>remote but authenticated</em> &#8211; the attacker needs valid credentials to upload the poisoned image, so it isn&#8217;t an anonymous internet drive-by. Second, it is a crash, <em>not</em> remote code execution and <em>not</em> data exfiltration; nobody is stealing patient records through this particular hole. That&#8217;s meaningfully less severe than the viewer-side flaw we covered a few weeks ago in <a href="https://compudent.com/radiant-dicom-cve-2026-17264-dental-imaging/">the RadiAnt DICOM advisory</a>, where a malicious file targeted the workstation opening it. This one targets the server that holds everything.</p>
<h2>Why &#8216;just a crash&#8217; still matters in a clinic</h2>
<p>It&#8217;s tempting to shrug at a denial-of-service bug &#8211; no data lost, just restart the service. In a dental practice, availability <em>is</em> the point. The imaging server is the diagnostic record: if it&#8217;s down, the hygienist can&#8217;t pull last year&#8217;s bitewings, the dentist can&#8217;t compare a lesion over time, and a chairside CBCT you just captured may have nowhere to land. A server an attacker can crash on demand is a server that can be held down through an entire clinic day &#8211; appointment after appointment running blind &#8211; until someone traces the cause. And a repeatable crash is a gift to anyone probing your network: it&#8217;s a reliable way to disrupt operations, or a smokescreen run alongside something worse. Downtime in a health setting isn&#8217;t an inconvenience; it&#8217;s care delayed.</p>
<h2>The real lesson: your imaging server should not face the internet</h2>
<p>Here&#8217;s the part that outlives this specific CVE. The attack requires two things: a login, and a network path to reach the server. CISA&#8217;s own guidance leads with the fix that neutralizes both &#8211; <strong>minimize network exposure, keep imaging servers off the internet, and isolate the medical-device network from the business network with firewalls</strong>, allowing remote access only through a VPN. In other words, patch the bug, yes &#8211; but the durable defense is making sure a stranger could never reach the login page to begin with. &#8220;Authenticated&#8221; sounds reassuring until you remember how credentials actually leak: a phished password, a shared login taped to a monitor, a vendor account that never got disabled. Segmentation is what turns &#8220;an attacker with a stolen password&#8221; back into &#8220;an attacker who still can&#8217;t get to the imaging server.&#8221; It&#8217;s the same principle that stops ransomware crews at the edge, which is why we keep hammering on patched, properly configured perimeter gear &#8211; from <a href="https://compudent.com/watchguard-firebox-cve-2025-14733-ransomware-dental-practice-firewall/">firewalls that ransomware groups actively exploit</a> to <a href="https://compudent.com/mikrotrick-mikrotik-routeros-cve-2026-dental-practice-router/">the practice router as a backdoor</a>. An imaging server exposed to the open internet is a standing invitation; one sitting on a segmented internal network is a much smaller target.</p>
<h2>What to do now</h2>
<p>The response here is short and concrete. <strong>Inventory your imaging stack:</strong> find out whether Orthanc &#8211; or any DICOM server &#8211; is running in your practice, and which version. <strong>Patch it:</strong> if it&#8217;s Orthanc below 1.13.0, update to 1.13.0, the version that fixes CVE-2026-87020. <strong>Take it off the internet:</strong> confirm the imaging server is not reachable from outside, and if remote access is genuinely needed, put it behind a VPN, not a port forward. <strong>Segment the network:</strong> imaging and medical devices belong on their own isolated VLAN, separated from the front-office PCs and guest Wi-Fi. <strong>Tighten accounts:</strong> unique logins, least privilege, MFA where the software supports it, and prompt removal of old vendor and staff accounts. <strong>Watch it:</strong> monitoring that flags a service crashing repeatedly turns a silent, all-day outage into a same-minute alert.</p>
<h2>What this means for your practice</h2>
<p>CVE-2026-87020 is a modest bug with an outsized lesson. The immediate task &#8211; update Orthanc to 1.13.0 &#8211; takes minutes. The real question it raises is bigger: do you actually know where your images live, who can reach that server, and whether it&#8217;s exposed to the internet? Most practices have never mapped this, and &#8220;authenticated only&#8221; is a thin comfort when passwords are the weakest link in every office. Compudent Systems designs and manages exactly this for dental practices across Ontario: we inventory your imaging and device stack, keep DICOM servers and PACS patched, segment your network so imaging and medical devices sit safely behind the perimeter, lock down remote access, and monitor for the crashes and anomalies that signal trouble. If you&#8217;re not certain your imaging server is patched &#8211; or whether it&#8217;s quietly reachable from the internet right now &#8211; <a href="https://compudent.com/contact/">contact Compudent for an imaging and network security assessment</a>. We&#8217;ll find out where your images live and make sure only the right people can reach them.</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-253-02" target="_blank" rel="noopener">CISA &#8211; Orthanc DICOM Server (ICSMA-26-253-02)</a></li>
<li><a href="https://www.hipaajournal.com/orthanc-dicom-server-vulnerability-denial-of-service/" target="_blank" rel="noopener">The HIPAA Journal &#8211; Orthanc DICOM Server Vulnerability Can Lead to Denial of Service</a></li>
</ul>
<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/ubiquiti-unifi-max-severity-flaws-dental-network/">One Vendor Runs Your Network, Cameras, and Phones: Three Max-Severity Ubiquiti Flaws and What Your Practice Must Patch</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>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/orthanc-dicom-server-cve-2026-87020-dental-pacs/">A Poisoned Image Can Crash Your Imaging Server: The Orthanc DICOM Flaw (CVE-2026-87020) and Why Your PACS Shouldn&#8217;t Face the Internet</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>When the Malware Rewrites Itself: AI-Accelerated Attacks and What They Mean for Your Practice</title>
		<link>https://compudent.com/ai-accelerated-malware-attacks-dental-practice/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 09:38:08 +0000</pubDate>
				<category><![CDATA[IT Security]]></category>
		<category><![CDATA[AI-powered attacks]]></category>
		<category><![CDATA[Anthropic threat report]]></category>
		<category><![CDATA[defense in depth]]></category>
		<category><![CDATA[dental IT security]]></category>
		<category><![CDATA[EDR]]></category>
		<category><![CDATA[endpoint detection]]></category>
		<category><![CDATA[GTG-20006]]></category>
		<category><![CDATA[malware evasion]]></category>
		<category><![CDATA[PHIPA]]></category>
		<category><![CDATA[practice IT]]></category>
		<category><![CDATA[Ransomware]]></category>
		<guid isPermaLink="false">https://compudent.com/ai-accelerated-malware-attacks-dental-practice/</guid>

					<description><![CDATA[<p>Anthropic - the company behind the Claude AI model - just disclosed that attackers used its own AI to rebuild malware every time security products caught it, and to strip secrets out of 1.8 million Android apps. This is the shift defenders have been bracing for: AI is now speeding up the attack, not just the phishing email. Here is what AI-accelerated cybercrime actually changes for a dental practice, and the defenses that still hold.</p>
<p>The post <a href="https://compudent.com/ai-accelerated-malware-attacks-dental-practice/">When the Malware Rewrites Itself: AI-Accelerated Attacks and What They Mean for Your Practice</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>On September 11, Anthropic &#8211; the company behind the Claude AI model &#8211; published a threat report describing something the security world has been bracing for: attackers using AI inside live operations, not just to write nicer phishing emails. In one case, a Russian state-sponsored actor built an AI-assisted workflow that automatically <strong>rebuilt its malware every time a security product detected it</strong> (The Hacker News, <a href="https://thehackernews.com/2026/09/russian-state-sponsored-hackers-use.html">Russian State-Sponsored Hackers Use Claude to Rebuild Malware After Detection</a>). In another, an operation used the model to help strip hardcoded secrets &#8211; passwords and API keys &#8211; out of roughly <strong>1.8 million Android apps</strong>, alongside command-and-control and data-theft activity (BleepingComputer, <a href="https://www.bleepingcomputer.com/news/security/hackers-abused-claude-to-extract-secrets-from-18m-android-apps/">Hackers abused Claude to extract secrets from 1.8M Android apps</a>). For a dental practice, the headline isn&#8217;t the specific model &#8211; it&#8217;s the trend. Attacks are getting faster and cheaper to run, and that changes which defenses actually work.</p>
<h2>What actually happened</h2>
<p>Two details matter more than the rest. The Russian actor, tracked as GTG-20006, didn&#8217;t invent a new super-weapon; it wired an AI model into the boring, time-consuming part of an attack. Normally, when antivirus flags a malware sample, the criminals have to sit down and manually rewrite it to slip past the filter &#8211; a task that takes skill and hours. Their workflow automated that rework, tightening the loop between &#8220;we got caught&#8221; and &#8220;we&#8217;re back in.&#8221; The second case is about scale: sifting through the code of nearly two million apps to find leaked credentials is exactly the kind of tedious, high-volume grind that used to bottleneck attackers. AI removed the bottleneck. Neither is science fiction &#8211; both are ordinary attacker chores, done faster.</p>
<h2>The honest part: the AI company caught it</h2>
<p>It would be easy to spin this as &#8220;AI is now unstoppable.&#8221; That&#8217;s not what the report says, and pretending otherwise doesn&#8217;t help anyone plan. Anthropic <em>detected</em> this abuse, disrupted the campaigns and banned the accounts &#8211; and the same AI capabilities are being used by defenders to triage alerts, spot anomalies and reverse-engineer threats faster than a human team could alone. This is an arms race, not a rout. The right posture for a practice is neither panic nor denial: it&#8217;s recognizing that the <em>economics</em> of attacking a small business have shifted, and adjusting the defenses that depend on attackers being slow. We laid out the broader shape of this a while back in <a href="https://compudent.com/ai-powered-cybersecurity-threats-what-dental-practices-need-to-know-in-2026/">what AI-powered threats mean for dental practices</a>; this week&#8217;s report is that forecast turning concrete.</p>
<h2>Why this hits small practices specifically</h2>
<p>A dental office is a soft, valuable target: a small network holding a large trove of patient health information, usually with no full-time security staff and often with a security tool that was installed once and left alone. The two things AI erodes &#8211; the attacker&#8217;s need for skill and the attacker&#8217;s need for time &#8211; are exactly the two things that used to protect a small practice. &#8220;We&#8217;re too small and too boring for a sophisticated hacker&#8221; made sense when sophistication was scarce and expensive. When a workflow can automatically retool malware and scan millions of targets, the practice down the street stops being beneath notice and starts being one entry in a very long, automated list. The attacker doesn&#8217;t need to care about you personally; they just need your defenses to be a step behind.</p>
<h2>Where old-style defenses fall down</h2>
<p>The defense most vulnerable to this shift is <strong>signature-based antivirus</strong> &#8211; the classic &#8220;does this file match a known-bad fingerprint?&#8221; model. It works by recognizing malware it has seen before. Malware that rewrites itself on every detection is designed precisely to never match a known fingerprint twice. That doesn&#8217;t make the old approach worthless, but it does mean a practice leaning entirely on basic antivirus is defending against last year&#8217;s problem. The same weakness applies to any &#8220;set it and forget it&#8221; tool: if nothing is watching for <em>behavior</em> &#8211; a workstation suddenly reaching out to an unknown server, a process trying to disable backups, credentials being read in bulk &#8211; then a threat that changes its appearance sails straight through.</p>
<h2>What holds up in an AI-accelerated world</h2>
<p>The good news is that the durable defenses are the ones we already recommend &#8211; AI just raises the price of skipping them. <strong>Behavior-based EDR</strong> (endpoint detection and response) watches what software <em>does</em> rather than what it looks like, so a self-rewriting payload still gets caught when it starts acting like ransomware. <strong>Phishing-resistant MFA</strong> blunts credential theft even when the lure is AI-polished and flawless. <strong>Disciplined patching</strong> closes the doors these tools walk through &#8211; most malware still needs an unpatched hole to land, which is why keeping current with cycles like <a href="https://compudent.com/september-2026-patch-tuesday-974-vulnerabilities-dental-practice/">September&#8217;s record Patch Tuesday</a> matters more, not less. <strong>Immutable, tested backups</strong> mean a successful encryption event is a bad day instead of a closed practice. And <strong>staff awareness</strong> is still front-line: AI writes cleaner phishing, so the tells shift from bad grammar to unexpected requests and off pattern behavior &#8211; the same instinct that catches <a href="https://compudent.com/ascii-smuggling-invisible-unicode-phishing-dental-practice/">invisible-text phishing</a> that hides from your spam filter. The through-line is simple: stop trusting tools that only recognize known-bad, and start watching behavior.</p>
<h2>The one thing that changes the math</h2>
<p>If attackers are automating and speeding up, the single most valuable upgrade a practice can make is moving from <em>point-in-time</em> security to <em>continuous</em> security. A firewall you bought and an antivirus you installed are snapshots; a monitored environment is a movie. When rebuilding malware is fast, the defender&#8217;s response time becomes the deciding factor &#8211; and a practice can&#8217;t watch its own network at 2 a.m. This is where the same ransomware crews we&#8217;ve tracked hitting <a href="https://compudent.com/watchguard-firebox-cve-2025-14733-ransomware-dental-practice-firewall/">unpatched firewalls and edge devices</a> get stopped: not by a cleverer product, but by someone (or something) actually watching, patching on a schedule, and responding in minutes.</p>
<h2>What this means for your practice</h2>
<p>AI hasn&#8217;t rewritten the rules of dental-practice security &#8211; it has raised the stakes on following them. The attacks got faster and cheaper; the defenses that assume attackers are slow and unskilled got weaker. A practice running basic antivirus and hoping to stay off the radar is now defending yesterday&#8217;s threat model. The practices that stay safe will be the ones with behavior-based detection, phishing-resistant logins, tight patching, backups they&#8217;ve actually restored from, trained staff, and continuous monitoring instead of set-and-forget tools. Compudent provides exactly this layered, monitored security for dental practices across Ontario &#8211; behavior-based endpoint protection, managed patching, hardened backups, phishing-resistant MFA and round-the-clock monitoring that catches a threat by what it does, not by whether we&#8217;ve seen it before. If you&#8217;re not sure whether your current defenses would notice malware that changes its face every time it&#8217;s caught, <a href="https://compudent.com/contact/">contact Compudent for a security assessment</a>. We&#8217;ll show you where you stand and close the gaps before an automated attacker finds them.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://thehackernews.com/2026/09/russian-state-sponsored-hackers-use.html" target="_blank" rel="noopener">The Hacker News &#8211; Russian State-Sponsored Hackers Use Claude to Rebuild Malware After Detection</a></li>
<li><a href="https://www.bleepingcomputer.com/news/security/hackers-abused-claude-to-extract-secrets-from-18m-android-apps/" target="_blank" rel="noopener">BleepingComputer &#8211; Hackers abused Claude to extract secrets from 1.8M Android apps</a></li>
<li><a href="https://www.anthropic.com/news" target="_blank" rel="noopener">Anthropic &#8211; Threat intelligence and disruption reporting</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/september-2026-patch-tuesday-974-vulnerabilities-dental-practice/">974 Patches, Two Being Exploited Right Now: How a Dental Practice Should Read September&#8217;s Patch Tuesday</a></li>
<li><a href="https://compudent.com/medusa-ransomware-healthcare-advisory-dental-practice/">The FBI Just Refreshed Its Medusa Ransomware Warning for Healthcare: The Real Lesson for Your Dental Practice</a></li>
<li><a href="https://compudent.com/agentic-ai-medical-device-vulnerability-backlog-dental-practice/">Half Your Connected Devices Carry a Critical Flaw. Can Agentic AI Finally Clear the Patching Backlog?</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/ai-accelerated-malware-attacks-dental-practice/">When the Malware Rewrites Itself: AI-Accelerated Attacks and What They Mean for Your Practice</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Patch That Locks Out the Front Desk: September&#8217;s Windows Server Update Is Breaking Remote Desktop</title>
		<link>https://compudent.com/september-2026-windows-server-update-breaks-remote-desktop-rds-dental-practice/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Fri, 11 Sep 2026 09:37:47 +0000</pubDate>
				<category><![CDATA[IT Security]]></category>
		<category><![CDATA[business continuity]]></category>
		<category><![CDATA[dental practice IT]]></category>
		<category><![CDATA[KB5122871]]></category>
		<category><![CDATA[KB5122876]]></category>
		<category><![CDATA[KB5122882]]></category>
		<category><![CDATA[Patch Tuesday]]></category>
		<category><![CDATA[practice management software]]></category>
		<category><![CDATA[RDS]]></category>
		<category><![CDATA[Remote Desktop Services]]></category>
		<category><![CDATA[terminal server]]></category>
		<category><![CDATA[Windows Server]]></category>
		<guid isPermaLink="false">https://compudent.com/september-2026-windows-server-update-breaks-remote-desktop-rds-dental-practice/</guid>

					<description><![CDATA[<p>The same September Windows Server update you were told to install to close two actively exploited zero-days is now knocking Remote Desktop Services offline - the exact way many dental practices reach their practice-management server. Sessions hang, new logins fail, and some servers need a hard reset. If your office runs server-based software over Remote Desktop, here is what is breaking, why it matters more for a practice than for most offices, and how to stay both patched and open for patients.</p>
<p>The post <a href="https://compudent.com/september-2026-windows-server-update-breaks-remote-desktop-rds-dental-practice/">The Patch That Locks Out the Front Desk: September&#8217;s Windows Server Update Is Breaking Remote Desktop</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Two days ago the advice was simple: install September&#8217;s Windows updates, because Microsoft&#8217;s Patch Tuesday closed two vulnerabilities attackers were already exploiting. Now the same round of updates has a sting in the tail. Windows administrators are reporting that this month&#8217;s Windows Server cumulative updates are breaking Remote Desktop Services (RDS) &#8211; the very mechanism many dental practices rely on to reach their practice-management server (BleepingComputer, <a href="https://www.bleepingcomputer.com/news/microsoft/september-windows-server-updates-break-remote-desktop-services/">September Windows Server updates break Remote Desktop Services</a>). Servers run normally for a few hours, then remote sessions start hanging, new logins fail, and in some cases only a hard reset brings the machine back. If your office logs into a server to see the schedule and the charts, this is the rare kind of update problem that can stop a practice mid-morning.</p>
<h2>What is actually breaking</h2>
<p>The pattern administrators describe is consistent and unsettling. After the September update installs, a server keeps working for a while &#8211; often until the first user logs off. Then things fall apart: existing Remote Desktop sessions can no longer disconnect or log off cleanly, new connection attempts hang partway through and eventually fail, and the pool of usable sessions dwindles until nobody can get in. Restarting the server does not reliably fix it; several admins report that only a full hard reset &#8211; or removing the update &#8211; restores service. One administrator debugging a Server 2022 box found what looked like a deadlock between Remote Desktop and the Local Session Manager, with the service jamming when users log out. Microsoft has not confirmed that as the cause and says it is investigating. The important point for a practice is not the internal mechanics &#8211; it is that the failure builds up over the day and can strike after everything looked fine at 8 a.m.</p>
<h2>Which servers are affected</h2>
<p>The reports span every current Windows Server release: Server 2019 (update KB5122876), Server 2022 (KB5122882), and Server 2025 (KB5122871). Classic Terminal Server setups are affected too &#8211; the underlying Remote Desktop role is the common thread, not any one edition. Ordinary Windows 10 and 11 workstations are not the subject of these particular reports; this is a <em>server</em> problem. That distinction matters, because it means the danger is concentrated exactly where a practice can least afford it: on the one central machine the whole office depends on.</p>
<h2>Why this hits a dental practice harder than most offices</h2>
<p>A great many dental practices run their practice-management software &#8211; Dentrix, Eaglesoft, Open Dental, Tracker/PowerPractice and similar &#8211; on a single Windows Server, with front-desk PCs, operatory workstations and remote clinicians all connecting to it. When that connection is Remote Desktop or a terminal/session host, this bug is not a nuisance on one machine; it is a switch that can turn off charting, scheduling, imaging access and billing for everyone at once. And in a dental office, downtime is not an inconvenience measured in lost email &#8211; it is patients in the chair with no chart, a front desk that cannot see the day&#8217;s schedule, and hygienists who cannot pull up last year&#8217;s radiographs. The blast radius of a server that everyone remotes into is the entire practice. This is the same reason we keep stressing that infrastructure &#8211; the pieces everyone depends on and nobody thinks about &#8211; deserves careful change control, whether it is the server, the firewall, or the <a href="https://compudent.com/mikrotrick-mikrotik-routeros-cve-2026-dental-practice-router/">practice router that runs on its own patch calendar</a>.</p>
<h2>The uncomfortable part: you were just told to patch</h2>
<p>Here is the genuine bind. This month&#8217;s <a href="https://compudent.com/september-2026-patch-tuesday-974-vulnerabilities-dental-practice/">record-setting September Patch Tuesday</a> fixed roughly 970 vulnerabilities, two of which are being actively exploited right now. That is not a set of fixes to shrug off &#8211; the whole reason we urge practices to patch promptly is that attackers move fast, as the <a href="https://compudent.com/watchguard-firebox-cve-2025-14733-ransomware-dental-practice-firewall/">ransomware crews now hunting unpatched firewall appliances</a> keep proving. So &#8220;just don&#8217;t install September&#8217;s updates&#8221; is bad advice: it leaves two exploited holes open on your network. But blindly installing the server update on a Remote Desktop host risks taking the office offline. The right answer is not one or the other &#8211; it is sequencing and testing, so you get the security fixes without gambling the practice&#8217;s uptime.</p>
<h2>What your practice should do now</h2>
<p>The path through this is deliberate rather than dramatic. <strong>1. Know your setup.</strong> Determine whether your practice server has the Remote Desktop Services or Terminal Server role, or whether staff and remote clinicians connect to it by Remote Desktop. If they do, treat this month&#8217;s server update with extra caution. <strong>2. Don&#8217;t patch the server blind.</strong> Apply the September cumulative update to one test or lower-risk server first and let it run through a full day &#8211; including users logging off &#8211; before rolling it out to the production practice server. <strong>3. If you&#8217;re already broken, roll back.</strong> Where a server has already started failing, uninstalling the specific September cumulative update (KB5122876 / KB5122882 / KB5122871) is the fix administrators report works. Treat that as a temporary measure, not a permanent choice &#8211; it removes this month&#8217;s security fixes too. <strong>4. Watch for Microsoft&#8217;s fix.</strong> Microsoft is investigating and typically ships either a Known Issue Rollback or an out-of-band update for regressions like this; re-apply the security fixes as soon as a corrected update is available. <strong>5. Have a real rollback plan and verified backups.</strong> The practices that ride out an update like this calmly are the ones that can restore or revert quickly &#8211; which is exactly why server backups and a documented recovery process are not optional infrastructure.</p>
<h2>What this means for your practice</h2>
<p>This episode is a clean illustration of why patching is a managed discipline, not a checkbox. A practice needs to install security updates promptly &#8211; the exploited zero-days in this same release are proof of that &#8211; and it needs to do so without betting the whole office on an update that Microsoft is still troubleshooting. Squaring those two demands is exactly the job of professional patch management: a test ring before production, staged rollout of server updates, verified backups and a rehearsed rollback, and someone watching the vendor advisories so a known-bad update gets held and a fixed one gets applied fast. Compudent manages exactly this for dental practices across Ontario &#8211; patch scheduling and testing for your practice server, Remote Desktop and terminal-server environments, backup and recovery you can actually rely on, and monitoring so a regression like this month&#8217;s is caught before it empties your waiting room. If you run a server-based practice and you&#8217;re not certain how &#8211; or whether &#8211; your September server updates are being handled, <a href="https://compudent.com/contact/">contact Compudent for a patch-management and continuity assessment</a>. We&#8217;ll make sure you stay both patched and open.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.bleepingcomputer.com/news/microsoft/september-windows-server-updates-break-remote-desktop-services/" target="_blank" rel="noopener">BleepingComputer &#8211; September Windows Server updates break Remote Desktop Services</a></li>
<li><a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-september-2026-patch-tuesday-fixes-966-flaws-2-zero-days/" target="_blank" rel="noopener">BleepingComputer &#8211; Microsoft September 2026 Patch Tuesday fixes 966 flaws, 2 zero-days</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/september-2026-patch-tuesday-974-vulnerabilities-dental-practice/">974 Patches, Two Being Exploited Right Now: How a Dental Practice Should Read September&#8217;s Patch Tuesday</a></li>
<li><a href="https://compudent.com/dental-software-patch-management-dentrix-eaglesoft-open-dental/">Dentrix, Eaglesoft, Open Dental: Why One Patching Policy Cannot Cover All Three</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/september-2026-windows-server-update-breaks-remote-desktop-rds-dental-practice/">The Patch That Locks Out the Front Desk: September&#8217;s Windows Server Update Is Breaking Remote Desktop</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ransomware Is Now Using It: The WatchGuard Firewall Flaw Your Practice Can&#8217;t Leave Unpatched</title>
		<link>https://compudent.com/watchguard-firebox-cve-2025-14733-ransomware-dental-practice-firewall/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Thu, 10 Sep 2026 09:38:57 +0000</pubDate>
				<category><![CDATA[IT Security]]></category>
		<category><![CDATA[CISA KEV]]></category>
		<category><![CDATA[CVE-2025-14733]]></category>
		<category><![CDATA[dental IT security]]></category>
		<category><![CDATA[edge device]]></category>
		<category><![CDATA[Firebox]]></category>
		<category><![CDATA[firewall security]]></category>
		<category><![CDATA[IKEv2 VPN]]></category>
		<category><![CDATA[PHIPA]]></category>
		<category><![CDATA[practice IT]]></category>
		<category><![CDATA[Ransomware]]></category>
		<category><![CDATA[WatchGuard]]></category>
		<guid isPermaLink="false">https://compudent.com/watchguard-firebox-cve-2025-14733-ransomware-dental-practice-firewall/</guid>

					<description><![CDATA[<p>CISA has confirmed ransomware gangs are now exploiting a critical WatchGuard Firebox firewall flaw (CVE-2025-14733) that lets an attacker run code on the device with no password at all. Nine months after the patch shipped, roughly 9,000 firewalls are still exposed. If your dental practice runs a WatchGuard firewall - or any edge device you've stopped thinking about - here is why this one is different and what to check today.</p>
<p>The post <a href="https://compudent.com/watchguard-firebox-cve-2025-14733-ransomware-dental-practice-firewall/">Ransomware Is Now Using It: The WatchGuard Firewall Flaw Your Practice Can&#8217;t Leave Unpatched</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>On September 10, the U.S. Cybersecurity and Infrastructure Security Agency (CISA) updated its catalog of actively exploited vulnerabilities to confirm something practices should not ignore: ransomware gangs are now exploiting a critical flaw in WatchGuard Firebox firewalls (BleepingComputer, <a href="https://www.bleepingcomputer.com/news/security/cisa-watchguard-rce-flaw-now-exploited-in-ransomware-attacks/">CISA: WatchGuard RCE flaw now exploited in ransomware attacks</a>). The bug, <strong>CVE-2025-14733</strong>, has been public and patched since December 2025 &#8211; but nine months on, thousands of these firewalls are still hanging open on the internet, and the criminals who deploy ransomware have now added them to their target list. If your dental office runs a WatchGuard firewall, this is a today problem, not a someday problem.</p>
<h2>What makes this flaw different from the usual alert</h2>
<p>Most of the security warnings a practice sees describe attacks that need several steps: a staff member has to open a phishing email, a password has to be stolen, a foothold has to be established before an attacker can move. This one skips all of that. CVE-2025-14733 is an <em>unauthenticated</em> remote-code-execution flaw &#8211; technically an out-of-bounds write in the firewall&#8217;s software &#8211; and it can be exploited in low-complexity attacks. In plain terms: an attacker who can reach your firewall over the internet can run their own code on it <strong>without any login, password or click from your staff.</strong> There is no foothold to establish because the firewall itself is the foothold. And the firewall is not some minor gadget &#8211; it is the internet-facing front door to your entire practice network, the device that stands between the open internet and your practice-management server, your imaging PCs and every record of patient health information you hold.</p>
<h2>Which devices are affected</h2>
<p>The flaw affects WatchGuard Firebox appliances running Fireware OS 11.x and later (including 11.12.4_Update1), 12.x and later (including 12.11.5), and the 2025.1 through 2025.1.3 releases. According to WatchGuard&#8217;s own advisory, a Firebox is exposed when it is configured to use the <strong>IKEv2 VPN</strong> &#8211; the feature many practices turn on so a dentist or a remote hygienist can connect securely from home. Here is the part that trips people up: WatchGuard warns that a device may <em>still</em> be vulnerable even if you deleted the vulnerable VPN configuration, as long as a branch-office VPN to a static gateway peer is still configured. &#8220;We turned that off ages ago&#8221; is not the same as &#8220;we are safe.&#8221; The only way to know is to check the firmware version and the current configuration directly.</p>
<h2>Nine months, and thousands are still open</h2>
<p>This is the uncomfortable pattern with edge devices. The internet-monitoring group Shadowserver counted roughly 115,000 exposed Fireboxes when the flaw went public in December; nine months later, nearly 9,000 remain unpatched and reachable online. Firewalls, routers and VPN appliances are the perfect ransomware target precisely because they are the devices everyone installs and then forgets &#8211; they sit in a closet, they &#8220;just work,&#8221; nobody logs in for a year, and their firmware quietly rots. This is not a WatchGuard-only failing; it is the same reason we recently had to sound the alarm about <a href="https://compudent.com/mikrotrick-mikrotik-routeros-cve-2026-dental-practice-router/">actively exploited flaws in practice routers</a>. Attackers know these boxes are neglected, and CISA has now confirmed they are walking straight through this one. For context, this is not even the first WatchGuard flaw to draw this level of attention &#8211; an earlier Firebox vulnerability was exploited by Russian state-linked hackers two years ago. Edge devices are a permanent front line, not a one-time chore.</p>
<h2>Why a firewall breach becomes a ransomware disaster</h2>
<p>When an attacker compromises the firewall, they are not stuck at the edge &#8211; they are <em>inside the perimeter</em>, on the one device that can see and route to everything else. From there the ransomware playbook is well worn: map the internal network, reach the practice server, disable backups, encrypt patient records and imaging data, and leave a ransom note. We have watched exactly this kind of chain end badly for dental organizations when it starts with a trusted third party &#8211; the recent <a href="https://compudent.com/eassist-direwolf-dental-billing-rcm-vendor-ransomware/">billing-vendor ransomware attack that put practices on a leak site</a> is a reminder of how fast &#8220;one compromised system&#8221; becomes &#8220;our patients&#8217; data is for sale.&#8221; A pre-authentication flaw on your own firewall removes even the need for a third party. And the fallout is not only technical: under PHIPA, a ransomware event that exposes patient information is a reportable privacy breach, with all the notification, regulatory and reputational weight that carries.</p>
<h2>What your practice should do this week</h2>
<p>The fix is genuinely fast &#8211; the hard part is simply doing it. <strong>1. Find out what you have.</strong> Confirm whether your practice runs a WatchGuard Firebox and, if so, which Fireware version. If you don&#8217;t know, that uncertainty is itself the finding. <strong>2. Upgrade the firmware now.</strong> WatchGuard released fixed Fireware versions in December; updating to a patched release closes the hole. This is a scheduled, out-of-hours job on the firewall, not a workstation reboot. <strong>3. Retire VPN configs you don&#8217;t use.</strong> Disable IKEv2 and old branch-office VPN configurations you no longer need &#8211; but verify against WatchGuard&#8217;s advisory, because a leftover static-peer config can keep you exposed. <strong>4. Check for signs you were already hit.</strong> WatchGuard published indicators of compromise so customers can tell whether a device was attacked before it was patched; if you were exposed for months, assume-breach and look. <strong>5. Don&#8217;t stop at the firewall.</strong> Patch Tuesday covers Windows, but your firewall, router and phone system run on their own calendars &#8211; a complete posture patches all of them, and the machines that <a href="https://compudent.com/legacy-imaging-device-network-segmentation-dental-practice/">genuinely cannot be patched get segmented off</a> so a perimeter breach can&#8217;t reach them. If you missed this month&#8217;s Windows update, our breakdown of <a href="https://compudent.com/september-2026-patch-tuesday-974-vulnerabilities-dental-practice/">September&#8217;s record Patch Tuesday</a> shows how to prioritize.</p>
<h2>What this means for your practice</h2>
<p>A firewall is supposed to be the thing that protects the practice &#8211; which is exactly why a flaw in it is so serious, and why &#8220;we have a firewall&#8221; is not the same as &#8220;our firewall is current.&#8221; An unpatched edge device is worse than no firewall, because it gives you the confidence of protection while quietly serving as the attacker&#8217;s way in. The practices that stay safe are not the ones that never buy a WatchGuard; they are the ones whose firewalls, routers and VPN appliances are inventoried, monitored and patched on a schedule instead of installed and forgotten. Compudent manages edge security for dental practices across Ontario &#8211; tracking firmware across your firewall and network gear, applying critical patches like this one on a tight schedule, hardening remote-access VPNs, and checking exposed devices against advisories the moment they land. If you are not certain whether your practice firewall is patched against CVE-2025-14733 &#8211; or you&#8217;re not sure what firewall you even have &#8211; <a href="https://compudent.com/contact/">contact Compudent for an edge-security assessment</a>. We will find out where you stand and close anything that&#8217;s still open.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.bleepingcomputer.com/news/security/cisa-watchguard-rce-flaw-now-exploited-in-ransomware-attacks/" target="_blank" rel="noopener">BleepingComputer &#8211; CISA: WatchGuard RCE flaw now exploited in ransomware attacks</a></li>
<li><a href="https://www.watchguard.com/wgrd-psirt/advisory/wgsa-2025-00027" target="_blank" rel="noopener">WatchGuard PSIRT &#8211; CVE-2025-14733 Security Advisory (WGSA-2025-00027)</a></li>
<li><a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2025-14733" target="_blank" rel="noopener">CISA &#8211; Known Exploited Vulnerabilities Catalog (CVE-2025-14733)</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/medusa-ransomware-healthcare-advisory-dental-practice/">The FBI Just Refreshed Its Medusa Ransomware Warning for Healthcare: The Real Lesson for Your Dental Practice</a></li>
<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>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/watchguard-firebox-cve-2025-14733-ransomware-dental-practice-firewall/">Ransomware Is Now Using It: The WatchGuard Firewall Flaw Your Practice Can&#8217;t Leave Unpatched</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How Dental AI Tools Connect to Your Imaging Software: TWAIN, DICOM, API, and PMS Bridges</title>
		<link>https://compudent.com/how-dental-ai-connects-imaging-twain-dicom-api-pms-bridges/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Wed, 09 Sep 2026 09:44:30 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AI in dentistry]]></category>
		<category><![CDATA[dental AI]]></category>
		<category><![CDATA[dental imaging integration]]></category>
		<category><![CDATA[dental practice IT]]></category>
		<category><![CDATA[Dentrix]]></category>
		<category><![CDATA[DICOM]]></category>
		<category><![CDATA[Eaglesoft]]></category>
		<category><![CDATA[imaging software]]></category>
		<category><![CDATA[Open Dental]]></category>
		<category><![CDATA[PMS integration]]></category>
		<category><![CDATA[TWAIN]]></category>
		<guid isPermaLink="false">https://compudent.com/how-dental-ai-connects-imaging-twain-dicom-api-pms-bridges/</guid>

					<description><![CDATA[<p>Every dental AI demo skips the least glamorous question: how does the X-ray actually get from your sensor to the AI, and the result back onto your screen? The answer is one of four plumbing methods - TWAIN, DICOM, cloud API, or a PMS bridge - and which one a vendor uses decides whether the tool drops into your practice in an afternoon or never fits at all.</p>
<p>The post <a href="https://compudent.com/how-dental-ai-connects-imaging-twain-dicom-api-pms-bridges/">How Dental AI Tools Connect to Your Imaging Software: TWAIN, DICOM, API, and PMS Bridges</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Every dental AI demo shows you the payoff &#8211; a caries lesion outlined in a confident box, a bone-loss measurement dropped onto the radiograph, a finished note written before the patient is out of the chair. What almost none of them show you is the least glamorous part of the whole story: how the image actually gets from your sensor to the AI, and how the result gets back onto your screen. For a practice owner or IT decision-maker, that plumbing is the entire ballgame. It decides whether a tool installs in an afternoon or never fits your setup at all, whether it touches protected health information in ways your compliance posture allows, and &#8211; for anyone thinking about routing images to more than one AI vendor over time &#8211; whether you are locked in or free to choose. There are essentially four ways an image reaches a dental AI, and it is worth knowing all four before you sign anything.</p>
<h2>The four connection methods, in one map</h2>
<p>Strip away the marketing and dental AI connects to your imaging in one of four ways. <strong>TWAIN</strong> grabs the image at the moment of capture, inside the imaging software, the same way your sensor already talks to Dexis or Eaglesoft. <strong>DICOM</strong> is the medical-imaging interchange standard &#8211; the shared file format and network protocol that lets CBCT volumes and radiographs move between systems that were never designed to talk to each other. A <strong>cloud API, usually paired with a practice-server agent</strong>, is how most modern platforms actually work: a small service on your practice server watches the local image database and syncs studies up to the vendor&#8217;s cloud, where the AI runs. And a <strong>PMS bridge</strong> is a purpose-built integration into a practice-management system such as Dentrix, Eaglesoft, Open Dental, or Curve, so the AI&#8217;s findings surface next to the patient chart. Real products mix these &#8211; a tool might acquire by TWAIN, store by DICOM, process in the cloud, and display through a PMS bridge &#8211; but every one of them is present, and each carries different consequences.</p>
<h2>TWAIN: catching the image at capture</h2>
<p>TWAIN is a decades-old imaging standard that lets an application pull an image directly from a capture device &#8211; a scanner, an intraoral camera, or a dental sensor &#8211; through a standardized driver. In a dental context it is the plumbing that already sits between your sensor and your imaging software, and several AI tools reuse it. A TWAIN-based AI module effectively taps the capture stream: the instant a bitewing or an intraoral photo is exposed, a copy is handed to the AI without the assistant exporting anything. VideaHealth, for example, is commonly integrated through TWAIN-capable imaging software so that its charting engine sees images as they are acquired.</p>
<p>The upside is a genuinely chairside, real-time experience with no extra clicks. The limitation is that TWAIN is a local, capture-time mechanism &#8211; it is excellent for 2D radiographs and camera images at the operatory, and largely irrelevant for reprocessing an archive or for moving a 3D CBCT volume. It is also Windows-centric and driver-dependent, which is exactly the sort of detail that turns a smooth demo into a support ticket if your imaging software version and the AI&#8217;s TWAIN shim disagree.</p>
<h2>DICOM: the standard that moves the heavy studies</h2>
<p>DICOM (Digital Imaging and Communications in Medicine) is the interoperability backbone of medical imaging, and it matters most where dentistry gets serious about 3D. CBCT scanners produce DICOM, PACS archives store and route DICOM, and DICOM defines both a file format and network operations &#8211; store, query, retrieve &#8211; for shuttling studies between systems. When a dental AI supports DICOM, it can ingest a CBCT volume or a set of radiographs regardless of which vendor captured them, because they all speak the same container. Pearl and Diagnocat, among others, offer DICOM pathways precisely because it is the honest way to accept images from a heterogeneous fleet of scanners and archives.</p>
<p>For a practice, DICOM support is a strong signal of an open, standards-based tool rather than a walled garden. It is what lets you send a study out for analysis and receive a structured result back, and it is the pathway most relevant if you are ever consolidating imaging into a PACS or MiPACS-style archive. The caveat is that &#8220;supports DICOM&#8221; is a spectrum &#8211; a vendor might accept a DICOM export but not respond to a live DICOM query, so the word alone does not tell you how automated the flow will be.</p>
<h2>Cloud APIs and the practice-server agent</h2>
<p>The dominant pattern in 2026 is not TWAIN or a manual DICOM export at all &#8211; it is a lightweight agent installed on your practice server that watches your imaging database and quietly syncs new studies to the vendor&#8217;s cloud over an encrypted channel. The AI runs remotely, and results flow back to a web dashboard or into the chart. Overjet, VideaHealth, and Diagnocat all operate on some version of this model. It is popular for good reasons: the heavy computation lives in the vendor&#8217;s data center, updates ship without touching every workstation, and the practice avoids running GPUs on-site.</p>
<p>It also changes your risk profile in ways worth naming plainly. Once images leave the building, you are relying on the vendor&#8217;s encryption, retention, and access controls, and protected health information is now processed off-site &#8211; which is squarely a business-associate relationship and a governance question, not just an IT one. We cover that side in detail in our guide to <a href="https://compudent.com/phipa-hipaa-dental-ai-data-governance-vendor-risk/">PHIPA, HIPAA, and dental AI data governance</a>. From an integration standpoint, the practical questions are which imaging databases the agent can read, how much bandwidth the sync consumes, and whether the agent is a documented, supported component or a fragile script that breaks on the next imaging-software update.</p>
<h2>PMS bridges &#8211; and why most of them are gated</h2>
<p>Getting the image to the AI is only half the loop; the finding has to come back to where the clinician actually works, which is the practice-management system. That is what a PMS bridge does &#8211; it surfaces AI results inside Dentrix, Eaglesoft, Open Dental, or Curve so the annotated radiograph or the automated chart entry appears next to the patient record. Open Dental, with its open developer model and API, is the friendliest of these to integrate against; the larger proprietary systems generally require a formal partnership, and this is where a hard commercial reality lives. Many PMS integrations are <strong>partner-gated</strong>: the AI vendor must be an approved integration partner of the PMS company, and you cannot simply wire the two together yourself. That gating is the single biggest determinant of whether a given AI tool will drop cleanly into your specific practice, and it is why the same product can feel effortless in one office and impossible in another. Our breakdown of <a href="https://compudent.com/overjet-integration-rcm-workflow-data-governance/">Overjet&#8217;s integration and RCM workflow</a> walks through what a mature bridge looks like in practice, and the <a href="https://compudent.com/practice-management-ai-revenue-cycle-claims-analytics/">practice-management AI</a> guide covers the administrative side of the same plumbing.</p>
<h2>What to check before you buy</h2>
<p>Before committing to any dental AI, treat integration as a due-diligence checklist rather than a demo afterthought. Ask which specific method the tool uses for your modality &#8211; TWAIN for 2D chairside, DICOM for CBCT and archives, cloud agent for hands-off sync. Confirm, in writing, that it supports <em>your</em> imaging software and <em>your</em> PMS by name and version, and ask whether that integration is direct or partner-gated &#8211; and if gated, whether the partnership already exists or is &#8220;on the roadmap.&#8221; Establish where images are processed and stored, and get the business-associate or data-processing agreement before, not after. Ask how the connector behaves when the imaging software updates, since that is the most common point of quiet failure. And if there is any chance you will use more than one AI vendor over time, favour standards-based paths &#8211; DICOM and documented APIs &#8211; over proprietary bridges, because they are what keep the choice yours. Two of our imaging-side companions, on <a href="https://patientgallery.com/videahealth-and-twain-how-imaging-software-feeds-the-ai/">how TWAIN feeds the AI</a> and <a href="https://patientgallery.com/pearl-on-the-radiograph-fda-cleared-detection-image-path/">how the image reaches Pearl by DICOM</a>, go deeper on the two standards themselves.</p>
<p>The AI reading your radiographs is impressive, but the connector underneath it is what you actually live with &#8211; it determines your compliance exposure, your support burden, and your freedom to switch. If you are evaluating a dental AI platform and want a straight answer on whether it will fit your imaging software, PMS, and network before you commit, Compudent Systems can assess your environment and map the integration path &#8211; or the reasons one does not exist. That is the kind of question worth answering before the contract, not after.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC12775797/" target="_blank" rel="noopener">FDA-Approved AI Solutions in Dental Imaging: A Narrative Review (PMC)</a></li>
<li><a href="https://www.beckersdental.com/ai-teledentistry/pearl-vs-videa-vs-overjet-what-3-ai-giants-have-accomplished-in-2026/" target="_blank" rel="noopener">Pearl vs. Videa vs. Overjet: what 3 AI giants accomplished in 2026 (Becker&#8217;s Dental Review)</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/practice-management-ai-revenue-cycle-claims-analytics/">Practice-Management AI: Revenue Cycle, Claims, and Analytics</a></li>
<li><a href="https://compudent.com/ai-scribes-dentistry-bola-heidi-denti-ai-scribe/">AI Scribes for Dentistry: Bola AI vs Heidi vs Denti.AI Scribe</a></li>
<li><a href="https://compudent.com/overjet-integration-rcm-workflow-data-governance/">Overjet in Your Practice: Integration, RCM Workflow, and Data Governance</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/how-dental-ai-connects-imaging-twain-dicom-api-pms-bridges/">How Dental AI Tools Connect to Your Imaging Software: TWAIN, DICOM, API, and PMS Bridges</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>974 Patches, Two Being Exploited Right Now: How a Dental Practice Should Read September&#8217;s Patch Tuesday</title>
		<link>https://compudent.com/september-2026-patch-tuesday-974-vulnerabilities-dental-practice/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Wed, 09 Sep 2026 09:37:33 +0000</pubDate>
				<category><![CDATA[IT Security]]></category>
		<category><![CDATA[CVE-2026-81963]]></category>
		<category><![CDATA[CVE-2026-85880]]></category>
		<category><![CDATA[dental IT security]]></category>
		<category><![CDATA[Microsoft security updates]]></category>
		<category><![CDATA[patch management]]></category>
		<category><![CDATA[Patch Tuesday]]></category>
		<category><![CDATA[PHIPA]]></category>
		<category><![CDATA[practice IT]]></category>
		<category><![CDATA[privilege escalation]]></category>
		<category><![CDATA[Windows updates]]></category>
		<category><![CDATA[zero-day]]></category>
		<guid isPermaLink="false">https://compudent.com/september-2026-patch-tuesday-974-vulnerabilities-dental-practice/</guid>

					<description><![CDATA[<p>Microsoft's September 2026 Patch Tuesday is its largest ever - roughly 974 fixes, two of them for flaws already being exploited. A dental practice cannot patch 974 things by Friday, and it does not have to. Here is how to read a record-breaking update without panicking: which two fixes go on tonight, what order everything else follows, and why a pile that big is easier than it looks.</p>
<p>The post <a href="https://compudent.com/september-2026-patch-tuesday-974-vulnerabilities-dental-practice/">974 Patches, Two Being Exploited Right Now: How a Dental Practice Should Read September&#8217;s Patch Tuesday</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>On September 8, Microsoft shipped the largest Patch Tuesday in its history: fixes for roughly 974 vulnerabilities across Windows, Office, SQL Server and its developer tools (Microsoft Security Response Center, <a href="https://msrc.microsoft.com/update-guide/releaseNote/2026-Sep">September 2026 Security Updates</a>). The headline number is alarming, and it is meant to be read exactly the opposite way. For a dental office running a practice server, a dozen workstations and a couple of imaging PCs, the useful news this month is not &#8220;974&#8221; &#8211; it is &#8220;two.&#8221; Two of those flaws are already being exploited in real attacks, and those are the ones that decide what you do tonight. The rest is a queue, not an emergency.</p>
<h2>Why the number keeps breaking records &#8211; and why that is not the scary part</h2>
<p>Microsoft has been setting monthly records all year, and the reason is structural: the company is using AI to hunt for bugs in its own code, and AI finds them faster than humans ever did. More vulnerabilities <em>discovered</em> is not the same as more vulnerabilities <em>being used against you</em>. The security industry was blunt about this. &#8220;AI-assisted vulnerability discovery in 2026 is creating larger haystacks, but it isn&#8217;t finding more needles,&#8221; said Tenable&#8217;s Satnam Narang, urging organizations to work out which flaws actually apply to them and are genuinely reachable before panicking about the total (CyberScoop, <a href="https://cyberscoop.com/microsoft-patch-tuesday-september-2026/">September 2026 Patch Tuesday coverage</a>). The Zero Day Initiative&#8217;s Dustin Childs made the same point &#8211; the pile keeps growing, but there has been &#8220;no correlating spike in active exploits.&#8221; Translation for a practice: a 974-item update is not 974 times more dangerous than a normal month. It is a normal month with a much longer to-do list, and the trick is sorting the list.</p>
<h2>The two that actually matter this month</h2>
<p>Both of the flaws being exploited before the patch existed are privilege-escalation bugs rated CVSS 7.8. The first, <strong>CVE-2026-81963</strong>, is in the Windows Update Stack. The second, <strong>CVE-2026-85880</strong>, is in Windows Advanced Local Procedure Call (ALPC), a core piece of how Windows processes talk to each other. Neither is a remote &#8220;click a link and you&#8217;re owned&#8221; flaw. Both are the <em>second</em> move in an attack: an intruder who has already gotten a small foothold on a machine &#8211; through a phishing attachment, a malicious download, a stolen password &#8211; uses the bug to escalate from an ordinary user account to SYSTEM, the highest level of control on a Windows machine. Once an attacker is SYSTEM, they can disable security tools, install ransomware across the network and reach the patient data on your server. That is why local privilege escalation is never &#8220;just&#8221; local. It is the hinge between a minor incident and a practice-ending one, and it is exactly why the foothold stage &#8211; the phishing email, the <a href="https://compudent.com/ascii-smuggling-invisible-unicode-phishing-dental-practice/">invisible-text phishing that slips past your spam filter</a> &#8211; matters so much. Patch these two first. On the practice server and any machine that touches patient records, they go on tonight or first thing tomorrow, not at the end of the month.</p>
<h2>A priority order for everything else</h2>
<p>After the two exploited zero-days, you are not clearing 972 items by hand &#8211; you are sorting them. As Action1&#8217;s Jack Bicer put it, at this scale &#8220;the challenge is not simply getting through the patch list but knowing what needs attention first.&#8221; A sensible order for a dental practice:</p>
<p><strong>1. The two exploited zero-days</strong> &#8211; server and record-handling machines, immediately. <strong>2. Critical-rated flaws on anything internet-facing</strong> &#8211; your firewall-adjacent server, any remote-access tool, anything a patient or vendor can reach from outside. More than one in ten of this month&#8217;s fixes are rated critical, and the internet-facing ones are where an outsider can actually touch them. <strong>3. Reachable workstations</strong> &#8211; reception and operatory PCs that open email and browse the web, because that is where the foothold usually starts. <strong>4. The long tail</strong> &#8211; the hundreds of fixes for components you may not even run (SQL Server features, developer tools, server roles a small practice never enabled) follow your normal monthly cycle. Most of the 974 simply do not apply to a typical office, and the ones that do are handled by letting Windows Update run on your managed schedule.</p>
<h2>The machines you can&#8217;t just reboot at 2 p.m.</h2>
<p>The real friction in a clinical setting is not deciding to patch &#8211; it is <em>when</em>. You cannot force a restart on the PC driving a CBCT or an intraoral sensor in the middle of a patient&#8217;s appointment, and some older imaging devices cannot take the latest Windows updates at all. That is a scheduling and segmentation problem, not a reason to skip the update. Imaging and operatory machines get patched in off-hours with the vendor&#8217;s blessing on the version, and the devices that genuinely <a href="https://compudent.com/legacy-imaging-device-network-segmentation-dental-practice/">cannot be patched get walled off on a segmented network</a> so a compromise elsewhere can&#8217;t reach them. It is also worth remembering that Patch Tuesday is a Microsoft event &#8211; your other computers-in-disguise patch on their own calendars. The same month we have been reminded to <a href="https://compudent.com/mikrotrick-mikrotik-routeros-cve-2026-dental-practice-router/">patch actively exploited flaws in practice routers</a> and to <a href="https://compudent.com/switchvox-cve-2026-9586-voip-pbx-dental-practice/">update the VoIP phone system</a>, which is a computer too. A complete patch posture covers all of it, not just Windows.</p>
<h2>What this means for your practice</h2>
<p>A 974-fix Patch Tuesday is a test of process, not heroics. A practice with a managed patching program barely notices a record month: the two exploited flaws get pushed on a priority ring, the criticals follow on a tight schedule, workstations update overnight, imaging machines patch in approved off-hours windows, and the long tail rides the normal cycle &#8211; all tracked, so you can actually prove the practice is current if PHIPA ever asks. A practice without that program faces the same 974 as a wall of noise, patches nothing, and leaves the two exploited bugs sitting open for weeks. That gap is the whole game. Compudent runs managed patching for dental practices across Ontario &#8211; prioritizing the flaws that are actually being exploited, scheduling around clinical hours, version-checking updates against your imaging vendors, and keeping the audit trail that proves you stayed current. If this month&#8217;s number made you wonder whether your practice is actually keeping up, <a href="https://compudent.com/contact/">contact Compudent for a patch-posture assessment</a> &#8211; we will tell you where you stand and what, if anything, is still sitting open.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://msrc.microsoft.com/update-guide/releaseNote/2026-Sep" target="_blank" rel="noopener">Microsoft Security Response Center &#8211; September 2026 Security Updates</a></li>
<li><a href="https://cyberscoop.com/microsoft-patch-tuesday-september-2026/" target="_blank" rel="noopener">CyberScoop &#8211; Microsoft discloses two actively exploited zero-days among 974 vulnerabilities</a></li>
<li><a href="https://www.zerodayinitiative.com/blog/2026/9/8/the-september-2026-security-update-review" target="_blank" rel="noopener">Trend Micro Zero Day Initiative &#8211; The September 2026 Security Update Review</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/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>
<li><a href="https://compudent.com/ai-accelerated-malware-attacks-dental-practice/">When the Malware Rewrites Itself: AI-Accelerated Attacks and What They Mean for Your Practice</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/september-2026-patch-tuesday-974-vulnerabilities-dental-practice/">974 Patches, Two Being Exploited Right Now: How a Dental Practice Should Read September&#8217;s Patch Tuesday</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Practice-Management AI: Revenue Cycle, Claims, and Analytics</title>
		<link>https://compudent.com/practice-management-ai-revenue-cycle-claims-analytics/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Tue, 08 Sep 2026 09:44:25 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AI in dentistry]]></category>
		<category><![CDATA[dental AI]]></category>
		<category><![CDATA[dental analytics]]></category>
		<category><![CDATA[dental claims]]></category>
		<category><![CDATA[Dental Intelligence]]></category>
		<category><![CDATA[Overjet]]></category>
		<category><![CDATA[PMS integration]]></category>
		<category><![CDATA[practice IT]]></category>
		<category><![CDATA[practice management]]></category>
		<category><![CDATA[revenue cycle management]]></category>
		<category><![CDATA[Zentist]]></category>
		<guid isPermaLink="false">https://compudent.com/practice-management-ai-revenue-cycle-claims-analytics/</guid>

					<description><![CDATA[<p>The AI story in dentistry started at the operatory - reading radiographs and writing notes. The quieter, faster-moving story is happening at the front desk and in the back office, where AI now parses remittances, works denials, and turns the practice-management database into a live dashboard. Here is what practice-management AI actually does, how it plugs into your PMS, and what to check before it reads your ledger.</p>
<p>The post <a href="https://compudent.com/practice-management-ai-revenue-cycle-claims-analytics/">Practice-Management AI: Revenue Cycle, Claims, and Analytics</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Most of the attention on AI in dentistry has landed at the chair &#8211; software that reads a bitewing for caries, or an ambient scribe that writes the clinical note. But the tools moving fastest into everyday practices are not looking at teeth at all. They are looking at the ledger. Practice-management AI works the revenue cycle, automates claims and remittances, and turns the numbers already sitting in your practice-management system (PMS) into a live picture of the business. It is less photogenic than an annotated radiograph, and for a practice owner watching margins, it is often the part of the AI story with the clearest return &#8211; provided you understand what it actually does and what it needs to reach in order to do it.</p>
<h2>A different kind of AI than the imaging tools</h2>
<p>The first thing to be clear about is a distinction that matters for how you evaluate these products. Imaging AI &#8211; Pearl, Overjet&#8217;s detection engine, VideaHealth &#8211; makes a clinical claim about a patient&#8217;s radiograph, which is why those functions carry FDA clearances and are regulated as medical devices. Revenue-cycle and analytics AI makes no clinical claim. It parses a remittance, flags a likely denial, or charts your collections trend. That is administrative software, and it is <em>not</em> an FDA-cleared medical device &#8211; nor should you expect it to be. The right lens is not &#8220;is it cleared&#8221; but &#8220;is it accurate, and is it handling our data responsibly,&#8221; because the value of these tools comes entirely from reading the practice-management database, and that database is full of protected health information.</p>
<h2>Job one: automating the revenue cycle</h2>
<p>Revenue cycle management (RCM) is the end-to-end money loop &#8211; eligibility and benefits, claim creation and submission, adjudication, payment posting, and collections. AI is now applied as a layer across that loop rather than as a single tool. As RCM vendor Zentist puts it, AI in dental billing &#8220;isn&#8217;t a single tool, it&#8217;s a layer of intelligence applied across&#8221; the cycle &#8211; most visibly in automated payment posting that reconciles payments to claims and updates ledgers without staff keying it in (Zentist, <a href="https://www.zentist.io/blog/how-ai-is-transforming-dental-rcm">How AI Is Transforming Dental RCM</a>). The practical effect in an office is that the repetitive, error-prone administrative work &#8211; matching an insurance payment to the right claim and the right patient, updating the ledger, spotting the underpayment &#8211; gets done faster and more consistently than a busy front desk can manage manually. For a DSO running many locations on mixed systems, that consistency is often the whole point.</p>
<h2>Job two: claims, denials, and reading the remittance</h2>
<p>The sharpest pain in dental billing is denials, and this is where the current crop of AI is most concentrated. Zentist&#8217;s Remit AI, for example, automates EOB/ERA parsing, payment posting, and denial management, and the company reports use across more than 3,000 practices. &#8220;EOB/ERA parsing&#8221; is the unglamorous core of it: an explanation of benefits or electronic remittance advice arrives in dozens of payer formats, and AI reads it, extracts what was paid, adjusted, and denied, and turns it into a structured action &#8211; post this, appeal that. Overjet, better known for imaging, has built payer-facing RCM workflows on the same idea of using AI to reduce claim denials and improve billing accuracy (Overjet, <a href="https://www.overjet.com/blog/dental-revenue-cycle-management-with-ai-guide">Dental RCM with AI</a>). Clearinghouse-based engines such as Vyne Trellis sit in the same lane. There is also a clinical-documentation crossover worth flagging: several major carriers now have workflows to process claims that include AI-generated clinical narratives and annotated radiographs, particularly for crown, perio, and implant cases where documentation quality drives approval &#8211; which is where the billing side and the imaging side of dental AI quietly meet.</p>
<h2>Job three: analytics that turn the PMS into a dashboard</h2>
<p>The third category is analytics &#8211; platforms that read your PMS and surface the KPIs a practice runs on: production, collections, case acceptance, hygiene reappointment, open treatment, no-show rates. Dental Intelligence, Practice by Numbers, and Jarvis Analytics are the recognizable names here, and their pitch is the same: eliminate the manual effort that normally stops a dental team from using its own data (Practice by Numbers, <a href="https://practicenumbers.com/blog/dental-practice-analytics-2/">Dental Practice Analytics</a>). The &#8220;AI&#8221; in this category ranges from genuine predictive modelling &#8211; which patients are likely to lapse, which treatment is likely to be accepted &#8211; down to automated morning-huddle briefings and trend alerts. Treat the marketing accordingly: a live, reliable dashboard of your real numbers is valuable on its own, whether or not every feature is truly predictive.</p>
<h2>The integration reality: how these tools reach your data</h2>
<p>This is the part that determines whether any of it works in your office, and it is the part the sales demo glosses over. Revenue-cycle and analytics AI has to read the PMS, and it does so in a few well-worn ways. Analytics platforms typically use a <em>PMS bridge</em> or a small <em>practice-server agent</em> &#8211; software installed on your on-site server that syncs data out to the vendor&#8217;s cloud. Denzif&#8217;s platform survey describes exactly this pattern: syncing with Dentrix, Eaglesoft, Open Dental, and Curve via a practice-server agent. Claims and RCM tools lean more on the insurance plumbing &#8211; clearinghouse connections and EDI transactions (the 837 claim, the 835 remittance) &#8211; to move data to and from payers. The critical caveat for buyers: not every vendor supports every PMS. As one 2026 buyer&#8217;s guide notes bluntly, most AI vendors integrate with Dentrix, Eaglesoft, or Open Dental &#8220;but not always all three,&#8221; which becomes a real constraint for a DSO that has inherited mixed systems through acquisition. Before you fall for a feature list, confirm the tool supports <em>your</em> PMS, on <em>your</em> version, with a sync method your IT setup can actually host.</p>
<h2>What this means for your practice</h2>
<p>Practice-management AI is, for many offices, the most immediately profitable slice of the dental-AI story &#8211; vendors report figures like a 25% lift in case acceptance and an 18x return (Overjet customer data, 2026), and while those are self-reported and should be read as directional rather than guaranteed, the underlying mechanics of fewer denials and faster posting are real and measurable in your own numbers. But every one of these tools earns its keep by reading the full ledger &#8211; patient names, procedures, insurance, payments &#8211; which makes each adoption a data-governance decision as much as an operations one. The same questions we apply to clinical AI apply here: a signed business associate or PHIPA agent agreement before any data flows, encryption in transit and at rest, a clear picture of where the data is hosted and who the subprocessors are, and an installed sync agent that your network is set up to run securely. That is the review Compudent does with dental clients before an RCM or analytics platform touches the PMS &#8211; confirming the integration fits your systems and that the data flow holds up under PHIPA and HIPAA. Our breakdown of <a href="https://compudent.com/overjet-integration-rcm-workflow-data-governance/">Overjet&#8217;s RCM workflow and data governance</a> works a single platform end to end, our guide to <a href="https://compudent.com/phipa-hipaa-dental-ai-data-governance-vendor-risk/">PHIPA, HIPAA, and dental AI vendor risk</a> lays out the compliance homework, and our look at the <a href="https://compudent.com/ai-front-desk-call-intake-scheduling-voice-agents-dentistry/">AI front desk</a> covers the patient-facing end of the same back office. If you are weighing a revenue-cycle, claims, or analytics tool and want the integration and vendor-risk work done properly first, <a href="https://compudent.com/contact/">contact Compudent for a practice assessment</a>.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.zentist.io/blog/how-ai-is-transforming-dental-rcm" target="_blank" rel="noopener">Zentist &#8211; How AI Is Transforming Dental Revenue Cycle Management</a></li>
<li><a href="https://www.overjet.com/blog/dental-revenue-cycle-management-with-ai-guide" target="_blank" rel="noopener">Overjet &#8211; Dental Revenue Cycle Management with AI</a></li>
<li><a href="https://www.overjet.com/blog/dental-practice-profitability-with-ai-guide" target="_blank" rel="noopener">Overjet &#8211; Dental Practice Profitability with AI</a></li>
<li><a href="https://practicenumbers.com/blog/dental-practice-analytics-2/" target="_blank" rel="noopener">Practice by Numbers &#8211; Dental Practice Analytics</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/phipa-hipaa-dental-ai-data-governance-vendor-risk/">PHIPA, HIPAA, and Dental AI: PHI, Data Governance, and Vendor Risk</a></li>
<li><a href="https://compudent.com/how-dental-ai-connects-imaging-twain-dicom-api-pms-bridges/">How Dental AI Tools Connect to Your Imaging Software: TWAIN, DICOM, API, and PMS Bridges</a></li>
<li><a href="https://compudent.com/ai-front-desk-call-intake-scheduling-voice-agents-dentistry/">The AI Front Desk: Call Intake, Scheduling, and Voice Agents in Dentistry</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/practice-management-ai-revenue-cycle-claims-analytics/">Practice-Management AI: Revenue Cycle, Claims, and Analytics</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Your Billing Company Is on a Leak Site: The eAssist/Direwolf Attack and Outsourced-RCM Risk</title>
		<link>https://compudent.com/eassist-direwolf-dental-billing-rcm-vendor-ransomware/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Tue, 08 Sep 2026 09:38:07 +0000</pubDate>
				<category><![CDATA[IT Security]]></category>
		<category><![CDATA[business associate agreement]]></category>
		<category><![CDATA[dental billing]]></category>
		<category><![CDATA[dental practice IT]]></category>
		<category><![CDATA[Direwolf]]></category>
		<category><![CDATA[double extortion]]></category>
		<category><![CDATA[eAssist]]></category>
		<category><![CDATA[HIPAA]]></category>
		<category><![CDATA[PHI]]></category>
		<category><![CDATA[PHIPA]]></category>
		<category><![CDATA[Ransomware]]></category>
		<category><![CDATA[revenue cycle management]]></category>
		<category><![CDATA[third-party risk]]></category>
		<category><![CDATA[vendor risk]]></category>
		<guid isPermaLink="false">https://compudent.com/eassist-direwolf-dental-billing-rcm-vendor-ransomware/</guid>

					<description><![CDATA[<p>On September 6, 2026, the Direwolf ransomware group listed dental-billing outsourcer eAssist Dental Solutions on its leak site. When the vendor that runs your billing is breached, the exposed patient data is still your responsibility - here is what that means for your practice.</p>
<p>The post <a href="https://compudent.com/eassist-direwolf-dental-billing-rcm-vendor-ransomware/">Your Billing Company Is on a Leak Site: The eAssist/Direwolf Attack and Outsourced-RCM Risk</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>On September 6, 2026, a name that a great many dental practices quietly depend on turned up somewhere no one wants to see it: the dark-web leak site of the <strong>Direwolf ransomware group</strong>. The victim listed was <strong>eAssist Dental Solutions</strong>, one of the largest outsourced dental-billing and revenue-cycle-management (RCM) companies in North America. An appearance on a verified ransomware leak site is a high-confidence sign of two things at once &#8211; that attackers got into the network, and that negotiations have stalled badly enough that the criminals are now using public exposure as leverage. If your practice outsources any part of its billing, insurance follow-up, or accounts-receivable work, the uncomfortable question is not &#8220;was eAssist breached?&#8221; but &#8220;is any of my patients&#8217; data sitting in what was taken?&#8221;</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/eassist-direwolf-dental-billing-rcm-vendor-ransomware-1-scaled.jpg" alt="A central billing data hub connected to many dental clinics, with a red breach alert spreading outward from the hub" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">One outsourced billing vendor can be a single point of failure for hundreds of independent practices.</figcaption></figure>
<h2>What eAssist is, and why the target matters</h2>
<p>eAssist is not a household name to patients, but it is deeply embedded in the back office of the profession. It provides outsourced billing, insurance-claim management, and collections for a large network of independent dental offices &#8211; the unglamorous financial plumbing that keeps a practice&#8217;s cash flow moving. To do that work, a billing outsourcer necessarily holds a rich file on every patient it touches: names, addresses, dates of birth, insurance policy details, procedure and diagnostic codes, and outstanding balances. That is a near-complete identity-and-insurance profile, and it is exactly the kind of data extortion crews prize. It is the same lesson we drew from the <a href="https://compudent.com/mckesson-data-breach-shinyhunters-saas-dental-practice/">284-million-record claim against supplier McKesson</a>: the richest targets in healthcare are increasingly not the clinics themselves but the vendors that aggregate data from thousands of them.</p>
<h2>Concentration risk: one vendor, hundreds of practices</h2>
<p>This is the part that should reframe how you think about outsourcing. When you hand billing to a shared service, you are trading a bit of your own attack surface for a share of a much larger, more attractive one. A single administrative platform that manages workflows for hundreds of independent clinics is a concentrated choke point &#8211; compromise it once, and the attacker walks away with downstream data spanning every practice it serves. Your office may have excellent internal security; it does not matter to the patient whose insurance file was exfiltrated from a vendor&#8217;s server. Outsourcing a task does not outsource the accountability, and it certainly does not outsource the harm.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/eassist-direwolf-dental-billing-rcm-vendor-ransomware-2.jpg" alt="A two-stage diagram showing data being stolen first and then files being encrypted, with backups also compromised" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Double extortion: attackers steal the data first, then encrypt it &#8211; so restoring from backup no longer ends the threat.</figcaption></figure>
<h2>How Direwolf operates: steal first, encrypt second</h2>
<p>Direwolf runs the now-standard <strong>double-extortion</strong> playbook, and understanding it explains why &#8220;we have backups&#8221; is no longer a complete answer. Rather than relying only on encryption to freeze a victim&#8217;s operations, the group first <em>exfiltrates</em> the valuable data &#8211; corporate documents, financial ledgers, and client or patient records &#8211; and only then deploys the encryption payload. Groups like this deliberately go after backup infrastructure, too, so that clean restores are difficult and the victim is squeezed from both sides: your systems are down <em>and</em> your data is already gone. Even a practice or vendor that recovers its systems flawlessly from backup still faces the second threat &#8211; public release of the stolen files. That is why immutable, offline backups matter, but also why they are only half the defense; we covered the backup and retention side of this in our guide to <a href="https://compudent.com/dental-records-retention-phipa-secure-disposal-ontario/">records retention, backups, and PHIPA in Ontario</a>. The other half is preventing the theft in the first place. This is also why the response to a vendor breach is a compliance problem as much as an IT one &#8211; much like the <a href="https://compudent.com/medusa-ransomware-healthcare-advisory-dental-practice/">FBI&#8217;s refreshed Medusa ransomware warning for healthcare</a>, the technical event and the regulatory clock start together.</p>
<h2>The uncomfortable truth: their breach can be your notification</h2>
<p>Here is where practice owners are most often caught off guard. Under both U.S. HIPAA and Ontario&#8217;s PHIPA, a practice remains the custodian of its patients&#8217; health information even when a third party processes it on the practice&#8217;s behalf. If a billing vendor holding your patients&#8217; data is breached, your obligations &#8211; notifying affected patients, and in many cases regulators &#8211; are triggered by that event, not waived by it. The vendor&#8217;s contract may make them responsible <em>to you</em>, but to your patients and to the regulator, the duty of care still runs through your practice. That is the entire reason a written data-protection agreement exists between a custodian and its service providers &#8211; what U.S. rules call a Business Associate Agreement and what PHIPA frames through the custodian&#8217;s obligations to bind its agents. If you have never seen that document for your billing vendor, that gap is itself a finding. We walk through the governance side of these relationships in our piece on <a href="https://compudent.com/phipa-hipaa-dental-ai-data-governance-vendor-risk/">PHI, data governance, and vendor risk</a>.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/eassist-direwolf-dental-billing-rcm-vendor-ransomware-3.jpg" alt="A shielded contract document linking a dental office to an outsourced vendor, representing a business associate agreement" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">A written data-protection agreement is what turns a handshake vendor relationship into an enforceable safeguard.</figcaption></figure>
<h2>What to do this week</h2>
<p>Whether or not eAssist is your vendor, this listing is a prompt to act. Take these steps in order:</p>
<p><strong>1. Establish your exposure.</strong> Confirm whether your practice uses eAssist directly, or works with a billing partner who in turn subcontracts to it. Downstream relationships are exactly how practices end up affected without realising they were ever connected.</p>
<p><strong>2. Demand a written status update.</strong> If you are a client, contact the vendor and ask, in writing, three specific questions: was any of our patient data involved, what categories of data, and what is the notification timeline. Keep the correspondence &#8211; you may need it for your own regulatory filing.</p>
<p><strong>3. Pull your agreement.</strong> Locate the data-protection or business-associate terms in your contract and read what the vendor is obligated to do on a breach, and how quickly. If no such agreement exists, treat that as an urgent gap to close regardless of this incident.</p>
<p><strong>4. Prepare, do not wait.</strong> If patient data was involved, ready your own breach-notification process now rather than after the vendor&#8217;s timeline slips. Identify which patients would be affected and draft the communications so you are not starting from zero under a regulatory clock.</p>
<p><strong>5. Widen the audit.</strong> eAssist is one vendor among many with access to your patient data &#8211; your practice-management cloud, imaging archive, payment processor, and marketing tools all belong on the same list. Inventory who holds what, and confirm each has a written safeguarding agreement and a track record you can point to.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/eassist-direwolf-dental-billing-rcm-vendor-ransomware-4.jpg" alt="A dental practice manager reviewing a vendor list and contracts while conducting a third-party risk review" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">You cannot protect data you have handed to a vendor you have not vetted &#8211; start with a list of who holds what.</figcaption></figure>
<h2>The takeaway for practice IT</h2>
<p>The eAssist listing is a clean illustration of a risk that has quietly grown as dentistry has outsourced more of its back office: your security is only as strong as the weakest vendor holding your patients&#8217; data, and their breach lands on your desk as a compliance obligation. The fix is not to stop outsourcing &#8211; shared billing services are often more capable than a small in-house team &#8211; but to treat every vendor relationship as an extension of your own security perimeter, governed by a real agreement and a real understanding of what they hold. The practices that will handle an incident like this calmly are the ones that already know their vendor list, their contracts, and their notification duties before the leak site posts.</p>
<p>Compudent Systems helps dental practices across the GTA and Ontario map exactly this: which third parties hold your patient data, whether each has an enforceable data-protection agreement, and what your notification obligations look like if one of them is breached. If a vendor incident has you unsure where your patients&#8217; information actually lives, contact Compudent for a third-party risk assessment &#8211; the time to understand your exposure is before your billing company shows up on a leak site, not after.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.brinztech.com/breach-alerts/brinztech-alert-eassist-dental-solutions-listed-as-victim-by-direwolf-ransomware-group" target="_blank" rel="noopener">Brinztech Alert &#8211; eAssist Dental Solutions Listed as Victim by Direwolf Ransomware Group</a></li>
<li><a href="https://www.hipaajournal.com/" target="_blank" rel="noopener">HIPAA Journal &#8211; MCNA Dental data breach (dental-billing sector precedent)</a></li>
</ul>
<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-ransomware-leak-site-fairview-soniva-practice/">Two Dental Groups on Leak Sites in One Week: What It Means When Your Practice&#8217;s Name Appears on a Ransomware Blog</a></li>
<li><a href="https://compudent.com/cost-of-a-data-breach-dental-practice-class-action-liability/">What a Data Breach Actually Costs a Dental Practice: The Bill Behind the Headline</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/eassist-direwolf-dental-billing-rcm-vendor-ransomware/">Your Billing Company Is on a Leak Site: The eAssist/Direwolf Attack and Outsourced-RCM Risk</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>PHIPA, HIPAA, and Dental AI: PHI, Data Governance, and Vendor Risk</title>
		<link>https://compudent.com/phipa-hipaa-dental-ai-data-governance-vendor-risk/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Mon, 07 Sep 2026 09:44:32 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AI in dentistry]]></category>
		<category><![CDATA[business associate agreement]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[data governance]]></category>
		<category><![CDATA[data residency]]></category>
		<category><![CDATA[dental AI]]></category>
		<category><![CDATA[HIPAA]]></category>
		<category><![CDATA[PHI]]></category>
		<category><![CDATA[PHIPA]]></category>
		<category><![CDATA[practice IT]]></category>
		<category><![CDATA[vendor risk]]></category>
		<guid isPermaLink="false">https://compudent.com/phipa-hipaa-dental-ai-data-governance-vendor-risk/</guid>

					<description><![CDATA[<p>The moment you point an AI tool at a radiograph or a consult recording, you have created a new pathway for protected health information to leave your practice - and the accountability does not leave with it. Here is how HIPAA and Ontario's PHIPA actually treat dental AI vendors, and the governance homework to do before you sign.</p>
<p>The post <a href="https://compudent.com/phipa-hipaa-dental-ai-data-governance-vendor-risk/">PHIPA, HIPAA, and Dental AI: PHI, Data Governance, and Vendor Risk</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Dental AI has crossed the line from novelty to normal. Practices are running AI over bitewings to flag caries and bone loss, letting ambient scribes write the clinical note, and pointing voice agents at the phone line. Each of those tools does something useful. Each of them also does the same quiet thing underneath: it takes protected health information that used to live inside your four walls and sends it somewhere else to be processed. That is not a reason to avoid AI. It is a reason to treat every adoption as a data-governance decision first and a clinical or productivity upgrade second &#8211; because when the regulator asks where a patient&#8217;s radiograph went and who could see it, &#8220;the vendor handles that&#8221; is not an answer that protects you.</p>
<h2>The uncomfortable truth: the accountability does not leave with the data</h2>
<p>The single most important thing to understand about both HIPAA in the United States and Ontario&#8217;s Personal Health Information Protection Act (PHIPA) is that they are built on the same principle: the practice that collects the patient&#8217;s information stays responsible for it, wherever it goes. Sending a radiograph to a cloud AI vendor does not transfer the legal duty to protect it. It extends your obligation to include that vendor&#8217;s conduct. An AI system tends to multiply the data flows that duty covers &#8211; the image or audio goes up, a result comes back, copies may be cached, logs are written, and in some architectures the data is retained to improve the model. Every one of those is a place where PHI lives, and every one of them is your responsibility to have accounted for. Good governance is not paranoia here; it is simply the mirror image of the accountability the law already assigns to you.</p>
<h2>HIPAA: any AI vendor touching PHI is a business associate</h2>
<p>Under HIPAA, a vendor that creates, receives, maintains, or transmits PHI on your behalf is a <em>business associate</em>, and you are required to have a signed business associate agreement (BAA) in place before that data changes hands. Practically every clinically useful dental AI tool meets this definition &#8211; imaging AI receives the radiograph, an AI scribe receives the consult audio, a claims or analytics tool receives the chart. There is a common and dangerous misconception that a vendor which only stores encrypted data, or which &#8220;cannot see&#8221; the content, falls outside this. It does not. The U.S. Department of Health and Human Services has been explicit that a cloud service provider handling PHI is a business associate even in a &#8220;no-view&#8221; arrangement where the data is encrypted and the provider holds no key &#8211; and a BAA is still required (HHS, <a href="https://www.hhs.gov/hipaa/for-professionals/special-topics/cloud-computing/index.html">Guidance on HIPAA &amp; Cloud Computing</a>). The relevant obligations sit at 45 C.F.R. &sect;&sect; 164.308(b)(1) and 164.502(e).</p>
<p>AI raises the bar on what that BAA has to say. A boilerplate agreement written for a storage vendor may not authorize the way an AI platform actually moves data &#8211; to subprocessors, to a model-hosting environment, or back to the practice through a third-party integration. Health-privacy counsel now advise that the BAA should <em>explicitly permit the contemplated upstream and downstream data flows</em> of the AI operating environment, rather than leaving them to be inferred (Morgan Lewis, <a href="https://www.morganlewis.com/pubs/2026/05/healthcare-ai-deployment-compliance-through-contracting-baas-and-data-governance">Healthcare AI Deployment</a>). If a vendor will not sign a BAA, or will only sign one that is silent on how the AI itself uses the data, that is your answer.</p>
<h2>PHIPA: you are the custodian, the AI tool is your agent</h2>
<p>For an Ontario practice, the framework is PHIPA, and the vocabulary is different but the logic rhymes. Your practice is a <em>health information custodian</em> (HIC). A vendor that handles PHI on your behalf is your <em>agent</em>, and where it supplies the electronic services that let you collect, use, store, or dispose of PHI, it may specifically be an <em>electronic service provider</em> (ESP) &#8211; or, if it routes PHI between custodians, a health information network provider (HINP). The label matters less than the consequence: PHIPA keeps the custodian accountable for what its agents and service providers do with the information. You are expected to bind them by contract, to permit only the uses you actually authorize, and to exercise due diligence over their safeguards. An AI vendor operating as your agent is not a way to offload responsibility; it is an extension of your own compliance perimeter that you are on the hook to govern.</p>
<h2>The cross-border question: where does the PHI actually go?</h2>
<p>This is where Canadian practices get caught, because most of the marquee dental AI platforms are US-hosted. PHIPA does not prohibit storing or processing PHI outside Ontario or Canada &#8211; but it does require the custodian to remain accountable and to exercise real due diligence over the safeguards, transparency, and contractual controls that apply once the data leaves. Sending PHI to a US-hosted AI service also engages federal law: PIPEDA (and, for practices touching Quebec residents, Quebec&#8217;s Law 25) treats a transfer for processing as something you must handle with comparable protection and, increasingly, disclose. And there is a jurisdictional wrinkle that is easy to miss &#8211; data held by a US provider can be reachable under the US CLOUD Act regardless of where the servers physically sit, which is a real exposure most clinic owners have never modelled. None of this makes US-hosted AI off-limits. It makes three questions mandatory before adoption: in which country is the PHI stored and processed, which subprocessors and jurisdictions are in the chain, and can the vendor offer Canadian data residency if you need it?</p>
<h2>The quiet risk: secondary use and training on your patients&#8217; data</h2>
<p>The compliance failure that rarely shows up in a demo is secondary use. An AI vendor may, by default, retain the images, audio, or notes you send and use them to train or refine its models. That can be entirely legitimate &#8211; de-identified data responsibly used improves the tools everyone relies on &#8211; but it is a use of PHI that you, as custodian or covered entity, have to have authorized and understood. &#8220;De-identified&#8221; is also a technical claim, not a marketing one: dental radiographs and CBCT volumes can carry embedded DICOM metadata (names, dates of birth, device identifiers) that has to be stripped properly for de-identification to mean anything. Before you sign, get a plain answer to a plain question: does the vendor use our patient data to train models, can we opt out, and if data is de-identified, exactly how? A vendor that treats that question as unreasonable is telling you something important.</p>
<h2>A vendor-risk checklist to run before you sign</h2>
<p>Governance for dental AI does not require a compliance department &#8211; it requires a short, repeatable checklist applied every time, translating the law above into questions a vendor can answer in writing:</p>
<ul>
<li><strong>Signed agreement in place:</strong> a HIPAA BAA and/or a PHIPA agent/ESP agreement, signed <em>before</em> any PHI is shared &#8211; and one that names the AI-specific data flows, not a generic storage template.</li>
<li><strong>Encryption in transit and at rest:</strong> confirmed for the image, audio, or chart on the way out, in processing, and in any retained copy.</li>
<li><strong>Access controls and audit logs:</strong> role-based access on the vendor side and a log you can actually obtain that shows who or what touched the PHI.</li>
<li><strong>Data residency and subprocessors:</strong> where the data is stored and processed, the full subprocessor list, and whether a Canadian-hosted option exists.</li>
<li><strong>Retention, deletion, and training:</strong> how long PHI is kept, how it is destroyed on request or at contract end, and whether it is used for model training &#8211; with an opt-out.</li>
<li><strong>Breach notification:</strong> a contractual commitment to notify you promptly of any security incident, so you can meet your own reporting duties to the patient and the regulator.</li>
</ul>
<h2>What this means for your practice</h2>
<p>Adopting AI in a dental practice is a genuine upgrade to care and efficiency &#8211; and it is also a moment where your responsibility for patient information quietly expands to include a new set of vendors. The practices that will look good in five years are the ones treating that as a routine, boring, documented step: identify the data flow, sign the right agreement, verify the safeguards, and keep the paper. That is exactly the review Compudent runs with dental clients before a new imaging AI, scribe, or voice agent goes anywhere near a patient record &#8211; mapping where the PHI travels, checking the BAA or PHIPA agent agreement covers what the tool actually does, and confirming the data-residency and vendor-risk picture stands up under PHIPA and HIPAA. Our breakdown of <a href="https://compudent.com/overjet-integration-rcm-workflow-data-governance/">deploying Overjet with its data governance intact</a> applies this discipline to clinical imaging AI, our guide to <a href="https://compudent.com/ai-front-desk-call-intake-scheduling-voice-agents-dentistry/">AI on the dental front desk</a> covers the same questions for call intake and scheduling, and our comparison of <a href="https://compudent.com/ai-scribes-dentistry-bola-heidi-denti-ai-scribe/">AI scribes for dentistry</a> shows where consult audio becomes PHI. If you are evaluating a dental AI tool and want the compliance and vendor-risk homework done properly first, <a href="https://compudent.com/contact/">contact Compudent for a practice assessment</a>.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.hhs.gov/hipaa/for-professionals/privacy/guidance/business-associates/index.html" target="_blank" rel="noopener">HHS &#8211; Business Associates (HIPAA)</a></li>
<li><a href="https://www.hhs.gov/hipaa/for-professionals/special-topics/cloud-computing/index.html" target="_blank" rel="noopener">HHS &#8211; Guidance on HIPAA &#038; Cloud Computing</a></li>
<li><a href="https://www.morganlewis.com/pubs/2026/05/healthcare-ai-deployment-compliance-through-contracting-baas-and-data-governance" target="_blank" rel="noopener">Morgan Lewis &#8211; Healthcare AI Deployment: Compliance Through Contracting, BAAs, and Data Governance</a></li>
<li><a href="https://www.ipc.on.ca/en/health-individuals/phipa-personal-health-information-protection-act" target="_blank" rel="noopener">Information and Privacy Commissioner of Ontario &#8211; PHIPA</a></li>
<li><a href="https://www.priv.gc.ca/en/privacy-topics/airport-and-border/gd_070801/" target="_blank" rel="noopener">Office of the Privacy Commissioner of Canada &#8211; PIPEDA and transfers for processing</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/overjet-integration-rcm-workflow-data-governance/">Overjet in Your Practice: Integration, RCM Workflow, and Data Governance</a></li>
<li><a href="https://compudent.com/practice-management-ai-revenue-cycle-claims-analytics/">Practice-Management AI: Revenue Cycle, Claims, and Analytics</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/phipa-hipaa-dental-ai-data-governance-vendor-risk/">PHIPA, HIPAA, and Dental AI: PHI, Data Governance, and Vendor Risk</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MikroTrick: Six Actively Exploited MikroTik RouterOS Flaws &#8211; Patch Your Practice Router Now</title>
		<link>https://compudent.com/mikrotrick-mikrotik-routeros-cve-2026-dental-practice-router/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Mon, 07 Sep 2026 09:36:01 +0000</pubDate>
				<category><![CDATA[IT Security]]></category>
		<category><![CDATA[actively exploited]]></category>
		<category><![CDATA[CERT Polska]]></category>
		<category><![CDATA[CVE-2026-67276]]></category>
		<category><![CDATA[CVE-2026-67277]]></category>
		<category><![CDATA[CVE-2026-86060]]></category>
		<category><![CDATA[dental practice IT]]></category>
		<category><![CDATA[firmware patching]]></category>
		<category><![CDATA[MikroTik]]></category>
		<category><![CDATA[MikroTrick]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[RouterOS]]></category>
		<category><![CDATA[SSH]]></category>
		<guid isPermaLink="false">https://compudent.com/mikrotrick-mikrotik-routeros-cve-2026-dental-practice-router/</guid>

					<description><![CDATA[<p>CERT Polska has disclosed six MikroTik RouterOS vulnerabilities, and attackers are already chaining two of them - a combination dubbed 'MikroTrick' - to take full control of routers whose SSH is exposed to the internet. If your practice runs a MikroTik, this is a patch-today alert.</p>
<p>The post <a href="https://compudent.com/mikrotrick-mikrotik-routeros-cve-2026-dental-practice-router/">MikroTrick: Six Actively Exploited MikroTik RouterOS Flaws &#8211; Patch Your Practice Router Now</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>On September 5, 2026, MikroTik did something it had never done before: it pushed a security alert straight to the phones of everyone with its app installed. The reason is worth a dental practice owner&#8217;s attention. CERT Polska, Poland&#8217;s national cyber-response team, had identified <strong>six vulnerabilities in MikroTik RouterOS</strong> &#8211; and two of them, chained together into an attack the researchers nicknamed <strong>&#8220;MikroTrick,&#8221;</strong> let an attacker take full, unauthenticated control of a router whose SSH service is reachable from the internet. This is not a theoretical advisory. CERT Polska has confirmed the chain is being exploited in the wild, with successful takeovers observed since at least September 2. If your practice runs a MikroTik router &#8211; and a great many small-clinic networks quietly do &#8211; this is a patch-today item.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/mikrotrick-mikrotik-routeros-cve-2026-dental-practice-router-1-scaled.jpg" alt="A dental office network router with a glowing intrusion alert at an exposed SSH management port" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Two chained RouterOS flaws let an attacker walk straight through an SSH port left open to the internet.</figcaption></figure>
<h2>What was actually found</h2>
<p>The six flaws span the SSH server and client, the bandwidth-test service, X.509 certificate handling, and the WebFig management interface. CERT Polska highlighted three as the ones that matter most:</p>
<p><strong>CVE-2026-67276 &#8211; SSH authentication bypass (CVSS 9.2).</strong> RouterOS did not properly verify the public keys used for SSH login; it failed to compare the entire RSA public key assigned to a user. An attacker who knew a valid username and the public modulus of that user&#8217;s key could craft a different key and log in <em>without ever possessing the private key</em>, inheriting that account&#8217;s privileges.</p>
<p><strong>CVE-2026-86060 &#8211; SSH privilege manipulation via a crafted username (CVSS 9.2).</strong> RouterOS mishandled usernames beginning with a disallowed character during SSH login. By supplying a specially crafted username, an attacker could elevate their session to <em>full administrative privileges</em>.</p>
<p><strong>CVE-2026-67277 &#8211; bandwidth-test memory disclosure and crash (CVSS 8.8).</strong> The bandwidth-test service let an unauthenticated connection reach a state that should only follow a successful login. Combined with a buffer-disclosure bug and an integer underflow, it enabled kernel memory leakage or a remote denial-of-service that restarts the device.</p>
<p>Combine the first two and you have MikroTrick: bypass authentication, then escalate to admin. Game over for that router &#8211; which, on a practice network, is the device that sees every packet between your operatory, your imaging server, and the internet.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/mikrotrick-mikrotik-routeros-cve-2026-dental-practice-router-2.jpg" alt="Two vulnerability icons combining into one attack chain that reaches full administrative control of a router" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">&#8216;MikroTrick&#8217; is not one bug &#8211; it is two flaws combined into an unauthenticated takeover.</figcaption></figure>
<h2>Why a dental practice should care about a router bug</h2>
<p>MikroTik hardware is popular in small and mid-size deployments precisely because it is capable and inexpensive &#8211; which is also why it turns up in dental offices, often installed years ago by a contractor and rarely touched since. That &#8220;set it and forget it&#8221; posture is the real exposure here. A router that owns your gateway can be used to sniff traffic, redirect DNS, pivot into your practice-management server, or sit quietly as a foothold for ransomware. This is the same lesson we walked through when the summer advisories landed &#8211; see our earlier breakdown, <a href="https://compudent.com/mikrotik-routeros-advisory-dental-network-security/">Is Your Practice Router a Backdoor?</a> &#8211; except this time the flaws are being actively exploited, not just theoretically dangerous. The pattern of an internet-reachable management service becoming a live entry point is exactly what we described with the <a href="https://compudent.com/switchvox-cve-2026-9586-voip-pbx-dental-practice/">actively exploited flaw in practice phone systems</a>: the edge device nobody thinks of as a computer is the one that gets taken.</p>
<h2>The good news, and the catch</h2>
<p>MikroTik&#8217;s default configuration blocks the SSH port from the internet, so a router left in its out-of-the-box state is not directly exposed to MikroTrick. The catch is how often that default gets changed. Someone opens SSH &#8220;temporarily&#8221; for remote support, adds a port-forward for a camera system, or loosens the firewall to get a stubborn service working &#8211; and the management plane ends up facing the public internet. If that describes any change ever made to your router, you are in scope. The confirmed attacks originated from a single IP address (82.192.72.4) and created a highly privileged user account named <strong>&#8220;ops&#8221;</strong> &#8211; a concrete sign to look for.</p>
<h2>What to do right now</h2>
<p>The fix exists and, per CERT Polska, patched devices are protected against the observed attacks. Take these steps in order:</p>
<p><strong>1. Update RouterOS immediately.</strong> Fixes ship in <strong>7.25 beta 3, 7.24.2, 7.23.4, and 6.49.21</strong>. Most devices will offer the upgrade under &#8220;Check for updates.&#8221; Do not defer this to next month&#8217;s maintenance window.</p>
<p><strong>2. Get SSH off the internet.</strong> Confirm the SSH port is not reachable from untrusted networks. If you genuinely need remote management, restrict it to known trusted IPs, or &#8211; far better &#8211; close all management ports and reach the router only through a strong VPN such as WireGuard.</p>
<p><strong>3. Check the &#8216;Flagged&#8217; status.</strong> The patched releases add a mechanism that, at startup, scans the configuration for known signs of tampering, disables suspicious entries, and writes a critical log entry setting the device to <strong>&#8220;Flagged.&#8221;</strong> If your log shows a Flagged entry, follow MikroTik&#8217;s Flagged-status documentation and treat the device as compromised.</p>
<p><strong>4. Hunt for the indicators of compromise.</strong> Even without a Flagged marker, inspect the router for anything you do not recognise. Watch for log lines like <code>login failure for user -2 from &lt;ip&gt; via ssh</code> and <code>user &lt;name&gt; added by ssh:-2@&lt;ip&gt;</code>, and for that rogue <strong>&#8220;ops&#8221;</strong> account. Also review users, scripts, scheduler tasks, proxy settings, and tunnels. Importantly, the absence of a Flagged marker is <em>not</em> proof of safety &#8211; the mechanism catches only selected traces.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/mikrotrick-mikrotik-routeros-cve-2026-dental-practice-router-3.jpg" alt="An encrypted VPN tunnel reaching a router whose management ports remain closed to the public internet" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The durable fix is not just patching &#8211; it is keeping management ports off the public internet entirely.</figcaption></figure>
<h2>If the device was compromised, patching is not enough</h2>
<p>This is the step practices most often get wrong. If your router shows Flagged status, an unknown &#8220;ops&#8221; user, or any of the log indicators, assume the attacker had full control &#8211; which means credentials, VPN keys, and configuration secrets that passed through or lived on that device should be considered exposed. Simply upgrading the firmware does not evict an attacker who has already planted persistence. A compromised gateway calls for a full rebuild: reset to a known-good configuration, rotate every credential and key associated with the network, and review what else on the practice LAN that router could reach. Because MikroTrick hands over an administrative session, the blast radius is your whole network, not just one box. The same containment discipline we apply to <a href="https://compudent.com/legacy-imaging-device-network-segmentation-dental-practice/">segmenting legacy imaging devices</a> applies here in reverse: a flat network with a compromised router means nothing downstream can be trusted until it is checked.</p>
<h2>The takeaway for practice IT</h2>
<p>MikroTrick is a textbook reminder that the network&#8217;s plumbing is a computer too, and it needs the same patch cadence and the same &#8220;no management ports on the public internet&#8221; rule as any server. The immediate actions are simple &#8211; update RouterOS, close SSH to the outside world, check for the Flagged marker and the &#8220;ops&#8221; user &#8211; but they only help if someone actually does them, and does them now while exploitation is ongoing. If you are not certain who last looked at your practice router, what version it runs, or whether any management port is exposed, that uncertainty is the finding.</p>
<p>Compudent Systems handles exactly this for dental practices across the GTA and Ontario: confirming your router&#8217;s firmware and exposure, closing off remote-management ports, standing up a proper VPN for support access, and checking a device for signs of the MikroTrick indicators before they become a breach. If your network gear has been running untouched for a while, contact Compudent for a security assessment &#8211; the best time to find an exposed router is before an attacker does.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://cert.pl/en/posts/2026/09/vulnerabilities-in-mikrotik-routeros-actively-exploited/" target="_blank" rel="noopener">CERT Polska &#8211; Critical vulnerabilities in MikroTik RouterOS are being actively exploited</a></li>
<li><a href="https://mikrotik.com/supportsec/september-2026-vulnerability/" target="_blank" rel="noopener">MikroTik security bulletin &#8211; September 2026 vulnerability (MikroTrick)</a></li>
<li><a href="https://manual.mikrotik.com/docs/system-information-and-utilities/device-mode#flagged-status" target="_blank" rel="noopener">MikroTik &#8216;Flagged&#8217; status documentation</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/mikrotik-routeros-advisory-dental-network-security/">Is Your Practice Router a Backdoor? What the New MikroTik RouterOS Advisories Mean for Dental Networks</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>
<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/mikrotrick-mikrotik-routeros-cve-2026-dental-practice-router/">MikroTrick: Six Actively Exploited MikroTik RouterOS Flaws &#8211; Patch Your Practice Router Now</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AI Scribes for Dentistry: Bola AI vs Heidi vs Denti.AI Scribe</title>
		<link>https://compudent.com/ai-scribes-dentistry-bola-heidi-denti-ai-scribe/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Sun, 06 Sep 2026 09:44:39 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AI in dentistry]]></category>
		<category><![CDATA[AI scribe]]></category>
		<category><![CDATA[ambient documentation]]></category>
		<category><![CDATA[Bola AI]]></category>
		<category><![CDATA[dental AI]]></category>
		<category><![CDATA[Denti.AI]]></category>
		<category><![CDATA[Heidi Health]]></category>
		<category><![CDATA[HIPAA]]></category>
		<category><![CDATA[PHIPA]]></category>
		<category><![CDATA[practice management]]></category>
		<category><![CDATA[voice perio]]></category>
		<guid isPermaLink="false">https://compudent.com/ai-scribes-dentistry-bola-heidi-denti-ai-scribe/</guid>

					<description><![CDATA[<p>AI scribes promise to get your clinicians out of the chart and back to the patient. But 'AI scribe' covers three different products - structured voice charting, dental-native platforms, and horizontal ambient note-takers borrowed from medicine. Here is how Bola AI, Heidi, and Denti.AI actually differ on integration, regulation, and PHIPA exposure.</p>
<p>The post <a href="https://compudent.com/ai-scribes-dentistry-bola-heidi-denti-ai-scribe/">AI Scribes for Dentistry: Bola AI vs Heidi vs Denti.AI Scribe</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Ask any dentist or hygienist where their day disappears and the answer is rarely the dentistry. It is the documentation &#8211; the perio charting, the clinical notes, the after-hours catch-up that turns a nine-hour day into eleven. The AI scribe category exists to reclaim that time, and it has moved fast enough that three very different products now compete for the same line in your budget. The problem is that &#8220;AI scribe&#8221; has become a label stretched across tools that work in fundamentally different ways, integrate differently, and carry different regulatory baggage. This is the operator&#8217;s view of three of the most-cited options &#8211; Bola AI, Heidi, and Denti.AI &#8211; and what actually separates them once you get past the demo.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/ai-scribes-dentistry-bola-heidi-denti-ai-scribe-1-scaled.jpg" alt="A clinician working chairside while an AI scribe transcribes the conversation into a structured dental chart" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The pitch is simple: keep the clinician&#8217;s hands and eyes on the patient while the note writes itself.</figcaption></figure>
<h2>What an &#8220;AI scribe&#8221; actually is &#8211; and its two flavours</h2>
<p>Before comparing vendors, separate two things that both get sold as scribes. The first is <strong>structured voice-command charting</strong>: the clinician speaks measurements or findings aloud &#8211; &#8220;three, two, three, bleeding on distal&#8221; &#8211; and the software drops them into the correct fields of a perio or restorative chart in real time. It is hands-free data entry with a fixed vocabulary. The second is the <strong>ambient conversation scribe</strong>: the tool listens to the natural back-and-forth of a patient consult and generates a narrative clinical note, typically in SOAP format, that the clinician reviews and signs. One fills structured fields; the other writes prose. A few platforms now do both, which is exactly why the category is confusing. Knowing which flavour you are buying tells you what changes at the chairside and what has to connect on the back end.</p>
<h2>Bola AI &#8211; the dental-native voice specialist</h2>
<p>Bola AI is built for dentistry first. Its headline products are <strong>Voice Perio</strong> and <strong>Voice Restorative</strong> &#8211; structured voice-command charting &#8211; alongside an ambient AI Scribe for clinical notes. The reason it matters to a practice-IT buyer is integration: Bola writes directly into the practice-management system&#8217;s own chart. Its Voice Perio integration with Open Dental drops perio data straight into the native Open Dental Perio Chart, and it maintains a parallel integration with Dentrix, so the readings land in your system of record in real time rather than in a separate app someone has to reconcile. That native, two-way PMS write-back is the differentiator &#8211; and it is a partner-gated integration, meaning Bola works where it has built and certified a bridge, not universally. Practical note for deployment: Bola depends on approved, high-quality microphones to hit its recognition accuracy in a noisy operatory, so the hardware is part of the rollout, not an afterthought.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/ai-scribes-dentistry-bola-heidi-denti-ai-scribe-2.jpg" alt="Three lanes representing structured voice charting, an all-in-one dental platform, and a general ambient scribe flowing toward a practice-management database" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Three products wear the same &#8216;AI scribe&#8217; label &#8211; and only some of them write cleanly back into your PMS.</figcaption></figure>
<h2>Heidi &#8211; the horizontal scribe borrowed from medicine</h2>
<p>Heidi (Heidi Health) is the odd one out, and deliberately so. It is a <strong>general-purpose ambient medical scribe</strong> used across primary care, specialty clinics, telehealth and even veterinary settings &#8211; dentistry is one audience among many, not the design centre. It listens to the consult, produces a SOAP or template-based note, offers an inline &#8220;Ask Heidi&#8221; assistant, and supports multiple languages. On compliance it is strong for a horizontal tool: HIPAA compliance with a Business Associate Agreement available on its paid Practice tier, plus stated adherence to PIPEDA (relevant for Canadian practices), GDPR and NHS standards, and enterprise certifications including SOC 2 and ISO 27001. What it does <strong>not</strong> do is deep, structured dental-PMS integration. Heidi produces an excellent note; getting that note into Dentrix or Open Dental generally means an EHR sync or copy-paste workflow, not automated structured charting. For a practice that mainly wants consult notes written faster and is comfortable moving them into the chart manually, that trade may be fine. For one that wants perio numbers auto-filled, it is the wrong tool.</p>
<h2>Denti.AI &#8211; the all-in-one dental platform</h2>
<p>Denti.AI bundles the most into one subscription: an ambient <strong>AI Scribe</strong>, <strong>Voice Perio</strong> charting, an <strong>AI receptionist</strong>, and <strong>Auto-Chart</strong>, its FDA-cleared imaging diagnostic. It is dental-native, Health Canada licensed, holds a US patent (No. 11,389,131), and competes hard on price at an entry point around $49 &#8211; with hygienists in particular praising the five-minute hands-free perio charting. The all-in-one framing is genuinely appealing for a practice that would rather manage one vendor than four. But it also creates the single most common accuracy error buyers make, which deserves its own section.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/ai-scribes-dentistry-bola-heidi-denti-ai-scribe-3.jpg" alt="A consultation audio waveform inside a security shield crossing a border line, representing PHI protection and data residency" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Consult audio and the notes it generates are protected health information from the first word.</figcaption></figure>
<h2>The regulatory point everyone gets wrong</h2>
<p>An ambient scribe that transcribes a conversation and drafts a note is a <strong>documentation tool</strong>. It makes no diagnosis, so it is generally not regulated by the FDA as a medical device, and there is no 510(k) clearance number attached to the scribe itself &#8211; for Bola&#8217;s scribe, Heidi, or Denti.AI&#8217;s scribe alike. Where this trips people up is Denti.AI. Denti.AI genuinely holds <strong>FDA clearance</strong>, but that clearance covers its <em>Auto-Chart imaging diagnostic</em> &#8211; automated detection of caries, periapical radiolucencies, and bone levels across panoramic and intraoral radiographs &#8211; not the scribe or the voice charting. Conflating the two, and marketing an ambient scribe as &#8220;FDA-cleared,&#8221; is exactly the kind of claim a decision-maker should refuse to take at face value. Verify what the clearance actually covers, and treat the scribe and the diagnostic as separate products with separate regulatory status even when they ship in one platform. If a vendor cannot cleanly explain which of its features is cleared and which is not, that is your answer.</p>
<h2>PHIPA, HIPAA, and where the audio goes</h2>
<p>Regardless of which tool you choose, the compliance exposure is the same and it is real. The consult audio, the transcript, and the generated note are all <strong>protected health information</strong> the moment the recording starts. Under Ontario&#8217;s PHIPA and under HIPAA in the US, that PHI remains your practice&#8217;s responsibility even though a vendor is processing it. You need a signed data-processing agreement &#8211; a BAA in the US, the equivalent contractual safeguards under PHIPA &#8211; covering how consult audio is stored, who can access it, how long it is retained, and what happens to it when you leave. Because most of these platforms are US-based cloud services, <strong>data residency</strong> is a live question for a Canadian practice: if your patients&#8217; consult recordings sit on US infrastructure, you are making a cross-border PHI transfer and you remain the accountable custodian. Confirm the retention policy, the BAA or PHIPA terms, and where the data physically lives &#8211; in writing, before go-live, not from a slide.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/ai-scribes-dentistry-bola-heidi-denti-ai-scribe-4.jpg" alt="A dental practice owner and an IT consultant comparing AI scribe options on a laptop" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Picking a scribe is an integration and vendor-risk decision before it is a note-taking upgrade.</figcaption></figure>
<h2>Which one fits which practice</h2>
<p>The choice sorts cleanly once you know what you are optimising for. If your pain is perio and restorative <strong>charting speed</strong> and you run Open Dental or Dentrix, Bola AI&#8217;s native structured write-back is the tightest fit. If you want a <strong>single dental platform</strong> covering scribing, voice charting, imaging AI and the front desk &#8211; and you keep the regulatory distinctions straight &#8211; Denti.AI is the consolidation play, and its pricing makes it easy to pilot. If your priority is fast, high-quality <strong>narrative consult notes</strong>, you value multilingual support and mature compliance certifications, and you can live with a manual path into the chart, Heidi is the strong horizontal option. In every case the deciding factors are the same two Compudent flags on any dental AI: how cleanly it integrates with your exact PMS, and whether the vendor&#8217;s data handling survives a PHIPA review.</p>
<p>This is the kind of evaluation Compudent Systems runs for practices across the GTA and Ontario &#8211; matching an AI scribe to your existing PMS and workflow, confirming what integrates natively versus what means re-keying, and checking that consult audio and generated notes are handled in a way that stands up under PHIPA. For the wider picture, our sister site&#8217;s <a href="https://aitoolsforhumans.com/denti-ai-voice-charting-perio-ai-scribe/">plain-language look at Denti.AI</a> covers the patient-facing side, our guide to <a href="https://compudent.com/ai-front-desk-call-intake-scheduling-voice-agents-dentistry/">AI on the dental front desk</a> tackles the same integration questions for scheduling and call intake, and our <a href="https://compudent.com/overjet-integration-rcm-workflow-data-governance/">breakdown of deploying Overjet</a> applies the same discipline to clinical imaging AI. If you are weighing an AI scribe and want the integration and compliance homework done properly first, contact Compudent for a practice assessment.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.opendental.com/site/bolaai.html" target="_blank" rel="noopener">Open Dental &#8211; Bola AI integration</a></li>
<li><a href="https://bola.ai/practice-management-partners/dentrix/" target="_blank" rel="noopener">Bola AI + Dentrix integration</a></li>
<li><a href="https://www.denti.ai/" target="_blank" rel="noopener">Denti.AI &#8211; Dental AI Scribe, Voice Perio &#038; Imaging</a></li>
<li><a href="https://www.heidihealth.com/en-us" target="_blank" rel="noopener">Heidi &#8211; AI care partner for clinical practice</a></li>
<li><a href="https://www.deepcura.com/resources/best-ai-scribe-for-dentists" target="_blank" rel="noopener">Best AI Scribe for Dentists (2026) &#8211; 9 Tools Compared</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/ai-front-desk-call-intake-scheduling-voice-agents-dentistry/">The AI Front Desk: Call Intake, Scheduling, and Voice Agents in Dentistry</a></li>
<li><a href="https://compudent.com/how-dental-ai-connects-imaging-twain-dicom-api-pms-bridges/">How Dental AI Tools Connect to Your Imaging Software: TWAIN, DICOM, API, and PMS Bridges</a></li>
<li><a href="https://compudent.com/practice-management-ai-revenue-cycle-claims-analytics/">Practice-Management AI: Revenue Cycle, Claims, and Analytics</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/ai-scribes-dentistry-bola-heidi-denti-ai-scribe/">AI Scribes for Dentistry: Bola AI vs Heidi vs Denti.AI Scribe</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How Long Must You Keep a Patient Chart? Records Retention, Backups, and PHIPA in Ontario</title>
		<link>https://compudent.com/dental-records-retention-phipa-secure-disposal-ontario/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Sun, 06 Sep 2026 09:39:42 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[data governance]]></category>
		<category><![CDATA[dental IT]]></category>
		<category><![CDATA[dental records retention]]></category>
		<category><![CDATA[Ontario dental]]></category>
		<category><![CDATA[PHIPA]]></category>
		<category><![CDATA[RCDSO]]></category>
		<category><![CDATA[records management]]></category>
		<category><![CDATA[secure disposal]]></category>
		<guid isPermaLink="false">https://compudent.com/dental-records-retention-phipa-secure-disposal-ontario/</guid>

					<description><![CDATA[<p>Ontario dentists must keep patient records for at least ten years, then destroy them securely. That single sentence hides a decade of IT decisions about storage, backups, format survival, and disposal that most practices never plan for.</p>
<p>The post <a href="https://compudent.com/dental-records-retention-phipa-secure-disposal-ontario/">How Long Must You Keep a Patient Chart? Records Retention, Backups, and PHIPA in Ontario</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Ask a busy practice how long it keeps patient records and the honest answer is usually &#8220;forever, more or less.&#8221; Charts stay in the practice-management system, old radiographs pile up on the imaging server, and nothing is ever really deleted because deleting things feels risky. It is an understandable instinct, and it is also the wrong policy. In Ontario, records retention is not a matter of preference &#8211; it is set by the Royal College of Dental Surgeons of Ontario (RCDSO), reinforced by the <em>Personal Health Information Protection Act</em> (PHIPA), and quietly turned into an IT problem the moment your records went digital. This is the operator&#8217;s view of that problem: how long you must keep records, why the end of a record&#8217;s life is a compliance event of its own, and how your backups both rescue and complicate the whole thing.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/dental-records-retention-phipa-secure-disposal-ontario-1-scaled.jpg" alt="A secure, orderly dental records archive combining physical files and digital storage with a ten-year timeline motif" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">A patient chart is not a document you file and forget &#8211; it is a ten-year IT commitment.</figcaption></figure>
<h2>The ten-year rule, and the trap inside it</h2>
<p>The baseline most Ontario practices work from is the RCDSO recordkeeping standard: a patient&#8217;s dental record must be retained for at least ten years after the date of the last entry. For a patient who was a minor, the clock is more generous &#8211; retention runs for ten years after the day the patient reached, or would have reached, the age of majority. Radiographs are part of the clinical record, so a bitewing series taken today is subject to the same decade-plus horizon as the written chart. Financial records live under a separate schedule entirely: the Canada Revenue Agency generally expects business records to be kept for six years. So a single patient visit can spawn two overlapping retention clocks running on different timelines.</p>
<p>The trap is that these are <em>minimums</em>, expressed in years, being applied to data that lives on hardware measured in months. A ten-year retention obligation quietly assumes that the drive, the server, the backup, the imaging software, and the file format will all still exist and still be readable a decade from now. None of that is guaranteed by default. Retention is a promise your IT has to be built to keep, not a checkbox in your PMS.</p>
<h2>PHIPA makes retention an IT obligation, not a filing habit</h2>
<p>PHIPA is where retention stops being a College standard and becomes a legal duty about how you <em>hold</em> the data. As a health information custodian, a dental practice must take reasonable steps to protect personal health information against theft, loss, and unauthorized use &#8211; for the entire time it is retained, and through the moment it is destroyed. That framing matters. Every year you keep a record, you are also on the hook to keep it secure. The obligation does not pause because a chart is inactive; an archived record from 2019 carries the same protection duty as the patient you are treating this afternoon.</p>
<p>This is why retention and security cannot be run as separate projects. An old radiograph archive sitting on an unpatched, unmonitored server in the back room is not &#8220;just storage&#8221; &#8211; under PHIPA it is live personal health information you are legally responsible for. The same discipline that governs your active systems has to reach the archive, or the archive becomes your weakest point.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/dental-records-retention-phipa-secure-disposal-ontario-2.jpg" alt="The lifecycle of a dental record from creation through a long retention period to secure destruction" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Retention is only half the rule. The record&#8217;s end-of-life is a compliance event too.</figcaption></figure>
<h2>Backups: the thing that saves retention, and the thing that breaks disposal</h2>
<p>Retention has a recoverability requirement hiding inside it. Keeping a record for ten years is meaningless if a drive failure or a ransomware event wipes it in year four. This is where a genuine backup strategy earns its place: a primary copy on the practice server, a local backup for fast recovery, and an offsite or immutable copy that a network attacker cannot reach or encrypt. The immutable copy is the part practices most often skip and most often need &#8211; it is what lets you honestly say a decade of records will still exist after a bad day. And a backup you have never restored is a hope, not a plan; we have <a href="https://compudent.com/backups-only-as-good-as-last-test-restore/">made the case before that your backups are only as good as your last test restore</a>, and retention is exactly the obligation that assumption is protecting.</p>
<p>But backups cut the other way too. When a record&#8217;s retention period ends and you securely destroy it from the live system, copies of it usually still exist inside your backup sets and archives. Truly disposing of personal health information means accounting for those copies &#8211; either through backup rotation that ages them out on a defined schedule, or through a documented policy that treats backup-resident data as protected until it expires. A disposal process that only touches the production system, and quietly leaves ten years of the same record in cold storage, is not a disposal process.</p>
<h2>Disposal is a compliance event, not a right-click</h2>
<p>The end of a record&#8217;s life gets almost no planning attention, and it should get a lot. Under PHIPA, personal health information must be disposed of securely, in a way that makes reconstruction impossible. For paper, that means cross-cut shredding or a bonded destruction service, not the recycling bin. For digital records, &#8220;delete&#8221; is not disposal &#8211; a deleted file is typically still recoverable until it is overwritten. Secure digital destruction means cryptographic erasure, a verified secure wipe, or physical destruction of the media, ideally paired with a certificate of destruction you can produce if you are ever asked to prove it.</p>
<p>That paper trail is the point. If a former patient, the College, or the Information and Privacy Commissioner asks what happened to a record, &#8220;we think it was deleted&#8221; is not an answer. A dated destruction log, tied to a retention schedule, is. Disposal done properly is auditable by design.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/dental-records-retention-phipa-secure-disposal-ontario-3.jpg" alt="A three-tier backup and archive design with primary server, local backup, and immutable offsite copy" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Backups are how a ten-year retention rule survives a failed drive, a ransomware event, or a bad restore.</figcaption></figure>
<h2>Why keeping everything is now a liability, not a safety net</h2>
<p>The old instinct &#8211; keep everything forever, just in case &#8211; made sense when the risk of holding data was near zero. It is not zero anymore. Every record you retain past its required life is additional blast radius on the day you are breached: more patients to notify, more data in the dump, more exposure in the class action. When we broke down <a href="https://compudent.com/cost-of-a-data-breach-dental-practice-class-action-liability/">what a data breach actually costs a dental practice</a>, the size of the exposed dataset was a direct multiplier on the bill. Data you have already destroyed &#8211; lawfully, on schedule &#8211; cannot be stolen. Retention discipline is, in that sense, a security control.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/dental-records-retention-phipa-secure-disposal-ontario-4.jpg" alt="Secure destruction of both paper records and a hard drive, paired with a certificate of destruction motif" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Deleting a file is not disposal. Secure destruction means the data cannot be reconstructed &#8211; and can be proven so.</figcaption></figure>
<p>There is a format problem lurking behind all of this too. A ten-year horizon means the imaging you capture today has to remain both stored and <em>readable</em> long after the sensor, the workstation, and possibly the software vendor have changed. Proprietary formats, orphaned imaging applications, and un-migrated archives can leave you technically compliant on retention but practically unable to open the file &#8211; which is its own failure. Planning storage for the long haul is part of the same conversation as <a href="https://compudent.com/new-imaging-modalities-dental-practice-storage-infrastructure/">building imaging storage infrastructure that can grow with the practice</a>.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/dental-records-retention-phipa-secure-disposal-ontario-5.jpg" alt="A large store of data shrinking to a small, well-defended core, illustrating that retaining less reduces breach exposure" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Every record you keep past its required life is extra blast radius on the day you are breached.</figcaption></figure>
<h2>What a defensible retention program looks like</h2>
<p>Pulling it together, a dental practice that can stand behind its records handling has a few things in place. A written retention schedule that reflects the RCDSO minimums, the age-of-majority rule for minors, and the separate CRA horizon for financial records. Storage and backups &#8211; including an immutable offsite copy &#8211; engineered to keep records both recoverable and secure for the full period. A disposal process that is scheduled, secure, and logged, and that accounts for backup-resident copies rather than pretending they do not exist. And a format-migration plan so that a decade-old radiograph is not just retained but openable.</p>
<p>None of this is glamorous, and none of it shows up in a treatment plan. But it is the difference between a practice that can answer a records question in minutes and one that discovers, mid-audit or mid-breach, that its policy was &#8220;keep everything and hope.&#8221; If you are not sure whether your retention, backup, and disposal setup would hold up to a PHIPA review, that is exactly the kind of assessment worth doing before someone asks. Contact Compudent Systems and we will map your current records lifecycle against what Ontario actually requires &#8211; and fix the gaps before they become the story.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.rcdso.org/en-ca/standards-guidelines-resources" target="_blank" rel="noopener">RCDSO Standards of Practice and Guidelines (Dental Recordkeeping)</a></li>
<li><a href="https://www.ontario.ca/laws/statute/04p03" target="_blank" rel="noopener">Personal Health Information Protection Act, 2004 (Ontario e-Laws)</a></li>
<li><a href="https://www.ipc.on.ca/en/resources" target="_blank" rel="noopener">Information and Privacy Commissioner of Ontario &#8211; Resources</a></li>
<li><a href="https://www.canada.ca/en/revenue-agency/services/tax/businesses/topics/keeping-records.html" target="_blank" rel="noopener">Canada Revenue Agency &#8211; Keeping records</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/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/phipa-breach-response-ontario-dental-practice/">The First Hours After a Data Breach: What an Ontario Dental Practice Must Do Under PHIPA</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/dental-records-retention-phipa-secure-disposal-ontario/">How Long Must You Keep a Patient Chart? Records Retention, Backups, and PHIPA in Ontario</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The AI Front Desk: Call Intake, Scheduling, and Voice Agents in Dentistry</title>
		<link>https://compudent.com/ai-front-desk-call-intake-scheduling-voice-agents-dentistry/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Sat, 05 Sep 2026 09:44:06 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AI in dentistry]]></category>
		<category><![CDATA[AI receptionist]]></category>
		<category><![CDATA[call intake]]></category>
		<category><![CDATA[dental AI]]></category>
		<category><![CDATA[dental front desk]]></category>
		<category><![CDATA[HIPAA]]></category>
		<category><![CDATA[patient scheduling]]></category>
		<category><![CDATA[PHIPA]]></category>
		<category><![CDATA[practice management]]></category>
		<category><![CDATA[voice agents]]></category>
		<guid isPermaLink="false">https://compudent.com/ai-front-desk-call-intake-scheduling-voice-agents-dentistry/</guid>

					<description><![CDATA[<p>AI receptionists now answer dental phones in under a second and book appointments straight into the PMS. For a practice, the questions are not about the voice - they are about how it plugs into your scheduling stack, where call recordings go, and whether the vendor's data handling survives a PHIPA review. Here is the decision-maker's view.</p>
<p>The post <a href="https://compudent.com/ai-front-desk-call-intake-scheduling-voice-agents-dentistry/">The AI Front Desk: Call Intake, Scheduling, and Voice Agents in Dentistry</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Most of the attention on AI in dentistry has gone to the operatory &#8211; software that reads a bitewing or segments a CBCT volume. But the fastest-moving corner of the market right now is not clinical at all. It is the phone. A new class of AI receptionists and voice agents now answers inbound calls, books appointments directly into the practice-management system, and does it around the clock. The pitch is blunt and, unfortunately, accurate: the dental front desk is one of the leakiest revenue points in the whole practice, and it leaks mostly through the phone line. This is the operator&#8217;s view of that category &#8211; what these tools actually do, how they connect to your stack, and what a practice has to get right before switching one on.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/ai-front-desk-call-intake-scheduling-voice-agents-dentistry-1-scaled.jpg" alt="A dental front desk with an AI voice agent answering an incoming call shown as a glowing waveform" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The AI front desk targets the calls a busy or after-hours practice never manages to pick up.</figcaption></figure>
<h2>Why the phone is the front desk&#8217;s biggest leak</h2>
<p>The numbers the vendors cite are uncomfortable because they are broadly true. Industry figures repeated across the category &#8211; including by Y Combinator-backed Arini &#8211; put missed inbound calls at roughly a third of a typical practice&#8217;s total, even in offices with staff dedicated to the phone, while something like 80% of appointments are still booked by voice rather than through an online form. A missed call at a dental office is rarely a patient who calls back; it is a patient who dials the next practice on the list. Every unanswered ring during a busy hygiene block, a lunch break, or after 5 p.m. is a booking that quietly went to a competitor. That is the gap this software is built to close, and it is why the category has attracted real funding and moved quickly.</p>
<h2>What &#8220;AI front desk&#8221; actually means</h2>
<p>The label covers three distinct things, and conflating them is the first mistake a buyer makes. The first is the <strong>voice agent</strong>: a conversational AI that answers the call, understands what the patient wants, and either books, reschedules, or routes them &#8211; the closest thing to an autonomous receptionist. The second is <strong>call analytics</strong>: software that records and transcribes calls, scores them, and flags missed opportunities and unbooked callers for staff to follow up. The third is the <strong>AI scheduling assistant</strong>, which may live in chat, SMS, or web and apply dental-specific booking logic &#8211; appointment types, provider rules, block scheduling &#8211; rather than a naive calendar lookup. Many products blend two or three of these, but knowing which layer you are actually buying tells you what changes on the front desk and what does not.</p>
<h2>The vendors, sorted by type</h2>
<p>The market splits cleanly into <strong>dental-native</strong> platforms and repurposed <strong>generic</strong> voice AI. On the dental-native side, Arini positions itself as a full AI receptionist answering calls in under 300 milliseconds with genuine dental scheduling logic and native PMS integration; Peerlogic comes from the call-analytics direction and pairs conversation intelligence with an AI scheduling assistant; and a growing field &#8211; Dentina, TrueLark, Weave, Viva AI and newer entrants like CallSara and HeyDonto &#8211; competes on how well it plugs into existing phone systems and practice software. The generic tier is any general-purpose VoIP or voice-AI tool retrofitted onto a dental office. The distinction matters for one concrete reason: as Peerlogic and others note, the dental-specific platforms do real-time, two-way integration with major practice-management systems, while generic VoIP-based tools typically do not. For a dental practice, an agent that cannot write a confirmed appointment back into the PMS is a fancier answering machine.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/ai-front-desk-call-intake-scheduling-voice-agents-dentistry-2.jpg" alt="A horizontal workflow from an incoming call through an AI voice agent and scheduling engine into a practice-management calendar" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The value is only real when the booking lands in the PMS, not in a separate inbox someone has to re-key.</figcaption></figure>
<h2>How it connects to your stack</h2>
<p>This is the part a decision-maker has to interrogate, because &#8220;integrates with your PMS&#8221; hides a lot of variation. The meaningful question is whether the tool does <strong>two-way</strong> integration &#8211; reading live availability from Dentrix, Open Dental, Eaglesoft, Curve or your platform of choice, and writing a booked, correctly-typed appointment back &#8211; or whether it merely captures an intake and hands a human a to-do. Two-way is the difference between automation and a slightly smarter voicemail. Underneath that sits the <strong>telephony layer</strong>: some products replace or front-end your phone system, others ride on top of an existing VoIP setup, and that choice determines what has to change on your network, your number porting, and your call routing.</p>
<p>Unlike the imaging AI covered elsewhere in this series, front-desk tools are not TWAIN or DICOM integrations &#8211; there are no radiographs moving. What moves is scheduling data, patient contact details, and call audio, over cloud APIs and telephony. That is simpler on paper, but it means the integration risk is concentrated in two places: the fidelity of the PMS write-back (a mis-typed or double-booked appointment is worse than a missed call) and the reliability of the telephony hand-off (a dropped or mis-routed patient call is a live reputational event, not a background error). Confirm both against <em>your</em> exact PMS and phone setup before signing, not from the vendor&#8217;s list of logos.</p>
<h2>It is not a medical device &#8211; but PHIPA and HIPAA still apply</h2>
<p>Here is a genuine difference from the imaging side that cuts both ways. A front-desk voice agent makes no diagnosis, so it is not a regulated medical device and carries no FDA clearance &#8211; there is no 510(k) number to check, and any vendor implying otherwise is confused or careless. That lowers one bar. It does <strong>not</strong> lower the privacy bar. The moment a patient is on the line, the call recording, the transcript, the reason for the visit, and the scheduling record are all protected health information. Under Ontario&#8217;s PHIPA and under HIPAA in the US, that PHI does not stop being your responsibility because a vendor is processing it. You need a signed data-processing agreement &#8211; a Business Associate Agreement stateside, the equivalent contractual safeguards under PHIPA &#8211; covering how call audio is stored, who can access it, how long it is retained, and what happens on termination. And because most of these platforms are US-based cloud services, <strong>data residency</strong> is a live question: if call recordings and patient details are stored on US infrastructure, your practice is making a cross-border PHI transfer and remains the accountable custodian for it. That is a decision the principal dentist should make with the terms in writing.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/ai-front-desk-call-intake-scheduling-voice-agents-dentistry-3.jpg" alt="A phone-call audio waveform inside a security shield crossing a border line, representing call-recording data residency and protection" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Call recordings and scheduling notes are protected health information the moment a patient is on the line.</figcaption></figure>
<h2>What to check before you buy</h2>
<p>A clean rollout comes down to a short, unglamorous checklist. Confirm true two-way integration with your specific PMS, and ask to see it write a correctly-typed appointment, not just read availability. Establish the telephony model &#8211; does it replace your phone system or sit on top, and what does number porting involve. Get the data agreement and residency terms in writing before go-live. Decide the escalation path: what the agent does when it cannot handle a call, and how cleanly it hands a genuinely urgent patient &#8211; a swelling, a knocked-out tooth, post-op bleeding &#8211; to a human. And set expectations internally that this is an assistive front-desk tool: it books, confirms, and captures after-hours demand, but your team still owns the judgment calls and the relationships. Practices that treat it as a revenue-recovery and coverage layer are happy; practices that expect it to replace the front desk wholesale are not.</p>
<p>Front-desk AI is the most immediately profitable slice of dental AI precisely because the problem it solves &#8211; missed calls equal missed patients &#8211; is so measurable. It is also the slice where the integration and compliance groundwork is easiest to skip in the excitement of a slick demo. This is the kind of evaluation Compudent Systems handles for practices across the GTA and Ontario: vetting how an AI receptionist will connect to your existing PMS and phone system, what it means for your network, and whether the vendor&#8217;s handling of call recordings and patient data stands up to a PHIPA review. For the wider picture, our sister site&#8217;s <a href="https://aitoolsforhumans.com/state-of-ai-in-dentistry-2026-field-guide/">field guide to AI in dentistry</a> maps the whole landscape, and our own <a href="https://compudent.com/overjet-integration-rcm-workflow-data-governance/">breakdown of deploying Overjet</a> walks through the same integration-and-governance discipline on the clinical side. If you are weighing an AI front desk and want the technical and compliance homework done properly first, contact Compudent for a practice assessment.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.ycombinator.com/companies/arini" target="_blank" rel="noopener">Arini &#8211; AI receptionist for dentists (Y Combinator)</a></li>
<li><a href="https://www.peerlogic.com/post/7-ai-assistants-patient-scheduling-efficiency-2026" target="_blank" rel="noopener">7 AI Assistants for Patient Scheduling Efficiency in 2026 &#8211; Peerlogic</a></li>
<li><a href="https://avized.com/insights/best-dental-ai-receptionists-2026" target="_blank" rel="noopener">Best Dental AI Receptionists 2026: Compared &#8211; Avized</a></li>
<li><a href="https://www.cloudtalk.io/blog/best-dental-ai-virtual-receptionist-tools/" target="_blank" rel="noopener">10 Best Dental AI Virtual Receptionist Tools for Clinics 2026 &#8211; CloudTalk</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/ai-scribes-dentistry-bola-heidi-denti-ai-scribe/">AI Scribes for Dentistry: Bola AI vs Heidi vs Denti.AI Scribe</a></li>
<li><a href="https://compudent.com/practice-management-ai-revenue-cycle-claims-analytics/">Practice-Management AI: Revenue Cycle, Claims, and Analytics</a></li>
<li><a href="https://compudent.com/phipa-hipaa-dental-ai-data-governance-vendor-risk/">PHIPA, HIPAA, and Dental AI: PHI, Data Governance, and Vendor Risk</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/ai-front-desk-call-intake-scheduling-voice-agents-dentistry/">The AI Front Desk: Call Intake, Scheduling, and Voice Agents in Dentistry</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Your Spam Filter Can&#8217;t See This: Invisible-Text Phishing Is Slipping Past Email Security</title>
		<link>https://compudent.com/ascii-smuggling-invisible-unicode-phishing-dental-practice/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Sat, 05 Sep 2026 09:39:25 +0000</pubDate>
				<category><![CDATA[IT Security]]></category>
		<category><![CDATA[ASCII smuggling]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[dental IT]]></category>
		<category><![CDATA[email security]]></category>
		<category><![CDATA[Phishing]]></category>
		<category><![CDATA[staff training]]></category>
		<guid isPermaLink="false">https://compudent.com/ascii-smuggling-invisible-unicode-phishing-dental-practice/</guid>

					<description><![CDATA[<p>Attackers are hiding invisible Unicode characters inside phishing emails so keyword filters read one thing and your staff see another. Here is how ASCII smuggling works and what a dental practice should do about it.</p>
<p>The post <a href="https://compudent.com/ascii-smuggling-invisible-unicode-phishing-dental-practice/">Your Spam Filter Can&#8217;t See This: Invisible-Text Phishing Is Slipping Past Email Security</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Your team has been trained to read a suspicious email. The odd sender address, the urgent tone, the link that does not point where it claims: staff learn the tells, hover, hesitate, and delete. That training assumes the words on the screen are the words the security filter also saw. A phishing campaign documented by Microsoft&#8217;s security researchers breaks exactly that assumption, and it did so at industrial scale, pushing up to 2.37 million emails on a single weekday.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/ascii-smuggling-invisible-unicode-phishing-dental-practice-1-scaled.jpg" alt="A dental office inbox with a phishing email concealing invisible characters between its visible words" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The message looks ordinary on screen. The characters your filter reads are not the ones your staff see.</figcaption></figure>
<p>The technique is called ASCII smuggling, and it does not rely on a new virus or a clever attachment. It relies on characters your screen refuses to draw. For a dental practice, where the front desk lives in its inbox and every message could plausibly be a patient, an insurer, or a supplier, that is a problem worth understanding before it lands.</p>
<h2>What ASCII smuggling actually does</h2>
<p>Unicode, the standard that lets your computer display every alphabet and emoji, contains a little-used range called the Tags block, running from U+E0000 to U+E007F. These are shadow copies of ordinary keyboard characters that are not meant to be shown to a reader. They take up space in the underlying data of a message, but they render as nothing at all.</p>
<p>Attackers exploit that gap between what is stored and what is seen. Take a word a filter might flag, such as &#8220;funding.&#8221; Insert one invisible tag character between &#8220;fun&#8221; and &#8220;ding,&#8221; and a human still reads &#8220;funding&#8221; without a flicker of difference. A security filter scanning for the literal string &#8220;funding,&#8221; however, no longer finds it. The word has been split by a character that exists in the data but not on the screen. The lure sails through, looking clean to the machine and normal to the person.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/ascii-smuggling-invisible-unicode-phishing-dental-practice-2.jpg" alt="A word split in the middle by an invisible character while a filter scans past without matching it" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">An invisible tag character between &#8216;fun&#8217; and &#8216;ding&#8217; breaks the keyword &#8216;funding&#8217; for a filter that matches on exact text.</figcaption></figure>
<p>In the campaign researchers tracked, the hidden splits targeted financial keywords tied to business loans, credit lines, and advance funding, with the operation impersonating lenders and chasing small-business loan applicants. The volume was enormous and oddly corporate in its rhythm: it ran on weekdays, went quiet on weekends, and resumed on Mondays, peaking in late February before tapering off. The point is not the specific lure. The point is the delivery method, which works for any theme an attacker chooses next, including a fake insurance notice or a spoofed supplier invoice aimed squarely at a dental office.</p>
<h2>Why the dental front desk is the target</h2>
<p>Phishing follows the path of least resistance, and the front desk is a wide one. It is high-volume, so a receptionist processes dozens of messages an hour without time to scrutinize each. It is high-trust, because the job is to be helpful and responsive to patients and outside parties. And it is often high-turnover, so security habits reset with each new hire. Add a filter-evasion trick that makes a malicious email look ordinary to your defenses, and the last line of protection becomes a distracted human under time pressure.</p>
<p>The stakes are not abstract. A phished credential is rarely the end of an attack; it is the beginning. It is the doorway to your practice management system, your imaging archive, and the protected health information that PHIPA obliges you to safeguard. We have written before about how attackers turn a stolen login into <a href="https://compudent.com/infostealer-session-cookie-theft-mfa-bypass-dental-practice/">session theft that quietly sidesteps multi-factor authentication</a>, and about how a single breach translates into <a href="https://compudent.com/cost-of-a-data-breach-dental-practice-class-action-liability/">real dollars, downtime, and liability for a practice</a>. ASCII smuggling simply makes the first step, getting the bait into the inbox unflagged, more reliable.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/ascii-smuggling-invisible-unicode-phishing-dental-practice-3.jpg" alt="A busy dental front desk where a receptionist checks email while managing patient flow" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The front desk is high-volume, high-trust, and often high-turnover, which is exactly why it is targeted.</figcaption></figure>
<h2>Why your existing filter may miss it</h2>
<p>Most email security gateways were built to read text the way a person does and then match it against lists of known-bad words, domains, and patterns. That model is fast and effective against ordinary phishing. It is also precisely what invisible characters defeat, because the attacker is not hiding the malicious intent from a human; they are hiding the searchable text from the scanner.</p>
<p>The fix is a defense that normalizes a message before it judges it, stripping or accounting for non-printing Unicode so that &#8220;fun&#8221; plus an invisible tag plus &#8220;ding&#8221; is evaluated as &#8220;funding.&#8221; Heavy or unusual use of Unicode is itself a suspicious signal that mature filters can weigh. The question for your practice is not whether such defenses exist, but whether the specific configuration protecting your mailboxes today does this. That is a concrete thing to check rather than assume.</p>
<h2>What a dental practice should do now</h2>
<p>No single control stops this cleanly, so the answer is layers, each one catching what the others miss.</p>
<p><strong>Confirm your email security normalizes Unicode.</strong> Ask whoever manages your mail platform, whether that is Microsoft 365, Google Workspace, or a third-party gateway, whether it strips or scores invisible and non-printing characters. If nobody can answer, that is the first gap to close.</p>
<p><strong>Make stolen passwords less useful.</strong> Phishing exists to harvest credentials, so assume some will eventually leak. Phishing-resistant multi-factor authentication, ideally passkeys rather than SMS codes, limits the damage a captured password can do. Your practice website and portals are part of this too; treat them as the exposed surface they are, as we covered in <a href="https://compudent.com/wordpress-plugin-auth-bypass-practice-website-attack-surface/">how attackers forge logins into practice websites</a>.</p>
<p><strong>Give the front desk a verification habit, not just a warning.</strong> The most durable defense against a message that looks perfect is a rule that does not depend on how it looks: any request to change payment details, release records, or move money is confirmed through a known phone number, never by replying to the email. That habit neutralizes a flawless lure.</p>
<p><strong>Test your response, not just your prevention.</strong> Know in advance who is called when a staff member clicks something, how a compromised account is locked, and how you would tell whether patient data was reached. A rehearsed response turns a scare into a contained incident.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/ascii-smuggling-invisible-unicode-phishing-dental-practice-4.jpg" alt="Layered email security shields around a practice mail server, including a layer that normalizes hidden characters" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">No single control catches this. Layered defenses, with a filter that normalizes Unicode, do.</figcaption></figure>
<h2>The takeaway</h2>
<p>ASCII smuggling is a reminder that attacker tradecraft keeps moving, and that a defense which only reads what a human reads will always be one trick behind. The reassuring part is that the countermeasures are not exotic. Well-configured email filtering, authentication that survives a stolen password, a front desk with a verification reflex, and a practiced response plan defeat this campaign and the next one built on the same idea. What matters is that these controls are actually in place and correctly tuned, not merely assumed.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/ascii-smuggling-invisible-unicode-phishing-dental-practice-5.jpg" alt="An IT technician reviewing a security dashboard for a managed dental practice network" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">A monitored, well-configured practice turns a novel trick into a non-event.</figcaption></figure>
<p>If you are not certain whether your practice&#8217;s email security accounts for tricks like invisible-character evasion, or whether your authentication and response plans would hold up, that uncertainty is worth resolving before an attacker resolves it for you. Compudent Systems helps dental practices across the GTA and Ontario assess and harden their email security, authentication, and incident response. Contact us for a practical review of where your inbox defenses stand today.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://thehackernews.com/2026/09/phishing-campaign-sends-millions-of.html" target="_blank" rel="noopener">Phishing Campaign Sends Millions of Emails Using Invisible Unicode to Evade Filters</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<li><a href="https://compudent.com/exchange-owa-zero-day-half-click-dental/">A &#8216;Half-Click&#8217; Email Zero-Day Is Hitting Outlook Web Access. Here&#8217;s Why Dental Practices Should Care.</a></li>
<li><a href="https://compudent.com/voice-phishing-microsoft-sso-dental/">They&#8217;re Calling Your Front Desk: How Voice Phishing Cracked a Healthcare Giant&#8217;s Microsoft Login</a></li>
<li><a href="https://compudent.com/wordpress-plugin-auth-bypass-practice-website-attack-surface/">Your Practice Website Is Part of Your Attack Surface: Hackers Are Forging Logins Into WordPress Right Now</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/ascii-smuggling-invisible-unicode-phishing-dental-practice/">Your Spam Filter Can&#8217;t See This: Invisible-Text Phishing Is Slipping Past Email Security</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The New Imaging Is Bigger Than Your Server: What Dental MRI and AI-Cleared Modalities Demand From Your Practice IT</title>
		<link>https://compudent.com/new-imaging-modalities-dental-practice-storage-infrastructure/</link>
		
		<dc:creator><![CDATA[Raymond]]></dc:creator>
		<pubDate>Fri, 04 Sep 2026 09:39:15 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[3D imaging]]></category>
		<category><![CDATA[backup and retention]]></category>
		<category><![CDATA[CBCT storage]]></category>
		<category><![CDATA[dental imaging technology]]></category>
		<category><![CDATA[dental IT infrastructure]]></category>
		<category><![CDATA[dental MRI]]></category>
		<category><![CDATA[DICOM]]></category>
		<category><![CDATA[FDA clearance]]></category>
		<category><![CDATA[MAGNETOM Free.Max Dental Edition]]></category>
		<category><![CDATA[medical image storage]]></category>
		<category><![CDATA[network bandwidth]]></category>
		<category><![CDATA[Ontario dental]]></category>
		<category><![CDATA[PACS]]></category>
		<category><![CDATA[PHIPA Compliance]]></category>
		<category><![CDATA[practice server]]></category>
		<guid isPermaLink="false">https://compudent.com/new-imaging-modalities-dental-practice-storage-infrastructure/</guid>

					<description><![CDATA[<p>A wave of newly FDA-cleared dental imaging - the first dental-dedicated MRI, new 3D and AI-assisted modalities - is arriving in practices. The clinical excitement is real, but there is a quieter story your IT has to answer: these images are far bigger, and they land on your server, your network, and your backups. Here is what the new imaging actually demands from your infrastructure.</p>
<p>The post <a href="https://compudent.com/new-imaging-modalities-dental-practice-storage-infrastructure/">The New Imaging Is Bigger Than Your Server: What Dental MRI and AI-Cleared Modalities Demand From Your Practice IT</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The clinical headlines are genuinely exciting for once. In 2026 the FDA cleared the <strong>first dental-dedicated MRI system</strong> &#8211; Dentsply Sirona and Siemens Healthineers&#8217; MAGNETOM Free.Max Dental Edition &#8211; bringing radiation-free, soft-tissue imaging into the dental office, and it arrived alongside a run of new 3D and AI-assisted clearances that one trade headline summed up as <em>four FDA clearances reshaping dentistry</em>. The clinical press has that story well covered. There is a second story it mostly doesn&#8217;t tell, and it is the one that lands on your desk after the equipment rep leaves: every one of these advances produces a much bigger, richer image, and that image has to be captured, moved, viewed, stored, retained, and backed up on infrastructure most practices sized years ago for digital radiographs. The new imaging is, quite literally, bigger than a lot of practice servers were built to hold.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/new-imaging-modalities-dental-practice-storage-infrastructure-1-scaled.jpg" alt="A small 2D dental radiograph beside a much larger 3D volumetric scan and MRI slice stack, with the large data streaming toward a practice server rack" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The clinical leap is also a data leap: an MRI series or a high-resolution 3D volume is one to two orders of magnitude larger than the 2D radiograph your infrastructure was built for.</figcaption></figure>
<h2>What actually got cleared &#8211; and why it&#8217;s a trend, not a gadget</h2>
<p>It helps to see this as a wave rather than a single product. The dental-dedicated MRI is the marquee item because it brings an entirely new, radiation-free modality to dentistry for soft-tissue and temporomandibular imaging. But it is landing at the same time as new FDA-cleared 3D imaging and AI-assisted detection tools that read radiographs and CBCT volumes for the clinician. The common thread across all of them is data density: MRI produces multi-image series, modern 3D units produce ever-higher-resolution volumes, and AI tools generate additional annotated derivatives of each study. None of this replaces your existing CBCT and sensors &#8211; it stacks on top of them. So the practical question for a practice isn&#8217;t &#8220;MRI, yes or no?&#8221; It is &#8220;is our infrastructure ready for imaging that is several times heavier than what we run today?&#8221; And that question deserves the same rigour as choosing <a href="https://compudent.com/fmx-vs-cbct-dental-practice-imaging-decision/">which imaging modality your practice actually needs and when</a>.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/new-imaging-modalities-dental-practice-storage-infrastructure-2.jpg" alt="A dental-dedicated MRI scanner beside a CBCT unit in a clinical room, both linked by data lines to an on-site server" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">A new generation of modalities &#8211; led by the first dental-dedicated MRI &#8211; joins the CBCT and sensor fleet already feeding your network.</figcaption></figure>
<h2>Why bigger images are an IT problem, not just a clinical win</h2>
<p>A single 2D bitewing is a small file. A high-resolution CBCT volume is dramatically larger; an MRI series larger still; and an AI-annotated study adds yet another layer on top of the original. Individually, none of these is alarming &#8211; modern storage is cheap. The trap is the <em>curve</em>. Take a bigger average study size, multiply it by the number of studies your practice captures every day, and compound that across the years of retention a dental record requires, and you get an accumulation curve that climbs far faster than the gentle slope film-replacement radiography produced. Practices that sized their storage, network, and backups for 2D imaging and never revisited the assumption are the ones that get surprised &#8211; not by the first MRI scan, but by month eighteen, when the drive that was &#8220;plenty&#8221; is suddenly at ninety percent and the nightly backup no longer finishes before the team arrives.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/new-imaging-modalities-dental-practice-storage-infrastructure-3.jpg" alt="A steeply rising storage-growth curve as small radiograph icons give way to large 3D and MRI icons, beside a filling storage cylinder" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">It is not one big file, it is the curve: bigger studies multiplied by daily volume and years of retention is where storage plans quietly break.</figcaption></figure>
<h2>The server and storage question</h2>
<p>Start with where the images actually live. Many practices keep imaging on a local server or an imaging workstation acting as one, and that is perfectly workable &#8211; provided the capacity is planned against the new curve, not last year&#8217;s. The right conversation covers headroom (size for two to three years of growth, not this month&#8217;s footprint), architecture (local storage versus a proper PACS versus a hybrid that tiers older studies to cloud), and retention. Retention is not optional: under <strong>PHIPA</strong> and <strong>HIPAA</strong>, diagnostic images are part of the patient record and must be kept for years, so &#8220;we&#8217;ll delete old scans to make room&#8221; is not a storage strategy &#8211; it is a compliance problem. The goal is a storage plan that expects the growth, tiers it sensibly, and never forces a clinical-versus-capacity trade-off at the front desk.</p>
<h2>The network and the workstation that has to open it</h2>
<p>Big images have to travel, and then someone has to open them. On the network side, moving 3D volumes and MRI series between the modality, the server, and the operatory where the dentist reviews them puts real load on office cabling and switches that were fine when the heaviest traffic was a panoramic. On the workstation side, a review PC needs enough RAM and graphics capability to load and manipulate a large volume smoothly &#8211; a dentist rotating a CBCT or scrolling an MRI stack on an underpowered machine simply waits, and waiting at the chair is expensive. Underneath both sits the plumbing: the DICOM worklist and PACS pathways that route a study from capture to the right patient chart. When those are healthy the workflow is invisible; when they are undersized, every heavy new modality makes the stalls more obvious. The same data-flow discipline is exactly what makes AI imaging tools usable in practice, which is why <a href="https://compudent.com/overjet-integration-rcm-workflow-data-governance/">integrating an AI platform like Overjet is as much an integration and data-governance project as a clinical one</a>.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/new-imaging-modalities-dental-practice-storage-infrastructure-4.jpg" alt="A network diagram showing a large imaging study moving from a modality through a switch to a viewing workstation with RAM and GPU icons, linked by a DICOM worklist and PACS node" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">Bigger images have to travel and be opened: the office network, the viewing workstation&#8217;s RAM and GPU, and the DICOM/PACS plumbing all feel the difference.</figcaption></figure>
<h2>Backups and business continuity &#8211; the images are the record</h2>
<p>Here is the part that is easy to skip and painful to relearn: the images are not a by-product of care, they <em>are</em> the clinical record, and larger datasets make protecting them both more important and more demanding. Bigger studies stretch backup windows &#8211; the nightly job that comfortably finished at 2 a.m. can start bleeding into the working day &#8211; and they raise the cost of whatever off-site or cloud copy you keep. That is not a reason to back up less; it is a reason to design the backup deliberately: a genuine <strong>3-2-1 approach</strong> (multiple copies, more than one medium, at least one off-site and ideally immutable), sized for the new data volume, and &#8211; the step everyone forgets &#8211; <em>tested</em> restores, because a backup you have never restored is a hope, not a safeguard. This is also where new imaging meets old equipment on the same network. As you add heavier modern modalities, the aging units that cannot be updated still need containment, which is a discipline in its own right: keeping <a href="https://compudent.com/legacy-imaging-device-network-segmentation-dental-practice/">unpatchable legacy imaging devices safely segmented</a> so the growing, valuable image store they sit beside stays protected.</p>
<figure style="margin:24px 0;text-align:center;"><img decoding="async" src="https://compudent.com/wp-content/uploads/2026/09/new-imaging-modalities-dental-practice-storage-infrastructure-5.jpg" alt="Large imaging datasets copied along three backup paths - local drive, off-site cloud vault, and a tested restore arrow back to the practice server - with a clock icon for the backup window" style="max-width:100%;height:auto;border-radius:6px;" /><figcaption style="text-align:center;font-size:0.9em;color:#666;">The images are the clinical record. Larger datasets stretch backup windows and cost &#8211; which is exactly why the tested-restore discipline matters more, not less.</figcaption></figure>
<h2>The takeaway: size the IT during procurement, not after install</h2>
<p>The single most useful habit a practice can adopt is to treat an imaging purchase as an IT project, not just a clinical one. Before the unit is ordered &#8211; not after it is bolted to the wall &#8211; ask what average study size it produces, how much daily volume that adds, whether the server has the headroom and the retention plan to absorb years of it, whether the network and review workstations can move and open the images without stalling, and how the backup window and cost change. None of these are reasons to hesitate on adopting better imaging; the diagnostic gains from radiation-free MRI and high-resolution 3D are real. They are simply the questions that separate a smooth rollout from a scramble six months later. Plan the infrastructure with the same care you plan the clinical use, and the new imaging becomes an upgrade instead of a surprise.</p>
<p>If your practice is weighing a new imaging modality &#8211; a dental MRI, a next-generation CBCT, or an AI platform layered on top of what you already run &#8211; and you want to know whether your server, network, and backups are ready for it, <strong>contact Compudent Systems</strong>. We help dental practices across Ontario size storage and networks for modern imaging, design PACS and backup strategies that meet PHIPA retention obligations, and make sure the infrastructure is ready before the equipment arrives &#8211; so the only surprise is how good the images look.</p>
<hr />
<p><strong>Sources &amp; further reading:</strong></p>
<ul>
<li><a href="https://www.oralhealthgroup.com/dental-industry/from-the-first-dental-mri-to-orthodontic-ai-four-fda-clearances-reshaping-dentistry-1003997191/" target="_blank" rel="noopener">From the first dental MRI to orthodontic AI: Four FDA clearances reshaping dentistry &#8211; Oral Health Group</a></li>
<li><a href="https://www.dentistrytoday.com/dentsply-sirona-advances-dental-imaging-with-mri/" target="_blank" rel="noopener">Dentsply Sirona Advances Dental Imaging With MRI &#8211; Dentistry Today</a></li>
<li><a href="https://www.dentsplysirona.com/en-us/company/news-and-press-release-detail-page.html/content/dam/master/news/en/business-units/imaging/2026/first-ever-dental-dedicated-mri-validated-in-clinical-trial-and-cleared-by-fda-for-advanced-soft-tissue-diagnostics" target="_blank" rel="noopener">First-ever Dental Dedicated MRI Validated in Clinical Trial and Cleared by FDA for Advanced Soft-Tissue Diagnostics &#8211; Dentsply Sirona</a></li>
</ul>
<p><!-- ray:related:start --></p>
<h2>Related Reading</h2>
<ul>
<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/fmx-vs-cbct-dental-practice-imaging-decision/">FMX vs. CBCT: Which Dental Imaging Does Your Practice Actually Need, and When</a></li>
<li><a href="https://compudent.com/legacy-imaging-device-network-segmentation-dental-practice/">You Can&#8217;t Patch That Old Sensor or CBCT: How to Safely Keep Legacy Imaging Devices on Your Dental Network</a></li>
</ul>
<p><!-- ray:related:end --></p>
<p>The post <a href="https://compudent.com/new-imaging-modalities-dental-practice-storage-infrastructure/">The New Imaging Is Bigger Than Your Server: What Dental MRI and AI-Cleared Modalities Demand From Your Practice IT</a> appeared first on <a href="https://compudent.com">Compudent Systems</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
