Common Vulnerabilities and Exposures
Common Vulnerabilities and Exposures (CVE) is a publicly available list that gives each known security flaw in software or hardware its own unique identification number, along with a short description and at least one public reference. This shared naming system lets security teams, vendors, and tools all refer to the same vulnerability in a consistent way. It is a catalog for identifying vulnerabilities, not a rating of how severe or exploitable they are.
CVE is a program and associated list that uniquely identifies publicly known cybersecurity vulnerabilities, associating each with an identification number (CVE ID), a description, and at least one public reference. Each entry is intended to pin a specific vulnerability to affected code or product versions, providing a common identifier that supports correlation across advisories, scanners, and databases such as the NVD. CVE identification is distinct from vulnerability scoring, prioritization, or exploitation status; for example, catalogs such as CISA's Known Exploited Vulnerabilities Catalog reference CVE IDs but track exploitation separately, and severity is assigned by scoring frameworks rather than by the CVE entry itself.
Why it matters
CVE provides a shared vocabulary for talking about software and hardware vulnerabilities. Without a common identifier, the same flaw might be described differently across vendor advisories, scanner outputs, threat intelligence feeds, and internal tickets, making it difficult to correlate findings or confirm whether a given weakness has been addressed. By assigning each publicly known vulnerability a unique CVE ID with a description and at least one public reference, the CVE list lets security teams, vendors, and tools all point to the same issue without ambiguity.
Who it's relevant to
Inside CVE
Common questions
Answers to the questions practitioners most commonly ask about CVE.