Look up any CVE from the National Vulnerability Database. Get severity score, affected products, exploit availability, and patch status in seconds. Browse 30 currently-trending critical vulnerabilities below.
200K+CVEs Indexed
LiveNVD Data
InstantLookup
🔍
Enter a CVE ID like CVE-2026-21643 or just the number 2026-21643
Type any CVE identifier in the search box above (e.g. CVE-2024-3094) and click Lookup. The hub redirects you to the individual CVE page where you'll see CVSS severity scores (v3.1 and v4.0 if available), CWE classification, affected products via CPE matching, NVD references, and exploit availability indicators — all fetched live from the National Vulnerability Database via API.
The 30 notable vulnerabilities shown above are hand-curated and refreshed periodically. They are sorted by CVSS severity (highest first) with colour-coded badges: RED critical, ORANGE high, YELLOW medium, GREEN low. Click any card to see the full live data for that CVE on its dedicated page. Type in the search box to filter the cards by ID as you type.
Permanent shareable URLs. Every CVE has its own permanent URL you can bookmark, share in incident-response tickets, or link from internal documentation: securityelites.com/cve/CVE-2024-3094/. The URL pattern is stable and won't change, so links shared today will keep working.
The CISA KEV catalog signal. The Known Exploited Vulnerabilities catalog (maintained by the US Cybersecurity & Infrastructure Security Agency) is the single highest-value signal in vulnerability management. KEV inclusion means a CVE is being exploited in the wild right now, not theoretically. Several of the trending vulnerabilities above are flagged as CISA KEV in their descriptions; for the live KEV catalog, the canonical source is cisa.gov/known-exploited-vulnerabilities-catalog.
What this hub does NOT do. It does not include exploit code (use Exploit-DB, Metasploit, or the original advisory). It does not track version-by-version patch availability across all distributions (use vendor security advisories or your distro's CVE tracker — Red Hat, Debian, and Ubuntu all publish their own per-distro CVE status pages). It does not match CVEs against your specific software inventory automatically — that's what vulnerability scanners (Nessus, Qualys, Trivy, Snyk, Nuclei) do.
Five real-world use cases
Incident response: vendor announces CVE in your stack
Microsoft drops Patch Tuesday. Cisco issues an emergency advisory. Your asset inventory mentions one of the affected products. Look up the CVE here for the severity, CVSS breakdown, and links to vendor advisories. Pair with your ticketing system to assign remediation. The 2-second lookup beats searching MSRC, NVD, and vendor sites individually.
Patch prioritisation across the Tuesday batch
Microsoft publishes 100+ CVEs in a single Patch Tuesday. You can't patch them all in 24 hours. Cross-reference each CVE against the CISA KEV catalog — KEV-listed criticals patch first, non-KEV criticals patch in the standard window, KEV-listed highs patch before non-KEV criticals. This single rule cuts the prioritisation problem from "100 to triage" to "5 to patch this week, 95 in normal cycle".
Vendor risk assessment
Your procurement team is evaluating a new SaaS vendor. Look up the vendor's primary product in the CVE database — how many CVEs in the last 24 months, how many criticals, how fast did they release patches after disclosure, any KEV-listed entries. A vendor with 50 unpatched criticals in the last year is a different risk profile than one with 5 quickly-patched ones. The CVE history is publicly visible due-diligence data that procurement teams routinely overlook.
Security research and trend analysis
Read through the trending critical vulnerabilities to spot patterns — which products are being targeted, which CWE classes are most common (injection? memory safety? authentication bypass?), which industries are getting hit. The Notable Vulnerabilities section is hand-curated to reflect the current threat landscape, so scrolling through it is a fast read on what's actually being exploited and disclosed right now.
Bug bounty: confirm whether your finding overlaps known CVE
You think you've found something during a bounty engagement. Before submitting, search any CVE that mentions the same product/version. If your finding overlaps a known and disclosed CVE, you'll likely get a duplicate-report rejection — and the report writeup needs to demonstrate why your finding is novel. Cross-checking the CVE database before submission saves both your time and the triage team's time.
Common mistakes & edge cases
Treating CVSS as the priority order
CVSS measures theoretical severity if exploited. It does not factor in whether exploitation is happening. A CVSS 9.8 with no known exploits and no exposed attack surface is lower priority than a CVSS 7.5 actively exploited against your public-facing systems. Lead with KEV-list status; CVSS is the tiebreaker.
Reading "CRITICAL" as "patch this hour" without checking exposure
A critical CVE in software that isn't internet-exposed, isn't running on production systems, and isn't in your asset inventory at all is not actually critical for you. Always cross-reference CVE applicability with your environment before triggering emergency patch processes. The CVSS rating is product-agnostic; your priority should be exposure-aware.
Missing the difference between CVSS v3.1 and v4.0
CVSS v3.1 produces a single 0-10 score; v4.0 separates Base, Threat, Environmental, and Supplemental metrics with optional vector strings for each. A v3.1 score of 9.8 and a v4.0 base of 9.3 for the same CVE are not directly comparable — different formulas. Use whichever metric the vendor or NVD has assigned and be explicit about which version you're discussing.
Parsing version ranges incorrectly
CPE strings express affected versions in specific formats (cpe:2.3:a:vendor:product:1.2.3) with operators for ranges (versionStartIncluding, versionEndExcluding). Misreading "affected: 1.2.0 to 1.2.5" as "affected: 1.2.x" is a common mistake — 1.2.6 might be patched, or it might also be affected if the range extended. Always check the precise version constraint, not the implied one.
Treating "no patch available" as "nothing to do"
Vendor advisories almost always include workarounds and mitigations even when patches are delayed — disable a feature, apply a configuration change, restrict network access, deploy detection rules. CISA also publishes mitigation guidance for high-impact CVEs. The patch-or-nothing mindset misses substantial risk reduction available through configuration changes you can deploy in the meantime.
Stopping at the CVE description without checking exploit references
The NVD CVE record includes a References section that links to vendor advisories, exploit databases, security blog write-ups, and proof-of-concept code. The CVE description summarises the vulnerability; the references contain the operational detail (exploit chain, indicators of compromise, detection rules). For active triage and IR work, the references are usually more useful than the description itself.
Frequently Asked Questions
CVE (Common Vulnerabilities and Exposures) is a unique identifier assigned to a publicly disclosed security flaw. The format is CVE-YYYY-NNNNN where YYYY is the year and NNNNN is a sequential number. CVE IDs are assigned by CVE Numbering Authorities (CNAs) — vendors, security researchers, and coordination bodies authorised by MITRE.
CVSS (Common Vulnerability Scoring System) is a 0-10 numeric score representing vulnerability severity. CRITICAL = 9.0-10.0, HIGH = 7.0-8.9, MEDIUM = 4.0-6.9, LOW = 0.1-3.9. The score is calculated from base metrics (attack vector, complexity, privileges required, user interaction, scope, impact on confidentiality/integrity/availability). Treat CVSS as a starting point for triage, not as a complete priority signal — it does not factor in whether the vuln is being exploited or whether you are actually exposed.
The CISA Known Exploited Vulnerabilities catalog is a list of CVEs confirmed to be exploited in the wild. It is the single highest-value signal in vulnerability management — KEV inclusion means active exploitation is happening right now, not theoretical. Federal agencies in the US are required to remediate KEV-listed vulnerabilities within published deadlines. For everyone else, KEV should be your patch-priority queue regardless of CVSS score.
CVSS v3.1 is the long-established standard most vulnerability databases still use. CVSS v4.0 was published in late 2023 and adds threat metrics (exploit maturity, threat intelligence) and environmental refinements. v4.0 also separates the score into Base, Threat, Environmental, and Supplemental metrics rather than a single number. Most CVEs published before 2024 only have v3.1 scores; newer CVEs may have both. Use whichever the vendor/NVD has assigned.
MITRE administers the CVE Programme on behalf of the US Department of Homeland Security. CVE IDs are assigned by CVE Numbering Authorities (CNAs) — over 350 organisations including major vendors (Microsoft, Cisco, Apple, Red Hat, Google), open-source projects, security firms, and research groups. The NVD (National Vulnerability Database, run by NIST) enriches the bare CVE record with CVSS scores, CWE classifications, and affected-product mappings.
Depends on three factors: (1) is it on the CISA KEV catalog (active exploitation = hours to days), (2) is your affected attack surface internet-exposed (public-facing = faster than internal-only), (3) does an exploit exist publicly (Metasploit module, public PoC = faster than no public exploit). A KEV-listed critical on a public-facing system is patch-in-hours. A non-KEV critical on an isolated internal system can wait for the next patch window.
Workarounds and mitigations matter. Most vendor advisories list temporary mitigations even before a patch ships — disabling a feature, applying a configuration change, restricting network access, deploying detection rules. Treat "no patch available" as "find the workaround", not "nothing to do". CISA also publishes mitigation guidance for high-impact CVEs even when patches are delayed.
Match the affected product/version data in the CVE record against your asset inventory. The CPE (Common Platform Enumeration) strings in NVD records are designed to be machine-matchable — modern vulnerability scanners (Nessus, Qualys, Nuclei, Trivy, Snyk) automate this matching against your scanned environment. For ad-hoc checks, read the affected products list manually and compare to your software inventory.
CVE is the identifier (CVE-2024-3094 — what is the vulnerability). CVSS is the severity score (9.8 CRITICAL — how bad is it). One CVE has one base CVSS score (calculated from the vulnerability characteristics) but environmental CVSS scores are calculated per-deployment based on your specific context. CVE is global; environmental CVSS is local.
NVD updates continuously as new CVEs are published and existing ones are enriched. New CVEs typically appear in NVD within days of CNA publication, with CVSS scores added shortly after. The 30 notable vulnerabilities shown on this hub are hand-curated and refreshed periodically to reflect currently-trending critical issues; for the latest CVEs across all severities, the NVD search interface or vendor advisories are your continuous feed.