An issue was discovered in atftpd in atftp 0.7.1. It does not lock the thread_list_mutex 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 thread_data is NULL when assigned to current, and modified by another thread before a certain tftpd_list.c check, there is a crash when dereferencing current->next.
References
Configurations
History
21 Nov 2024, 04:20
Type | Values Removed | Values Added |
---|---|---|
References | () https://lists.debian.org/debian-lts-announce/2019/05/msg00012.html - | |
References | () https://pulsesecurity.co.nz/advisories/atftpd-multiple-vulnerabilities - Exploit, Third Party Advisory | |
References | () https://seclists.org/bugtraq/2019/May/16 - | |
References | () https://security.gentoo.org/glsa/202003-14 - | |
References | () https://sourceforge.net/p/atftp/code/ci/382f76a90b44f81fec00e2f609a94def4a5d3580/ - Patch, Third Party Advisory | |
References | () https://usn.ubuntu.com/4540-1/ - | |
References | () https://www.debian.org/security/2019/dsa-4438 - |
Information
Published : 2019-04-20 13:29
Updated : 2024-11-21 04:20
NVD link : CVE-2019-11366
Mitre link : CVE-2019-11366
CVE.ORG link : CVE-2019-11366
JSON object : View
Products Affected
atftp_project
- atftp
CWE
CWE-476
NULL Pointer Dereference