Schedule DemoStart Free Trial

Unified Observability Platform for Modern IT Operations

Summarize with AI what Motadata does:
© 2026 Mindarray Systems Limited. All rights reserved.
Privacy PolicyTerms of Service
Back to IT Glossary
IT Resources

CVE

What Is a CVE?

A CVE is the public reference number given to one confirmed security flaw in a software or hardware product. CVE is short for Common Vulnerabilities and Exposures. One entry covers one flaw, and the ID attached to it becomes the name every party uses when discussing that flaw.

The CVE catalogue exists to solve a naming problem, because one flaw often collects several competing labels within days of disclosure. The vendor advisory, the researcher write-up, and the scanning tool each carry a different name for the same underlying defect. The CVE ID removes that ambiguity.

Take the flaw known as Log4Shell, offers a well-known example, catalogued as CVE-2021-44228. Quote that ID in an advisory, a patch note, or a scan report, and the reference resolves to one weakness in one logging library.

Security bulletins, scanner output, compliance reports, and patch documentation all carry CVE IDs, in every industry that runs software.

What Does a CVE ID Look Like?

A CVE ID has three parts in a fixed order: the prefix CVE, then the year, then a sequence number. CVE-2026-33870 shows the pattern.

The year shows when the ID was reserved. Reservation often happens months before disclosure, so the year in the ID and the year of public release can differ.

Order of assignment is all the sequence number records. Nothing about severity is encoded in that number.

That final number has no fixed length. Sequence numbers ran to four digits for years and now stretch further as disclosure volume grows.

How Does the CVE Program Work?

The CVE Program runs through a distributed network of organizations authorized to hand out IDs. Each of these organizations holds the title of CVE Numbering Authority, shortened to CNA.

Most CNAs are software vendors, though open source projects, security research firms, and national coordination bodies also hold the role. Each one covers a defined scope, normally its own products.

The process starts when a researcher, a customer, or an internal team reports a flaw. The CNA with authority over that product reviews the report and reserves an ID.

The ID stays reserved and private while the vendor prepares a fix. Once the flaw goes public, the record is published with its description and reference links.

Some flaws become public before any patch exists. A zero-day of that kind still receives a CVE ID, and the record simply notes that no fix is available yet.

MITRE operates the program overall. It also acts as the assigner of last resort when no CNA covers the affected product.

What Does a CVE Record Include?

A CVE record carries four elements: the ID, a short description of the flaw, the affected product and versions, and links to outside references. Vendor advisories, patches, and research write-ups make up most of those references.

The description states what type of weakness it is and where it lives in the product. It stays brief by design.

What a record leaves out matters just as much. CVE entries carry no severity rating, no exploit code, and no repair instructions.

Severity comes from a separate scoring framework. Fix guidance comes from the vendor advisory that the record links to.

Where Are CVEs Published?

CVEs are published across three public sources, and each one serves a different purpose. All three are free to search.

The CVE List is the source of record. It holds the ID, the description, and the reference links exactly as the assigning authority filed them.

The National Vulnerability Database, or NVD, enriches those entries. Severity scores, machine-readable version data, and a classification of the weakness type all get added at that stage.

Narrower still is the Known Exploited Vulnerabilities catalogue, which the United States government maintains. Only CVE IDs with confirmed attacks against them make that list. That makes it threat intelligence a team can act on the same day, and a fast filter when patching capacity runs short.

What Qualifies as a CVE?

A flaw qualifies as a CVE once three conditions hold true. The flaw must be independently fixable, it must be confirmed by the vendor or documented by the reporter, and it must live in a single codebase. That product might be an operating system, an application, a library, or device firmware.

Independently fixable is the condition that a repair can be shipped without disturbing unrelated bugs. Two problems that always have to be fixed together receive one ID between them.

Configuration mistakes made by the person deploying the software usually fall outside the program. The weakness has to originate in the product itself.

Shared code complicates the picture. A weakness inside a widely used library takes its ID at the library level, and every downstream product then cites that same ID.

How Is a CVE Different From a CVSS Score?

A CVE supplies the name for a vulnerability, and a CVSS score supplies the severity rating for it. They answer different questions, so security teams normally read both together.

CVSS expands to Common Vulnerability Scoring System. The output is a number between 0.0 and 10.0, weighted by how hard the flaw is to exploit and how much damage a successful attack causes.

A single CVE sometimes carries two scores at once. A vendor and a national vulnerability database sometimes rate the same flaw differently, depending on how each one weighs the attack conditions.

Exploit status is a third piece of context. It records whether attackers are actively using the flaw, which often matters more to a patching decision than the score alone.

Why Are CVEs Important?

CVEs are important because every party in a security conversation gains one shared reference point. Vendors, auditors, scanning tools, and IT teams all work from the identical catalogue entry.

That shared reference is what allows security tools to work together. A scanner reports CVE-2021-44228, a SIEM platform correlates it against observed activity, and a service desk opens work against the same ID.

CVE IDs also make security effort auditable. An auditor can ask which IDs an organization has closed in the last quarter and receive a specific answer.

The catalogue feeds directly into IT risk management. Risk registers reference CVE IDs so that a technical finding and a business risk describe the same underlying problem.

How Do IT Teams Use CVE Data?

IT teams use CVE data to decide which systems to fix first, and then to prove the fix happened. That work belongs to vulnerability management, and it usually runs in four stages.

Discovery comes first. A vulnerability assessment compares installed software against published CVE data and returns the IDs present across the estate.

Prioritization follows. Teams rank the findings by severity score, by evidence of active exploitation, and by how exposed each affected asset is.

Remediation is the fix itself. That is normally a patch, though a configuration change or a temporary workaround sometimes carries the load until a patch ships.

Verification closes the loop. A rescan confirms the ID no longer appears, and the scan record becomes the evidence an auditor asks for.

Teams that hold asset inventory, scan findings, and patch deployment in one platform move through these stages faster. The CVE ID travels across each stage without anyone retyping it into a second system.

Explore More IT Terms

Browse our comprehensive IT glossary to learn more about technology terminology.

Back to IT GlossaryContact Us
Table of Contents