PatchSiren cyber security CVE debrief
CVE-2026-45388 OCaml-TLS CVE debrief
CVE-2026-45388 is a vulnerability in the OCaml-TLS library before version 2.1.0. The client implementation does not perform sufficient checks on the certificate provided by the server. This flaw allows for impersonation using certificates not intended for server authentication, due to issues with KeyUsage and ExtendedKeyUsage.
- Vendor
- OCaml-TLS
- Product
- OCaml-TLS
- CVSS
- CRITICAL 9.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-15
- Original CVE updated
- 2026-06-16
- Advisory published
- 2026-06-15
- Advisory updated
- 2026-06-16
Who should care
Users of OCaml-TLS before version 2.1.0, especially those using the library for secure communication in applications where server authentication is critical.
Technical summary
The OCaml-TLS library, used for secure communication in OCaml applications, had a vulnerability where the client side did not properly validate server certificates. This could lead to man-in-the-middle attacks or server impersonation because the library did not correctly enforce the KeyUsage and ExtendedKeyUsage fields of X.509 certificates.
Defensive priority
High
Recommended defensive actions
- Update to OCaml-TLS version 2.1.0 or later to ensure proper certificate validation.
- Review and update any applications or services using OCaml-TLS to ensure they are using the updated version.
Evidence notes
Evidence from the National Vulnerability Database (NVD) and OSV indicates that the vulnerability exists and has been addressed in version 2.1.0 of OCaml-TLS.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-45388 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-45388
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-45388 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-45388
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://osv.dev/vulnerability/OSEC-2026-06
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.