Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Network-reachable TLS client with no auth or UI, but exploitation needs a MitM position and a trusted non-serverAuth certificate, justifying AC:H; impersonation breaks C and I, not A.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Lifecycle Timeline
3DescriptionCVE.org
In OCaml-TLS before 2.1.0, the client implementation does insufficient checks of the certificate provided by the server, which allows impersonation with certificates that are not meant for server authentication (because of KeyUsage and ExtendedKeyUsage).
AnalysisAI
Server impersonation in OCaml-TLS before 2.1.0 allows a malicious TLS server to present a certificate not intended for server authentication and still be accepted by client code, enabling man-in-the-middle and impersonation attacks against any application linking the library as a TLS client. The client fails to validate KeyUsage and ExtendedKeyUsage extensions properly, breaking a core PKIX trust assumption. No public exploit identified at time of analysis and EPSS sits at 0.15% (4th percentile), but the CVSS 9.1 reflects the broad confidentiality and integrity impact on encrypted sessions.
Technical ContextAI
OCaml-TLS is a pure-OCaml implementation of the TLS protocol used by MirageOS and other OCaml ecosystem projects for both client and server TLS. The root cause maps to CWE-295 (Improper Certificate Validation): when validating a server's X.509 certificate chain, the client did not enforce that the leaf certificate's KeyUsage (e.g., digitalSignature/keyEncipherment) and ExtendedKeyUsage (e.g., id-kp-serverAuth, OID 1.3.6.1.5.5.7.3.1) actually permit TLS server authentication. As a result, certificates legitimately issued for other purposes - such as client authentication, code signing, S/MIME, or OCSP signing - could be reused by an attacker as if they were server certificates, undermining a key PKIX constraint that segregates certificate purposes within a single CA hierarchy.
RemediationAI
Upstream fix available in OCaml-TLS 2.1.0 - upgrade any application or unikernel that links ocaml-tls (and transitive consumers such as tls-mirage, tls-lwt, tls-async, http clients, and MirageOS images) to 2.1.0 or later and rebuild/redeploy, since this is a library-level fix that does not propagate via runtime patching. Consult the OSV record at https://osv.dev/vulnerability/OSEC-2026-06 and the NVD entry at https://nvd.nist.gov/vuln/detail/CVE-2026-45388 to confirm the patched release and any package-manager constraints (opam pins). Where immediate upgrade is not possible, compensating controls include pinning the expected server certificate or its SPKI in the application (certificate or public-key pinning, with the trade-off that certificate rotation requires a code/config update), restricting outbound TLS to a narrow allowlist of hosts reachable only over trusted network paths to reduce MitM opportunity, and operating affected clients only over VPN/IPsec tunnels to a trusted egress (which adds latency and operational complexity but eliminates opportunistic on-path attackers).
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Unauthenticated remote OS command injection in MeiG Smart FORGE_SLT711 cellular gateway firmware MDM9607.LE.1.0-00110-ST
Unauthenticated API access in LalanaChami Pharmacy Management System (commit 5c3d028) allows remote attackers to dump al
In Citrix Cloud through 2025-11-10, an account with read-only access can trigger the beginning of a workflow for write o
Giflib 5.2.2 contains a buffer overflow in the EGifGCBToExtension function that fails to validate allocated memory when
Denial of service in GPAC's MP4Box multimedia tool (versions before 26.02.0) arises from a use-after-free in the gf_sei_
Arbitrary kernel memory read/write in Realtek rtl819x Jungle SDK Wi-Fi driver allows local unprivileged attackers to acc
Denial of service in GPAC's MP4Box/libgpac media importer (versions before 26.02.0) lets an attacker crash the tool by s
An issue in the parse_month function (/time/strptime.rs) of relibc commit ab6a2e allows attackers to cause a Denial of S
Denial of service in relibc (the Redox OS C standard library) at commit 61f42d allows attackers to crash a process by ge
An issue in the pthread_rwlockattr_setpshared() function of relibc commit 61f42d allows attackers to cause a Denial of S
Denial of service in relibc (the Redox OS C standard library implementation, commit 61f42d) lets attackers crash a proce
Same weakness CWE-295 – Improper Certificate Validation
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36764
GHSA-rrgx-wgv5-5hf9