Bug 2456288 (CVE-2026-34580) - CVE-2026-34580 Botan: Botan: Certificate validation bypass due to incorrect certificate matching
Summary: CVE-2026-34580 Botan: Botan: Certificate validation bypass due to incorrect c...
Keywords:
Status: NEW
Alias: CVE-2026-34580
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2456405 2456407 2456403 2456404 2456406 2456408
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-07 22:02 UTC by OSIDB Bzimport
Modified: 2026-04-08 09:25 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-07 22:02:14 UTC
Botan is a C++ cryptography library. In 3.11.0, the function Certificate_Store::certificate_known had a misleading name; it would return true if any certificate in the store had a DN (and subject key identifier, if set) matching that of the argument. It did not check that the cert it found and the cert it was passed were actually the same certificate. In 3.11.0 an extension of path validation logic was made which assumed that certificate_known only returned true if the certificates were in fact identical. The impact is that if an end entity certificate is presented, and its DN (and subject key identifier, if set) match that of any trusted root, the end entity certificate is accepted immediately as if it itself were a trusted root. , This vulnerability is fixed in 3.11.1.


Note You need to log in before you can comment on or make changes to this bug.