Who Writes the Bugs? A Deeper Look at 125,000 Kernel Vulnerabilities
Part 2 of our kernel vulnerability analysis. Part 1 covered bug lifetimes and VulnBERT. This post digs into the human side: who introduces vulnerabilities, when they do it, and what we can do about it.
In Part 1, I analyzed 125,000 kernel bugs and found they hide for 2.1 years on average, with race conditions surviving over twice as long as other bug types. I built VulnBERT to catch them at commit time.
But that analysis treated bugs as abstract data points. This time I asked different questions...
Read more at pebblebed.com