Study CompTIA N10-009 Risk, Vulnerability, Exploit & CIA: key concepts, common traps, and exam decision cues.
Security terminology questions are classification questions. CompTIA uses them to check whether you can keep the basic security language straight under pressure. If you confuse the weakness with the attack method or the risk with the control objective, you usually pick the wrong answer later in the scenario.
Exploit: A method or code path used to take advantage of a vulnerability.
CIA triad: Confidentiality, integrity, and availability, the three core security objectives used to describe what needs protection.
Vulnerability: A weakness that could be used by a threat or exploit path.
The strongest answers usually depend on whether you can separate:
| Term | What it means |
|---|---|
| threat | a possible danger, actor, event, or condition that could cause harm |
| vulnerability | a weakness that can be taken advantage of |
| exploit | the method used to take advantage of that weakness |
| risk | the potential for loss or harm when threats meet vulnerabilities |
| confidentiality | only authorized parties can access the information |
| integrity | data or systems remain accurate and trustworthy |
| availability | systems or data remain reachable when needed |
flowchart LR
A["Threat or attacker"] --> B["Vulnerability exists"]
B --> C["Exploit path is used"]
C --> D["Impact affects confidentiality, integrity, or availability"]
What to notice:
CIA helps you describe what was actually harmed or what the control is trying to protect1Weak admin password
2-> vulnerability
3Credential stuffing script
4-> exploit technique
5Unauthorized config change
6-> integrity impact
What to notice:
CIA lens to describe what is actually being harmedSecurity-classification questions usually hinge on precision. First, identify the weakness, threat action, or business effect. Second, map the effect to CIA: disclosure to confidentiality, unauthorized change to integrity, and disruption to availability. Third, choose the control that addresses that exact layer instead of using “risk” as a catch-all word. CompTIA rewards accurate classification before mitigation.
Continue with 4.5 Compliance & Data Locality to keep the domain flow intact.