CS0-003 Vulnerability Management Practice Question
A vulnerability management analyst is prioritizing vulnerabilities for remediation. The analyst has the following information for three vulnerabilities: CVE-2023-1: CVSS 9.8, EPSS 0.9, asset criticality high; CVE-2023-2: CVSS 7.5, EPSS 0.01, asset criticality low; CVE-2023-3: CVSS 5.0, EPSS 0.8, asset criticality medium. According to best practices, which THREE factors should the analyst consider when prioritizing? (Select THREE)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
CVSS score
Prioritization should consider severity (CVSS), likelihood of exploitation (EPSS), and asset criticality. KEV is not mentioned in the data. Patch complexity and vendor reputation are secondary considerations but not primary factors in this context.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
CVSS score
Why this is correct
CVSS is a standardized severity score that synthesizes exploitability characteristics (attack vector, attack complexity, privileges required, user interaction) and impact metrics (confidentiality, integrity, availability) into a 0–10 score. In v3.x, this score provides the critical first filter for triage, allowing an analyst to quickly separate low-severity flaws from those that demand immediate attention. However, it is only a measure of intrinsic severity, not a guarantee of real-world exploitation, so it must be combined with threat likelihood and business impact. As a severity benchmark, it remains the primary initial factor in any prioritization workflow.
- ✗
CVE publication date
Why it's wrong here
The CVE publication date simply records when a vulnerability identifier was assigned or made public; it does not describe the risk that a specific vulnerability poses to your environment. A CVE published years ago may have a reliable, weaponized exploit and remain widely unpatched, while a newly published CVE may still lack proof-of-concept code and not yet appear in active attacks. Prioritizing strictly by age can lead analysts to deprioritize ancient, still-exploited flaws or overprioritize brand-new vulnerabilities that are not actually being exploited. Thus, publication date alone is only metadata and is not a meaningful prioritization factor.
- ✓
Asset criticality
Why this is correct
Asset criticality encodes the business value and operational consequence of the system on which a vulnerability is present. A high-CVSS flaw on an isolated development server may be far less urgent than a medium-CVSS flaw on a public-facing payment system or a domain controller, because the latter failures could jeopardize sensitive data or core services. Including asset criticality allows the analyst to contextualize vulnerabilities and apply compensating controls where remediation cannot occur immediately. This business-aware factor ensures the vulnerability management program reflects organizational risk tolerance and mission impact, not just the vulnerabilities' intrinsic properties.
- ✓
EPSS score
Why this is correct
The EPSS score is a threat-likelihood metric, from 0 to 1, generated by a machine-learning model that ingests exploit code availability, attack observations, CVE characteristics, and other threat intelligence to estimate the probability of exploitation in the wild. It complements CVSS by capturing the dynamic, real-world exploitation landscape, which CVSS's static base score cannot reflect. For example, a critical CVSS vulnerability with an EPSS score below 0.01 is far less likely to be attacked than a high-CVSS flaw with an EPSS nearing 0.9. This empirical likelihood of exploitation makes EPSS essential for ranking which vulnerabilities should be patched first.
- ✗
Number of vendors affected
Why it's wrong here
The number of vendors affected reflects only the breadth of product impact, not the actual risk to your organization. A vulnerability affecting hundreds of products might not impact a single product in your environment, while an obscure flaw in a niche component could be directly present on your business-critical systems. Moreover, a large vendor count often correlates with faster public disclosure and patch availability, making affected-vendor count an unreliable proxy for urgency. Prioritization must instead be driven by your own asset inventory, exposure context, and threat intelligence, not by the popularity of the vulnerability across the software ecosystem.
Go deeper
Related to this question
Learn chapter
Vulnerability Scanning Techniques
Key term
CVSS
The Common Vulnerability Scoring System (CVSS) is a standardized framework used to rate the severity of security vulnerabilities on a scale from 0 to 10.
Key term
Exploitation
Exploitation is the act of using a vulnerability or weakness in a system, network, or application to gain unauthorized access, cause damage, or extract data.
About these practice questions
One of 236 original CS0-004 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CS0-004 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CS0-004 exam.