summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2020-07-02 10:25:13 +0100
committerSimon McVittie <smcv@collabora.com>2020-07-02 10:25:13 +0100
commit38fe525fd7b1ba511d270aef5261a3b96db8c099 (patch)
treec9f1b90dad653c22807ba247dbce65c6bd2672de
parentdc94fe3d31adf72259adc31f343537151a6c0bdd (diff)
downloaddbus-38fe525fd7b1ba511d270aef5261a3b96db8c099.tar.gz
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS21
1 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2f495073..1739f1dc 100644
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,26 @@ the dbus-security mailing list on lists.freedesktop.org.
dbus 1.10.32 (UNRELEASED)
==
-...
+The “technically a venom” 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.10.30 (2020-06-02)
==