orangepizza 920414ca88
mbedtls: security bump to version 2.28.7
This release of Mbed TLS provides bug fixes and minor enhancements. This
release includes fixes for following security issues:

* Timing side channel in private key RSA operations (CVE-2024-23170)

  Mbed TLS is vulnerable to a timing side channel in private key RSA
  operations. This side channel could be sufficient for an attacker to
  recover the plaintext. A local attacker or a remote attacker who is
  close to the victim on the network might have precise enough timing
  measurements to exploit this. It requires the attacker to send a large
  number of messages for decryption.

* Buffer overflow in mbedtls_x509_set_extension() (CVE-2024-23775)

  When writing x509 extensions we failed to validate inputs passed in to
  mbedtls_x509_set_extension(), which could result in an integer overflow,
  causing a zero-length buffer to be allocated to hold the extension. The
  extension would then be copied into the buffer, causing a heap buffer
  overflow.

Fixes: CVE-2024-23170, CVE-2024-23775
References: https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2024-01-1/
References: https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2024-01-2/
Signed-off-by: orangepizza <tjtncks@gmail.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz> [formal fixes]
2024-01-29 09:28:41 +00:00
..
2023-10-17 11:05:16 +02:00
2023-11-30 13:35:27 -08:00
2023-05-22 18:51:31 +02:00
2023-10-12 09:50:06 +02:00
2023-10-12 09:50:25 +02:00
2022-09-06 16:36:44 +01:00
2022-09-06 16:36:45 +01:00
2023-07-18 14:37:19 +02:00
2024-01-04 16:06:44 +01:00
2023-05-18 10:14:13 +02:00
2023-10-29 19:42:32 +01:00
2022-07-10 19:07:47 +02:00
2024-01-25 17:31:50 +01:00
2022-09-07 04:22:40 +01:00
2024-01-24 16:40:15 +01:00
2024-01-04 22:40:05 +01:00
2023-02-26 01:12:02 +01:00
2023-07-19 15:25:35 +02:00
2023-10-26 00:00:18 +02:00
2023-09-25 23:06:33 +02:00
2022-10-23 18:16:22 +02:00
2024-01-02 18:23:09 +01:00
2023-10-17 11:05:08 +02:00