From 487ad68a8d89abb5313a5c19b0c520efc4a8db92 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Thu, 7 Aug 2025 07:52:15 -0400 Subject: [PATCH] [#4049] Addressed review comments new file: changelog_unreleased/CVE-2025-40779-Kea-crash-on-108-in-PRL modified: src/bin/dhcp4/tests/dhcp4_test_utils.h --- .../CVE-2025-40779-Kea-crash-on-108-in-PRL | 7 +++++++ src/bin/dhcp4/tests/dhcp4_test_utils.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 changelog_unreleased/CVE-2025-40779-Kea-crash-on-108-in-PRL diff --git a/changelog_unreleased/CVE-2025-40779-Kea-crash-on-108-in-PRL b/changelog_unreleased/CVE-2025-40779-Kea-crash-on-108-in-PRL new file mode 100644 index 0000000000..22a04cc550 --- /dev/null +++ b/changelog_unreleased/CVE-2025-40779-Kea-crash-on-108-in-PRL @@ -0,0 +1,7 @@ +[sec] tmark + Corrected an issue in kea-dhcp4 that caused + the server to exit after receiving a broadcast + query that requests option 108 and fails to + match a subnet. + CVE:2025-40779 + (Gitlab #4048) diff --git a/src/bin/dhcp4/tests/dhcp4_test_utils.h b/src/bin/dhcp4/tests/dhcp4_test_utils.h index ae3e7b5169..2422341369 100644 --- a/src/bin/dhcp4/tests/dhcp4_test_utils.h +++ b/src/bin/dhcp4/tests/dhcp4_test_utils.h @@ -334,7 +334,7 @@ class Dhcp4Client; /// Currently it configures the test data path directory in /// the @c CfgMgr. When the object is destroyed, the original /// path is reverted. -class BaseServerTest : public /* ::testing::Test */ LogContentTest { +class BaseServerTest : public LogContentTest { public: /// @brief Constructor. -- 2.47.3