Vulnerabilities (CVE)

Filtered by vendor Atftp Project Subscribe
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2021-46671 2 Atftp Project, Debian 2 Atftp, Debian Linux 2022-06-02 5.0 MEDIUM 5.3 MEDIUM
options.c in atftp before 0.7.5 reads past the end of an array, and consequently discloses server-side /etc/group data to a remote client.
CVE-2019-11366 1 Atftp Project 1 Atftp 2020-09-28 4.3 MEDIUM 5.9 MEDIUM
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.