In Wireshark 2.2.0 to 2.2.3 and 2.0.0 to 2.0.9, the DHCPv6 dissector could go into a large loop, triggered by packet injection or a malformed capture file. This was addressed in epan/dissectors/packet-dhcpv6.c by changing a data type to avoid an integer overflow.
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Link | Tags |
---|---|
https://www.wireshark.org/security/wnpa-sec-2017-02.html | vendor advisory |
https://code.wireshark.org/review/gitweb?p=wireshark.git%3Ba=commit%3Bh=57894f741f7cc98b46c9fdce7eee8256d2a4ae3f | |
https://code.wireshark.org/review/#/c/19747/ | patch vendor advisory |
http://www.securityfocus.com/bid/95798 | vdb entry |
http://www.debian.org/security/2017/dsa-3811 | vendor advisory |
http://www.securitytracker.com/id/1037694 | vdb entry |
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13345 | issue tracking third party advisory patch |