3

I have been able to make Google Chrome crash, and I was wondering if there are tools or heuristics to determine whether or not the crash is a security vulnerability.

How can I determine if a Chrome crash is also a security vulnerability?

Iszi
  • 26,997
  • 18
  • 98
  • 163
Randomblue
  • 1,685
  • 3
  • 15
  • 17

1 Answers1

2

I suggest reading Best way to triage crashes found via fuzzing, on Linux?, which describes exactly how to do a first-pass triage at assessing the likelihood that the crash is also a security problem. Tools like !exploitable and Valgrind memcheck are your friend.

If it passes the first-level check, the next step is probably to report it to the Chrome folks and let them evaluate it in greater detail.

D.W.
  • 98,420
  • 30
  • 267
  • 572