In Wireshark 2.4.0 to 2.4.11, the ENIP dissector could crash. This was addressed in epan/dissectors/packet-enip.c by changing the memory-management approach so that a use-after-free is avoided.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://code.wireshark.org/review/gitweb?p=wireshark.git%3Ba=commit%3Bh=1c66174ec7aa19e2ddc79178cf59f15a654fc4fe | |
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14470 | issue tracking exploit vendor advisory |
https://www.wireshark.org/security/wnpa-sec-2019-05.html | vendor advisory |
http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00027.html | vendor advisory |