ArchLinux: 202006-9: dbus: denial of service
Summary
An issue was discovered in dbus >= 1.3.0 before 1.12.18. The DBusServer in libdbus, as used in dbus-daemon, leaks file descriptors when a message exceeds the per-message file descriptor limit. A local attacker with access to the D-Bus system bus or another system service's private AF_UNIX socket could use this to make the system service reach its file descriptor limit, denying service to subsequent D-Bus clients.
Resolution
Upgrade to 1.12.18-1.
# pacman -Syu "dbus>=1.12.18-1"
The problem has been fixed upstream in version 1.12.18.
References
https://www.openwall.com/lists/oss-security/2020/06/04/3 https://gitlab.freedesktop.org/dbus/dbus/-/issues/294 https://gitlab.freedesktop.org/dbus/dbus/-/commit/872b085f12f56da25a2dbd9bd0b2dff31d5aea63 https://security.archlinux.org/CVE-2020-12049
Workaround
None.