epan/dissectors/packet-h225.c in the H.225 dissector in Wireshark 2.x before 2.0.6 calls snprintf with one of its input buffers as the output buffer, which allows remote attackers to cause a denial of service (copy overlap and application crash) via a crafted packet.
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
Link | Tags |
---|---|
https://code.wireshark.org/review/16852 | issue tracking patch |
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12700 | issue tracking |
https://www.wireshark.org/security/wnpa-sec-2016-51.html | vendor advisory |
http://www.securitytracker.com/id/1036760 | vdb entry third party advisory |
http://www.debian.org/security/2016/dsa-3671 | third party advisory vendor advisory |
https://code.wireshark.org/review/gitweb?p=wireshark.git%3Ba=commit%3Bh=6d8261994bb928b7e80e3a2478a3d939ea1ef373 |