CVE-2023-6935 Vulnerability Details

  /     /     /  

CVE-2023-6935 Metadata Quick Info

CVE Published: 09/02/2024 | CVE Updated: 02/08/2024 | CVE Year: 2023
Source: wolfSSL | Vendor: wolfSSL | Product: wolfSSL
Status : PUBLISHED

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.

Metrics

CVSS Version: 3.1 | Base Score: 5.9 MEDIUM
Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N

l➤ Exploitability Metrics:
    Attack Vector (AV)* NETWORK
    Attack Complexity (AC)* HIGH
    Privileges Required (PR)* NONE
    User Interaction (UI)* NONE
    Scope (S)* UNCHANGED

l➤ Impact Metrics:
    Confidentiality Impact (C)* HIGH
    Integrity Impact (I)* NONE
    Availability Impact (A)* NONE

Weakness Enumeration (CWE)

CWE-ID: CWE-203
CWE Name: CWE-203 Observable Discrepancy
Source: wolfSSL

Common Attack Pattern Enumeration and Classification (CAPEC)

CAPEC-ID: CAPEC-463
CAPEC Description: CAPEC-463 Padding Oracle Crypto Attack


Source: NVD (National Vulnerability Database).