CVE (Common Vulnerabilities and Exposures) is a dictionary of publicly disclosed cybersecurity vulnerabilities. Each CVE has a unique identifier like CVE-2024-3094 — a severity score (CVSS), and a description of the flaw.
Automated tools compare system fingerprints against databases of known vulnerabilities.
Not all vulnerabilities are equal. Risk = Likelihood × Impact. Prioritise based on CVSS, exploitability, and business context.
| Severity | CVSS Range | Action |
|---|---|---|
| Critical | 9.0–10.0 | Fix within 24 hours |
| High | 7.0–8.9 | Fix within 7 days |
| Medium | 4.0–6.9 | Fix within 30 days |
| Low | 0.1–3.9 | Fix when possible |
A professional report must be clear, actionable, and non-technical enough for management while detailed enough for engineers.
You've found five vulnerabilities in a production web app. Rank them by priority (1 = fix first):
Using the vulnerabilities from the mini challenge, write a professional VA report. Include:
One paragraph summarising overall risk and critical findings.
CVE, CVSS, description, affected component, priority ranking.
Specific steps to fix each vulnerability.
1. What does CVE stand for?
2. Which CVSS score range is considered Critical?
3. What is the main purpose of a vulnerability scanner?