botan: patch CVE-2024-34702

Details: https://nvd.nist.gov/vuln/detail/CVE-2024-34702

The same patch fixes both CVE-2024-39312 and CVE-2024-34702, according
to the release notes[1] of the final 2.9.x release.

[1]: https://github.com/randombit/botan/blob/2.19.5/news.rst

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-12-15 20:33:40 +01:00
parent 9b5b7102ca
commit 74491cf152

View File

@ -3,7 +3,7 @@ From: Jack Lloyd <jack@randombit.net>
Date: Sun, 7 Jul 2024 05:02:48 -0400
Subject: [PATCH] Address various name constraint bugs
CVE: CVE-2024-39312
CVE: CVE-2024-39312 CVE-2024-34702
Upstream-Status: Backport [https://github.com/randombit/botan/commit/68338f5912534c74469f7f4e6e22b37aa5159952]
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>