In Wireshark 2.2.0 to 2.2.6, the DOF dissector could read past the end of a buffer. This was addressed in epan/dissectors/packet-dof.c by validating a size value.
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://www.wireshark.org/security/wnpa-sec-2017-23.html | vendor advisory |
https://code.wireshark.org/review/gitweb?p=wireshark.git%3Ba=commit%3Bh=7fe55f96672b7bf2b4ceb9ae039a0f43eddd3151 | |
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13608 | issue tracking patch vendor advisory |
http://www.securitytracker.com/id/1038612 | vdb entry third party advisory |
http://www.securityfocus.com/bid/98801 | vdb entry third party advisory |
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1151 | issue tracking third party advisory |