VOOZH about

URL: https://apify.com/parseforge/circl-cve-scraper

โ‡ฑ CIRCL CVE Search Scraper - Latest + ByID + Vendor ยท Apify


Pricing

from $24.38 / 1,000 results

Go to Apify Store

CIRCL CVE Search Scraper

Scrape CVE vulnerability records from CIRCL CVE Search. Fetch the latest CVEs, look up by ID, browse vendor products, or list every CVE for a vendor/product. Returns CVSS, CWE, CPEs, references, CAPEC, and impact metrics.

Pricing

from $24.38 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

๐Ÿ‘ ParseForge Banner

๐Ÿ”ฌ CIRCL CVE Scraper

๐Ÿš€ Export the CIRCL Luxembourg CVE search catalogue in seconds. Pull latest CVEs, single CVE detail, vendor and product browse, plus the full CWE catalogue and CAPEC pattern catalogue. No sign-up, no token, no manual pagination.

๐Ÿ•’ Last updated: 2026-05-15 ยท ๐Ÿ“Š 24 fields per record ยท ๐Ÿ”ฌ 240,000+ CVEs ยท ๐Ÿข 25,000+ vendors ยท ๐Ÿงฌ 1,000+ CWE entries ยท 600+ CAPEC patterns

The CIRCL CVE Scraper pulls vulnerabilities, weakness catalogues, and attack patterns from the CIRCL Luxembourg CVE search catalogue and returns 24 normalised fields per CVE record, including the CVE identifier, summary, publication and modification timestamps, CVSS v4 / v3 / v2 base scores, CWE list, CAPEC patterns, references, vulnerable configurations, and provider metadata. The catalogue is maintained by the Computer Incident Response Center Luxembourg, a national CERT, and is one of the most widely used open mirrors of the global CVE list with extra cross-references that the upstream sources do not provide in a single place.

The catalogue covers 240,000+ CVEs spanning every published year, 25,000+ vendor slugs, the full Common Weakness Enumeration list, and 600+ Common Attack Pattern Enumeration entries. This Actor makes that data downloadable as CSV, Excel, JSON, or XML in minutes. Eight modes cover everything from latest-published feeds to vendor-product browse to CWE-CAPEC mapping.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
Security teams, threat researchers, vulnerability managers, vendor risk analysts, DevSecOps engineers, security tool builders, ML researchersCross-reference CVE / CWE / CAPEC, vendor risk research, latest-CVE feeds, attack-pattern mapping, training datasets, complementing NVD with extra metadata

๐Ÿ“‹ What the CIRCL CVE Scraper does

Eight workflows in a single Actor:

  • ๐Ÿ†• Latest published CVEs. Pull the N most recently published vulnerabilities.
  • ๐Ÿ†” Single CVE by ID. Look up one CVE detail page (e.g. CVE-2021-44228).
  • ๐Ÿ“ฆ Batch CVE lookup. Pass an array of CVE IDs and get every match in one run.
  • ๐Ÿข Browse vendor. List every product known under a vendor slug like apache or microsoft.
  • ๐Ÿ” Search vendor + product. Return every CVE for a vendor / product pair (e.g. apache / log4j).
  • ๐Ÿ›ข๏ธ DB info. Get the last database update timestamp for cache invalidation.
  • ๐Ÿงฌ CWE catalogue. List every Common Weakness Enumeration entry.
  • ๐ŸŽฏ CAPEC patterns for a CWE. Map a CWE to its related CAPEC attack patterns.
  • ๐Ÿท๏ธ Vendors index. List every vendor slug known to CIRCL.

Each CVE record includes the identifier, summary, state, assigner CNA, publication and modification timestamps, CVSS v4 / v3 / v2 base scores and severities, CWE list, CAPEC patterns, references, vulnerable configurations, vulnerable products, impact and access metrics, and provider metadata.

๐Ÿ’ก Why it matters: the upstream CVE feeds are split across NVD, MITRE, and dozens of CNAs. CIRCL aggregates them with extra cross-references like CWE-to-CAPEC mapping that no single source exposes. Building your own cross-walk means engineering a multi-source pipeline. This Actor skips all of that.


๐ŸŽฌ Full Demo

๐Ÿšง Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded CVE dataset.


โš™๏ธ Input

InputTypeDefaultBehavior
modeenum"latest"One of latest, byId, browseVendor, searchProduct, dbInfo, cwe, capec, vendor.
cveIdstring""Single CVE ID for byId. Also used as the CWE numeric ID for capec mode.
cveIdsstring[][]Batch CVE IDs for byId mode (recommended max ~100 per run).
vendorstring""Lowercase vendor slug for browseVendor and searchProduct (e.g. apache, microsoft).
productstring""Lowercase product slug for searchProduct (e.g. log4j, tomcat).
countinteger100Number of latest CVEs to fetch in latest mode (max 1,000).
maxItemsinteger10Records to return. Free plan caps at 10, paid plan at 1,000,000.

