Skip to content

7Shivams/exploit-prediction-scoring-system-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 EPSS Calculator - Vulnerability Dashboard

A React-based frontend application to fetch and visualize CVE vulnerability data using the MITRE CVE API. This dashboard helps security professionals explore important vulnerability metadata such as severity scores, vector strings, CWE IDs, exploit data, and more.


📌 Features

  • 🔎 Search vulnerabilities by CVE ID (e.g., CVE-2022-35698)
  • 📊 View CVSS v3.1 base scores and severity levels
  • 🧠 Summarized CVE description
  • 🧩 Exploit and mitigation/patch details
  • 🧱 CWE ID and vector string
  • 🔗 External references with clickable links
  • 🎯 Interactive UI with collapsible sections for each category

📖 What is EPSS?

EPSS (Exploit Prediction Scoring System) is a data-driven model developed by FIRST.org to estimate the likelihood that a given software vulnerability (CVE) will be exploited in the wild within 30 days of disclosure.

⚖️ Why EPSS Matters

  • Only a small portion of CVEs are actively exploited.
  • Patching every CVE is impractical for most organizations.
  • EPSS helps prioritize vulnerabilities based on real-world risk, not just theoretical severity.

⚠️ Note: While this project doesn't currently use EPSS probability scores directly from FIRST.org, it visualizes critical contextual information such as severity, vectors, exploits, and CWE which complements EPSS scoring decisions.


🛠️ Tech Stack


🚀 Getting Started

Prerequisites

  • Node.js (v16 or newer recommended)
  • npm

Installation & Run

git clone https://github.com/your-username/epss-frontend.git
cd epss-frontend
npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published