CVE-2026-52723
Received Received - Intake

ePA 3.x Integration VAU Server Certificate Validation Bypass

Vulnerability report for CVE-2026-52723, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-18

Last updated on: 2026-08-18

Assigner: GitHub, Inc.

Description

ePA 3.x Integration implements the authorization workflow and writes Medical Information Objects to Germany's electronic patient record. Prior to 1.3.0, ePA 3.x Integration performs VAU server certificate validation in app/vau/VAUProtokoll.py without anchoring the signed_vau_server_pub_keys and AUT_VAU_CertData certificate path to independent trusted material. A network-positioned attacker between the DiGA backend and the ePA system can intercept the VAU handshake, supply attacker-controlled certificate and key material, and satisfy the circular trust relationship. Because TLS certificate verification is also disabled in affected versions, no independent server-authentication layer prevents the attack. The attacker can impersonate the VAU server, control the negotiated session keys, and read or modify all encrypted VAU traffic. This issue is fixed in version 1.3.0.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-18
Last Modified
2026-08-18
Generated
2026-09-07
AI Q&A
2026-08-18
EPSS Evaluated
2026-09-06
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
fbeta_gmbh epa3-service-opensource to 1.3.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-295 The product does not validate, or incorrectly validates, a certificate.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-52723 is a critical authentication bypass vulnerability in the ePA 3.x Integration software. It allows a network-positioned attacker to intercept the VAU handshake between a DiGA backend and the ePA system. The attacker can supply fake certificate and key material, bypassing server authentication due to improper certificate validation and disabled TLS verification. This enables the attacker to impersonate the VAU server, control session keys, and decrypt or modify all encrypted VAU traffic.

The flaw stems from a circular trust relationship where the server's certificate is validated against itself without anchoring to trusted material. Affected versions before 1.3.0 fail to properly validate certificate chains or enforce required checks like OCSP revocation or temporal validity.

Detection Guidance

To detect this vulnerability, check the installed version of ePA 3.x Integration. Run commands like 'pip show ePA3-Service-OpenSource' or inspect version files in the deployment directory. If the version is below 1.3.0, the system is vulnerable. Monitor network traffic for unexpected certificate exchanges or TLS handshake anomalies between DiGA backend and ePA systems.

Impact Analysis

If you use ePA 3.x Integration versions prior to 1.3.0, an attacker could intercept, read, or alter all medical data transmitted between your DiGA backend and the ePA system. This includes sensitive patient information protected under medical confidentiality laws. The attacker gains full control over the encrypted communication channel without needing credentials or user interaction.

Compliance Impact

This vulnerability severely impacts compliance with GDPR and HIPAA by enabling unauthorized access to and modification of protected health information. GDPR requires appropriate technical measures to ensure confidentiality and integrity of personal data, which this flaw directly violates. HIPAA mandates secure transmission of health data, which is compromised here. Organizations using affected versions risk regulatory penalties and loss of patient trust.

Mitigation Strategies

Immediately upgrade to version 1.3.0 or later of ePA 3.x Integration. Ensure TI-PKI-Root certificates are correctly loaded into the truststore. Verify that all certificate validation checks (including OCSP revocation, time validity, and role OIDs) are enabled. Disable any disabled TLS certificate verification settings.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-52723. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart