I disagree. Finding them has been the easy part. We’ve been using static analysers that could find common vulnerabilities for decades now, and LLMs are pretty good at text tokenisation, searching and matching.
Exploiting them is the hard part. Most researchers would tell you that once they suspect there’s something that can be exploited, there’s a laborious process that comes afterwards, consisting mostly of a lot of trial and error, and progressive discovery.
You’re entitled to your opinion, but finding vulnerabilities goes far beyond simply doing static analysis. LLMs are able to find vulnerabilities that emerge from subtle interactions between different features, where things like keys and security credentials aren’t handled properly, and finding these by hand in a large codebase is nearly impossible.
The very process of finding these vulnerabilities gives you a path towards making an exploit. And the LLM can actually do this laborious process largely autonomously as well. It can probe a site for example, look at the results, and iterate on them. It’s an incredibly effective tool for both finding exploits and testing them out in the wild.
In fact, you can ask piefed devs about their recent security debacle that an LLM exposed and gave a step by step guide for exploiting.
I know how finding vulnerabilities works. I was using static analysis as an example of why exploiting them is the hard part, something that you don’t seem to disagree with.
And I gave you a concrete example of how LLMs both find and exploit these vulnerabilities. It’s quite evident that your disagreement stems from not having actually used these tools to find vulnerabilities.
I disagree. Finding them has been the easy part. We’ve been using static analysers that could find common vulnerabilities for decades now, and LLMs are pretty good at text tokenisation, searching and matching.
Exploiting them is the hard part. Most researchers would tell you that once they suspect there’s something that can be exploited, there’s a laborious process that comes afterwards, consisting mostly of a lot of trial and error, and progressive discovery.
You’re entitled to your opinion, but finding vulnerabilities goes far beyond simply doing static analysis. LLMs are able to find vulnerabilities that emerge from subtle interactions between different features, where things like keys and security credentials aren’t handled properly, and finding these by hand in a large codebase is nearly impossible.
The very process of finding these vulnerabilities gives you a path towards making an exploit. And the LLM can actually do this laborious process largely autonomously as well. It can probe a site for example, look at the results, and iterate on them. It’s an incredibly effective tool for both finding exploits and testing them out in the wild.
In fact, you can ask piefed devs about their recent security debacle that an LLM exposed and gave a step by step guide for exploiting.
I know how finding vulnerabilities works. I was using static analysis as an example of why exploiting them is the hard part, something that you don’t seem to disagree with.
And I gave you a concrete example of how LLMs both find and exploit these vulnerabilities. It’s quite evident that your disagreement stems from not having actually used these tools to find vulnerabilities.
Have you?
Yes, quite extensively in fact. That’s how I found a massive security hole in piefed that I mentioned earlier in fact.
I assume you’re a security researcher?
No, I’m a software developer.