Common Vulnerabilities and Exposures
Common Vulnerabilities and Exposures (CVE) is a publicly available list that identifies and catalogs known security flaws in software and systems. Each entry is given a unique identification number, a short description, and at least one public reference, so that different organizations and tools can refer to the same vulnerability in a consistent way. It functions as a shared naming system rather than as a database of fixes or a measure of how severe or exploitable a given flaw is.
CVE is a publicly disclosed catalog of information security vulnerabilities, maintained by the MITRE Corporation, in which each entry contains a unique identification number, a description, and at least one public reference for a publicly known vulnerability. CVE provides standardized identifiers that allow vulnerability data to be correlated across scanners, advisories, threat intelligence feeds, and remediation workflows. A CVE record identifies and describes a vulnerability but does not by itself convey exploitability, prioritization, or severity scoring; those are typically supplied by separate resources such as severity scoring systems or exploitation catalogs (for example, CISA's Known Exploited Vulnerabilities Catalog, which flags CVEs observed to be actively exploited).
Why it matters
CVE addresses a foundational coordination problem in security: without a shared naming system, the same software flaw can be described in many different ways across vendors, scanners, advisories, and threat intelligence feeds, making it difficult to confirm that two parties are discussing the same issue. By assigning each publicly known vulnerability a unique identifier with a description and at least one public reference, CVE lets organizations, tools, and researchers correlate vulnerability information consistently. For security leaders, this shared language underpins nearly every downstream vulnerability management activity, from scanning and triage to reporting and remediation tracking.
A critical point for buyers and executives is that a CVE identifier tells you a vulnerability exists and how to refer to it, but it does not by itself indicate how severe, exploitable, or urgent the flaw is. Those judgments come from separate resources, such as severity scoring systems or exploitation catalogs. For example, CISA's Known Exploited Vulnerabilities Catalog flags specific CVEs, such as CVE-2022-0995, an out-of-bounds write vulnerability in the Linux Kernel, that have been observed as actively exploited. Treating a CVE record as a self-contained measure of risk is a common mistake; the identifier is a reference point, not a prioritization decision.
Because of this, security leadership value lies in interpreting CVE data in the context of a specific organization: which affected systems are actually in use, whether compensating controls exist, and how a given vulnerability maps to real business risk. A virtual or fractional CISO typically helps establish the governance and process around this interpretation rather than performing hands-on scanning or patching, and the effectiveness of any CVE-driven program depends on organizational maturity, asset visibility, and cooperation from the teams that operate the affected systems.
Who it's relevant to
Inside CVE
Common questions
Answers to the questions practitioners most commonly ask about CVE.