-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wireshark vulnerability research #3
Comments
Reported bugs:
|
Reported: 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.
The text was updated successfully, but these errors were encountered: