A SIGSEGV crash due to a NULL pointer dereference can be observed in an ASAN build of Wireshark, by feeding a malformed file to tshark ("$ ./tshark -nVxr /path/to/file") External Referencies: https://www.wireshark.org/security/wnpa-sec-2019-17.html Upstream bug(s): https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15620
Created wireshark tracking bugs for this issue: Affects: fedora-all [bug 1697939]
Upstream patch: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6c3467945cd9bf1242a2dcd4a8fbff32b885391e
A NULL pointer dereference flaw is present in value_get() function in epan/ftypes/ftype-bytes.c that causes the LDSS dissector to crash.
External References: https://www.wireshark.org/security/wnpa-sec-2019-17.html