Baselight

CVE Dataset

Organizing all CVEs into a table

@kaggle.casimireffect_cve_dataset

Loading...
Loading...

About this Dataset

CVE Dataset

Organizing data about all known CVEs into a single place for creating ML applications to aid bug bounty hunters and more generally create a way to analyze the larger trends and software vulnerabilities that are discovered over time.

Tables

Cve Data

@kaggle.casimireffect_cve_dataset.cve_data
  • 49.11 MB
  • 576540 rows
  • 15 columns
Loading...

CREATE TABLE cve_data (
  "unnamed_0" VARCHAR,
  "cve" VARCHAR,
  "date" VARCHAR,
  "weekday" VARCHAR,
  "vendor" VARCHAR,
  "product" VARCHAR,
  "finder" VARCHAR,
  "details" VARCHAR,
  "reference" VARCHAR,
  "vuln_class" DOUBLE,
  "impact" VARCHAR,
  "attackvector" VARCHAR,
  "severity" VARCHAR,
  "complexity" VARCHAR,
  "requiredprivilege" VARCHAR
);

Share link

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