Zennoxa Shield
Application Security Glossary

CVE (Common Vulnerabilities and Exposures)

CVE (Common Vulnerabilities and Exposures) is a public catalog of unique identifiers, formatted like CVE-2024-12345, assigned to individually disclosed security flaws in software and hardware so that everyone can refer to the same vulnerability unambiguously.

CVE is a standardized naming system for publicly known security vulnerabilities, coordinated by MITRE and CISA. Each entry gets a unique ID in the form CVE-YEAR-NUMBER, plus a short description and references. The ID is just an identifier — it does not by itself say how severe or exploitable the flaw is.

CVE Numbering Authorities (CNAs) — organizations such as vendors, open-source projects, and security researchers — assign IDs and publish the initial record. Downstream databases like the NVD then enrich each CVE with severity scores (CVSS), affected version ranges, and links, making the record actionable for scanners and defenders.

For developers, CVEs are the common language of dependency and vulnerability management. When a scanner reports that a library is affected by a CVE, that ID lets you look up the fix, the affected versions, and any exploit intelligence. Because a raw CVE says nothing about your specific exposure, teams combine it with severity (CVSS), exploit probability (EPSS), known-exploited status (CISA KEV), and reachability to decide what to fix first.

Frequently asked questions

What is a CVE?
A CVE is a unique public identifier (like CVE-2024-12345) assigned to a specific, disclosed security vulnerability so tools and people can reference the same flaw consistently. It names the flaw but does not measure its severity.
Who assigns CVE IDs?
CVE IDs are assigned by CVE Numbering Authorities (CNAs) — including vendors, open-source projects, and coordinating bodies — under the program run by MITRE and CISA. The record is then commonly enriched by databases such as the NVD.
CVE vs CVSS — what's the difference?
A CVE is the identifier for a vulnerability, while CVSS is a numeric score (0-10) describing how severe that vulnerability is. One CVE has one CVSS severity; they answer 'which flaw?' versus 'how bad?'.

Related terms

CVE (Common Vulnerabilities and Exposures) — Zennoxa Glossary — Zennoxa Shield