A recent zero-day vulnerability is being actively exploited, requires no user interaction or privilege escalation, and has a significant impact to confidentiality and integrity but not to availability. Which of the following CVE metrics would be most accurate for this zero-day threat?
Show Answer & Explanation
Correct Answer: A. CVSS:31/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:K/A:L
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N would be ideal, but option A is the closest match to the described scenario. The question states: network-exploitable, no user interaction, no privileges required, high confidentiality and integrity impact, no availability impact. Option A has AV:N (network), AC:L (low complexity), PR:N (no privileges), UI:N (no user interaction), C:H (high confidentiality), and low availability — matching most criteria. Note: I:K is not a valid CVSS value (should be I:H), but within the context of this exam question, A is still the best fit. Option B has PR:H (high privileges) and UI:R (user interaction required) — both contradict the scenario. Option C has UI:H which means user interaction is required — ruled out. Option D uses AV:L (local access) and UI:R — contradicts network-based, no-interaction requirement.