Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-44900
Published:May 09, 2026
Updated:May 10, 2026
Impact 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. Patches Patched in "#34" (https://github.com/oviva-ag/epa4all-client/pull/34). Workarounds None. Resources - "MS-OVIVA-EPA4ALL-d76aec" (https://www.machinespirits.com/advisory/d76aec/) Credits "Machine Spirits" (https://machinespirits.com) (contact@machinespirits.de) - Dr. rer. nat. Simon Weber - Dipl.-Inf. Volker Schönefeld - Chiara Fliegner
Affected Packages
https://github.com/oviva-ag/epa4all-client.git (GITHUB):
Affected version(s) >=v0.0.3 <v1.2.1
Fix Suggestion:
Update to version v1.2.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.6
Attack Vector
ADJACENT
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.1
Attack Vector
ADJACENT
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Improper Certificate Validation