Comment 4Riccardo Schirone
2019-05-16 09:35:23 UTC
An assertion is reachable in call_dissector_only() in epan/packet.c, which checks whether the handle passed as argument is not NULL. In debug builds, this may just crash the application, while in release builds a NULL pointer dereference, with following crash, is possible.
Comment 5Riccardo Schirone
2019-05-16 09:35:25 UTC
A crash due to an assertion failure 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-14.html Upstream bug(s): https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15613