ArchLinux: 201505-15: nbd: denial of service
Summary
Signal handlers themselves were entered only once, but they called posixly unsafe, non-reentrant functions, such as syslog(). If a signal was caught in the middle of the execution of such function, consequences were undefined. In practice, nbd-server was observed to deadlock during the execution of sigchld_handler().
Resolution
Upgrade to 3.11-1.
# pacman -Syu "nbd>=3.11-1"
The problem has been fixed upstream in version 3.11.
References
https://sourceforge.net/p/nbd/mailman/message/34091218/ https://access.redhat.com/security/cve/CVE-2015-0847 https://github.com/NetworkBlockDevice/nbd/commit/412def
Workaround
None.