linux_cve_2015_2025.csv: This dataset contains CVEs affecting the Linux kernel between 2015 and 2025, collected from the National Vulnerability Database. It includes information such as CWE metadata, CVSS metadata, and reference URLs for each kernel CVE.
vfc_vic_mapping.csv: This dataset contains Vulnerability Fixing Commits (VFCs) and Vulnerability Inducing Commits (VICs) associated with each CVE. VFCs are upstream commits identified from the mainline and stable patches found in the CVE references. For each VFC, the corresponding VICs are extracted by scanning the Fixes: <Commit> tag in the VFC commit message.
| Dataset | Features |
|---|---|
linux_cve_2015_2025.csv |
cve_id, published_date, cwe_id, cwe_category, cwe_name, cvss_base_score, cvss_base_severity, cvss_attack_vector, cvss_attack_complexity, cvss_confidentiality_impact, cvss_integrity_impact, cvss_availability_impact, cvss_exploitability_score, reference |
vfc_vic_mapping.csv |
cve_id, vulnerability_fixing_commit, vulnerability_inducing_commit |