Vulnerability research is cooked
by pedro84 on 3/30/2026, 6:43:38 PM
https://sockpuppet.org/blog/2026/03/30/vulnerability-research-is-cooked/
Comments
by: stavros
I don't understand why the takeaway here is (unless I'm missing something), more or less "everything is going to get exploited all the time". If LLMs can really find a ton of vulnerabilities in my software, why would I not run them and just patch all the vulnerabilities, leading to perfectly secure software (or, at the very least, software for which LLMs can no longer find any new vulnerabilities)?
3/30/2026, 8:29:34 PM
by: m132
A hard read for a skeptic like me. A lot of speculation and extrapolation of a trend, not to say outright exaggeration, but very little actual data. Let's not forget that we're at the tip of an economic bubble, and what you're writing about is at the very center of it!<p>For what it's worth, I read Anthropic's write-up of their recent 0-day hunt that most of this post seems to be based on, and I can't help but notice that (assuming the documented cases were the most "spectacular") their current models mostly "pattern-matched" their ways towards the exploits; in all documented cases, the actual code analysis failed and the agents redeemed themselves by looking for known-vulnerable patterns they extracted from the change history or common language pitfalls. So, most of the findings, if not all, were results of rescanning the entire codebase for prior art. The corporate approach to security, just a little more automated.<p>Hence I agree with "the smartest vulnerability researcher" mentioned near the end. Yes, the most impactful vulnerabilities tend to be the boring ones, and catching those fast will make a big difference, but vulnerability research is far from cooked. If anything, it will get much more interesting.
3/30/2026, 10:25:52 PM
by: spr-alex
I interned for the author at 18. I assumed security testing worked like this:<p>1. Static analysis catches nearly all bugs with near-total code coverage<p>2. Private tooling extends that coverage further with better static analysis and dynamic analysis, and that edge is what makes contractors valuable<p>3. Humans focus on design flaws and weird hardware bugs like cryptographic side-channels from electromagnetic emanations<p>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.<p>I think LLMs get us meaningfully closer to what I thought this work already was when I was 18 and didn't know anything.
3/30/2026, 8:30:29 PM
by: vibe42
If everyone is running the same models, does this not favour white hat / defense?<p>Since many exploits consists of several vulnerabilities used in a chain, if a LLM finds one in the middle and it's fixed, that can change a zero day to something of more moderate severity?<p>E.g. someone finds a zero day that's using three vulns through different layers. The first and third are super hard to find, but the second is of moderate difficulty.<p>Automated checks by not even SOTA models could very well find the moderate difficulty vuln in the middle, breaking the chain.
3/30/2026, 9:45:36 PM
by: thadt
So the intersting question: are we long term safer with "simpler" closer to hardware memory unsafe(ish) environments like Zig, or is the memory safe but more abstract feature set of languages like Rust still the winning direction?<p>If a hypothetical build step is "look over this program and carfully examine the bounds of safety using your deep knowledge of the OS, hardware, language and all the tools that come along with it", then a less abstract environment might be at an overall advantage. In a moment, I'll close this comment and go back to writing Rust. But if I had the time (or tooling) to build something in C and test it as thoroughly as say, SQLite [1], then I might think harder about the tradeoffs.<p>[1] <a href="https://sqlite.org/whyc.html" rel="nofollow">https://sqlite.org/whyc.html</a>
3/30/2026, 9:12:59 PM
by: narginal
Just like how fuzzers will find all the bugs, right? Right?? There's definitely infrastructure at these big companies that isn't sitting in a while loop 'fuzzing' right? Why is it news that vulnerability research will continue to get harder, exactly? It has always been this way, exploits will get more expensive, and the best researchers will continue with whatever tools they find useful.
3/30/2026, 8:55:16 PM
by: samuelknight
LLMs are expert hackers because: 1) They are expert coders, including a decently comprehensive CVE knowledge 2) They know every programming language/framework/stack 3) They know every human language<p>They already have super human breadth and attention. And their depth is either super human or getting there.<p>The state of the security industry through 2025 was expensive appsec human reviewers or primitive scanners. Now you can spend a few dollars and have an expert intelligence scrutinize a whole network.
3/30/2026, 9:33:20 PM
by: anematode
Ya, I tend to believe that (most) human VR will be obsoleted well before human software engineering. Software engineering is a lot more squishy and has many more opportunities to go off the rails. Once a goal is established, the output of VR agents is verifiable.
3/30/2026, 9:47:23 PM
by: GTP
> The new models find real stuff. Forget the slop; will projects be able to keep up with a steady feed of verified, reproducible, reliably-exploitable sev:hi vulnerabilities?<p>If LLMs are as capable as said in the article, there will be an initial wave of security vulnerabilities. But then, all vulnerabilities will be discovered (or at least, LLMs will not find any more), and only new code will introduce new vulnerabilities. And everyone will be using LLMs to check the new code. So, regardless of what they say is correct or not, the problem doesn't really exist.
3/30/2026, 10:18:24 PM
by: nitros
I'm suspicious of this prediction given the curl project's experiences...
3/30/2026, 8:20:44 PM
by: rkrbaccord94f
The pipewire-libs package local address function refers to alsa_output.pci<p>Driver benchmarking the pipewire script calls three local ports:<p>local.source.port = 10001<p>local.repair.port = 10002<p>local.control.port = 10003
3/30/2026, 9:30:59 PM
by: rubiquity
I was distracted by the picture of the ingredients to a Final Ward being at the top of the page.
3/30/2026, 8:53:59 PM
by: staticassertion
> Everything is up in the air. The industry is sold on memory-safe software, but the shift is slow going. We’ve bought time with sandboxing and attack surface restriction. How well will these countermeasures hold up? A 4 layer system of sandboxes, kernels, hypervisors, and IPC schemes are, to an agent, an iterated version of the same problem. Agents will generate full-chain exploits, and they will do so soon.<p>I think this is the interesting bit. We have some insanely powerful isolation technology and mitigations. I can put a webassembly program into a seccomp'd wrapper in an unprivileged user into a stripped down Linux environment inside of Firecracker. An attacker breaking out of that feels like science fiction to me. An LLM could do it but I think "one shots" for this sort of attack are extremely unlikely today. The LLM will need to find a wasm escape, then a Linux LPE that's reachable from an unprivileged user with a seccomp filter, then once they have kernel control they'll need to manipulate the VM state or attack KVM directly.<p>A human being doing those things is hard to imagine. Exploitation of Firecracker is, from my view, extremely difficult. The bug density is very low - code quality is high and mitigation adoption is a serious hurdle.<p>Obviously people aren't just going to deploy software the way I'm suggesting, but even just "I use AWS Fargate" is a crazy barrier that I'm skeptical an LLM will cross.<p>> Meanwhile, no defense looks flimsier now than closed source code.<p>Interesting, I've had sort of the opposite view. Giving an LLM direct access to the semantic information of your program, the comments, etc, feels like it's just handing massive amounts of context over. With decompilation I think there's a higher risk of it missing the intention of the code.<p>edit: I want to also note that with LLMs I have been able to do sort of insane things. A little side project I have uses iframe sandboxing <i>insanely</i> aggressively. Most of my 3rd party dependencies are injected into an iframe, and the content is rendered in that iframe. It can communicate to the parent over a restricted MessageChannel. For cases like "render markdown" I can even leverage a total-blocking CSP within the sandbox. Writing this by hand would be silly, I can't do it - it's like building an RPC for every library I use. "Resize the window" or "User clicked this link" etc all have to be written individually. But with an LLM I'm getting sort of silly levels of safety here - Chrome is free to move each iframe into its own process, I get isolated origins, I'm immune from supply chain vulnerabilities, I'm immune to <i>mostly</i> immune to XSS (within the frame, where most of the opportunity is) and CSRF is radically harder, etc. LLMs have made adoption of Trusted Types and other mitigations insanely easy for me and, IMO, these sorts of mitigations are more effective at preventing attacks than LLMs will be at finding bypasses (contentious and platform dependent though!). I suppose this doesn't have any bearing on the direct position of the blog post, which is scoped to the new role for vulnerability research, but I guess my interest is obviously going to be more defense oriented as that's where I live :)
3/30/2026, 8:50:10 PM
by: tomjakubowski
> Now consider the poor open source developers who, for the last 18 months, have complained about a torrent of slop vulnerability reports. I’d had mixed sympathies, but the complaints were at least empirically correct. That could change real fast. The new models find real stuff.<p>The 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: <i>on top of</i> triaging and identifying the legit vulnerabilities. Obviously, this is just another role for AI models to fill.
3/30/2026, 8:26:51 PM
by:
3/30/2026, 8:45:10 PM
by: stackghost
I was doing TryHackMe's "advent of cyber" sidequest last christmas and used a process very much like Carlini's that is outlined in TFA.<p>>I'm doing a CTF. I popped a shell on this box and found this binary. Here is a ghidra decompilation. Is there anything exploitable in $function?<p>You can't just ask Claude or ChatGPT to do the binex for you, but even last year's models were really good at finding heap or stack vulns this way.
3/30/2026, 9:08:38 PM
by: tonymet
I agree AI makes exploits more accessible, it also makes pen-testing and finding vulns more accessible, in both early and late stages of product development.<p>AI has saved me a ton of money and time auditing. Mostly because I'm tired / lazy.<p>It's both a black pill & white pill, and if we have the right discipline, a tremendous white pill. Engineers can no longer claim to be "cost effective" by ignoring vulns.
3/30/2026, 9:19:12 PM
by: streetfighter64
> Is the Linux KVM hypervisor connected to the hrtimer subsystem, workqueue, or perf_event? The model knows.<p>I asked ChatGPT and it claimed "all three". Any linux wizards who can confirm or deny?<p>Anyway, in my experience using mainly the Claude chat to do some basic (not security) bug hunting, it usually fixates on one specific hypothesis, and it takes some effort to get it off that wrong track, even when I already know it's barking up the wrong tree.
3/30/2026, 8:47:43 PM
by: ronnier
[dead]
3/30/2026, 8:17:44 PM
by: badgersnake
Another boring AI hype article.<p>“The next model will be the one. Trust me. Just one more iteration.”
3/30/2026, 8:30:57 PM
by:
3/30/2026, 8:00:06 PM