epa4all-client Library Vulnerable to TLS Certificate Validation Issue (CVE-2026-45574)
The epa4all-client library before version 1.2.2 is vulnerable to a TLS certificate validation issue, allowing a man-in-the-middle attacker to intercept SOAP traffic and sensitive patient data by presenting a malicious TLS certificate.
The epa4all-client library, used for electronic patient record (ePA) interactions, contains a flaw that disables TLS certificate validation in production environments. This vulnerability, present in versions prior to 1.2.2, allows an attacker positioned on the network path between the ePA service and the Konnektor to intercept all SOAP traffic. This includes sensitive information such as patient identifiers (KVNR), SMC-B card operations (authentication, signing), document content, and credential exchanges. The vulnerability is identified as CVE-2026-45574 and was reported by Machine Spirits. Exploitation of this flaw allows for significant data breaches and unauthorized access to patient information.
Attack Chain
- An attacker positions themselves on the network path between the ePA client (using the vulnerable library) and the ePA service/Konnektor.
- The ePA client attempts to establish a TLS connection to the ePA service.
- The attacker intercepts the TLS handshake and presents a malicious TLS certificate (self-signed, expired, or with a wrong CN).
- Due to the disabled TLS certificate validation in the vulnerable
epa4all-clientlibrary, the client accepts the malicious certificate without proper verification. - A secure TLS connection is established between the ePA client and the attacker, who is impersonating the legitimate ePA service.
- The ePA client sends SOAP requests containing sensitive data (patient identifiers, SMC-B card operations, document content, and credentials) over the TLS connection.
- The attacker intercepts and decrypts the SOAP traffic, gaining access to the sensitive data.
- The attacker can then use the stolen data for malicious purposes, such as identity theft, fraud, or unauthorized access to patient records.
Impact
Successful exploitation of this vulnerability allows an attacker to intercept and steal sensitive patient data transmitted between the ePA client and the ePA service. This includes patient identifiers (KVNR), SMC-B card operations (authentication, signing), document content, and credential exchanges. A successful attack could lead to large-scale data breaches, identity theft, and unauthorized access to confidential patient records, impacting potentially thousands of patients and healthcare providers using the vulnerable epa4all-client library.
Recommendation
- Upgrade the
epa4all-clientlibrary to version 1.2.2 or later to remediate the TLS certificate validation vulnerability (CVE-2026-45574). - As a workaround, use the library directly instead of the REST wrapper as suggested in the advisory.
- Monitor network traffic for unexpected TLS connections originating from applications using the
epa4all-clientlibrary, using the rules below, especially if connections use non-standard certificates.
Detection coverage 2
Detect epa4all-client with Disabled TLS Validation - Outbound Connection
mediumDetects outbound network connections from processes associated with the vulnerable epa4all-client library that may be indicative of exploitation of CVE-2026-45574 where TLS validation is disabled.
Detect epa4all-client with Disabled TLS Validation - Process Creation
mediumDetects process creation events indicative of the vulnerable epa4all-client library being executed which may lead to CVE-2026-45574 exploitation.
Detection queries are available on the platform. Get full rules →
Indicators of compromise
1
| Type | Value |
|---|---|
| contact@machinespirits.de |