Example: latest 50 CVEs published.

{
"mode":"latest",
"count":50,
"maxItems":50
}

Example: every CVE for Apache Log4j.

{
"mode":"searchProduct",
"vendor":"apache",
"product":"log4j",
"maxItems":100
}

โš ๏ธ Good to Know: vendor and product slugs are lowercase and follow CIRCL conventions (e.g. microsoft / windows_10, not Microsoft / Windows 10). Use mode=vendor first to discover available slugs.


๐Ÿ“Š Output

Each CVE record contains 24 fields. Download the dataset as CSV, Excel, JSON, or XML.

๐Ÿงพ Schema

FieldTypeExample
๐Ÿ†” cveIdstring"CVE-2021-44228"
๐Ÿ”— urlstring"https://cve.circl.lu/cve/CVE-2021-44228"
๐Ÿท๏ธ titlestring | null"Apache Log4j2 Remote Code Execution"
๐Ÿ“ summarystring | null"Apache Log4j2 2.0-beta9 through 2.15.0..."
๐Ÿšฆ statestring | null"PUBLISHED"
๐Ÿข assignerstring | null"GitHub_M"
๐Ÿ“… publishedISO 8601 | null"2021-12-10T10:15:09Z"
๐Ÿ•’ modifiedISO 8601 | null"2025-04-03T01:03:51Z"
๐Ÿ•’ last_modifiedISO 8601 | null"2025-04-03T01:03:51Z"
๐ŸŽฏ cvssnumber | null10.0
๐ŸŽฏ cvss3number | null10.0
๐ŸŽฏ cvss4number | null10.0
๐Ÿšฆ severitystring | null"CRITICAL"
๐Ÿงฌ cwestring[]["CWE-20", "CWE-400", "CWE-502"]
๐Ÿ“š referencesstring[]["https://logging.apache.org/log4j/2.x/security.html", "..."]
๐Ÿงฑ vulnerable_configurationstring[]["cpe:2.3:a:apache:log4j:2.0:*:*:*:*:*:*:*"]
๐Ÿ“ฆ vulnerable_productstring[]["cpe:2.3:a:apache:log4j:*"]
๐ŸŽฏ capecstring[]["CAPEC-242"]
๐Ÿ’ฅ impactobject{ "confidentiality": "HIGH", "integrity": "HIGH", "availability": "HIGH" }
๐Ÿ”“ accessobject{ "vector": "NETWORK", "complexity": "LOW", "authentication": "NONE" }
๐Ÿ“ฆ affectedobject[][{ "vendor": "apache", "product": "log4j", "versions": [...] }]
๐ŸŽฏ metricsobject[][{ "version": "3.1", "baseScore": 10.0, "baseSeverity": "CRITICAL" }]
๐Ÿ›ข๏ธ dataVersionstring | null"5.1"
๐Ÿ•’ scrapedAtISO 8601"2026-05-15T00:00:00.000Z"

๐Ÿ“ฆ Sample record


โœจ Why choose this Actor

Capability
๐Ÿ”ฌAuthoritative source. Pulls directly from the CIRCL Luxembourg CVE search catalogue, a national CERT-maintained mirror.
๐ŸŽฏMulti-version CVSS. v4, v3.1, v3.0, and v2 base scores plus vector strings, all normalised.
๐ŸงฌCWE + CAPEC. Cross-walk a CVE to its weaknesses and from those to attack patterns.
๐ŸขVendor + product browse. Discover every product CIRCL knows for a vendor and every CVE for the pair.
๐Ÿ†•Latest feed. Daily-fresh list of the most recently published CVEs in one call.
๐Ÿ›ข๏ธDB info. Surface the last update timestamp for cache control.
๐ŸšซNo sign-up. Works with public vulnerability data. No login or token needed.

๐Ÿ“Š CIRCL aggregates CVE data with cross-references no single upstream source exposes. Owning a clean local copy is a multiplier for every research and prioritisation workflow.


๐Ÿ“ˆ How it compares to alternatives

ApproachCostCoverageRefreshModesSetup
โญ CIRCL CVE Scraper (this Actor)$5 free credit, then pay-per-use240,000+ CVEsLive per run8 modes incl. CWE / CAPECโšก 2 min
Commercial threat-intel platforms$10,000+/yearCurated subsetStreamingManyโณ Days
Direct upstream feedsFreeSingle sourceVariableLimited๐Ÿ› ๏ธ Hours
Self-built ingestionEngineering timeFullCustomCustom๐Ÿข Weeks

