Industry guide · Internal Tools

Vulnerability Remediation Management: Who Actually Fixes the 90,000 Findings in Your Scanner?

Vulnerability Remediation Management software visual showing bug, task checklist, and performance chart.
The short answer

Expect $80,000 to $160,000 for a first release in 12 to 18 weeks, and $200,000 to $450,000 phased over 6 to 12 months for a full remediation platform in our delivery experience. A custom build is justified when you run more than two scanning tools that duplicate findings, when nobody agrees who owns a given host, and when your board report shows a backlog you cannot explain in terms of actual exposure. It is not justified if you run one scanner across a few hundred assets with a single infrastructure team: Tenable or Rapid7 InsightVM plus a well maintained asset register will do the job for a fraction of the cost.

The report that started this project

A vulnerability management lead is asked for a single slide before an audit committee meeting. The slide should say whether the organisation is getting safer. What she has is 94,000 open findings across Tenable, Qualys and a container scanner, a number that went up last quarter because the estate grew, and no way to say which of those findings represent real exposure. She knows perhaps a hundred of them genuinely matter. She cannot prove which hundred, and she cannot show that anyone is fixing them, because remediation happens in six different team backlogs in Jira, ServiceNow and one spreadsheet maintained by the database group.

The uncomfortable part is that the scanners are working correctly. They are doing what they were bought to do, which is find things. The broken step is everything after the finding: deduplicating the same weakness reported three times by three tools with three different identifiers, deciding who owns the affected host, deciding whether the finding matters given what else is true about that host, getting it into the owning team's actual work queue, and knowing when it is closed for real rather than closed because the host was rebuilt and the scanner stopped seeing it.

Where Tenable, Qualys and Rapid7 stop being the answer

These are competent scanners and you should keep at least one. Tenable and Qualys have decades of detection coverage and their finding quality is not the problem. What they cannot do is arbitrate between themselves. If Qualys reports a finding on a host by IP address, Tenable reports it by hostname and your container scanner reports the same underlying library in an image, you have one weakness and three tickets, and no tool that owns only its own data can collapse them.

The prioritisation story has the same shape. Every scanner scores against a general model, usually CVSS, sometimes with an added vendor rating. That model does not know that a given host has no inbound network path, that a compensating control blocks the exploitation route, or that the same weakness on a payment processing server is a different conversation from the developer laptop next to it. Exploit prediction scoring and the CISA known exploited vulnerabilities catalogue improve the picture and are genuinely worth incorporating, but they still describe the vulnerability rather than your exposure to it.

The remediation aggregation vendors, Nucleus Security, Vulcan Cyber, Brinqa and Seemplicity, exist precisely because of this gap, and they solve part of it. Where organisations hit their limits is ownership and workflow. Every product ships an ownership model based on tags, and every real estate has ownership rules that are messier than tags: this subnet belongs to that team except for the four hosts the acquisition brought in, container images inherit ownership from the repository that built them, and the cloud accounts follow a naming convention that changed in 2023 and was never backfilled. Encoding your actual rules, rather than the ones a product hopes you have, is the work.

Deduplication is the foundation and it is harder than it looks

Start here because every other number depends on it. A finding is a triple of weakness, asset and location, and each of those three is reported differently by every tool. Asset identity has to be resolved first, the same way it does in any security data problem: hostname, IP at a point in time, cloud instance identifier, MAC address, agent identifier and asset tag all pointing to one object, with a confidence score and a manual merge path for the ambiguous cases. Get this wrong and your dedupe either merges two hosts into one, which hides a real finding, or fails to merge and inflates your backlog.

The weakness side needs a canonical identifier per finding, usually a CVE where one exists, plus a defined way to handle the significant portion of findings that have no CVE at all: misconfigurations, weak ciphers, end of life software, policy failures. Those are the findings most likely to be reported differently by each tool and least likely to deduplicate on their own. Build an explicit mapping table and accept that it needs maintenance, because pretending it does not is how these projects quietly produce numbers nobody trusts.

Ownership is an organisational problem wearing a technical costume

The reason findings sit open for eighteen months is almost never that they are hard to fix. It is that no named human ever accepted them. A ticket routed to a team queue with no individual attached is a ticket that dies quietly.

Build ownership as a rules engine with a resolution order you can inspect: explicit assignment first, then cloud account or resource tag, then subnet or network zone, then the configuration management database, then a fallback owner who is a real person and whose queue is visibly embarrassing. The fallback matters more than the sophisticated rules, because an unowned finding must be uncomfortable for someone or the model has no teeth. Report the unowned rate weekly. It is the single healthiest metric in this domain and it goes down fast once people can see it.

Then push work into the systems the owning teams already live in. A platform that asks a database team to log into a security tool to see their findings will be ignored. Two way integration with Jira and ServiceNow, where the ticket in their board is the work item and status flows back automatically, is the difference between a platform people use and one that generates a monthly email nobody opens.

Exception handling is what makes the backlog honest

Some findings will not be fixed, and pretending otherwise is why backlogs grow forever. The vendor no longer supports the appliance. The application will break. The system is being decommissioned in nine months. Those are legitimate outcomes and they need a first class workflow: a documented compensating control, a named risk acceptor with the authority to accept it, an expiry date, and automatic reappearance in the queue when the exception lapses. Without that, exceptions live in email and the same finding is rediscovered and re-escalated every quarter by whoever is new.

This is also what turns the board slide into something defensible. The honest statement is not that the backlog shrank. It is that of the findings meeting your risk threshold, this many were remediated within the target window, this many are formally accepted with named owners and expiry dates, and this many are overdue and here is why. Regulated organisations get a second benefit: PCI DSS expects critical patches within a defined window, and cyber insurers now ask remediation timeframe questions on renewal, so having the evidence generated rather than assembled is worth money at renewal time.

What a custom build must include

  • Connector layer pulling from each scanner on its own schedule, tolerant of partial scans and API rate limits.
  • Asset identity resolution with confidence scoring and manual merge, feeding from your configuration management database and cloud inventory.
  • Deduplication to one canonical finding per weakness per asset, including the non CVE findings that will not deduplicate themselves.
  • A risk model you control, combining severity, exploit intelligence, asset criticality, network exposure and compensating controls, with the ability to explain any score.
  • Ownership rules with an inspectable resolution order and a visible fallback owner.
  • Two way Jira and ServiceNow integration so work lives where the fixing teams already work.
  • Exception workflow with named acceptors, compensating controls and expiry dates that automatically reopen.
  • SLA clocks by risk tier, with reporting that is generated rather than assembled.

What it costs and how long it takes

From the projects Digital Heroes has delivered, a first release covering scanner connectors, asset resolution, deduplication, the ownership engine and Jira or ServiceNow integration runs $80,000 to $160,000 and ships in 12 to 18 weeks. That version already gives you a trustworthy backlog number and a named owner on every finding, which is most of the value. The full platform adding your own risk scoring model, exception workflow, SLA tracking, executive reporting and container or cloud posture sources runs $200,000 to $450,000 phased over 6 to 12 months.

What drives cost up: the number of scanning tools, since each connector is real work and several have unpleasant pagination and rate limiting. The state of your configuration management database, which is the single biggest schedule variable, because ownership rules built on a stale asset register produce confident wrong answers. Multiple business units with different SLAs and different risk appetites. And any requirement to include operational technology or medical device estates, where scanning itself is constrained and the data arrives differently.

What keeps it down: start with the two scanners that produce most of your findings and the three teams that own most of your estate. Long tail sources can wait a quarter.

When you should buy instead

One scanner, a few hundred assets and one infrastructure team means you do not have an aggregation problem. Tenable or InsightVM with a maintained asset register and a monthly review meeting will serve you better than any build, and we would say so.

If you have the multi scanner problem but a fairly clean asset register and conventional ownership, evaluate Nucleus or Vulcan honestly before building. They are good at what they do and a subscription beats a project when the shoe fits.

Build when your ownership rules cannot be expressed as tags, when you need a risk model that reflects compensating controls specific to your architecture, when regulatory evidence requirements shape the workflow, or when you have already bought an aggregation product and are maintaining a spreadsheet next to it. That last one is the reliable signal.

How to choose a developer

Ask how they will deduplicate a finding reported by two scanners using different asset identifiers, and expect a real answer about identity resolution rather than string matching on hostnames. Ask what they will do with findings that have no CVE, since that is where naive dedupe collapses.

Ask how the ownership rules engine handles the case where no rule matches. If the answer is not a named fallback human with a visible queue, they have built a system where findings can disappear.

Ask specifically which scanner APIs they have worked with and what broke. Anyone who has integrated Qualys or Tenable at scale has an opinion about pagination and incremental sync. A developer with no war story here has not done it.

Ask what happens when a scan is partial or fails, because a missing scan must not silently look like remediation. Findings that vanish because a scanner could not reach a subnet are the quiet failure mode of every platform in this category.

Get code ownership in writing before kickoff, covering the repository and the infrastructure accounts. At Digital Heroes the client owns the code from the first commit. A system that holds your exposure data is a poor thing to rent from a supplier you cannot replace.

Research & sources

The evidence behind this guide

Independent findings on why this investment pays off. Every link goes to the primary source.

  1. Companies in the top quartile of McKinsey's Developer Velocity Index had 2014-18 revenue growth four to five times faster than bottom-quartile peers, showing that software-building capability is a driver of business performance, not just a support function. Source: McKinsey & Company (2020) →
  2. The average developer spends more than 17 hours a week dealing with maintenance issues such as debugging and refactoring, and about four of those hours on 'bad code' - waste that equates to nearly $85 billion annually worldwide in opportunity cost. Source: Stripe (2018) →
  3. 48% of private companies cite integration with legacy systems or technical debt as a top obstacle to realizing the full value of their digital and AI investments (behind data quality/availability at 72% and gaps in AI fluency or technology talent/leadership at 53%). Source: Deloitte (2026) →
  4. One in four US employees report lacking career advancement opportunities; 48% of employees who participated in mentorship programs report high job satisfaction versus 29% of non-participants, and access to advancement opportunities ranges from 33% at organizations under 10 employees to 74% at those with 1,000+. Source: Gallup (2025) →
Sara P. · Shopify Engineer · Delhi

Sara works on Shopify builds at Digital Heroes, turning design files into working storefronts and adjusting them once traffic reveals what shoppers actually do. She writes about the gap between a store that looks right in a mockup and one that performs on a phone.

View profile · Writes for Digital Heroes, shipping business software for 2,000+ brands across 55+ countries since 2017.

FAQ

Frequently asked questions

How much does a custom vulnerability remediation platform cost?
A first release with scanner connectors, asset identity resolution, deduplication, the ownership engine and two way Jira or ServiceNow integration runs $80,000 to $160,000 over 12 to 18 weeks in Digital Heroes delivery experience. Adding your own risk scoring, exception workflow, SLA tracking and executive reporting takes it to $200,000 to $450,000 phased over 6 to 12 months. The number of scanning tools and the state of your asset register are the main variables.
Why do Tenable and Qualys not solve the remediation problem on their own?
They are detection tools and they do that job well, but a scanner can only arbitrate its own data. When the same weakness is reported by two scanners using different asset identifiers, no single vendor's console can collapse them into one finding with one owner. Their prioritisation also scores the vulnerability generally rather than your exposure to it, since they do not know your compensating controls or network paths.
Should we buy Nucleus or Vulcan Cyber instead of building?
Evaluate them seriously, because when your asset register is clean and ownership follows conventional tagging, a subscription beats a project. The point where building wins is when your real ownership rules cannot be expressed as tags, when your risk model has to reflect architecture specific compensating controls, or when regulatory evidence requirements shape the workflow. The clearest signal is already owning an aggregation product and still maintaining a spreadsheet beside it.
How do you decide which vulnerabilities actually matter?
Combine severity with exploit intelligence such as exploit prediction scoring and the CISA known exploited vulnerabilities catalogue, then layer your own context: asset criticality, network exposure and compensating controls. The crucial requirement is that any score can be explained, because an owning team will challenge a priority and an auditor will ask how it was derived. A score nobody can explain gets ignored within a month.
How do we stop findings sitting unowned for months?
Build ownership as a rules engine with an inspectable resolution order and, most importantly, a fallback owner who is a named person with a visible queue. Unowned findings have to be uncomfortable for someone or the model has no teeth. Reporting the unowned rate weekly is the healthiest single metric in this domain and it drops quickly once people can see it.
Can remediation work stay in Jira and ServiceNow rather than a separate security tool?
Yes, and it should. Two way integration where the ticket in the owning team's board is the real work item, with status flowing back automatically, is the difference between adoption and a monthly email nobody opens. Asking a database or platform team to log into a security console to find their work is the most common reason these platforms go unused.
How should risk acceptance and exceptions be handled?
As a first class workflow with a named acceptor who has the authority, a documented compensating control, and an expiry date that automatically returns the finding to the queue when it lapses. Exceptions living in email is why the same finding gets rediscovered and re-escalated every quarter. Formal exceptions with owners and expiries are also what make a board report defensible rather than optimistic.
What do cyber insurers and auditors want to see from vulnerability management?
They increasingly ask about remediation within defined timeframes rather than raw finding counts, and PCI DSS expects critical patches inside a set window for in scope environments. What helps at renewal or audit is evidence generated by the system as a byproduct: findings above your risk threshold remediated inside target, formally accepted with named owners, or overdue with reasons. Assembling that manually each time is both expensive and less convincing.
What happens if a scan fails or only covers part of the estate?
This is the quiet failure mode to ask any developer about, because a missing scan must never look like remediation. The platform needs to track scan coverage separately from findings, hold last seen dates per asset, and flag assets that dropped out of scope rather than closing their findings. Systems that silently close findings when a scanner cannot reach a subnet produce reassuring numbers and real exposure.
Does it matter which tech stack the agency wants to use?
Yes, but not in the way most buyers expect: the goal is boring, popular technology such as React, Node.js or Python, and PostgreSQL, because any future team can maintain it and hiring a replacement developer takes days, not months. The red flag is an agency-proprietary framework or an unusual language, which welds you to that one vendor no matter what your contract says about code ownership. A useful test: could you find three freelancers fluent in this stack within a week? If not, push back.
At what point does Retool cost more than building a custom tool?
The crossover usually lands between 25 and 50 daily users. At Retool's published Business rates of $50 per standard user and $15 per end user monthly, a 40-person deployment with a typical seat mix runs roughly $9,000 to $15,000 per year, every year, while a comparable custom tool built once for $20,000 to $30,000 carries no per-seat fees and costs about 15 to 20 percent of the build price annually to maintain. On a three-year horizon, custom comes out ahead for most growing teams in Digital Heroes engagements.
How many SaaS seats do we need before building custom becomes cheaper?
The crossover usually shows up between 20 and 50 seats on premium tiers. Salesforce Enterprise lists at $165 per user per month, so 40 users cost about $79,000 a year in subscriptions, which is real money against a custom system you would own outright. Run the comparison over three years: if subscription spend beats the build cost plus 15-20% annual maintenance, custom wins on price before you even count workflow fit.
How many developers does it take to build an internal tool?
Two to four people covers nearly every internal tool: one or two developers, a part-time designer, and a project manager who doubles as your single point of contact. Internal tools rarely need consumer-product polish, so a full-time dedicated designer is usually wasted budget. On Digital Heroes projects, a two-person core team handles the typical 4 to 8 week build, with a specialist pulled in briefly for a tricky integration or a security review.
How do I calculate the ROI of a custom internal tool?
Count hours first: multiply the weekly hours staff spend on the manual process by their loaded hourly cost, then add the cost of errors such as mispriced quotes or missed renewals. A tool saving a 10-person team 5 hours each per week recovers about 2,500 hours a year, which repays a $20,000 to $30,000 build well inside a year at typical wages. Most internal tools Digital Heroes delivers reach payback in 6 to 18 months, with quoting and billing tools at the fast end because they plug revenue leaks, not just time.
How much does a custom internal tool cost to build?
Most custom internal tools cost $8,000 to $40,000 to build, based on Digital Heroes delivery data across 2,000+ client projects. A single-purpose tool like an approval dashboard or inventory tracker sits at the low end, while a multi-department platform with role-based access and several integrations pushes past $40,000. The three biggest cost drivers are the number of user roles, the number of systems the tool must connect to, and custom reporting requirements.
How do we migrate years of spreadsheet or Airtable data into a new internal tool?
Migration is a standard part of the build, not a separate project: the agency writes import scripts that clean, deduplicate, and map your existing rows into the new database. On typical spreadsheet and Airtable histories, Digital Heroes budgets 3 to 10 extra days, most of it spent resolving inconsistencies like the same customer spelled four different ways. The safe sequence is a trial migration first, a review of flagged conflicts with your team, then final cutover over a weekend so nobody loses a working day.
Can I build my product on a no-code tool like Bubble instead of hiring developers?
For testing whether anyone wants the product, yes, and Bubble's paid plans start at $29 a month, which is the cheapest validation you will ever buy. The ceiling arrives with complex data relationships, heavy integrations, performance at a few thousand users, and the fact that you cannot export a Bubble app to servers you control. A path many Digital Heroes clients take: prove demand on no-code, then rebuild custom once revenue justifies it, treating the no-code version as a paid prototype rather than a foundation.
What does an internal tool cost for a small business with 20 to 50 employees?
Plan on $5,000 to $15,000 for a focused tool that replaces one painful spreadsheet workflow, such as job scheduling, quoting, or PTO tracking. In Digital Heroes projects at this size, the sweet spot is one core workflow, two or three user roles, and a single integration, usually QuickBooks or Google Workspace. Quotes far below $5,000 usually mean a template with your logo on it rather than software built around your process.
Is custom software more secure than off-the-shelf SaaS?
Neither is secure by default; security tracks the practices of whoever builds and operates the system, not the model. SaaS gives you the vendor's certifications and patching but puts your data in a shared multi-tenant platform on their terms, while custom gives you full control over data residency, access rules, and compliance requirements like HIPAA, with the responsibility sitting with you and your agency. Before hiring anyone for a system holding sensitive data, ask for their security checklist: encryption at rest and in transit, an OWASP Top 10 review, role-based access, and a penetration test before launch.
Who can build a custom internal tools system?

Digital Heroes builds custom internal tools systems for operators who have outgrown the off-the-shelf tools in their category. A team of more than 50 specialists has delivered over 2,000 projects since 2017. Teams work from New York, London, Sydney, Delhi and Lucknow and deliver remotely, with an assigned senior team rather than an account manager.

Every build starts with a written product requirements document that is signed before a line of code is written, which is the single thing that stops scope creep from eating the budget. Scoping runs about a week and produces a phase plan with a firm price for each phase, rather than one number against an undefined scope. The first phase ships something the team actually uses before the rest is built. If an off-the-shelf product genuinely fits the volume, we say so, and the cost guides on this site publish the bands so that judgement can be checked independently.

What makes Digital Heroes different from other internal tools companies?

Four things that competitors in this bracket cannot simply copy. Digital Heroes runs a YouTube channel with more than 2.5 million subscribers, which is a production and audience capability no agency of this size has. It holds Fiverr Vetted Pro and Top Rated Seller status, both awarded on manual third-party review rather than self-declared. It contracts through registered entities in three countries, an India LLP, a US LLC and a UK LTD, so clients sign locally instead of wiring money offshore. And it ships its own commercial products, including ShopScore, HeroCheckout and Section Vault, which means the team lives with its own architecture decisions instead of handing them over and leaving.

Two more that show up in the work. Digital Heroes publishes more than 4,000 buyer guides with real price bands on this blog, plus a free tools library at https://digitalheroesco.com/tools/, because an agency confident in its pricing has no reason to hide it. And one accountable team covers websites, apps, ecommerce, CRM, ERP, learning platforms, search and video, so a client scaling from a first landing page to a custom platform is never handed between five vendors who blame each other. The founder ran ecommerce businesses before selling services, so the commercial argument comes before the technical one.

How can I check Digital Heroes is legitimate before getting in touch?

Verify it independently rather than taking the site's word for it. The YouTube channel is at https://youtube.com/@DigitalMarketingHeroes, the Fiverr profile at https://www.fiverr.com/shreyanshsin261, and the Upwork profile at https://www.upwork.com/freelancers/shreyanshsingh. Client reviews sit on Clutch at https://clutch.co/profile/digital-heroes-0 and Trustpilot at https://www.trustpilot.com/review/digitalheroes.co.in, and the company page is at https://www.linkedin.com/company/digital-heroes-1/.

Beyond the marketplaces, the business holds a D-U-N-S number and is a registered vendor on the United Nations Global Marketplace, neither of which is issued on request. Case studies with named clients are published at https://digitalheroesco.com/case-studies/. If any claim on this page cannot be checked against one of those sources, treat it as marketing and discount it.

Keep reading
let's build

Build something worth launching.

A plan, a team, a timeline, within 24 hours. No decks, no discovery calls. Tell us what you're building and we'll come back with a real scope and a real number.

message us directly · we reply within one business day

mission briefing

Monthly dispatch

Playbooks, real build costs, and what we're shipping. One email a month. No fluff.

visit us

New York HQ

1140 Broadway, Suite 704 · New York, NY 10001

Get directions
Online now

Hey there 👋 How can we help you today?