Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/mbedtls@2.28.3-1
purl pkg:deb/debian/mbedtls@2.28.3-1
Next non-vulnerable version None.
Latest non-vulnerable version None.
Risk 10.0
Vulnerabilities affecting this package (13)
Vulnerability Summary Fixed by
VCID-4sbv-dqyv-6baw
Aliases:
CVE-2024-45157
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. There are no reported fixed by versions.
VCID-5bxk-rknm-zfhc
Aliases:
CVE-2024-23775
Multiple vulnerabilities have been discovered in Mbed TLS, the worst of which could lead to information disclosure or denial of service.
3.6.5-0.1~deb13u1
Affected by 1 other vulnerability.
VCID-7ppw-f9jy-k7ae
Aliases:
CVE-2025-52497
Mbed TLS before 3.6.4 has a PEM parsing one-byte heap-based buffer underflow, in mbedtls_pem_read_buffer and two mbedtls_pk_parse functions, via untrusted PEM input.
3.6.5-0.1~deb13u1
Affected by 1 other vulnerability.
VCID-7v3a-5q44-cucz
Aliases:
CVE-2025-48965
Mbed TLS before 3.6.4 has a NULL pointer dereference because mbedtls_asn1_store_named_data can trigger conflicting data with val.p of NULL but val.len greater than zero.
3.6.5-0.1~deb13u1
Affected by 1 other vulnerability.
VCID-98cg-wuhp-qudq
Aliases:
CVE-2025-47917
Mbed TLS before 3.6.4 allows a use-after-free in certain situations of applications that are developed in accordance with the documentation. The function mbedtls_x509_string_to_names() takes a head argument that is documented as an output argument. The documentation does not suggest that the function will free that pointer; however, the function does call mbedtls_asn1_free_named_data_list() on that argument, which performs a deep free(). As a result, application code that uses this function (relying only on documented behavior) is likely to still hold pointers to the memory blocks that were freed, resulting in a high risk of use-after-free or double-free. In particular, the two sample programs x509/cert_write and x509/cert_req are affected (use-after-free if the san string contains more than one DN).
3.6.5-0.1~deb13u1
Affected by 1 other vulnerability.
VCID-f1fz-b8b6-dfb8
Aliases:
CVE-2024-23170
Multiple vulnerabilities have been discovered in Mbed TLS, the worst of which could lead to information disclosure or denial of service.
3.6.5-0.1~deb13u1
Affected by 1 other vulnerability.
VCID-gvkn-6e2m-dyez
Aliases:
CVE-2025-27809
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.
3.6.5-0.1~deb13u1
Affected by 1 other vulnerability.
VCID-kchn-2wez-bbb2
Aliases:
CVE-2025-27810
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.
3.6.5-0.1~deb13u1
Affected by 1 other vulnerability.
VCID-pj6w-rufw-nqgd
Aliases:
CVE-2025-54764
Mbed TLS before 3.6.5 allows a local timing attack against certain RSA operations, and direct calls to mbedtls_mpi_mod_inv or mbedtls_mpi_gcd.
3.6.5-0.1~deb13u1
Affected by 1 other vulnerability.
VCID-vp4q-81cq-33cw
Aliases:
CVE-2025-59438
Mbed TLS through 3.6.4 has an Observable Timing Discrepancy.
3.6.5-0.1~deb13u1
Affected by 1 other vulnerability.
VCID-vs6q-c4ug-xfer
Aliases:
CVE-2024-28755
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.
3.6.5-0.1~deb13u1
Affected by 1 other vulnerability.
VCID-wsvw-6tmk-3kdj
Aliases:
CVE-2024-28960
mbedtls: Insecure handling of shared memory in PSA Crypto APIs
3.6.5-0.1~deb13u1
Affected by 1 other vulnerability.
VCID-zpq1-dwvf-8ka2
Aliases:
CVE-2025-52496
Mbed TLS before 3.6.4 has a race condition in AESNI detection if certain compiler optimizations occur. An attacker may be able to extract an AES key from a multithreaded program, or perform a GCM forgery.
3.6.5-0.1~deb13u1
Affected by 1 other vulnerability.
Vulnerabilities fixed by this package (10)
Vulnerability Summary Aliases
VCID-1teg-yvuy-4kga Multiple vulnerabilities have been discovered in Mbed TLS, the worst of which could lead to information disclosure or denial of service. CVE-2022-46392
VCID-5x2e-paq2-nyf9 Multiple vulnerabilities have been discovered in Mbed TLS, the worst of which could result in arbitrary code execution. CVE-2021-44732
VCID-7ppw-f9jy-k7ae Mbed TLS before 3.6.4 has a PEM parsing one-byte heap-based buffer underflow, in mbedtls_pem_read_buffer and two mbedtls_pk_parse functions, via untrusted PEM input. CVE-2025-52497
VCID-7v3a-5q44-cucz Mbed TLS before 3.6.4 has a NULL pointer dereference because mbedtls_asn1_store_named_data can trigger conflicting data with val.p of NULL but val.len greater than zero. CVE-2025-48965
VCID-8vmc-tp28-wyae In Trusted Firmware Mbed TLS 2.24.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. CVE-2021-24119
VCID-98cg-wuhp-qudq Mbed TLS before 3.6.4 allows a use-after-free in certain situations of applications that are developed in accordance with the documentation. The function mbedtls_x509_string_to_names() takes a head argument that is documented as an output argument. The documentation does not suggest that the function will free that pointer; however, the function does call mbedtls_asn1_free_named_data_list() on that argument, which performs a deep free(). As a result, application code that uses this function (relying only on documented behavior) is likely to still hold pointers to the memory blocks that were freed, resulting in a high risk of use-after-free or double-free. In particular, the two sample programs x509/cert_write and x509/cert_req are affected (use-after-free if the san string contains more than one DN). CVE-2025-47917
VCID-k8w1-nrjy-wfbe Multiple vulnerabilities have been discovered in Mbed TLS, the worst of which could result in arbitrary code execution. CVE-2022-35409
VCID-t2j5-4x1d-2kb1 Use of a Broken or Risky Cryptographic Algorithm in the function mbedtls_mpi_exp_mod() in lignum.c in Mbed TLS Mbed TLS all versions before 3.0.0, 2.27.0 or 2.16.11 allows attackers with access to precise enough timing and memory access information (typically an untrusted operating system attacking a secure enclave such as SGX or the TrustZone secure world) to recover the private keys used in RSA. CVE-2021-36647
VCID-x5we-9dmz-p7bh Multiple vulnerabilities have been discovered in Mbed TLS, the worst of which could result in arbitrary code execution. CVE-2021-43666
VCID-zpq1-dwvf-8ka2 Mbed TLS before 3.6.4 has a race condition in AESNI detection if certain compiler optimizations occur. An attacker may be able to extract an AES key from a multithreaded program, or perform a GCM forgery. CVE-2025-52496

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T12:53:13.772579+00:00 Debian Importer Affected by VCID-kchn-2wez-bbb2 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:45:56.097558+00:00 Debian Importer Affected by VCID-5bxk-rknm-zfhc https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:41:43.292550+00:00 Debian Importer Affected by VCID-4sbv-dqyv-6baw https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:24:59.480019+00:00 Debian Importer Affected by VCID-gvkn-6e2m-dyez https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:13:39.270262+00:00 Debian Importer Affected by VCID-7ppw-f9jy-k7ae https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:54:38.810116+00:00 Debian Importer Affected by VCID-wsvw-6tmk-3kdj https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:54:11.869981+00:00 Debian Importer Affected by VCID-vs6q-c4ug-xfer https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:42:09.763022+00:00 Debian Importer Affected by VCID-pj6w-rufw-nqgd https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:17:40.792586+00:00 Debian Importer Affected by VCID-7v3a-5q44-cucz https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:35:54.534604+00:00 Debian Importer Fixing VCID-k8w1-nrjy-wfbe https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:33:40.926017+00:00 Debian Importer Affected by VCID-98cg-wuhp-qudq https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:31:30.637845+00:00 Debian Importer Affected by VCID-f1fz-b8b6-dfb8 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:48:39.100472+00:00 Debian Importer Affected by VCID-zpq1-dwvf-8ka2 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T08:47:22.162603+00:00 Debian Importer Affected by VCID-vp4q-81cq-33cw https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-15T22:31:34.124629+00:00 Debian Oval Importer Fixing VCID-zpq1-dwvf-8ka2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:08:44.399957+00:00 Debian Oval Importer Fixing VCID-7v3a-5q44-cucz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:27:43.386704+00:00 Debian Oval Importer Fixing VCID-98cg-wuhp-qudq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:22:22.311604+00:00 Debian Oval Importer Fixing VCID-7ppw-f9jy-k7ae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:00:20.131774+00:00 Debian Oval Importer Fixing VCID-x5we-9dmz-p7bh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:45:08.204773+00:00 Debian Oval Importer Fixing VCID-5x2e-paq2-nyf9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:09:27.227124+00:00 Debian Oval Importer Fixing VCID-t2j5-4x1d-2kb1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:45:37.143349+00:00 Debian Oval Importer Fixing VCID-8vmc-tp28-wyae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:35:12.144672+00:00 Debian Oval Importer Fixing VCID-1teg-yvuy-4kga https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-13T08:50:50.746056+00:00 Debian Importer Affected by VCID-kchn-2wez-bbb2 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:45:18.099196+00:00 Debian Importer Affected by VCID-5bxk-rknm-zfhc https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:42:08.226388+00:00 Debian Importer Affected by VCID-4sbv-dqyv-6baw https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:29:54.097934+00:00 Debian Importer Affected by VCID-gvkn-6e2m-dyez https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:21:54.072267+00:00 Debian Importer Affected by VCID-7ppw-f9jy-k7ae https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:07:49.832357+00:00 Debian Importer Affected by VCID-wsvw-6tmk-3kdj https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:07:32.181031+00:00 Debian Importer Affected by VCID-vs6q-c4ug-xfer https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:58:29.826287+00:00 Debian Importer Affected by VCID-pj6w-rufw-nqgd https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:41:03.213541+00:00 Debian Importer Affected by VCID-7v3a-5q44-cucz https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:09:41.529046+00:00 Debian Importer Fixing VCID-k8w1-nrjy-wfbe https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:07:56.728024+00:00 Debian Importer Affected by VCID-98cg-wuhp-qudq https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:06:16.230453+00:00 Debian Importer Affected by VCID-f1fz-b8b6-dfb8 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:33:19.550695+00:00 Debian Importer Affected by VCID-zpq1-dwvf-8ka2 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T22:08:34.275584+00:00 Debian Oval Importer Fixing VCID-zpq1-dwvf-8ka2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:46:37.227817+00:00 Debian Oval Importer Fixing VCID-7v3a-5q44-cucz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:06:58.112353+00:00 Debian Oval Importer Fixing VCID-98cg-wuhp-qudq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:01:52.602940+00:00 Debian Oval Importer Fixing VCID-7ppw-f9jy-k7ae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:40:37.575783+00:00 Debian Oval Importer Fixing VCID-x5we-9dmz-p7bh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:26:05.821149+00:00 Debian Oval Importer Fixing VCID-5x2e-paq2-nyf9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:51:09.850955+00:00 Debian Oval Importer Fixing VCID-t2j5-4x1d-2kb1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:54:16.329538+00:00 Debian Importer Affected by VCID-vp4q-81cq-33cw https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T16:32:24.966801+00:00 Debian Oval Importer Fixing VCID-8vmc-tp28-wyae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:22:11.880227+00:00 Debian Oval Importer Fixing VCID-1teg-yvuy-4kga https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-08T21:45:09.871104+00:00 Debian Oval Importer Fixing VCID-zpq1-dwvf-8ka2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:24:21.618486+00:00 Debian Oval Importer Fixing VCID-7v3a-5q44-cucz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:46:02.574002+00:00 Debian Oval Importer Fixing VCID-98cg-wuhp-qudq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:41:09.563276+00:00 Debian Oval Importer Fixing VCID-7ppw-f9jy-k7ae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:20:36.000111+00:00 Debian Oval Importer Fixing VCID-x5we-9dmz-p7bh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:06:36.186158+00:00 Debian Oval Importer Fixing VCID-5x2e-paq2-nyf9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:53:15.798693+00:00 Debian Importer Affected by VCID-kchn-2wez-bbb2 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:49:42.187052+00:00 Debian Importer Affected by VCID-5bxk-rknm-zfhc https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:47:43.870969+00:00 Debian Importer Affected by VCID-4sbv-dqyv-6baw https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:39:36.574757+00:00 Debian Importer Affected by VCID-gvkn-6e2m-dyez https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:33:59.405532+00:00 Debian Importer Affected by VCID-7ppw-f9jy-k7ae https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:33:31.729028+00:00 Debian Oval Importer Fixing VCID-t2j5-4x1d-2kb1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:24:56.700664+00:00 Debian Importer Affected by VCID-wsvw-6tmk-3kdj https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:24:42.383652+00:00 Debian Importer Affected by VCID-vs6q-c4ug-xfer https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:18:47.149097+00:00 Debian Importer Affected by VCID-pj6w-rufw-nqgd https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:06:20.511499+00:00 Debian Importer Affected by VCID-7v3a-5q44-cucz https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:45:25.366388+00:00 Debian Importer Fixing VCID-k8w1-nrjy-wfbe https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:44:20.829497+00:00 Debian Importer Affected by VCID-98cg-wuhp-qudq https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:43:12.191171+00:00 Debian Importer Affected by VCID-f1fz-b8b6-dfb8 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:21:23.593093+00:00 Debian Importer Affected by VCID-zpq1-dwvf-8ka2 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T16:23:29.842403+00:00 Debian Oval Importer Fixing VCID-8vmc-tp28-wyae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:14:00.521628+00:00 Debian Oval Importer Fixing VCID-1teg-yvuy-4kga https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-07T05:56:15.970961+00:00 Debian Importer Affected by VCID-vp4q-81cq-33cw https://security-tracker.debian.org/tracker/data/json 38.1.0