Skip to main content
VulnScan combines fixed detection modules with feed-driven CVE intelligence. That means coverage is not limited to a small static list of checks: product/version evidence is matched against the local vulnerability database, while native modules and CyStack checks cover high-impact vulnerability classes.

Coverage in This Build

The current scanner core includes:
  • 69 native verification modules for web, API, protocol, configuration, authentication, and exposure checks.
  • 51 CyStack-maintained high-confidence checks bundled with the product for known exploited products, exposed systems, and critical misconfigurations.
  • NVD 2.0 CPE-to-CVE matching using a local index. The number of detectable CVEs follows the local NVD feed snapshot and grows as the feed is updated.
  • 196 CWE-to-OWASP Top 10 mappings for conservative classification.
  • 70+ OWASP WSTG detector mappings for web security testing references.
  • CVSS, EPSS, CISA KEV, and public exploit indicators for prioritization.
Because CVE coverage is feed-driven, the practical answer to “how many vulnerabilities can VulnScan detect?” is:

High-Impact Vulnerability Classes

VulnScan is designed to cover the vulnerability classes that most often lead to real compromise:

OWASP Top 10 2021 Coverage

Accuracy and False-Positive Reduction

VulnScan uses several controls to reduce false positives:
  • CPE matching requires concrete product and version evidence.
  • Wildcard-only CPE matches are suppressed because they are too noisy.
  • Version ranges are evaluated against detected versions.
  • Findings are deduplicated by vulnerability, host, port, and affected location.
  • When duplicate evidence exists, the highest-confidence and verified finding is kept.
  • CISA KEV and high EPSS increase priority but do not replace technical evidence.
  • Informational metadata is separated from actionable findings.
  • Public source names are normalized before display so users see a product-level source label instead of internal engine names.

Prioritization Signals

Each finding can include:
  • Severity: Critical, High, Medium, Low, Info.
  • CVSS v3 score and vector when available.
  • EPSS score and percentile.
  • CISA KEV status and required action.
  • CWE classification.
  • OWASP Top 10 and WSTG references.
  • Confidence and verified status.
  • Public exploit/PoC indicator.
  • Risk score from 0 to 100.
This lets teams focus on “what is most likely to hurt us first” instead of sorting only by severity.