Vulnerability research is cooked
sockpuppet.org
Vulnerability research is cooked
1–10 of 181 posts
Re: Vulnerability research is cooked
#2Re: Vulnerability research is cooked
#3Re: Vulnerability research is cooked
#4Re: Vulnerability research is cooked
#5I'm suspicious of this prediction given the curl project's experiences...
Re: Vulnerability research is cooked
#6The slop reports won't stop just because real ones are coming in. If the author's right, open source maintainers will still will have to deal with the torrent of slop: on top of triaging and identifying the legit vulnerabilities. Obviously, this is just another role for AI models to fill.
Re: Vulnerability research is cooked
#7I'm suspicious of this prediction given the curl project's experiences...
One way to filter that out could be to receive the PoC of the exploit, and test it in some sandbox. I think what XBOW and others are doing is real.
Re: Vulnerability research is cooked
#8Re: Vulnerability research is cooked
#9I'm suspicious of this prediction given the curl project's experiences...
Re: Vulnerability research is cooked
#101. Static analysis catches nearly all bugs with near-total code coverage
2. Private tooling extends that coverage further with better static analysis and dynamic analysis, and that edge is what makes contractors valuable
3. Humans focus on design flaws and weird hardware bugs like cryptographic side-channels from electromagnetic emanations
Turns out finding all the bugs is really hard. Codebases and compiler output have exploded in complexity over 20 years which has not helped the static analysis vision. Todays mitigations are fantastic compared to then, but just this month a second 0day chain got patched on one of the best platforms for hardware mitigations.
I think LLMs get us meaningfully closer to what I thought this work already was when I was 18 and didn't know anything.