SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-50576

MEDIUM · CVSS 6.8 EPSS 0.30% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-18 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The ePA 3.x Integration prior to version 1.3.0 is vulnerable due to improper handling of CRLF characters, allowing authenticated attackers to inject malicious headers into HTTP requests. This could lead to unauthorized access to patient records or bypassing of authentication mechanisms, posing a significant risk to patient privacy and data integrity. Organizations utilizing this integration should prioritize upgrading to version 1.3.0 to mitigate these vulnerabilities.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-50576
Severity
MEDIUM
CVSS
6.8
EPSS
0.30%

Original NVD 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 does not neutralize CRLF characters in values used by app/vau/VAUProtokoll.py to construct VAU inner HTTP requests. The build_inner_header function interpolates the uri, host, accept_type, content_type, content_length, USER_AGENT, and insurant_id values into request lines and headers, including x-useragent and x-insurantid. An authenticated attacker who controls a value can inject additional headers into the inner request. Depending on ePA server handling, an injected x-insurantid header can expose another patient's records, and injected Authorization headers can bypass the intended authentication or authorization context. Session-derived USER_AGENT input can also poison requests across the session. This issue is fixed in version 1.3.0.