Show filters
71 Total Results
Displaying 31-40 of 71
Sort by:
Attacker Value
Unknown

CVE-2021-38597

Disclosure Date: August 12, 2021 (last updated February 23, 2025)
wolfSSL before 4.8.1 incorrectly skips OCSP verification in certain situations of irrelevant response data that contains the NoCheck extension.
Attacker Value
Unknown

CVE-2021-37155

Disclosure Date: July 21, 2021 (last updated November 28, 2024)
wolfSSL 4.6.x through 4.7.x before 4.8.0 does not produce a failure outcome when the serial number in an OCSP request differs from the serial number in the OCSP response.
Attacker Value
Unknown

CVE-2021-24116

Disclosure Date: July 14, 2021 (last updated February 23, 2025)
In wolfSSL through 4.6.0, a side-channel vulnerability in base64 PEM file decoding allows system-level (administrator) attackers to obtain information about secret RSA keys via a controlled-channel and side-channel attack on software running in isolated environments that can be single stepped, especially Intel SGX.
Attacker Value
Unknown

CVE-2021-3336

Disclosure Date: January 29, 2021 (last updated February 22, 2025)
DoTls13CertificateVerify in tls13.c in wolfSSL before 4.7.0 does not cease processing for certain anomalous peer behavior (sending an ED22519, ED448, ECC, or RSA signature without the corresponding certificate). The client side is affected because man-in-the-middle attackers can impersonate TLS 1.3 servers.
Attacker Value
Unknown

CVE-2020-36177

Disclosure Date: January 06, 2021 (last updated February 22, 2025)
RsaPad_PSS in wolfcrypt/src/rsa.c in wolfSSL before 4.6.0 has an out-of-bounds write for certain relationships between key size and digest size.
Attacker Value
Unknown

CVE-2020-24613

Disclosure Date: August 24, 2020 (last updated February 22, 2025)
wolfSSL before 4.5.0 mishandles TLS 1.3 server data in the WAIT_CERT_CR state, within SanityCheckTls13MsgReceived() in tls13.c. This is an incorrect implementation of the TLS 1.3 client state machine. This allows attackers in a privileged network position to completely impersonate any TLS 1.3 servers, and read or modify potentially sensitive information between clients using the wolfSSL library and these TLS servers.
Attacker Value
Unknown

CVE-2020-12457

Disclosure Date: August 21, 2020 (last updated February 22, 2025)
An issue was discovered in wolfSSL before 4.5.0. It mishandles the change_cipher_spec (CCS) message processing logic for TLS 1.3. If an attacker sends ChangeCipherSpec messages in a crafted way involving more than one in a row, the server becomes stuck in the ProcessReply() loop, i.e., a denial of service.
Attacker Value
Unknown

CVE-2020-15309

Disclosure Date: August 21, 2020 (last updated February 22, 2025)
An issue was discovered in wolfSSL before 4.5.0, when single precision is not employed. Local attackers can conduct a cache-timing attack against public key operations. These attackers may already have obtained sensitive information if the affected system has been used for private key operations (e.g., signing with a private key).
Attacker Value
Unknown

CVE-2020-24585

Disclosure Date: August 21, 2020 (last updated November 28, 2024)
An issue was discovered in the DTLS handshake implementation in wolfSSL before 4.5.0. Clear DTLS application_data messages in epoch 0 do not produce an out-of-order error. Instead, these messages are returned to the application.
Attacker Value
Unknown

CVE-2020-11735

Disclosure Date: June 25, 2020 (last updated February 21, 2025)
The private-key operations in ecc.c in wolfSSL before 4.4.0 do not use a constant-time modular inverse when mapping to affine coordinates, aka a "projective coordinates leak."