Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/mbedtls@0?distro=trixie
purl pkg:deb/debian/mbedtls@0?distro=trixie
Vulnerabilities affecting this package (0)
Vulnerability Summary Fixed by
This package is not known to be affected by vulnerabilities.
Vulnerabilities fixed by this package (18)
Vulnerability Summary Aliases
VCID-33uw-hd5z-g7dq 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.) CVE-2024-45158
VCID-4sbv-dqyv-6baw 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. CVE-2024-45157
VCID-64rr-rrmq-nkh6 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. CVE-2024-30166
VCID-84ba-26t7-eyf8 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. CVE-2024-23744
VCID-9615-yuce-qye3 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 CVE-2024-49195
VCID-cbdd-4dr5-53f6 security update CVE-2015-8036
VCID-ct4s-c1rd-suhj Multiple vulnerabilities have been discovered in Mbed TLS, the worst of which could result in arbitrary code execution. CVE-2021-45450
VCID-d8d5-v1dc-kyfp An issue was discovered in Mbed TLS through 3.5.1. In mbedtls_ssl_session_reset, the maximum negotiable TLS version is mishandled. For example, if the last connection negotiated TLS 1.2, then 1.2 becomes the new maximum. CVE-2023-52353
VCID-dvwa-tj33-h3em Multiple vulnerabilities have been discovered in Mbed TLS, the worst of which could lead to information disclosure or denial of service. CVE-2023-45199
VCID-gzvn-8b6y-xqeb Multiple vulnerabilities have been found in mbed TLS, the worst of which could lead to the remote execution of arbitrary code. CVE-2015-5291
VCID-hxpy-59gj-dygh 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. CVE-2024-28836
VCID-mxn3-8deq-t3a1 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). CVE-2024-45159
VCID-nbdz-1xnh-5kf7 In Mbed TLS before 3.1.0, psa_aead_generate_nonce allows policy bypass or oracle-based decryption when the output buffer is at memory locations accessible to an untrusted application. CVE-2021-45451
VCID-rv8h-z3cy-yucb Multiple vulnerabilities have been discovered in Mbed TLS, the worst of which could lead to information disclosure or denial of service. CVE-2022-46393
VCID-wpu6-c26t-4ufn Multiple vulnerabilities have been discovered in Mbed TLS, the worst of which could result in arbitrary code execution. CVE-2020-36477
VCID-xa5h-khas-8ybs 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. CVE-2025-49600
VCID-yjdu-ervm-3bcn 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. CVE-2025-49087
VCID-ysr1-padp-a3ff 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. CVE-2025-49601

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T13:29:53.594685+00:00 Debian Importer Fixing VCID-rv8h-z3cy-yucb https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T13:02:03.023830+00:00 Debian Importer Fixing VCID-ysr1-padp-a3ff https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T13:01:08.992571+00:00 Debian Importer Fixing VCID-cbdd-4dr5-53f6 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:52:33.720746+00:00 Debian Importer Fixing VCID-84ba-26t7-eyf8 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:36:09.033811+00:00 Debian Importer Fixing VCID-64rr-rrmq-nkh6 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:37:04.664029+00:00 Debian Importer Fixing VCID-wpu6-c26t-4ufn https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:21:53.052364+00:00 Debian Importer Fixing VCID-yjdu-ervm-3bcn https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:50:37.265330+00:00 Debian Importer Fixing VCID-nbdz-1xnh-5kf7 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:16:38.458823+00:00 Debian Importer Fixing VCID-dvwa-tj33-h3em https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:43:02.637069+00:00 Debian Importer Fixing VCID-9615-yuce-qye3 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:18:27.462177+00:00 Debian Importer Fixing VCID-33uw-hd5z-g7dq https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:16:26.759105+00:00 Debian Importer Fixing VCID-xa5h-khas-8ybs https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:15:34.421324+00:00 Debian Importer Fixing VCID-gzvn-8b6y-xqeb https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:07:45.540439+00:00 Debian Importer Fixing VCID-d8d5-v1dc-kyfp https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:07:14.144217+00:00 Debian Importer Fixing VCID-ct4s-c1rd-suhj https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T08:53:39.006056+00:00 Debian Importer Fixing VCID-hxpy-59gj-dygh https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T08:49:40.805438+00:00 Debian Importer Fixing VCID-mxn3-8deq-t3a1 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-13T09:18:54.457800+00:00 Debian Importer Fixing VCID-rv8h-z3cy-yucb https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:57:31.888424+00:00 Debian Importer Fixing VCID-ysr1-padp-a3ff https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:56:48.032850+00:00 Debian Importer Fixing VCID-cbdd-4dr5-53f6 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:50:21.616922+00:00 Debian Importer Fixing VCID-84ba-26t7-eyf8 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:37:58.384438+00:00 Debian Importer Fixing VCID-64rr-rrmq-nkh6 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:55:06.426632+00:00 Debian Importer Fixing VCID-wpu6-c26t-4ufn https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:44:16.776699+00:00 Debian Importer Fixing VCID-yjdu-ervm-3bcn https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:20:30.309971+00:00 Debian Importer Fixing VCID-nbdz-1xnh-5kf7 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:54:49.441895+00:00 Debian Importer Fixing VCID-dvwa-tj33-h3em https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-12T17:48:01.527792+00:00 Debian Importer Fixing VCID-9615-yuce-qye3 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:13:09.816009+00:00 Debian Importer Fixing VCID-33uw-hd5z-g7dq https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:11:54.746404+00:00 Debian Importer Fixing VCID-xa5h-khas-8ybs https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:11:24.129451+00:00 Debian Importer Fixing VCID-gzvn-8b6y-xqeb https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:06:54.996765+00:00 Debian Importer Fixing VCID-d8d5-v1dc-kyfp https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:06:35.928808+00:00 Debian Importer Fixing VCID-ct4s-c1rd-suhj https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T17:58:06.220602+00:00 Debian Importer Fixing VCID-hxpy-59gj-dygh https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T17:55:51.813159+00:00 Debian Importer Fixing VCID-mxn3-8deq-t3a1 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-03T07:45:37.334979+00:00 Debian Importer Fixing VCID-ysr1-padp-a3ff https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:37.277733+00:00 Debian Importer Fixing VCID-xa5h-khas-8ybs https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:37.220619+00:00 Debian Importer Fixing VCID-yjdu-ervm-3bcn https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:36.926266+00:00 Debian Importer Fixing VCID-9615-yuce-qye3 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:36.884331+00:00 Debian Importer Fixing VCID-mxn3-8deq-t3a1 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:36.842140+00:00 Debian Importer Fixing VCID-33uw-hd5z-g7dq https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:36.821084+00:00 Debian Importer Fixing VCID-4sbv-dqyv-6baw https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:36.758083+00:00 Debian Importer Fixing VCID-64rr-rrmq-nkh6 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:36.665792+00:00 Debian Importer Fixing VCID-hxpy-59gj-dygh https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:36.521921+00:00 Debian Importer Fixing VCID-84ba-26t7-eyf8 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:36.430965+00:00 Debian Importer Fixing VCID-d8d5-v1dc-kyfp https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:36.389967+00:00 Debian Importer Fixing VCID-dvwa-tj33-h3em https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:36.346290+00:00 Debian Importer Fixing VCID-rv8h-z3cy-yucb https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:36.192372+00:00 Debian Importer Fixing VCID-nbdz-1xnh-5kf7 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:36.151018+00:00 Debian Importer Fixing VCID-ct4s-c1rd-suhj https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:35.875425+00:00 Debian Importer Fixing VCID-wpu6-c26t-4ufn https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:34.857292+00:00 Debian Importer Fixing VCID-cbdd-4dr5-53f6 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:45:34.813227+00:00 Debian Importer Fixing VCID-gzvn-8b6y-xqeb https://security-tracker.debian.org/tracker/data/json 38.1.0