The Common Vulnerabilities and Exposures (CVE) object represents publicly disclosed cybersecurity vulnerabilities defined in CVE Program catalog (CVE). There is one CVE Record for each vulnerability in the catalog.
Attributes
Section titled “Attributes”uid
- Type:
string_t - Requirement: required
The Common Vulnerabilities and Exposures unique number assigned to a specific computer vulnerability. A CVE Identifier begins with 4 digits representing the year followed by a sequence of digits that acts as a unique identifier. For example: CVE-2021-12345.
created_time
- Type:
timestamp_t - Requirement: recommended
The Record Creation Date identifies when the CVE ID was issued to a CVE Numbering Authority (CNA) or the CVE Record was published on the CVE List. Note that the Record Creation Date does not necessarily indicate when this vulnerability was discovered, shared with the affected vendor, publicly disclosed, or updated in CVE.
cvss
- Type:
cvss - Requirement: recommended
The CVSS object details Common Vulnerability Scoring System (CVSS) scores from the advisory that are related to the vulnerability.
type
- Type:
string_t - Requirement: recommended
The vulnerability type as selected from a large dropdown menu during CVE refinement.Most frequently used vulnerability types are: DoS, Code Execution, Overflow, Memory Corruption, Sql Injection, XSS, Directory Traversal, Http Response Splitting, Bypass something, Gain Information, Gain Privileges, CSRF, File Inclusion. For more information see Vulnerabilities By Type distributions.
created_time_dt
- Type:
datetime_t - Requirement: optional
The Record Creation Date identifies when the CVE ID was issued to a CVE Numbering Authority (CNA) or the CVE Record was published on the CVE List. Note that the Record Creation Date does not necessarily indicate when this vulnerability was discovered, shared with the affected vendor, publicly disclosed, or updated in CVE.
cwe_uid
- Type:
string_t - Requirement: optional
The Common Weakness Enumeration (CWE) unique identifier. For example: CWE-787.
cwe_url
- Type:
url_t - Requirement: optional
Common Weakness Enumeration (CWE) definition URL. For example: https://cwe.mitre.org/data/definitions/787.html.
modified_time
- Type:
timestamp_t - Requirement: optional
The Record Modified Date identifies when the CVE record was last updated.
modified_time_dt
- Type:
datetime_t - Requirement: optional
The Record Modified Date identifies when the CVE record was last updated.
product
- Type:
product - Requirement: optional
The product where the vulnerability was discovered.