aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 3cdb3bfe..c7f49480 100644
--- a/NEWS
+++ b/NEWS
@@ -2,13 +2,13 @@ Sun 26 Feb 2023 17:49:30 CET
2Released GNU libmicrohttpd 0.9.76 hotfix. -CG 2Released GNU libmicrohttpd 0.9.76 hotfix. -CG
3 3
4 This is a hotfix release. 4 This is a hotfix release.
5 Fixed potential DoS vector in MHD_PostProcessor discovered by Gynvael 5 This only change since previous release is fixed potential DoS vector
6 Coldwind and Dejan Alvadzijevic. 6 in MHD_PostProcessor discovered by Gynvael Coldwind and Dejan
7 Alvadzijevic (CVE-2023-27371).
7 While the researchers have not been able to exploit this attack vector 8 While the researchers have not been able to exploit this attack vector
8 when libmicrohttpd is compiled with the standard GNU C library, it is 9 when libmicrohttpd is compiled with the standard GNU C library, it is
9 recommended that you update MHD as soon as possible if PostProcessor 10 recommended that you update MHD as soon as possible if your
10 functionality is used in your applications. 11 applications are using (optional) MHD_PostProcessor functionality.
11 Otherwise, you can skip this release.
12 12
13 -- Evgeny Grin (Karlson2k) 13 -- Evgeny Grin (Karlson2k)
14 14