What Is a CVE? Why the Number Alone Should Never Set Your Patch Priority

by Rebecca Sutton

What is a CVE? It is a unique identifier, in the format CVE-YYYY-NNNNN, assigned to one publicly disclosed security vulnerability. Vendors, researchers and security tools all use the same number for the same flaw, so nobody talks past each other. What a CVE is not, though, is a measure of how worried you should be. Treating “it’s got a CVE” as an alarm bell is one of the more persistent, and more costly, misreadings in IT security.

Marking up a CVE patch priority list by hand with a red pen

Here is what a CVE number is actually built to do. Here is why it deliberately carries no severity rating. And here is what should be driving your patch decisions instead.

What CVE actually stands for

CVE stands for Common Vulnerabilities and Exposures. The programme launched in 1999 to solve a naming problem. Before it existed, different vendors and researchers used their own labels for the same bug. Cross-referencing became a mess. CISA sponsors the programme. MITRE operates it, working with a global network of partner organisations.

A CVE record is intentionally sparse: an identifier, a short description, a handful of reference links. That is all. No risk rating. No urgency flag. Nothing that tells you to drop what you are doing. People add that meaning themselves, and that is where the trouble starts.

The name itself makes a distinction worth knowing. The CVE programme treats a “vulnerability” as a coding or design flaw that gives an attacker direct access to a system. An “exposure” is different: a configuration mistake or design choice that allows indirect access, information disclosure without a break-in, for instance. Both get a CVE identifier under the same numbering scheme. That is why the programme covers everything from a remote code execution bug to a misconfigured cloud storage bucket.

Nobody at MITRE is personally handing out these numbers

CVE assignment is decentralised. MITRE authorises organisations called CVE Numbering Authorities, or CNAs, to issue IDs within their agreed scope. A CNA might be a software vendor covering its own products, a bug bounty platform, or a national CERT. So a researcher reports a flaw, then the relevant CNA reserves an ID and checks the report is in scope. The record then gets published, usually reaching cve.org and the National Vulnerability Database within hours.

That structure is why the system scales at all. Nearly 50,000 vulnerabilities got a CVE number in 2025 alone. No single central body could review and rank all of those for severity, even if that were its job. It is not.

The severity number everyone actually means

When someone says “that’s a serious CVE”, they almost always mean the CVSS score attached to it, not the CVE itself. Three distinct things do different jobs here:

  • The CVE record names and describes the flaw.
  • CVSS (Common Vulnerability Scoring System) rates it, typically 0 to 10, based on how it is exploited and what access it grants an attacker.
  • The National Vulnerability Database (NVD), run by the US National Institute of Standards and Technology, adds that CVSS score to the CVE record, along with a weakness category and affected-product data. NVD structures what CNAs have already published. It does not go looking for flaws itself.

Collapse those three into one mental category, “CVE means bad”, and you end up in trouble. Either you patch in the wrong order, or you ignore an unscored flaw that turns out to matter a great deal.

Why a big CVSS number still is not the whole answer

A CVSS score is not the final word either, whoever assigns it. It estimates theoretical impact based on how the vulnerability works. It does not confirm that anyone is actually exploiting it against real targets.

That confirmation is what the CISA Known Exploited Vulnerabilities catalogue, or KEV, provides. It lists only vulnerabilities with reliable evidence of active exploitation in the wild. That makes it a far shorter, more actionable list than the tens of thousands of general CVE entries. US federal agencies once had to remediate KEV entries on a fixed deadline, under Binding Operational Directive 22-01. From June 2026, BOD 26-04 replaced that rule, folding KEV status into a broader four-factor prioritisation model instead of a blanket deadline. No law forces a private business to follow either directive. But ignoring a signal that specific means choosing to.

So what should actually set your patch order?

Not the CVE number on its own, and not the CVSS score on its own. In order:

  1. Whether the affected product and version are actually running in your environment.
  2. Whether it is reachable by an attacker: from the open internet, from an internal segment, or only with credentials you already control tightly.
  3. Whether it is on the CISA KEV list. If so, treat it as urgent regardless of the CVSS score.
  4. The CVSS score itself, read against your actual deployment rather than the worst-case scenario.

A CVE affecting software you run is not automatically a vulnerability affecting you. Version, configuration and exposure decide that, and no identifier answers it on its own. That is the gap a proper vulnerability assessment or penetration test closes. It tests whether a specific flaw is reachable in your actual environment, rather than leaving you to guess from an advisory.

If you want that confirmed rather than assumed, a scoped penetration test checks whether a given CVE is genuinely exploitable against your systems, not just theoretically applicable to the software you run. If that would help ahead of your next patch cycle or audit, get in touch and we can talk through what testing your environment would involve.

The system keeping score nearly broke in 2025

It is worth knowing how fragile this infrastructure has been. MITRE warned in April 2025 that its federal contract to run the CVE programme was about to lapse. That would have stopped new CVE assignments entirely. CISA secured emergency funding hours before the deadline. Separately, a group of CVE board members launched the CVE Foundation, a non-profit built to reduce the programme’s dependence on one government sponsor. By early 2026, board members reported CVE funding had shifted onto a protected budget line, rather than year-to-year discretionary spending. That is a genuine structural fix, not another temporary reprieve. The number of new CVEs kept climbing throughout: 48,185 published in 2025 against 39,962 the year before, a 20.6% rise, averaging around 131 a day.

Frequently asked questions

What is a CVE, in one sentence?

A CVE is a unique reference number for one publicly disclosed security vulnerability, so every vendor and tool can talk about the exact same flaw.

Is a CVE the same as a security risk rating?

No. A CVE only identifies and describes a vulnerability. The risk rating comes from CVSS. Confirmed real-world exploitation comes from sources like the CISA KEV catalogue.

Who assigns CVE numbers?

Authorised organisations called CVE Numbering Authorities, not a single central office. Vendors, bug bounty platforms and national CERTs can all hold this role for vulnerabilities within their scope.

What does “reserved” mean on a CVE?

The ID has been set aside ahead of full public disclosure. It becomes a complete record, with a description and references, once the vulnerability is publicly announced.

Why did I hear the CVE system might shut down?

Its US federal funding briefly lapsed in April 2025, before being extended at the last minute. A new non-profit, the CVE Foundation, and a later move to protected budget funding in 2026 were both responses to that scare.

Should every CVE affecting our software get patched immediately?

Only if it is actually reachable in your environment. Check exposure, CISA KEV status and CVSS score before setting the order, rather than reacting to the existence of the number itself.

Subscribe to our newsletter

Honest updates, straight to your inbox. Unsubscribe any time.

You may also like