In Wireshark 3.2.0 to 3.2.6 and 3.0.0 to 3.0.13, the BLIP protocol dissector has a NULL pointer dereference because a buffer was sized for compressed (not uncompressed) messages. This was addressed in epan/dissectors/packet-blip.c by allowing reasonable compression ratios and rejecting ZIP bombs. References: https://www.wireshark.org/security/wnpa-sec-2020-13.html https://gitlab.com/wireshark/wireshark/-/issues/16866 Upstream patch: https://gitlab.com/wireshark/wireshark/-/commit/4a948427100b6c109f4ec7b4361f0d2aec5e5c3f
Created wireshark tracking bugs for this issue: Affects: fedora-all [bug 1886052]
Statement: Wireshark as shipped with Red Hat Enterprise Linux 5, 6, 7, and 8 is not affected because the versions shipped do not contain the BLIP dissector.
Flaw summary: The BLIP dissector causes a crash when uncompressed messages > 16kb are provided. The patch has increased this size to 64kb and if the dissector fails, an error message displayed rather than a crash of Wireshark.
This bug is now closed. Further updates for individual products will be reflected on the CVE page(s): https://access.redhat.com/security/cve/cve-2020-25866