new file: changelog_unreleased/CVE-2025-40779-Kea-crash-on-108-in-PRL
modified: src/bin/dhcp4/tests/dhcp4_test_utils.h
--- /dev/null
+[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)
/// 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.