An issue was discovered in atftpd in atftp 0.7.1. It does not lock the threadlistmutex mutex before assigning the current thread data structure. As a result, the daemon is vulnerable to a denial of service attack due to a NULL pointer dereference. If threaddata is NULL when assigned to current, and modified by another thread before a certain tftpdlist.c check, there is a crash when dereferencing current->next.
{ "availability": "No subscription required", "ubuntu_priority": "medium", "binaries": [ { "binary_version": "0.7.git20120829-3.1", "binary_name": "atftp" }, { "binary_version": "0.7.git20120829-3.1", "binary_name": "atftp-dbgsym" }, { "binary_version": "0.7.git20120829-3.1", "binary_name": "atftpd" }, { "binary_version": "0.7.git20120829-3.1", "binary_name": "atftpd-dbgsym" } ] }