Scrapers.lat logo scrapers.lat
开发者工具

NVD CVE Vulnerability Scraper (CVSS, CWE, CPE)

Scrape CVE vulnerability records from the National Vulnerability Database with description, CVSS score and severity, attack vector, CWE weakness, reference links and affected products (CPE). Search by keyword, CVE ID or published date range. Export to JSON, CSV or Excel.

16 每条记录的字段 JSON · CSV · Excel · API 按用量付费
nvd-cve-scraper.json 200 OK
{
  "cveId": "CVE-1999-0236",
  "published": "1997-01-01T05:00:00.000",
  "lastModified": "2026-06-16T21:47:58.393",
  "vulnStatus": "Modified",
  "description": "ScriptAlias directory in NCSA and Apache httpd…",
  "cvssV3Score": 7.5,
  "cvssSeverity": "HIGH",
  "cvssVersion": "3.1",
  "cvssVector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
}
你会得到什么

每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。

  • 每个结果对应一条干净记录,已去重并规范化
  • JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
  • 在云端按用量付费,无需安装或维护
返回的字段
Cve IdPublishedLast ModifiedVuln StatusDescriptionCvss V3ScoreCvss SeverityCvss VersionCvss VectorCweSource IdentifierReferencesAffected ProductsUrl
示例输出

一条真实的示例记录,正是你收到的结构。

Cve IdPublishedLast ModifiedVuln Status
CVE-1999-02361997-01-01T05:00:00.0002026-06-16T21:47:58.393Modified
CVE-1999-00711997-09-01T04:00:00.0002026-06-16T21:47:30.773Modified
CVE-1999-01071997-12-30T05:00:00.0002026-06-16T21:47:36.150Modified
CVE-1999-11991998-08-07T04:00:00.0002026-06-16T21:49:55.757Modified
CVE-1999-04481999-01-01T05:00:00.0002026-06-16T21:48:25.087Modified
GET /nvd-cve-scraper
{
  "cveId": "CVE-1999-0236",
  "published": "1997-01-01T05:00:00.000",
  "lastModified": "2026-06-16T21:47:58.393",
  "vulnStatus": "Modified",
  "description": "ScriptAlias directory in NCSA and Apache httpd…",
  "cvssV3Score": 7.5,
  "cvssSeverity": "HIGH",
  "cvssVersion": "3.1",
  "cvssVector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
}

常见问题

How do I search for one specific vulnerability?

Put the exact identifier in the **CVE ID** field (for example `CVE-2021-44228`) to fetch just that record.

What does the CVSS score mean?

The score is the base score from 0 to 10, paired with a severity band (LOW, MEDIUM, HIGH or CRITICAL) and the full vector string so you can see exactly how it was derived.

Can I limit results to a time window?

Yes. Set both **Published from** and **Published to** (ISO-8601). Keep the window within 120 days per run.

How fresh is the data?

Records are read live at run time, so each one reflects the latest published detail (see observedAt).

你准备好,它就就绪。

现在就在 Apify 上运行这个爬虫,或让我们按你的确切需求定制一个。