]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4049] Addressed review comments
authorThomas Markwalder <tmark@isc.org>
Thu, 7 Aug 2025 11:52:15 +0000 (07:52 -0400)
committerRazvan Becheriu <razvan@isc.org>
Wed, 27 Aug 2025 17:48:37 +0000 (20:48 +0300)
new file:   changelog_unreleased/CVE-2025-40779-Kea-crash-on-108-in-PRL
modified:   src/bin/dhcp4/tests/dhcp4_test_utils.h

changelog_unreleased/CVE-2025-40779-Kea-crash-on-108-in-PRL [new file with mode: 0644]
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 (file)
index 0000000..22a04cc
--- /dev/null
@@ -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)
index ae3e7b516991dbc34c2f1154c4991646a0b6679a..24223413698910a6e28dee28b22fc03fb0168a3e 100644 (file)
@@ -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.