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)?
Breaking something is easier than fixing it.
Vulnerability research is cooked
51–60 of 181 posts
Re: Vulnerability research is cooked
#52Earlier quoted context omitted.
When did we enter the twilight zone where bug trackers are consistently empty? The limiting factor of bug reduction is remediation, not discovery. Even developer smoke testing usually surfaces bugs at a rate far faster than they can be fixed let alone actual QA. To be fair, the limiting factor in remediation is usually finding a reproducible test case which a vulnerability is by necessity. But, I would still bet most…
That might have been true pre LLMs but you can literally point an agent at the queue until it’s empty now.
Re: Vulnerability research is cooked
#53So 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? 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 w…
Re: Vulnerability research is cooked
#54Driver benchmarking the pipewire script calls three local ports:
local.source.port = 10001
local.repair.port = 10002
local.control.port = 10003
Re: Vulnerability research is cooked
#55Earlier quoted context omitted.
That might have been true pre LLMs but you can literally point an agent at the queue until it’s empty now.
You literally cannot, since ANY changes to code tend to introduce unintended (or at least not explicitly requested) new behaviors.
Re: Vulnerability research is cooked
#56Earlier quoted context omitted.
That might have been true pre LLMs but you can literally point an agent at the queue until it’s empty now.
You literally cannot, since ANY changes to code tend to introduce unintended (or at least not explicitly requested) new behaviors.
Re: Vulnerability research is cooked
#57Earlier quoted context omitted.
This is true for a lot of things but for low-level code you can always fall back to "the intention is to not violate memory safety".
That's true, but certainly that's limiting. Still, even then, `# SAFETY:` comments seem extremely helpful. "For every `unsafe`, determine its implied or stated safety contract, then build a suite of adversarial tests to verify or break those contracts" feels like a great way to get going.
Re: Vulnerability research is cooked
#58Earlier quoted context omitted.
That might have been true pre LLMs but you can literally point an agent at the queue until it’s empty now.
You literally cannot, since ANY changes to code tend to introduce unintended (or at least not explicitly requested) new behaviors.
Re: Vulnerability research is cooked
#59Earlier quoted context omitted.
Breaking something is easier than fixing it.
People have said that for decades and it wasn't true until recently.
Fixing vulnerable code is usually trivial.
In the physical world breaking things is usually easier.
Re: Vulnerability research is cooked
#60They already have super human breadth and attention. And their depth is either super human or getting there.
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.