Skip to main content

Botan CVE-2026-32877

| EUVDEUVD-2026-17210 HIGH
Out-of-bounds Read (CWE-125)
2026-03-30 GitHub_M
8.2
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
8.2 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
Red Hat
6.5 MEDIUM
qualitative

Primary rating from GitHub Advisory.

CVSS VectorGitHub Advisory

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
High

Lifecycle Timeline

6
Analysis Updated
Apr 16, 2026 - 06:10 EUVD-patch-fix
executive_summary
Re-analysis Queued
Apr 16, 2026 - 05:29 backfill_euvd_patch
patch_released
Patch available
Apr 16, 2026 - 05:29 EUVD
3.11.0
EUVD ID Assigned
Mar 30, 2026 - 21:00 euvd
EUVD-2026-17210
Analysis Generated
Mar 30, 2026 - 21:00 vuln.today
CVE Published
Mar 30, 2026 - 20:36 nvd
HIGH 8.2

DescriptionGitHub Advisory

Botan is a C++ cryptography library. From version 2.3.0 to before version 3.11.0, during SM2 decryption, the code that checked the authentication code value (C3) failed to check that the encoded value was of the expected length prior to comparison. An invalid ciphertext can cause a heap over-read of up to 31 bytes, resulting in a crash or potentially other undefined behavior. This issue has been patched in version 3.11.0.

AnalysisAI

Heap over-read in Botan C++ cryptography library versions 2.3.0 through 3.10.x allows remote, unauthenticated attackers to trigger crashes or undefined behavior during SM2 decryption. The vulnerability stems from insufficient length validation of authentication code (C3) values in SM2 ciphertexts, enabling reads of up to 31 bytes beyond allocated heap memory. With CVSS 8.2 (AV:N/AC:L/PR:N/UI:N) and EPSS data not provided, this represents a remotely exploitable memory safety issue in a cryptographic primitive. No public exploit identified at time of analysis. Patched in version 3.11.0.

Technical ContextAI

Botan is a widely-used open-source cryptography library for C++ applications, supporting modern algorithms including SM2, a Chinese national standard elliptic curve cryptography algorithm (ISO/IEC 14888-3). The vulnerability (CWE-125: Out-of-bounds Read) occurs in the SM2 decryption implementation's validation logic for the C3 authentication tag component of SM2 ciphertexts. The affected code failed to verify that the encoded C3 value length matched expectations before performing memory comparison operations. This missing boundary check allows specially crafted SM2 ciphertexts to trigger heap buffer over-reads of up to 31 bytes, potentially exposing adjacent heap memory contents or causing process crashes. The flaw exists in the cryptographic layer itself, not in TLS/protocol handling, meaning any application using Botan's SM2 decryption functionality with untrusted ciphertext inputs is potentially affected. The affected version range (2.3.0 to 3.10.x) spans approximately 7 years of releases, indicating broad deployment across systems using SM2 encryption.

RemediationAI

Vendor-released patch: Botan version 3.11.0 completely resolves the vulnerability through proper length validation of SM2 authentication codes prior to memory operations. Organizations should upgrade all Botan installations to version 3.11.0 or later immediately, prioritizing systems that process SM2 ciphertexts from untrusted sources. For environments unable to upgrade immediately, interim mitigations include restricting SM2 decryption operations to trusted ciphertext sources only, implementing strict input validation before passing data to Botan's SM2 functions, and deploying monitoring for abnormal process terminations that may indicate exploitation attempts. Organizations not using SM2 functionality may deprioritize updates but should plan upgrades during normal maintenance cycles to address this and potential future vulnerabilities. Review the GitHub Security Advisory at https://github.com/randombit/botan/security/advisories/GHSA-7jj6-4r42-w9h6 for additional vendor guidance and update instructions specific to your deployment model.

More in Botan

View all
CVE-2016-2195 CRITICAL
9.8 May 13

Integer overflow in the PointGFp constructor in Botan before 1.10.11 and 1.11.x before 1.11.27 allows remote attackers t

CVE-2016-2196 CRITICAL
9.8 May 13

Heap-based buffer overflow in the P-521 reduction function in Botan 1.11.x before 1.11.27 allows remote attackers to cau

CVE-2017-2801 MEDIUM POC
6.5 May 24

A programming error exists in a way Randombit Botan cryptographic library version 2.0.1 implements x500 string compariso

CVE-2024-50383 MEDIUM POC
5.9 Oct 23

Botan before 3.6.0, when certain GCC versions are used, has a compiler-induced secret-dependent operation in lib/utils/d

CVE-2024-50382 MEDIUM POC
5.9 Oct 23

Botan before 3.6.0, when certain LLVM versions are used, has compiler-induced secret-dependent control flow in lib/utils

CVE-2021-40529 MEDIUM POC
5.9 Sep 06

The ElGamal implementation in Botan through 2.18.1, as used in Thunderbird and other products, allows plaintext recovery

CVE-2018-12435 MEDIUM POC
5.9 Jun 15

Botan 2.5.0 through 2.6.0 before 2.7.0 allows a memory-cache side-channel attack on ECDSA signatures, aka the Return Of

CVE-2015-7826 CRITICAL
9.8 Apr 10

botan 1.11.x before 1.11.22 improperly handles wildcard matching against hostnames, which might allow remote attackers t

CVE-2016-6878 CRITICAL
9.8 Apr 10

The Curve25519 code in botan before 1.11.31, on systems without a native 128-bit integer type, might allow attackers to

CVE-2016-9132 CRITICAL
9.8 Jan 30

In Botan 1.8.0 through 1.11.33, when decoding BER data an integer overflow could occur, which would cause an incorrect l

CVE-2021-24115 CRITICAL
9.8 Feb 22

In Botan before 2.17.3, constant-time computations are not used for certain decoding and encoding operations (base32, ba

CVE-2018-9127 CRITICAL
9.8 Apr 02

Botan 2.2.0 - 2.4.0 (fixed in 2.5.0) improperly handled wildcard certificates and could accept certain certificates as v

Vendor StatusVendor

Share

CVE-2026-32877 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy