← Latest papers
💻 computer science

AgenticVM: Agentic AI for Adaptive Software Vulnerability Management

AgenticVM is a multi-agent framework that integrates large language models with security tools to automate and streamline vulnerability management, significantly reducing alert volumes and analyst workload while maintaining risk visibility through accurate prioritization and CVSS prediction.

Original authors: Asrul Arifin, Hussain Ahmad, Yiyao Zhang, Diksha Goel

Published 2026-05-05
📖 5 min read🧠 Deep dive

Original authors: Asrul Arifin, Hussain Ahmad, Yiyao Zhang, Diksha Goel

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are the manager of a massive, chaotic warehouse (your software system). Every day, thousands of security scanners act like overzealous security guards who run around shouting, "Potential problem here! Potential problem there!" They generate a mountain of 4,000+ alerts. Most of these are false alarms, duplicates, or minor issues that don't actually threaten the warehouse.

Your team of human security experts (the analysts) is drowning in this noise. They can't fix the real fires because they are too busy trying to read the thousands of notes left by the guards.

AgenticVM is a new, smart system designed to act as a "Chief of Staff" for these security experts. Instead of just one giant brain trying to do everything, it uses a team of specialized digital assistants (agents) working together to sort the chaos into a manageable to-do list.

Here is how the paper explains this system using simple analogies:

1. The Team of Specialized Assistants (The Agents)

Instead of one robot trying to be an expert at everything, AgenticVM breaks the job down into specific roles, much like a well-run kitchen or a hospital triage unit:

  • The Detective (Detection Agent): This assistant looks at the raw, messy notes from the security scanners. Some notes are in perfect computer code (easy to read), while others are scribbled in messy handwriting (unstructured logs). This agent uses strict rules for the clean notes and a smart language model (like a very well-read librarian) to decipher the messy ones, turning them all into a standard format.
  • The Gatekeeper (Assessment Agent): This agent checks if the "problems" are actually real threats to your specific warehouse. It asks, "Do we even have this item in stock?" If the scanner says a specific part is broken, but you don't use that part, this agent marks it as a false alarm and throws it away. This saves a lot of time.
  • The Forecaster (Prediction Agent): Sometimes, the security reports don't have a "danger score" (called a CVSS score) yet. This agent uses a smart AI model (based on BERT, a type of language brain) to read the description of the problem and guess the danger score with about 89% accuracy. It's like a weather forecaster predicting a storm before the official radar confirms it.
  • The Organizer (Integration Agent): This assistant takes all the cleaned-up, verified, and scored information and puts it into a neat, standardized file. It makes sure no data is missing before passing it on.
  • The Prioritizer (Prioritization Agent): This agent looks at the danger scores and the "must-fix" lists (like the CISA Known Exploited Vulnerabilities). It sorts the list, putting the most dangerous, urgent fires at the top and the minor issues at the bottom.
  • The Advisor (Recommendation Agent): Finally, this agent writes a simple "how-to-fix" guide for the human experts. It pulls information from trusted sources to suggest a patch, but it doesn't fix it automatically. It just hands the human a clear instruction manual.

2. The Results: From Chaos to Clarity

The paper tested this system on real-world software projects (like an online store and a ticketing system). The results were dramatic:

  • The "Noise" Reduction: In one test, the system started with 3,983 raw alerts. After the team of agents did their work, the human experts were left with only 82 high-priority items to look at. That is a 98% reduction in noise.
  • Accuracy: The "Forecaster" agent was able to predict missing danger scores with 89.3% accuracy, meaning humans didn't have to wait days for official scores to start working on the most critical issues.
  • Efficiency: Compared to a human just reading the list or a single AI trying to do it all alone, this team approach was much better at filtering out the junk and keeping the important stuff.

3. Why This Matters (The "Human-in-the-Loop")

The paper emphasizes that this system isn't trying to replace the human security experts. Instead, it's an amplifier.

Think of it like a high-tech assistant that does the boring, repetitive sorting and data entry. It ensures that when a human expert sits down to work, they are looking at a short, verified list of real problems with a suggested fix, rather than a mountain of confusing data. The system is designed so that humans still make the final decision on dangerous actions, ensuring safety and accountability.

Summary

In short, AgenticVM is a smart, multi-step workflow that takes a flood of confusing security alerts, filters out the fake ones, guesses the danger levels for the missing ones, and hands the human team a short, clear list of what to fix first. It turns a overwhelming mountain of paperwork into a manageable to-do list, allowing security teams to work faster and smarter without getting burned out.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →