Vulnerability management is the continuous practice of identifying, assessing, prioritising, remediating and verifying software and configuration weaknesses across an environment. It is the oldest mandatory function in security operations and, in most organisations, still the least satisfying to run.
Vulnerability management is the oldest mandatory function in security and still one of the least satisfying to run. The reason is structural: the function is measured on coverage and judged on closure, and the two have drifted apart.
The external evidence is unambiguous. The Verizon 2026 Data Breach Investigations Report finds exploitation of known vulnerabilities is now the leading initial-access vector in breaches at 31%, ahead of credential abuse for the first time. On CISA's Known Exploited Vulnerabilities catalog - the most authoritative short list in the industry - the median time to full remediation has risen to 43 days, with only 26% ever fully fixed. Two decades of tooling investment has not moved the number that matters.
Scanning became cheap and comprehensive, and the result is finding volume that no team can process. A skilled analyst can investigate perhaps ten to twenty vulnerabilities a day against a backlog measured in tens of thousands. The industry's response was prioritisation: better scoring, threat intelligence enrichment, business context. All of it useful; none of it a substitute for the work. A smaller list of must-do work is still work, and it still lands on teams outside security who own the systems, control the change windows and have their own priorities.
Vulnerability management is the continuous practice of identifying, assessing, prioritising, remediating and verifying software and configuration weaknesses across an environment.
Traditional programmes run as a cycle of scan, report, ticket, rescan. Risk-based vulnerability management added prioritisation intelligence - threat intelligence, exploit prediction, asset criticality - to decide what to fix first. Exposure management widens the aperture again, to weaknesses that are not vulnerabilities at all: misconfigurations, unmanaged assets, identity weaknesses and attack paths.
The distinction is worth keeping straight, because the terms are used interchangeably in marketing and are not interchangeable in practice. A programme can be excellent at vulnerability management and still have no view of an identity misconfiguration that offers an easier route to the same data.
Most organisations do not choose between these. They grow a vulnerability management function into an exposure programme, and the practical question is which parts of that expanded cycle they are paying someone to remove.
A single vulnerability record has to be rendered at least three ways, because three different people act on it and each needs a different unit of work. Most point tools render one of the three, and the resulting friction is often mistaken for a data quality problem.
Per CVE. A widely publicised vulnerability tracked across every affected asset. Fix once, close many. This is the security and vulnerability management team's view, and it is the one that reporting and audit expect.
Per asset. Every outstanding patch for one machine, batched. IT patches a box inside one window, so the useful answer to an operator who says they have an hour is a specific set of changes that fits the hour, not a ranked list that does not.
Per application. An installed application cannot always have a bundled component upgraded independently; the remediation is to move the application to a supported version, or to go to the supplier. This is the platform and engineering view, and it explains why a per-CVE instruction is sometimes impossible to follow.
The finding underneath is identical in all three, and disagreement between teams about what should be done is frequently a disagreement about which view they are looking at.
The variable that moved is not vulnerability volume. That has grown steadily for years and the growth is well understood. It is the interval between a vulnerability becoming public and a working exploit existing. Frontier AI models have compressed that window substantially, so a patch cadence measured in weeks is being asked to defend against an exploit timeline measured in hours or days. The arithmetic that made a monthly patch cycle defensible no longer holds for internet-facing systems.
A second change is that disclosure is no longer reliably the starting gun. The gap between a compromise being actively exploited and a CVE identifier being assigned can run to months. The 2025 Notepad++ supply-chain compromise was live and required remediation well before CVE-2025-15556 was assigned in early 2026, and a programme keyed exclusively to CVE identifiers was structurally blind for that entire period. The practical response is to correlate emerging-threat reporting against the installed software inventory rather than wait for a numbered advisory.
Vulnerability management is unusually well served by public standards. The CVE Program assigns identifiers to publicly disclosed vulnerabilities and the National Vulnerability Database enriches them. FIRST maintains CVSS for intrinsic severity and EPSS for exploitation likelihood. CISA maintains the Known Exploited Vulnerabilities catalog. NIST SP 800-40 covers enterprise patch management planning, and CycloneDX and SPDX are the two established SBOM formats.
Does exposure management replace vulnerability management? No. Exposure management is a wider practice that includes vulnerability management. Scanning and patching known vulnerabilities remains mandatory under most regulatory regimes. What changes is that vulnerabilities become one input among several rather than the whole picture.
How is risk-based vulnerability management different from vulnerability management? Risk-based vulnerability management improves the ordering of the queue by adding threat intelligence, exploit prediction and asset criticality to raw severity. It answers what should be done first. It does not answer whether a finding is exploitable in this environment or whether it has been closed.
What should be done about vulnerabilities that cannot be patched? Some exposures cannot be closed on the timeline the risk demands, whether because of a change window, a dependency, or a system that cannot be taken down. The established treatments are compensating controls, network segmentation and detection coverage scoped to that specific exposure, recorded as an accepted risk with a review date rather than left silently open.
How many findings should a programme expect to be genuinely exploitable? Far fewer than are reported. Reachability analysis typically removes the large majority of a raw finding set, because most vulnerable components are either not in a runtime path, not callable from application code, or not reachable by attacker-controlled data. The exact proportion varies with the environment, the language ecosystem and the mix of scanners in use.
Which metrics actually indicate a healthy programme? Time from detection to verified closure, the proportion of exploitable findings closed within the risk window, ownership coverage across the asset estate, and the size of the actionable set relative to the raw finding count. Scan coverage and total findings measure activity rather than outcome.