Open HockeyInJune opened 11 years ago
Reported bugs:
Reported: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8364 DOS
Denial of service in a dissector that requires no user interaction and affects all recent versions of Wireshark on all tested operating systems and architectures.
Wireshark developers don't understand how integers work. Examine all integer comparisons and memory allocating/copying functions. In my experience there is at least one integer bug at least every ~3K lines in the dissectors.
http://www.wireshark.org/ http://www.wireshark.org/develop.html http://www.wireshark.org/docs/wsdg_html_chunked/ https://bugs.wireshark.org/bugzilla/ https://bugs.wireshark.org/bugzilla/buglist.cgi?quicksearch=fuzz
Methodology
This methodology assumes you have already completed the Hack Night curriculum.
Finding Bugs
Remember always focus on the easiest way to find bugs first. This might change from project to project, but here's a guide.