vendor:
Wireshark
by:
Google Security Research
7,5
CVSS
HIGH
Out-of-Bounds Read
125
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
Out-of-Bounds Read from Static Memory in Wireshark
An out-of-bounds read from static memory can be observed in an ASAN build of Wireshark (current git master), by feeding a malformed file to tshark. This can lead to a crash due to the global-buffer-overflow on address 0x7fd688698b10 at pc 0x7fd685351320 bp 0x7ffd862371a0 sp 0x7ffd86237198.
Mitigation:
Ensure that all input is properly validated and sanitized before being used.