Pick this Actor when you want the CIRCL aggregate with vendor browse and CWE-CAPEC cross-walks ready to go.


๐Ÿš€ How to use

  1. ๐Ÿ“ Sign up. Create a free account with $5 credit (takes 2 minutes).
  2. ๐ŸŒ Open the Actor. Go to the CIRCL CVE Scraper page on the Apify Store.
  3. ๐ŸŽฏ Set input. Pick a mode (latest / byId / vendor / product / cwe / capec), then set maxItems.
  4. ๐Ÿš€ Run it. Click Start and let the Actor collect your data.
  5. ๐Ÿ“ฅ Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.

โฑ๏ธ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.


๐Ÿ’ผ Business use cases

๐Ÿ›ก๏ธ Vulnerability Management

  • Daily ingestion of latest published CVEs
  • CWE-aware patch prioritisation queues
  • Vendor-product browse for asset-targeted CVE feeds
  • Cross-walk CVE / CWE / CAPEC for richer triage context

๐Ÿ” Threat Intelligence & Research

  • Map CVE waves against attack patterns via CAPEC
  • Build vendor risk scorecards based on CVE volume
  • Research datasets filtered by CWE family
  • Track CNA assigner activity and submission patterns

๐Ÿงฌ Security Tooling

  • Build internal CWE catalogues with descriptions and links
  • Power CVE-to-CAPEC mapping in red-team reports
  • Drive vendor pickers in vulnerability dashboards
  • Replace bespoke MITRE / NVD scrapers with one feed

๐Ÿ“Š Reporting & Compliance

  • Compliance evidence packs with CWE coverage
  • Vendor scorecards for procurement and supplier reviews
  • Customer-facing trust pages with CWE/CAPEC context
  • Quarterly threat-landscape reports

๐Ÿ”Œ Automating CIRCL CVE Scraper

Control the scraper programmatically for scheduled runs and pipeline integrations:

  • ๐ŸŸข Node.js. Install the apify-client NPM package.
  • ๐Ÿ Python. Use the apify-client PyPI package.
  • ๐Ÿ“š See the Apify documentation for full details.

The Apify Schedules feature lets you trigger this Actor on any cron interval. Hourly, daily, or weekly refreshes keep your downstream vulnerability database in sync automatically.


๐ŸŒŸ Beyond business use cases

Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.

๐ŸŽ“ Research and academia

  • Vulnerability disclosure trend analysis for academic papers
  • CWE / CAPEC mapping studies and ML training sets
  • Coursework on secure software engineering and risk modelling
  • Reproducible studies with cited, versioned dataset pulls

๐ŸŽจ Personal and creative

  • Hobbyist CVE dashboards and home-lab feeds
  • Newsletter and blog research on the latest disclosures
  • Portfolio projects that show off security data engineering
  • Personal alerting bots for vendors you care about

๐Ÿค Non-profit and civic

  • National CERT mirrors for downstream research
  • Civic-tech projects mapping CVE risk for critical infrastructure
  • Open-source maintainers monitoring downstream impact
  • Educational outreach for security literacy programmes

๐Ÿงช Experimentation

  • Train CWE-classification or attack-pattern models
  • Prototype agent pipelines that summarise advisories
  • Test SIEM rules against historical CVE waves
  • Build dashboards on top of live vulnerability feeds

๐Ÿค– Ask an AI assistant about this scraper

Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:


โ“ Frequently Asked Questions

๐Ÿงฉ What is CIRCL?

CIRCL (Computer Incident Response Center Luxembourg) is the national CERT for the private and non-governmental sector in Luxembourg. They operate the cve.circl.lu catalogue, a widely used open mirror of the global CVE list with extra cross-references.

๐Ÿ†š How is this different from the NIST NVD scraper?

CIRCL aggregates CVE data with extra cross-references like CWE-to-CAPEC mapping, vendor / product browse, and a full CWE catalogue mode. NIST NVD is the canonical U.S. source. Many teams use both: NVD for authoritative CVSS scoring, CIRCL for cross-walks and discovery.

๐ŸŽฏ Which CVSS versions are included?

All four. The Actor surfaces CVSS v4.0, v3.1, v3.0, and v2 base scores plus vector strings whenever the source provides them.

๐Ÿงฌ What is CWE?

CWE (Common Weakness Enumeration) is the standard taxonomy of software weaknesses. Use mode=cwe to dump the full catalogue.

๐ŸŽฏ What is CAPEC?

CAPEC (Common Attack Pattern Enumeration and Classification) catalogues attacker techniques. Use mode=capec with a CWE numeric ID in the cveId field to surface attack patterns related to that weakness.

๐Ÿ” How often is the dataset refreshed?

CIRCL refreshes from upstream sources continuously. Use mode=dbInfo to read the last update timestamp for cache invalidation.

๐Ÿข How do I find vendor and product slugs?

Use mode=vendor to list every vendor known to CIRCL, then mode=browseVendor with the vendor slug to list its products. Slugs are lowercase and use underscores.

โฐ Can I schedule regular runs?

Yes. Use Apify Schedules to run this Actor on any cron interval. A common pattern is an hourly schedule on mode=latest to keep a downstream CVE feed fresh.

โš–๏ธ Is this data legal to use?

CIRCL publishes the catalogue under permissive open licensing for non-commercial and commercial use. You should review the source terms for your specific application.

๐Ÿ’ณ Do I need a paid Apify plan to use this Actor?

No. The free Apify plan is enough for testing and small runs (10 records per run). A paid plan lifts the limit and gives you scheduling, higher concurrency, and larger datasets.

๐Ÿ†˜ What if I need help?

Our support team is here to help. Contact us through the Apify platform or use the Tally form linked below.


๐Ÿ”Œ Integrate with any app

CIRCL CVE Scraper connects to any cloud service via Apify integrations:

  • Make - Automate multi-step workflows
  • Zapier - Connect with 5,000+ apps
  • Slack - Get CVE alerts in your security channels
  • Airbyte - Pipe CVE data into your warehouse
  • GitHub - Trigger runs from commits and releases
  • Google Drive - Export datasets straight to Sheets

You can also use webhooks to trigger downstream actions when a run finishes. Push fresh CVE data into your ticketing system, or alert your team in Slack when a vendor you track gets a new disclosure.


๐Ÿ”— Recommended Actors

๐Ÿ’ก Pro Tip: browse the complete ParseForge collection for more security and reference-data scrapers.


๐Ÿ†˜ Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue.


โš ๏ธ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by CIRCL Luxembourg, MITRE, or any of the CNAs that contribute to the CVE catalogue. All trademarks mentioned are the property of their respective owners. Only publicly available vulnerability data is collected.

You might also like

CVE Search MCP Server

vulnv/cve-search

Model Context Protocol (MCP) server for searching and retrieving CVE (Common Vulnerabilities and Exposures) information from the CVE-Search API. Provides tools to search CVEs by vendor, product, CVE ID, and get latest vulnerabilities with CAPEC, CWE and CPE expansions.

NIST NVD CVE Vulnerability Database Scraper

compute-edge/nist-nvd-scraper

Search and extract CVE vulnerability data from the NIST National Vulnerability Database (NVD) API 2.0. Filter by keyword, CVSS severity, publication date, and modification date. Returns flattened CVE records with CVSS scores, CWE IDs, references, and affected products.

4

5.0

CVE NVD Scraper

gio21/cve-nvd-scraper

Scrape NIST National Vulnerability Database (NVD). Search CVEs by keyword, CVE-ID, CVSS severity, date range. Returns CVE-ID, description, CVSS v3/v2 scores, references, CWEs, affected configurations. For security teams, vuln research, patch management.

CVE Vulnerability Lookup (NIST NVD)

automation-lab/cve-vulnerability-lookup

Query the NIST NVD for CVE details โ€” lookup by CVE ID, keyword, or CPE product. Returns CVSS scores, descriptions, CWE IDs, affected software, and patch links. No API key required.

๐Ÿ‘ User avatar

Stas Persiianenko

4

NIST NVD CVE Scraper

parseforge/nist-nvd-cve-scraper

Scrape CVE vulnerabilities from the NIST National Vulnerability Database (NVD) API 2.0. Filter by severity, CWE, keyword, date range, or single CVE ID. Returns CVSS v3/v2 scores, CWE weaknesses, CPE configurations, and references.

CVEs Search API Scraper

dev00/cves-search-apify

Programmatically query the CVE vulnerability databases for historical vulnerabilities, packages vulnerabilities, and detailed CVE record files.

dev00

2

NVD CVE Scraper - Vulnerability Database API

pink_comic/nvd-cve-vulnerability-database

Search the NIST NVD CVE vulnerability database by keyword, CVSS severity, vendor, or date. Use as an NVD scraper / CVE API for DevSecOps, patch management, threat intel, compliance monitoring, and security vulnerability research. No API key needed; pay per result.