Skip to content
View globalcve's full-sized avatar
  • Sydney,Australia
  • 03:26 (UTC +11:00)
  • Joined Oct 21, 2025

Block or report globalcve

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
globalcve/README.md

GlobalCVE Logo

Global threats. Unified insights.

โ˜• Support the Project

If you find GlobalCVE useful, consider buying me a coffee to support ongoing development.

๐Ÿท๏ธ What Sets Us Apart

GlobalCVE isnโ€™t just another vulnerability feed. Weโ€™re building a transparent, unified, and open-source backbone for global CVE intelligence.

  • Multi-source aggregation
    We pull from public feeds across continents โ€” NVD, CIRCL, JVN, ExploitDB, and more โ€” with full attribution and fallback logic.

  • Open by design
    No paywalls, no vendor lock-in. Our code is public, our API is free, and our roadmap is community-driven.

  • Minimalist and scalable
    Built with serverless architecture and clean UI logic, GlobalCVE is fast, forkable, and easy to integrate.

  • Security-first ethos
    We prioritize clarity, provenance, and responsible data use โ€” not marketing fluff or gated dashboards.

  • Built by builders
    This isnโ€™t a product. Itโ€™s infrastructure. And itโ€™s yours to use, improve, and extend.


๐ŸŒ Visit the live site โ†’ globalcve.xyz

๐ŸŒ GlobalCVE

An open-source vulnerability intelligence platform that aggregates CVEs from multiple national and vendor sources โ€” cleanly, transparently, and developer-friendly.


๐Ÿท๏ธ What Sets Us Apart

  • Unified CVE view โ€” no duplicates, no noise
  • Custom badges for source attribution
  • Minimalist UI with dark mode and loading states
  • Serverless architecture โ€” scalable and fast
  • Open-source and free forever

๐ŸŒ Sources We Support

  • ๐Ÿ‡บ๐Ÿ‡ธ NVD (US National Vulnerability Database)
  • ๐Ÿ‡ฏ๐Ÿ‡ต JVN (Japan Vulnerability Notes)
  • ๐Ÿ‡จ๐Ÿ‡ญ CIRCL (Luxembourg CERT feed)
  • ๐Ÿงจ ExploitDB (Public exploit repository)
  • ๐Ÿ‡จ๐Ÿ‡ณ CNNVD โ€” in testing repo
  • ๐Ÿค– Android Security Bulletins (ASB) โ€” in testing repo
  • ๐Ÿ‡ซ๐Ÿ‡ท CERT-FR โ€” in testing repo
  • Testing Repo contains many many many sources.

โš™๏ธ Tech Stack

  • Frontend: Next.js (App Router), Tailwind CSS
  • Backend: Node.js, Express-style API routes
  • Data: CSV + JSON parsing, serverless fetch logic
  • Deployment: Vercel (coming soon), custom domain support
  • Optional DBs: SQLite, Supabase, or flat file cache

Screenshots

Hereโ€™s a preview of GlobalCVEโ€™s UI:

Homepage

Homepage Light

Homepage

Homepage Dark

๐Ÿ“ฆ Getting Started

To run locally:

npm install
npm run dev

Then visit http://localhost:3000 to view the site.


๐Ÿ› ๏ธ Contributing

We welcome PRs, parser improvements, and new source integrations. Whether you're fixing bugs, adding new CVE feeders, or improving the UI โ€” weโ€™d love your help.

  • Contributor Guide โ€” setup, standards, and how to get started
  • API Docs โ€” endpoints, enrichment logic, and source structure
  • Testing Repo โ€” 40+ unmerged sources, experimental features
  • Open Issues โ€” issues, bugs, and feature requests

๐Ÿงช Want to help merge new CVE sources? Check out globalcve/testing โ€” weโ€™re actively onboarding contributors.


๐Ÿ“ซ Contact


Built with clarity, minimalism, and a deep respect for reproducibility.

Popular repositories Loading

  1. globalcve globalcve Public

    ๐ŸŒ Centralized platform for aggregating and visualizing global CVE data โ€” including feeds from NVD, MITRE, CNNVD, JVN, CERT-FR, and more. Built to unify vulnerability intelligence across borders.

    TypeScript 24 2

  2. testing testing Public

    GlobalCVE testing

    TypeScript