cve-lookup

Correlate CVEs against target technology stacks and assess exploit availability.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/overtimepog/greyhatcc --skill cve-lookup-overtimepog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cve-lookup
Source: https://github.com/overtimepog/greyhatcc/tree/main/skills/cve-lookup
Command: npx skills add https://github.com/overtimepog/greyhatcc --skill cve-lookup-overtimepog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of researching and analyzing Common Vulnerabilities and Exposures (CVEs) to quickly determine their relevance and exploitability against target systems.

Core Features & Use Cases

  • CVE Search & Enrichment: Look up CVEs by ID, product, or keyword, and gather details like CVSS scores, exploit availability, and PoC information.
  • Version Correlation: Matches CVEs against detected software versions on targets to prioritize vulnerabilities.
  • Use Case: When a new critical CVE is announced, use this Skill to immediately check if your target systems are affected and if public exploits exist, allowing for rapid risk assessment and remediation planning.

Quick Start

Use the cve-lookup skill to find information about CVE-2023-12345.

Frequently Asked Questions about cve-lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a CVE and check if my software versions are vulnerable?

To analyze a CVE, you look it up by ID, product name, or keyword to gather CVSS scores and correlate the vulnerability against your target technology stack's detected software versions to assess impact.

Can I check exploit availability and PoC information when researching a CVE?

Yes, researching a CVE includes checking exploit availability and gathering Proof of Concept (PoC) information by correlating the vulnerability against exploit databases to determine if public exploits exist.

What is the best way to prioritize vulnerabilities for my target systems?

The best way to prioritize vulnerabilities is correlating CVEs against detected software versions on targets, ranking them by CVSS scores and exploit availability to focus on immediate risks.

How do I search for CVEs using a product name or keyword?

You can search for CVEs by processing product names, keywords, or CVE IDs to identify and retrieve relevant vulnerabilities along with their detailed severity and exploitability data.

When do I need to assess CVE exploitability for remediation planning?

You need to assess CVE exploitability when a new critical vulnerability is announced, allowing you to immediately check target systems and determine if public exploits exist for rapid risk assessment and remediation planning.

Does CVE analysis work with file paths to detect vulnerable software versions?

Yes, CVE analysis processes file paths alongside CVE IDs and product names to identify and correlate vulnerabilities against detected software versions on target systems for prioritization.