CVE-2026-32883
Received Received - Intake

OCSP Signature Verification Bypass in Botan Library Causes Validation Risk

Vulnerability report for CVE-2026-32883, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-03-30

Last updated on: 2026-04-13

Assigner: GitHub, Inc.

Description

Botan is a C++ cryptography library. From version 3.0.0 to before version 3.11.0, during X509 path validation, OCSP responses were checked for an appropriate status code, but critically omitted verifying the signature of the OCSP response itself. This issue has been patched in version 3.11.0.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-03-30
Last Modified
2026-04-13
Generated
2026-07-06
AI Q&A
2026-03-31
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
botan_project botan From 3.0.0 (inc) to 3.11.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-347 The product does not verify, or incorrectly verifies, the cryptographic signature for data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the Botan C++ cryptography library versions from 3.0.0 up to but not including 3.11.0. During the validation of X509 certificate paths, the library checked the status code of OCSP (Online Certificate Status Protocol) responses but failed to verify the signature on the OCSP response itself. This means that the authenticity of the OCSP response was not confirmed, potentially allowing an attacker to use forged or tampered OCSP responses.

Impact Analysis

Because the signature on OCSP responses was not verified, an attacker could provide a fake OCSP response indicating that a revoked or invalid certificate is still valid. This could lead to acceptance of untrusted or malicious certificates during TLS or other cryptographic operations, potentially enabling man-in-the-middle attacks or other security breaches.

Mitigation Strategies

The vulnerability in Botan versions from 3.0.0 to before 3.11.0 involves improper verification of OCSP response signatures during X509 path validation.

To mitigate this vulnerability, you should upgrade Botan to version 3.11.0 or later, where the issue has been patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-32883. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart