From: Thomas Markwalder Date: Thu, 7 Aug 2025 11:52:15 +0000 (-0400) Subject: [#4049] Addressed review comments X-Git-Tag: Kea-3.1.1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=487ad68a8d89abb5313a5c19b0c520efc4a8db92;p=thirdparty%2Fkea.git [#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 --- 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.