01 // The record
A CVE record has five parts
In Module 01 you learned that a CVE is just an identifier, a case number. Now we open the case file. When you look up a CVE on the National Vulnerability Database, what you're looking at is a structured record. Every record has the same five parts in roughly the same order. Once you can read one, you can read all of them.
Below is what the record for CVE-2024-3094, the XZ Utils backdoor, looks like, stripped down. We'll go through each row in the sections that follow.
These five rows tell you everything you need: what happened, how bad, what kind of bug, what's affected, where to read more. That's the whole skill.
Why is a CVE record useful even if you don't understand every line in it?