]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <smcv@collabora.com>
Tue, 6 Jun 2023 11:03:38 +0000 (12:03 +0100)
committerSimon McVittie <smcv@collabora.com>
Tue, 6 Jun 2023 11:03:38 +0000 (12:03 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
(cherry picked from commit 05367daa101247b1b5f7648b635cbe47eb220b39)

NEWS

diff --git a/NEWS b/NEWS
index ae2a06f6df1548e091752674714ad967ba4e9a75..ddce98e41c623e2cb177f0bd64aa5ccfcb0da955 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,16 @@
 dbus 1.14.8 (UNRELEASED)
 ========================
 
-Fixes:
+Denial-of-service fixes:
+
+• Fix an assertion failure in dbus-daemon when a privileged Monitoring
+  connection (dbus-monitor, busctl monitor, gdbus monitor or similar)
+  is active, and a message from the bus driver cannot be delivered to a
+  client connection due to <deny> rules or outgoing message quota. This
+  is a denial of service if triggered maliciously by a local attacker.
+  (dbus#457; hongjinghao, Simon McVittie)
+
+Other fixes:
 
 • Fix compilation on compilers not supporting __FUNCTION__
   (dbus!404, Barnabás Pőcze)