osirislab / Project-Ideas

A place to discuss potential projects for students of the ISIS Lab.
384 stars 79 forks source link

Wireshark vulnerability research #3

Open HockeyInJune opened 11 years ago

HockeyInJune commented 11 years ago

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.

Remember always focus on the easiest way to find bugs first. This might change from project to project, but here's a guide.

moshekaplan commented 11 years ago

Reported bugs:

evanpjensen commented 11 years ago

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.

evanpjensen commented 11 years ago

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.