Baselight

CVE (Common Vulnerabilities And Exposures)

A dataset of cyber security threats and their significance from NIST

@kaggle.andrewkronser_cve_common_vulnerabilities_and_exposures

Loading...
Loading...

About this Dataset

CVE (Common Vulnerabilities And Exposures)

The Common Vulnerabilities and Exposures (CVE) system provides a reference-method for publicly known information-security vulnerabilities and exposures. The National Cybersecurity FFRDC, operated by the Mitre Corporation, maintains the system, with funding from the National Cyber Security Division of the United States Department of Homeland Security.

from Wikipedia

Tables

Cve

@kaggle.andrewkronser_cve_common_vulnerabilities_and_exposures.cve
  • 10.49 MB
  • 89660 rows
  • 13 columns
Loading...

CREATE TABLE cve (
  "unnamed_0" VARCHAR,
  "mod_date" TIMESTAMP,
  "pub_date" TIMESTAMP,
  "cvss" DOUBLE,
  "cwe_code" BIGINT,
  "cwe_name" VARCHAR,
  "summary" VARCHAR,
  "access_authentication" VARCHAR,
  "access_complexity" VARCHAR,
  "access_vector" VARCHAR,
  "impact_availability" VARCHAR,
  "impact_confidentiality" VARCHAR,
  "impact_integrity" VARCHAR
);

Products

@kaggle.andrewkronser_cve_common_vulnerabilities_and_exposures.products
  • 1.34 MB
  • 180585 rows
  • 2 columns
Loading...

CREATE TABLE products (
  "cve_id" VARCHAR,
  "vulnerable_product" VARCHAR
);

Vendors

@kaggle.andrewkronser_cve_common_vulnerabilities_and_exposures.vendors
  • 933.13 KB
  • 101658 rows
  • 2 columns
Loading...

CREATE TABLE vendors (
  "unnamed_0" VARCHAR,
  "vendor" VARCHAR
);

Vendor Product

@kaggle.andrewkronser_cve_common_vulnerabilities_and_exposures.vendor_product
  • 1017.64 KB
  • 43081 rows
  • 3 columns
Loading...

CREATE TABLE vendor_product (
  "unnamed_0" BIGINT,
  "vendor" VARCHAR,
  "product" VARCHAR
);

Share link

Anyone who has the link will be able to view this.