← Back

Trustedfirmware

trustedfirmware

84 CVEs • 5 products

Products (5)

Click to collapse
Toggle
Mbed Tls
mbed_tls
Op Tee
op-tee
Tf Psa Crypto
tf-psa-crypto

CVEs (84)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
2Arm
Trustedfirmware
4Mbed Tls
Mbed TlsTf Psa Crypto+1 more
Jun 17, 2026
Apr 1, 2026
N/A· v4
9.8 CRITICAL· v3
N/A· v2
An issue was discovered in Mbed TLS through 3.6.5 and TF-PSA-Crypto 1.0.0. A buffer overflow can occur in public key export for FFDH keys.
2Arm
Trustedfirmware
2Mbed Tls
Mbed Tls
Jun 17, 2026
Apr 1, 2026
N/A· v4
6.5 MEDIUM· v3
N/A· v2
Mbed TLS v3.3.0 up to 3.6.5 and 4.0.0 allows Algorithm Downgrade.
2Arm
Trustedfirmware
2Mbed Tls
Mbed Tls
Jun 17, 2026
Jul 20, 2025
N/A· v4
3.7 LOW· v3
N/A· v2
In Mbed TLS 3.6.1 through 3.6.3 before 3.6.4, a timing discrepancy in block cipher padding removal allows an attacker to recover the plaintext when PKCS#7 padding mode is used.
2Arm
Trustedfirmware
2Mbed Tls
Mbed Tls
Jun 17, 2026
Jul 4, 2025
N/A· v4
6.5 MEDIUM· v3
N/A· v2
In MbedTLS 3.3.0 before 3.6.4, mbedtls_lms_import_public_key does not check that the input buffer is at least 4 bytes before reading a 32-bit field, allowing a possible out-of-bounds read on truncated input. Specifically...Show more
In MbedTLS 3.3.0 before 3.6.4, mbedtls_lms_import_public_key does not check that the input buffer is at least 4 bytes before reading a 32-bit field, allowing a possible out-of-bounds read on truncated input. Specifically, an out-of-bounds read in mbedtls_lms_import_public_key allows context-dependent attackers to trigger a crash or limited adjacent-memory disclosure by supplying a truncated LMS (Leighton-Micali Signature) public-key buffer under four bytes. An LMS public key starts with a 4-byte type indicator. The function mbedtls_lms_import_public_key reads this type indicator before validating the size of its input.Show less
2Arm
Trustedfirmware
2Mbed Tls
Mbed Tls
Jun 17, 2026
Jul 4, 2025
N/A· v4
4.9 MEDIUM· v3
N/A· v2
In MbedTLS 3.3.0 before 3.6.4, mbedtls_lms_verify may accept invalid signatures if hash computation fails and internal errors go unchecked, enabling LMS (Leighton-Micali Signature) forgery in a fault scenario. Specifical...Show more
In MbedTLS 3.3.0 before 3.6.4, mbedtls_lms_verify may accept invalid signatures if hash computation fails and internal errors go unchecked, enabling LMS (Leighton-Micali Signature) forgery in a fault scenario. Specifically, unchecked return values in mbedtls_lms_verify allow an attacker (who can induce a hardware hash accelerator fault) to bypass LMS signature verification by reusing stale stack data, resulting in acceptance of an invalid signature. In mbedtls_lms_verify, the return values of the internal Merkle tree functions create_merkle_leaf_value and create_merkle_internal_value are not checked. These functions return an integer that indicates whether the call succeeded or not. If a failure occurs, the output buffer (Tc_candidate_root_node) may remain uninitialized, and the result of the signature verification is unpredictable. When the software implementation of SHA-256 is used, these functions will not fail. However, with hardware-accelerated hashing, an attacker could use fault injection against the accelerator to bypass verification.Show less
2Arm
Trustedfirmware
2Mbed Tls
Mbed Tls
Jun 17, 2026
Mar 25, 2025
N/A· v4
4.8 MEDIUM· v3
N/A· v2
Mbed TLS before 2.28.10 and 3.x before 3.6.3, in some cases of failed memory allocation or hardware errors, uses uninitialized stack memory to compose the TLS Finished message, potentially leading to authentication bypas...Show more
Mbed TLS before 2.28.10 and 3.x before 3.6.3, in some cases of failed memory allocation or hardware errors, uses uninitialized stack memory to compose the TLS Finished message, potentially leading to authentication bypasses such as replays.Show less
2Arm
Trustedfirmware
2Mbed Tls
Mbed Tls
Jun 17, 2026
Mar 25, 2025
N/A· v4
5.4 MEDIUM· v3
N/A· v2
Mbed TLS before 2.28.10 and 3.x before 3.6.3, on the client side, accepts servers that have trusted certificates for arbitrary hostnames unless the TLS client application calls mbedtls_ssl_set_hostname.
2Arm
Trustedfirmware
2Mbed Tls
Mbed Tls
Jun 17, 2026
Oct 15, 2024
N/A· v4
9.8 CRITICAL· v3
N/A· v2
Mbed TLS 3.5.x through 3.6.x before 3.6.2 has a buffer underrun in pkwrite when writing an opaque key pair
2Arm
Trustedfirmware
2Mbed Tls
Mbed Tls
Jun 17, 2026
Sep 5, 2024
N/A· v4
9.8 CRITICAL· v3
N/A· v2
An issue was discovered in Mbed TLS 3.x before 3.6.1. With TLS 1.3, when a server enables optional authentication of the client, if the client-provided certificate does not have appropriate values in if keyUsage or extKe...Show more
An issue was discovered in Mbed TLS 3.x before 3.6.1. With TLS 1.3, when a server enables optional authentication of the client, if the client-provided certificate does not have appropriate values in if keyUsage or extKeyUsage extensions, then the return value of mbedtls_ssl_get_verify_result() would incorrectly have the MBEDTLS_X509_BADCERT_KEY_USAGE and MBEDTLS_X509_BADCERT_KEY_USAGE bits clear. As a result, an attacker that had a certificate valid for uses other than TLS client authentication would nonetheless be able to use it for TLS client authentication. Only TLS 1.3 servers were affected, and only with optional authentication (with required authentication, the handshake would be aborted with a fatal alert).Show less
2Arm
Trustedfirmware
2Mbed Tls
Mbed Tls
Jun 17, 2026
Sep 5, 2024
N/A· v4
9.8 CRITICAL· v3
N/A· v2
An issue was discovered in Mbed TLS 3.6 before 3.6.1. A stack buffer overflow in mbedtls_ecdsa_der_to_raw() and mbedtls_ecdsa_raw_to_der() can occur when the bits parameter is larger than the largest supported curve. In...Show more
An issue was discovered in Mbed TLS 3.6 before 3.6.1. A stack buffer overflow in mbedtls_ecdsa_der_to_raw() and mbedtls_ecdsa_raw_to_der() can occur when the bits parameter is larger than the largest supported curve. In some configurations with PSA disabled, all values of bits are affected. (This never happens in internal library calls, but can affect applications that call these functions directly.)Show less
2Arm
Trustedfirmware
2Mbed Tls
Mbed Tls
Jun 17, 2026
Sep 5, 2024
N/A· v4
5.1 MEDIUM· v3
N/A· v2
An issue was discovered in Mbed TLS before 2.28.9 and 3.x before 3.6.1, in which the user-selected algorithm is not used. Unlike previously documented, enabling MBEDTLS_PSA_HMAC_DRBG_MD_TYPE does not cause the PSA subsys...Show more
An issue was discovered in Mbed TLS before 2.28.9 and 3.x before 3.6.1, in which the user-selected algorithm is not used. Unlike previously documented, enabling MBEDTLS_PSA_HMAC_DRBG_MD_TYPE does not cause the PSA subsystem to use HMAC_DRBG: it uses HMAC_DRBG only when MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG and MBEDTLS_CTR_DRBG_C are disabled.Show less
2Arm
Trustedfirmware
2Trusted Firmware M
Trusted Firmware M
Jun 17, 2026
Sep 5, 2024
N/A· v4
4.7 MEDIUM· v3
N/A· v2
An issue was discovered in Trusted Firmware-M through 2.0.0. The lack of argument verification in the logging subsystem allows attackers to read sensitive data via the login function.
3Amd
ArmTrustedfirmware
3Trusted Firmware A
Trusted Firmware ATrusted Firmware A
Jun 17, 2026
Aug 13, 2024
N/A· v4
5.8 MEDIUM· v3
N/A· v2
Improper input validation in ARM® Trusted Firmware used in AMD’s Zynq™ UltraScale+™) MPSoC/RFSoC may allow a privileged attacker to perform out of bound reads, potentially resulting in data leakage and denial of service.
2Arm
Trustedfirmware
2Mbed Tls
Mbed Tls
Jun 17, 2026
Apr 3, 2024
N/A· v4
9.1 CRITICAL· v3
N/A· v2
In Mbed TLS 3.3.0 through 3.5.2 before 3.6.0, a malicious client can cause information disclosure or a denial of service because of a stack buffer over-read (of less than 256 bytes) in a TLS 1.3 server via a TLS 3.1 Clie...Show more
In Mbed TLS 3.3.0 through 3.5.2 before 3.6.0, a malicious client can cause information disclosure or a denial of service because of a stack buffer over-read (of less than 256 bytes) in a TLS 1.3 server via a TLS 3.1 ClientHello.Show less
2Arm
Trustedfirmware
2Mbed Tls
Mbed Tls
Jun 17, 2026
Apr 3, 2024
N/A· v4
5.4 MEDIUM· v3
N/A· v2
An issue was discovered in Mbed TLS 3.5.x before 3.6.0. When negotiating the TLS version on the server side, it can fall back to the TLS 1.2 implementation of the protocol if it is disabled. If the TLS 1.2 implementation...Show more
An issue was discovered in Mbed TLS 3.5.x before 3.6.0. When negotiating the TLS version on the server side, it can fall back to the TLS 1.2 implementation of the protocol if it is disabled. If the TLS 1.2 implementation was disabled at build time, a TLS 1.2 client could put a TLS 1.3-only server into an infinite loop processing a TLS 1.2 ClientHello, resulting in a denial of service. If the TLS 1.2 implementation was disabled at runtime, a TLS 1.2 client can successfully establish a TLS 1.2 connection with the server.Show less
2Arm
Trustedfirmware
2Mbed Tls
Mbed Tls
Jun 17, 2026
Apr 3, 2024
N/A· v4
6.5 MEDIUM· v3
N/A· v2
An issue was discovered in Mbed TLS 3.5.x before 3.6.0. When an SSL context was reset with the mbedtls_ssl_session_reset() API, the maximum TLS version to be negotiated was not restored to the configured one. An attacker...Show more
An issue was discovered in Mbed TLS 3.5.x before 3.6.0. When an SSL context was reset with the mbedtls_ssl_session_reset() API, the maximum TLS version to be negotiated was not restored to the configured one. An attacker was able to prevent an Mbed TLS server from establishing any TLS 1.3 connection, potentially resulting in a Denial of Service or forced version downgrade from TLS 1.3 to TLS 1.2.Show less
3Arm
FedoraprojectTrustedfirmware
4Fedora
Mbed CryptoMbed Tls+1 more
Jun 17, 2026
Mar 29, 2024
N/A· v4
8.2 HIGH· v3
N/A· v2
An issue was discovered in Mbed TLS 2.18.0 through 2.28.x before 2.28.8 and 3.x before 3.6.0, and Mbed Crypto. The PSA Crypto API mishandles shared memory.
2Arm
Trustedfirmware
2Mbed Tls
Mbed Tls
Jun 17, 2026
Jan 31, 2024
N/A· v4
7.5 HIGH· v3
N/A· v2
Integer Overflow vulnerability in Mbed TLS 2.x before 2.28.7 and 3.x before 3.5.2, allows attackers to cause a denial of service (DoS) via mbedtls_x509_set_extension().
2Arm
Trustedfirmware
2Mbed Tls
Mbed Tls
Jun 17, 2026
Jan 31, 2024
N/A· v4
5.5 MEDIUM· v3
N/A· v2
An issue was discovered in Mbed TLS 2.x before 2.28.7 and 3.x before 3.5.2. There was a timing side channel in RSA private operations. This side channel could be sufficient for a local attacker to recover the plaintext....Show more
An issue was discovered in Mbed TLS 2.x before 2.28.7 and 3.x before 3.5.2. There was a timing side channel in RSA private operations. This side channel could be sufficient for a local attacker to recover the plaintext. It requires the attacker to send a large number of messages for decryption, as described in "Everlasting ROBOT: the Marvin Attack" by Hubert Kario.Show less
2Arm
Trustedfirmware
2Mbed Tls
Mbed Tls
Jun 17, 2026
Jan 21, 2024
N/A· v4
7.5 HIGH· v3
N/A· v2
An issue was discovered in Mbed TLS 3.5.1. There is persistent handshake denial if a client sends a TLS 1.3 ClientHello without extensions.