Back to Blog
March 15, 20266 min readRampart Security Team

From Unknown to Known to Exploited: How AI Automates the Entire Vulnerability Pipeline

Most people think of vulnerabilities as a pipeline: first unknown, then discovered and known, then eventually exploited.

Each stage used to have real friction. Discovery required deep expertise: reverse engineering, source code auditing, creative fuzzing. Disclosure took time. Exploitation required yet another skill set, different from discovery.

AI is automating every stage. Simultaneously.

Start with discovery. Fuzzing has been around for decades, but traditional fuzzing is dumb. Throw random garbage at inputs, hope something crashes. It works, sort of, but it's inefficient.

AI-assisted fuzzing is different. These systems understand code structure. They read source code or decompiled binaries and generate inputs targeting specific code paths: the edge cases, the complex parsing logic, the external system interactions. Not random noise. Targeted, plausible-but-malicious inputs designed to trigger specific bug classes.

Google's OSS-Fuzz has found tens of thousands of bugs with increasingly sophisticated techniques. The AI layer makes it faster every iteration. Campaigns that took weeks now produce results in hours.

More interesting: traditional fuzzing finds crashes. Memory corruption, unhandled exceptions. AI agents are starting to find logical vulnerabilities too. Authentication bypasses. Authorization flaws. Business logic bugs. Things that don't crash anything but let you do things you shouldn't.

These are the bugs human pentesters excel at, because they require understanding what the app is supposed to do. AI agents are getting there. They read API docs. They observe request-response patterns. They infer business rules, then try to violate them.

The known-to-exploited transition is even more dramatic.

A published CVE usually comes with a description and sometimes a patch diff showing exactly what changed. For a skilled human, that's enough to write an exploit, but it takes time. Setup, testing, iteration.

AI agents skip most of that. Read the advisory, analyze the diff, identify the vulnerable path, generate exploit code. Test it. If it doesn't work, iterate. All in minutes.

We're already seeing this. Proof-of-concept exploits appear within hours of CVE publication. Functional exploits, not half-baked demos.

Scaling exploitation was always the easiest part to automate. Once you have a working exploit, finding targets is a solved problem. Shodan, Censys, and similar services index the internet's attack surface. An AI agent queries them, identifies vulnerable instances, and exploits at scale. Autonomously.

The full picture: a completely automated pipeline from discovering a vulnerability, to generating an exploit, to finding targets, to compromising them. No human at any stage.

For defenders, this means several things.

The concept of a "zero-day" is changing. It used to mean no public knowledge, no available exploit. Scary because you couldn't patch what you didn't know about. The scarier scenario now: a zero-day-to-exploitation pipeline measured in hours. Unknown to actively exploited before most organizations have even triaged it.

Vulnerability disclosure needs to move faster. The 90-day responsible disclosure timeline Google Project Zero popularized made sense when exploitation required significant human effort. When AI generates exploits in hours, 90 days is an eternity.

Defense-in-depth isn't optional. If any single vulnerability can go from unknown to exploited before you patch it, you need layers. WAFs that detect exploitation attempts. Runtime protection. Network segmentation. Monitoring that catches exploitation in progress.

Proactive testing is no longer a luxury. Discover your own vulnerabilities before AI agents do. Run fuzzing campaigns. Do continuous security testing. Probe your own infrastructure. If an AI agent can find it from outside, you should find it first from inside.

The pipeline from unknown to exploited used to have natural choke points where friction gave defenders time. AI is removing them one by one.

Organizations that adapt will build their own automated pipelines for discovery, testing, and patching. Automation against automation. The ones that don't will find vulnerabilities discovered, exploited, and causing damage before anyone opens Jira.

Patch Tuesday can't keep up with Exploit Every Second.

See what attackers see

Run a free Rampart scan on your domain and get a full security report in minutes.