The time from vulnerability disclosure to proof-of-concept (PoC) exploit code can now be as short as a few hours, thanks to generative AI models. Matthew Keely, of Platform Security and penetration testing firm ProDefense, managed to cobble together a working exploit for a critical vulnerability in Erlang's SSH library (CVE-2025-32433) in an afternoon, although the AI he used had some help - the model was able to use code from an already published patch in the library to hunt down which holes had been filled and figure out how to exploit them. Inspired by a post from another security firm, Horizon3.ai, about the ease with which exploit code for the SSH library bug could be developed, Keely wondered whether an AI model – in this case, OpenAI's GPT-4 and Anthopic's Claude Sonnet 3.7 – could craft an exploit for him. "Turns out — yeah, it kinda can," Keely explained. "GPT-4 not only understood the CVE description, but it also figured out what commit introduced the fix, compared that to the older code, found the diff, located the vuln, and even wrote a PoC. When it didn't work? It debugged it and fixed it too." It's not the first time AI has proven its mettle at not just finding security holes but also ways to exploit them. Google's OSS-Fuzz project has been using large language models (LLMs) to help find vulnerabilities. And computer scientists with University of Illinois Urbana-Champaign have shown that OpenAI's GPT-4 can exploit vulnerabilities by reading CVEs. But to see it d...
Today's LLMs craft exploits from patches at lightning speed
The Register
·Thomas Claburn
·Published Apr 21, 2025
·Updated
Affected Software
3 affected components
Erlang SSH library
Erlang OPT SSH server
Erlang SSH library
Frequently Asked Questions
1
What is the main topic of this article?
The article discusses how generative AI models can rapidly create proof-of-concept exploit code from disclosed vulnerabilities.
2
What security implications are discussed?
The ability of AI to quickly generate exploits poses a significant threat to software security by shortening the window of time for remediation.
3
What products or software are affected?
The affected software includes the Erlang SSH library and the Erlang OPT SSH server.
4
How fast can AI generate exploit code?
AI models can produce proof-of-concept exploit code within a few hours of vulnerability disclosure.
5
Who is mentioned as contributing insights into this capability?
Matthew Keely from ProDefense is mentioned as a contributor analyzing the implications of AI-generated exploits.