CVE-2023-6935
CVSS V2 None
CVSS V3 None
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.
Overview
- CVE ID
- CVE-2023-6935
- Assigner
- wolfSSL
- Vulnerability Status
- PUBLISHED
- Published Version
- 2024-02-09T22:25:04.663Z
- Last Modified Date
- 2024-06-04T17:17:16.476Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://people.redhat.com/~hkario/marvin/ | technical-description third-party-advisory |
https://www.wolfssl.com/docs/security-vulnerabilities/ |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2023-6935 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-6935 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-06-25 06:42:24 | Added to TrackCVE |