summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-02-28 12:58:42 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-02-28 21:31:00 +0300
commite88a26c10d96c23c3422da7b962fbb9d4f7262b8 (patch)
treec6958255bb561990885f33194000527e704cf2d5
parente8118a6fca06cc4f42dfa770392a0e5035960dd3 (diff)
Updated NEWS for v0.9.76
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d59aa0b3..3cdb3bfe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Sun 26 Feb 2023 17:49:30 CET
+Released GNU libmicrohttpd 0.9.76 hotfix. -CG
+
+ This is a hotfix release.
+ Fixed potential DoS vector in MHD_PostProcessor discovered by Gynvael
+ Coldwind and Dejan Alvadzijevic.
+ While the researchers have not been able to exploit this attack vector
+ when libmicrohttpd is compiled with the standard GNU C library, it is
+ recommended that you update MHD as soon as possible if PostProcessor
+ functionality is used in your applications.
+ Otherwise, you can skip this release.
+
+ -- Evgeny Grin (Karlson2k)
+
Sun 26 Dec 2021 20:30:00 MSK
Released GNU libmicrohttpd 0.9.75 -EG