vendor:
tcpdump
by:
N/A
N/A
CVSS
N/A
Denial of Service
N/A
CWE
Product Name: tcpdump
Affected Version From: 4.5.0
Affected Version To: 4.6.2
Patch Exists: Yes
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2014
CVE-2014-8768 tcpdump denial of service in verbose mode using malformed Geonet payload
It was found out that malformed network traffic (Geonet-based) can lead to an application crash (denial of service) if verbose output of tcpdump monitoring the network is used. The application decoder for the geonet protocol fails to perform external input validation and performs insufficient checking on length computations leading to an unsafe decrement and underflow in the function geonet_print(netdissect_options *ndo, const u_char *eth, const u_char *bp, u_int length). The affected variable is length which is later on used to print a memory chunk which eventually leads to a segfault.
Mitigation:
Upgrade to version 4.6.3 or later.