Update NEWS
authorSimon McVittie <smcv@collabora.com>
Thu, 2 Jul 2020 09:25:04 +0000 (10:25 +0100)
committerSimon McVittie <smcv@collabora.com>
Thu, 2 Jul 2020 09:25:04 +0000 (10:25 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index 58098ea..e022c94 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,26 @@
 dbus 1.12.20 (UNRELEASED)
 =========================
 
-...
+The “temporary nemesis” release.
+
+Maybe security fixes:
+
+• On Unix, avoid a use-after-free if two usernames have the same
+  numeric uid. In older versions this could lead to a crash (denial of
+  service) or other undefined behaviour, possibly including incorrect
+  authorization decisions if <policy group=...> is used.
+  Like Unix filesystems, D-Bus' model of identity cannot distinguish
+  between users of different names with the same numeric uid, so this
+  configuration is not advisable on systems where D-Bus will be used.
+  Thanks to Daniel Onaca.
+  (dbus#305, dbus!166; Simon McVittie)
+
+Other fixes:
+
+• On Solaris and its derivatives, if a cmsg header is truncated, ensure
+  that we do not overrun the buffer used for fd-passing, even if the
+  kernel tells us to.
+  (dbus#304, dbus!165; Andy Fiddaman)
 
 dbus 1.12.18 (2020-06-02)
 =========================