CVE-2016-7795 - log back

CVE-2016-7795 created at 25 Sep 2019 19:31:40
Severity
+ High
Remote
+ Local
Type
+ Denial of service
Description
+ systemd fails an assertion in manager_invoke_notify_message when a zero-length message is received over its notification socket. After failing the assertion, PID 1 hangs in the pause system call. It is no longer possible to start and stop daemons or cleanly reboot the system. Inetd-style services managed by systemd no longer accept connections.
+ Since the notification socket, /run/systemd/notify, is world-writable, this allows a local user to perform a denial-of-service attack against systemd.
+ Proof-of-concept:
+ NOTIFY_SOCKET=/run/systemd/notify systemd-notify ""
References
+ http://www.openwall.com/lists/oss-security/2016/09/28/9
+ https://github.com/systemd/systemd/issues/4234
Notes
+ This vulnerability is present in all versions of systemd since at least v209.