Vulnerability Description
epa4all-client is the Java Client for epa4all / ePA 3.0 in the Telematik Infrastruktur. Prior to 1.2.1, in SignedPublicKeysTrustValidatorImpl.isTrusted(), the ECDSA signature verification at line 45 discards the boolean return value of Signature.verify(). The method performs certificate chain validation, OCSP check, and signature algorithm setup, but never checks whether the signature actually matches. For any structurally valid signature, it returns true. This vulnerability is fixed in 1.2.1.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/oviva-ag/epa4all-client/pull/34
- https://github.com/oviva-ag/epa4all-client/security/advisories/GHSA-g8r3-5hwf-qp
FAQ
What is CVE-2026-44900?
CVE-2026-44900 is a vulnerability with a CVSS score of 8.1 (HIGH). epa4all-client is the Java Client for epa4all / ePA 3.0 in the Telematik Infrastruktur. Prior to 1.2.1, in SignedPublicKeysTrustValidatorImpl.isTrusted(), the ECDSA signature verification at line 45 ...
How severe is CVE-2026-44900?
CVE-2026-44900 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-44900?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.