Hacker News new | ask | show | jobs
by mvanaltvorst 1750 days ago
It blows my mind that there are people who manage to find exploit chains like these, amazing job!
2 comments

The article goes into detail on how much trial and error effort it goes into making such an exploit chain - approximately two months work each for two people. Even for other people who have the required skills, making such a time investment - with no certainty of succes or reward - is a big barrier. Perhaps the math works out differently for blackhats as the payoff is larger and perhaps more certain if they do get to a working exploit.
This is generally through the use of (often custom) analyzers. I would wager, though I have little empirical evidence, that most non-trivial zero days of large software like this are not strictly manually discovered.
Isn't this a bit like saying most software these days isn't manually built, because they use compilers?
Not sure the point of this comparison. Using compilers to build software has been all but required for a long time, and exploit discovery can be done just by using the software in unexpected ways, or by using complex reverse engineering and analysis tools.
its more like you run a fuzzer and hope it breaks something.
Not at all.