orangepizza 7f64f5b11a
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]
(cherry picked from commit 920414ca8848fe1b430e436207b4f8c927819368)
(cherry picked from commit b5c728948c976f0614c85aa5418af3a44424b511)
2024-01-29 09:45:00 +00:00
..
2022-02-01 21:25:02 +01:00
2021-02-14 19:38:15 +01:00
2022-10-23 14:21:03 +02:00
2019-11-01 21:19:40 +01:00
2021-10-31 13:01:24 +00:00
2021-12-21 21:37:05 +02:00
2022-06-25 00:05:21 +02:00
2022-04-11 23:17:55 +02:00
2022-10-23 14:21:03 +02:00
2021-12-21 21:36:55 +02:00
2023-09-29 11:56:24 +02:00
2023-09-27 22:33:09 +02:00
2022-04-17 21:47:11 +02:00
2023-11-19 14:58:44 +01:00
2022-08-09 08:12:46 +02:00