A cybersecurity operator monitors a hospital data network as dashboards flag SQL injection and XML/XXE threats.
CISA has warned that Mirth Connect 4.7.1 and earlier contain three flaws that can expose healthcare integration systems to data theft or denial-of-service attacks, putting a widely deployed bridge between EHRs, laboratories, imaging systems, and other clinical applications on the patching list. The September 10 advisory names CVE-2026-82583, CVE-2026-78224, and CVE-2026-82578, and says successful exploitation could allow an attacker to exfiltrate data or disrupt service.

The immediate action for Windows and healthcare IT administrators is to identify every Mirth Connect server, its exact version, and how it is reached from outside the clinical network. CISA says versions at or below 4.7.1 are affected and assigns the advisory a vendor CVSS v3 severity of 8.3. It also says it has received no reports of public exploitation specifically targeting these flaws as of September 10.

CISA’s published summary contains a small but revealing typo: it says attackers could “exfiltrate date,” plainly intended to mean data. That does not change the advisory’s substance, but it is a reason administrators should rely on the CVE identifiers and affected-version range rather than copying the summary text into a risk register without review.

Three CVEs, two high-value attack paths​

CISA classifies the reported weaknesses as SQL injection and improper restriction of XML external entity references, commonly called XXE. The advisory does not assign each weakness type to a specific CVE in its public summary, nor does it provide attack prerequisites, exposed endpoints, or proof-of-concept material. Those omissions matter: a SQL injection issue can range from a limited authenticated workflow to a remotely reachable database compromise, while XXE impact depends heavily on how XML is parsed and what the host can access.

Even without that granular mapping, the affected product’s role raises the stakes. NextGen describes Mirth Connect as an integration engine for routing, filtering, and transforming health information across protocols including HL7, X12, EDI, DICOM, and XML. In practical deployments, it often sits in the path of patient admissions, laboratory orders and results, radiology transactions, billing feeds, and outbound notifications.

A service interruption in that position can stop messages rather than merely inconveniencing a back-office application. A confidentiality failure can expose clinical or operational data held in message queues, channel logs, database connections, configuration records, or downstream systems reachable through an integration account. The advisory does not establish that those outcomes occur in every installation; it establishes that the affected versions have vulnerabilities capable of data exfiltration or denial of service.

The patch destination is missing from CISA’s public summary​

The biggest operational gap in the September 10 CISA notice is what it does not say: it identifies versions through 4.7.1 as affected but does not name a fixed Mirth Connect release, give an upgrade procedure, provide a vendor bulletin, or describe any temporary configuration mitigation for the SQL injection and XXE issues.

That is more than a documentation inconvenience. An affected-version statement written as “4.7.1 and earlier” strongly indicates that a later release is expected to contain the correction, but it is not a substitute for a vendor-supported remediation statement. Administrators should obtain the current patched build and release notes directly through NextGen’s supported channel, then confirm that the release explicitly addresses all three CVEs before closing the ticket.

This has become harder than it once was for community users. NextGen’s Mirth Connect project materials say version 4.6, released in March 2025, moved the product from its previous dual licensing arrangement to a commercial, proprietary model. Newer product releases are distributed through NextGen Healthcare and authorized resellers, while legacy source material and historical documentation remain on GitHub.

That licensing change creates a practical divide. Organizations running a current supported 4.7.x deployment may have a vendor route to a fix, upgrade guides, and support. Organizations that retained older installations, copied installers into internal software repositories, or built operational processes around the formerly open-source project may find that their technical exposure is compounded by a support and entitlement problem.

Windows administrators need an inventory, not a single server check​

Mirth Connect is cross-platform, but Windows remains relevant in many healthcare environments because the Mirth Connect Administrator is a Java application downloaded from the server and launched locally. A Mirth instance may therefore be running on a Windows Server host, accessed from Windows administrator workstations, or backed by SQL Server and Windows-integrated operational tooling even when the service itself is containerized or hosted on Linux.

The inventory needs to reach beyond the server that clinicians and interface analysts recognize by name. Look for:

  • Mirth Connect instances running as Windows services, Java processes, virtual machines, or Docker containers, including test, disaster-recovery, and interface-engine nodes that are normally idle.
  • Administrator Launcher copies on Windows workstations and jump boxes, which can reveal forgotten endpoints or point staff toward an older server still in use.
  • Reverse proxies, load balancers, firewall rules, VPN publication rules, and remote-support paths that expose the Mirth web interface or related management services beyond the intended administration network.
  • Database accounts and service identities used by Mirth Connect, especially accounts with broader permissions than the integration engine requires.
  • Archived installation packages and golden VM images that could redeploy version 4.7.1 or an earlier build during recovery work.

Version verification should be done on the running server or workload, not inferred from the version of an installer held in a file share. For container deployments, inspect the image digest and deployed tag as well as the application’s own reported version; mutable tags such as “latest” are poor evidence of what is actually running. For traditional Windows deployments, document the server version, service account, Java runtime, database platform, inbound listeners, and the team that owns the upgrade window.

Network isolation is useful, but it is not a fix​

CISA’s recommended practices are familiar: minimize internet exposure, isolate control and medical technology networks from business networks, place remote devices behind firewalls, and use securely maintained VPN access where remote administration is necessary. Those measures can reduce the number of attackers able to probe Mirth Connect, especially if a management console was inadvertently published through a perimeter rule or remote-access appliance.

But segmentation does not make an unpatched SQL injection or XXE issue disappear. Interface engines often need broad east-west connectivity precisely because they exchange data among clinical, laboratory, imaging, billing, identity, and reporting systems. An attacker who gains a foothold on an internal workstation, compromises a VPN account, or abuses an exposed upstream application may already be on the trusted side of the firewall.

The stronger near-term posture is to remove public exposure, restrict management access to designated administrative hosts, require multifactor authentication at the remote-access boundary, and tightly limit which systems can connect to Mirth listeners and administration ports. Review logs for unexpected administrator access, unusual channel changes, repeated parsing failures, database errors, or abnormal message-queue growth. These are sensible detection measures, but they should accompany the vendor’s remediation rather than replace it.

Healthcare interfaces need a controlled upgrade window​

Patching an interface engine should be treated as a clinical operations change, not an ordinary desktop-software update. Before upgrading, teams should export and back up channels, code templates, configuration maps, certificates, and database data according to their established recovery plan. They should also identify message dependencies and set a maintenance window with owners of the EHR, laboratory information system, PACS, revenue-cycle system, and any external partners touched by the server.

After the upgrade, validate representative message flows in both directions. Successful service startup is insufficient evidence: a changed Java dependency, certificate behavior, database driver, queue setting, or custom JavaScript transformer can produce failures only when a specific HL7 message type or external endpoint is used. Watch queued and errored messages closely before declaring the change complete.

CISA credits researcher Abhinav Agarwal with reporting the vulnerabilities. Its advisory is an early warning rather than a complete remediation package, and no separate public reporting located at publication time adds exploit details or a confirmed fix version. For affected healthcare organizations, that leaves one clear operational conclusion: treat Mirth Connect 4.7.1 and earlier as vulnerable now, restrict access while investigating, and do not mark the issue resolved until NextGen’s patched release is deployed and critical clinical interfaces have been tested.