Back to Posts
Article · Consulting 6 min read

Reading a CVE Advisory Like a Consultant

When a critical CVE drops, my phone lights up with the same question from every client: "Are we affected?" Here is the process I run in the first 15 minutes of any advisory, and how I turn it into a recommendation.

Skim for the three things that matter

The title, the affected versions, and the CVSS vector. Everything else is supporting material. In that order:

Classify the exposure

After the skim, I label the advisory in one of three buckets:

The labels are not about CVSS score alone. They are about how exploitable this is in this client's environment today. A CVSS 9.8 that requires physical access to a locked datacenter cabinet is not the same as a CVSS 9.8 reachable from the public internet.

Map to the client's environment

CVSS is a generic severity score. It does not know your environment. Before I tell a client to drop everything, I need to know:

These four questions turn a CVSS 9.8 into either a Monday morning patch window or a Friday-night maintenance crisis. The difference between those two outcomes is usually the difference between "we patched" and "we paid ransom."

Recommend, do not describe

Clients do not need the CVE re-explained. They need a one-paragraph recommendation with three elements:

If you cannot compress your advisory reading into those three lines, you have not understood it yet. Keep reading until you can.

Close the loop

A recommendation without verification is a suggestion. Three weeks after the patch window, verify: did the client actually patch? Are the affected versions actually gone from their inventory? If not, reopen the ticket and escalate to leadership.

This is the part that separates consultants from message-forwarders. Anyone can forward an advisory. The value you bring is that you make sure it was acted on, and you are prepared to have an awkward conversation with the CISO when it was not.

One final thought

Every advisory is a test of your ability to translate technical facts into business-priority actions. If you get stuck in the technical layer and never surface, your clients will stop calling you. If you skip the technical layer and fly straight to recommendations, you will eventually give bad advice. The skill is doing both, fast.

It is a muscle. You build it by reading advisories every week and forcing yourself to write a one-paragraph recommendation at the end, even when nobody asked you for one.

Written by Sari Taher.