A security analyst needs to communicate the business impact of a newly discovered critical vulnerability to the executive team. Which of the following is the BEST approach?
Trap 1: Send the raw vulnerability scan report.
Handing executives an unfiltered vulnerability scan report buries the one finding that matters under pages of scanner output, plugin IDs, and technical metadata they are not equipped to interpret. Without any synthesis or prioritization, the report fails to communicate which risk is critical or why leadership should act, defeating the purpose of the briefing.
Trap 2: Recommend immediate patching without further context.
Recommending an immediate patch with no supporting rationale leaves executives unable to evaluate whether the disruption and cost of an emergency change window is warranted. Business decisions of that magnitude require justification tied to impact and likelihood, and a bare recommendation gives leadership nothing to weigh against competing operational priorities.
Trap 3: Provide a detailed CVSS score and exploit code.
A detailed CVSS score paired with working exploit code is the kind of artifact a security engineer needs to validate exploitability, but it is inappropriate for an executive audience because it neither explains business consequence nor is safe to circulate widely, since exploit code in the wrong hands increases organizational risk.
- A
Send the raw vulnerability scan report.
Why wrong: Handing executives an unfiltered vulnerability scan report buries the one finding that matters under pages of scanner output, plugin IDs, and technical metadata they are not equipped to interpret. Without any synthesis or prioritization, the report fails to communicate which risk is critical or why leadership should act, defeating the purpose of the briefing.
- B
Explain the vulnerability in layman's terms and estimate potential financial loss.
This is the correct approach because it strips out jargon and instead frames the exposure as a concrete estimate of financial loss, which is the currency executives use to weigh competing priorities. Plain-language framing paired with a dollar figure lets leadership approve remediation resources without needing a technical background.
- C
Recommend immediate patching without further context.
Why wrong: Recommending an immediate patch with no supporting rationale leaves executives unable to evaluate whether the disruption and cost of an emergency change window is warranted. Business decisions of that magnitude require justification tied to impact and likelihood, and a bare recommendation gives leadership nothing to weigh against competing operational priorities.
- D
Provide a detailed CVSS score and exploit code.
Why wrong: A detailed CVSS score paired with working exploit code is the kind of artifact a security engineer needs to validate exploitability, but it is inappropriate for an executive audience because it neither explains business consequence nor is safe to circulate widely, since exploit code in the wrong hands increases organizational risk.