CISA published ICSMA-26-253-01 on September 10, naming three high severity vulnerabilities in NextGen Healthcare's Mirth Connect integration engine. All three carry CVSS v3.1 scores of 7.5 or higher, and each lands in versions 4.7.1 and earlier. NextGen fixed the set in Mirth Connect 4.7.2, distributed through its customer portal.
The worst of the three is CVE-2026-82583, a SQL injection in the Database Connector API scored 8.3. An authenticated user can run arbitrary SQL through the connector, which CISA says can expose stored credentials for every system Mirth Connect talks to, write arbitrary files, or knock the database offline. Mirth Connect exists to move patient data between systems, so a hole in its own connector layer reaches every integration built on top of it.
The other two are XML external entity flaws. CVE-2026-78224, scored 8.2, sits in the XSLT Transformer Step, which builds a bare TransformerFactory without the security options that would block external entity references. CVE-2026-82578, scored 7.5, is the same class of bug in XML batch processing when the XPath option is turned on: raw batch input hits the parser with no entity restrictions. Both let an attacker pull files off the server or exhaust it with a crafted payload.
Researcher Abhinav Agarwal reported all three to CISA. There is no indication of active exploitation yet, unlike the Mirth Connect remote code execution flaw CISA flagged as under attack in 2024. That history is why this advisory deserves faster attention than its CVSS scores alone suggest: a widely deployed interface engine that has already drawn ransomware crews once is not a theoretical target the second time.
Mirth Connect runs inside thousands of hospital networks as the plumbing between EHRs, labs, and devices, usually with broad database and file system access to do that job. Patch to 4.7.2 and audit who can authenticate to the Database Connector API in the meantime; the SQL injection requires a login, but it does not require a privileged one.