We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2714eb2 + 0fa2754 commit a217cb1Copy full SHA for a217cb1
CHANGES
@@ -1,6 +1,8 @@
1
-(to be released) - 2.9.x
2
-------------------------
+21 May 2025 - 2.9.9
+-------------------
3
4
+ * fix: DoS vulnerability
5
+ [PR from private repo - @theseion, @fzipi, @airween; fixed CVE-2025-47947]
6
* chore: log error codes for global mutex failure modes.
7
[Issue #3387 - @airween]
8
* chore: refactor build system to use PCRE2
apache2/msc_release.h
@@ -38,7 +38,7 @@
38
39
#define MODSEC_VERSION_MAJOR "2"
40
#define MODSEC_VERSION_MINOR "9"
41
-#define MODSEC_VERSION_MAINT "8"
+#define MODSEC_VERSION_MAINT "9"
42
#define MODSEC_VERSION_TYPE ""
43
#define MODSEC_VERSION_RELEASE ""
44
0 commit comments