VYPR

Wolfssl

by WolfSSL

Source repositories

CVEs (143)

  • CVE-2026-3547HigMar 19, 2026
    risk 0.42cvss 7.5epss 0.00

    Out-of-bounds read in ALPN parsing due to incomplete validation. wolfSSL 5.8.4 and earlier contained an out-of-bounds read in ALPN handling when built with ALPN enabled (HAVE_ALPN / --enable-alpn). A crafted ALPN protocol list could trigger an out-of-bounds read, leading to a…

  • CVE-2026-2645HigMar 19, 2026
    risk 0.42cvss 7.5epss 0.00

    In wolfSSL 5.8.2 and earlier, a logic flaw existed in the TLS 1.2 server state machine implementation. The server could incorrectly accept the CertificateVerify message before the ClientKeyExchange message had been received. This issue affects wolfSSL before 5.8.4 (wolfSSL 5.8.2…

  • CVE-2022-34293HigAug 8, 2022
    risk 0.42cvss 7.5epss 0.01

    wolfSSL before 5.4.0 allows remote attackers to cause a denial of service via DTLS because a check for return-routability can be skipped.

  • CVE-2026-5446HigApr 9, 2026
    risk 0.39cvss 7.1epss 0.00

    In wolfSSL, ARIA-GCM cipher suites used in TLS 1.2 and DTLS 1.2 reuse an identical 12-byte GCM nonce for every application-data record. Because wc_AriaEncrypt is stateless and passes the caller-supplied IV verbatim to the MagicCrypto SDK with no internal counter, and because the…

  • CVE-2026-0819HigMar 19, 2026
    risk 0.39cvss 7.1epss 0.00

    A stack buffer overflow vulnerability exists in wolfSSL's PKCS7 SignedData encoding functionality. In wc_PKCS7_BuildSignedAttributes(), when adding custom signed attributes, the code passes an incorrect capacity value (esd->signedAttribsCount) to EncodeAttributes() instead of…

  • CVE-2015-7744MedJan 22, 2016
    risk 0.39cvss 5.9epss 0.05

    wolfSSL (formerly CyaSSL) before 3.6.8 does not properly handle faults associated with the Chinese Remainder Theorem (CRT) process when allowing ephemeral key exchange without low memory optimizations on a server, which makes it easier for remote attackers to obtain private RSA…

  • CVE-2023-6935MedFeb 9, 2024
    risk 0.38cvss 5.9epss 0.01

    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…

  • CVE-2021-44718MedSep 2, 2022
    risk 0.38cvss 5.9epss 0.01

    wolfSSL through 5.0.0 allows an attacker to cause a denial of service and infinite loop in the client component by sending crafted traffic from a Machine-in-the-Middle (MITM) position. The root cause is that the client module accepts TLS messages that normally are only sent to…

  • CVE-2014-2903MedOct 6, 2017
    risk 0.38cvss 5.9epss 0.01

    CyaSSL does not check the key usage extension in leaf certificates, which allows remote attackers to spoof servers via a crafted server certificate not authorized for use in an SSL/TLS handshake.

  • CVE-2017-6076MedFeb 24, 2017
    risk 0.36cvss 5.5epss 0.00

    In versions of wolfSSL before 3.10.2 the function fp_mul_comba makes it easier to extract RSA key information for a malicious user who has access to view cache on a machine.

  • CVE-2016-7440MedDec 13, 2016
    risk 0.36cvss 5.5epss 0.00

    The C software implementation of AES Encryption and Decryption in wolfSSL (formerly CyaSSL) before 3.9.10 makes it easier for local users to discover AES keys by leveraging cache-bank timing differences.

  • CVE-2016-7439MedDec 13, 2016
    risk 0.36cvss 5.5epss 0.00

    The C software implementation of RSA in wolfSSL (formerly CyaSSL) before 3.9.10 makes it easier for local users to discover RSA keys by leveraging cache-bank hit differences.

  • CVE-2016-7438MedDec 13, 2016
    risk 0.36cvss 5.5epss 0.00

    The C software implementation of ECC in wolfSSL (formerly CyaSSL) before 3.9.10 makes it easier for local users to discover RSA keys by leveraging cache-bank hit differences.

  • CVE-2026-6330MedJun 25, 2026
    risk 0.35cvss 6.5epss 0.00

    The ML-KEM ARM64 NEON ciphertext comparison only compares half of the input, breaking the Fujisaki-Okamoto transform's implicit rejection and weakening IND-CCA2 security on that code path. The constant-time comparison effectively ignored part of the re-encrypted ciphertext, so a…

  • CVE-2026-6329MedJun 25, 2026
    risk 0.35cvss 6.5epss 0.00

    PKCS#12 MAC verification uses an attacker-controlled comparison length, weakening the integrity check on the MAC and allowing a mismatched MAC to be accepted. The PKCS#12 verify path compared the locally computed HMAC against the MAC parsed from the PKCS#12 structure using a…

  • CVE-2026-55962MedJun 25, 2026
    risk 0.35cvss 6.5epss 0.00

    TLS 1.3 post-handshake authentication (PHA) issue where a server could accept a client's Finished message without the client having sent a Certificate and CertificateVerify. The post-handshake-auth exemption that allows an empty/absent peer certificate was only intended for the…

  • CVE-2026-6291MedJun 25, 2026
    risk 0.35cvss 6.5epss 0.00

    Bleichenbacher padding oracle in PKCS#7 KTRI decryption. When decrypting PKCS#7 EnvelopedData using RSA PKCS#1 v1.5 key transport, wolfSSL returned distinguishable error codes depending on whether RSA padding validation failed versus whether the decrypted content was malformed.…

  • CVE-2026-6091MedJun 25, 2026
    risk 0.35cvss 6.5epss 0.00

    Partial-chain certificate verification may accept chains that terminate at a peer-supplied, untrusted intermediate certificate rather than a trusted anchor. An attacker could present a chain that ends at an intermediate they control and have it accepted as valid. This affects…

  • CVE-2026-5460MedApr 10, 2026
    risk 0.35cvss 6.5epss 0.00

    A heap use-after-free exists in wolfSSL's TLS 1.3 post-quantum cryptography (PQC) hybrid KeyShare processing. In the error handling path of TLSX_KeyShare_ProcessPqcHybridClient() in src/tls.c, the inner function TLSX_KeyShare_ProcessPqcClient_ex() frees a KyberKey object upon…

  • CVE-2026-5778MedApr 9, 2026
    risk 0.35cvss 6.5epss 0.00

    Integer underflow in wolfSSL packet sniffer <= 5.9.0 allows an attacker to cause a program crash in the AEAD decryption path by injecting a TLS record shorter than the explicit IV plus authentication tag into traffic inspected by ssl_DecodePacket. The underflow wraps a 16-bit…

Page 4 of 8