From 9ab88d6206a140762f824a23f6a334e0224338b5 Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Wed, 21 May 2025 21:10:34 +0200 Subject: [PATCH 1/2] chore: prepare v2.9.9 --- CHANGES | 6 ++++-- apache2/msc_release.h | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index fa3fc05730..493bf27651 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ -(to be released) - 2.9.x ------------------------- +21 May 2025 - 2.9.9 +------------------- + * fix: Possible DoS vulnerability + [PR from private repo - @theseion, @fzipi, @airween; fixed CVE-2025-47947] * chore: log error codes for global mutex failure modes. [Issue #3387 - @airween] * chore: refactor build system to use PCRE2 diff --git a/apache2/msc_release.h b/apache2/msc_release.h index 5c4dbc96d2..fb88a7cce3 100644 --- a/apache2/msc_release.h +++ b/apache2/msc_release.h @@ -38,7 +38,7 @@ #define MODSEC_VERSION_MAJOR "2" #define MODSEC_VERSION_MINOR "9" -#define MODSEC_VERSION_MAINT "8" +#define MODSEC_VERSION_MAINT "9" #define MODSEC_VERSION_TYPE "" #define MODSEC_VERSION_RELEASE "" From 0fa2754a0e1a1ee899cb8bf37a3b090c12a80b97 Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Wed, 21 May 2025 21:15:51 +0200 Subject: [PATCH 2/2] Fix change's title Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com> --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 493bf27651..45a674ce3f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ 21 May 2025 - 2.9.9 ------------------- - * fix: Possible DoS vulnerability + * fix: DoS vulnerability [PR from private repo - @theseion, @fzipi, @airween; fixed CVE-2025-47947] * chore: log error codes for global mutex failure modes. [Issue #3387 - @airween]