Nixpkgs Security Tracker

Login with GitHub

Suggestions search

With package: python313Packages.botan3

Found 1 matching suggestions

View:
Compact
Detailed
Untriaged
Permalink CVE-2024-34703
7.5 HIGH
  • CVSS version: 3.1
  • Attack vector (AV): NETWORK
  • Attack complexity (AC): LOW
  • Privileges required (PR): NONE
  • User interaction (UI): NONE
  • Scope (S): UNCHANGED
  • Confidentiality impact (C): NONE
  • Integrity impact (I): NONE
  • Availability impact (A): HIGH
created 1 month, 3 weeks ago
Botan Vulnerable to Denial of Service Due to Overly Large Elliptic Curve Parameters

Botan is a C++ cryptography library. X.509 certificates can identify elliptic curves using either an object identifier or using explicit encoding of the parameters. Prior to versions 3.3.0 and 2.19.4, an attacker could present an ECDSA X.509 certificate using explicit encoding where the parameters are very large. The proof of concept used a 16Kbit prime for this purpose. When parsing, the parameter is checked to be prime, causing excessive computation. This was patched in 2.19.4 and 3.3.0 to allow the prime parameter of the elliptic curve to be at most 521 bits. No known workarounds are available. Note that support for explicit encoding of elliptic curve parameters is deprecated in Botan.

References

Affected products

botan
  • ==>= 3.0.0-alpha0, < 3.3.0
  • ==< 2.19.4
  • <3.3.1
  • ==>= 3.3.0, < 3.3.0
  • <2.19.4

Matching in nixpkgs

pkgs.botan2

Cryptographic algorithms library

Package maintainers