In Wireshark 2.2.4 and earlier, a crafted or malformed STANAG 4607 capture file will cause an infinite loop and memory exhaustion. If the packet size field in a packet header is null, the offset to read from will not advance, causing continuous attempts to read the same zero length packet. This will quickly exhaust all system memory.
The product contains an iteration or loop with an exit condition that cannot be reached, i.e., an infinite loop.
Link | Tags |
---|---|
http://www.securityfocus.com/bid/96284 | vdb entry third party advisory |
https://security.gentoo.org/glsa/201706-12 | third party advisory vendor advisory |
http://www.debian.org/security/2017/dsa-3811 | third party advisory vendor advisory |
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13416 | issue tracking vendor advisory |