Lucene search

K
veracodeVeracode Vulnerability DatabaseVERACODE:27239
HistorySep 24, 2020 - 11:05 a.m.

Denial Of Service (DoS)

2020-09-2411:05:32
Veracode Vulnerability Database
sca.analysiscenter.veracode.com
17
atftp
denial of service
vulnerability
null pointer
mutex

EPSS

0.028

Percentile

90.8%

atftp is vulnerable to denial of service (DoS). The vulnerability exists as 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.