vendor:
Wireshark
by:
Google Security Research
7,8
CVSS
HIGH
Heap-Based Buffer Overflow
119
CWE
Product Name: Wireshark
Affected Version From: Current git master
Affected Version To: Current git master
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
2020
Heap-Based Buffer Overflow in Wireshark
The following crash due to a heap-based buffer overflow can be observed in an ASAN build of Wireshark (current git master), by feeding a malformed file to tshark. The crash is caused by a WRITE of size 1425 at 0x61b00001e95c thread T0, which is located 0 bytes to the right of 1500-byte region [0x61b00001e380,0x61b00001e95c) allocated by thread T0.
Mitigation:
Developers should ensure that the size of the buffer is properly checked before copying data into it.