Name | CVE-2023-6935 |
Description | wolfSSL SP Math All RSA implementation is vulnerable to the Marvin Attack, new variation of a timing Bleichenbacher style attack, when built with the following options to configure: --enable-all CFLAGS="-DWOLFSSL_STATIC_RSA" The define “WOLFSSL_STATIC_RSA” enables static RSA cipher suites, which is not recommended, and has been disabled by default since wolfSSL 3.6.6. Therefore the default build since 3.6.6, even with "--enable-all", is not vulnerable to the Marvin Attack. The vulnerability is specific to static RSA cipher suites, and expected to be padding-independent. The vulnerability allows an attacker to decrypt ciphertexts and forge signatures after probing with a large number of test observations. However the server’s private key is not exposed. |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
Debian Bugs | 1059357 |
The table below lists information on source packages.
Source Package | Release | Version | Status |
---|---|---|---|
wolfssl (PTS) | bullseye | 4.6.0+p1-0+deb11u2 | vulnerable |
bookworm | 5.5.4-2+deb12u1 | vulnerable | |
sid, trixie | 5.7.2-0.1 | fixed |
The information below is based on the following data on fixed versions.
Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
---|---|---|---|---|---|---|
wolfssl | source | experimental | 5.6.6-1 | |||
wolfssl | source | (unstable) | 5.6.6-1.2 | unimportant | 1059357 |
https://github.com/wolfSSL/wolfssl/blob/v5.6.6-stable/ChangeLog.md#vulnerabilities
Marked as unimportant, since WOLFSSL_STATIC_RSA has been disabled by default since
since wolfSSL 3.6.6 (even if built with --enable-all).