-
CVE
Common Vulnerabilities and Exposures
Unique public ID (CVE-YYYY-NNNNN). Identifier only—not a severity score.
-
CNA
CVE Numbering Authority
Org allowed to assign CVEs (vendor, researcher, MITRE).
-
NVD
National Vulnerability Database
NIST enrichment of CVE: scores, CWE, CPE, references.
-
CWE
Common Weakness Enumeration
Type of flaw (CWE-79 XSS, CWE-89 SQLi, CWE-787 OOB write)—not the specific bug.
-
CPE
Common Platform Enumeration
Machine-readable affected product/version string.
-
CVSS
Common Vulnerability Scoring System
0.0–10.0 severity. v3.1 still dominates; v4.0 is increasing. Maintained by FIRST.
-
CVSS-B
CVSS Base score
Theoretical impact only. Does not mean “being exploited.”
-
EPSS
Exploit Prediction Scoring System
FIRST model: estimated chance of exploitation in the next 30 days. Use with CVSS, not instead of it.
-
KEV
Known Exploited Vulnerabilities catalog
CISA list of CVEs with reliable evidence of in-the-wild exploitation plus a clear fix. Highest operational priority for most orgs.
-
SSVC
Stakeholder-Specific Vulnerability Categorization
CISA/SEI decision method (Track / Attend / Act) using exploitation, impact, automatable, mission prevalence.
-
PoC
Proof of Concept
Public demo exploit. Not the same as “exploited in the wild.”
-
0-day
Zero-day
Exploited (or disclosed) before a vendor patch exists.
-
n-day
N-day
Known CVE; patch exists but is unapplied. Most mass exploitation is n-day.
-
RCE
Remote Code Execution
Attacker runs code on the target, usually over the network. Highest-impact class in headlines.
-
LPE / Privesc
Local Privilege Escalation
Already on the box; becomes SYSTEM/root/admin.
-
Auth bypass
Authentication bypass
Reach a function without valid credentials.
-
SSRF / XXE / IDOR
Server-Side Request Forgery / XML External Entity / Insecure Direct Object Reference
Common web/API classes you will see in CVE titles.
-
UAF / OOB
Use-After-Free / Out-of-Bounds
Memory-corruption primitives, frequent in browser/OS/VPN appliance CVEs.
-
GHSA / OSV
GitHub Security Advisory / Open Source Vulnerabilities
Parallel IDs used for open-source packages.
-
CSAF / VEX
Common Security Advisory Framework / Vulnerability Exploitability eXchange
Machine-readable “does this product actually need a patch?” statements.