The Ultimate Cyber Security Assessment Terminology Glossary by Atlant Security
Alexander Sverdlov
Security Analyst

When I sit down with a new client for the first time, one of the biggest sources of friction is not the technology - it is the language. A vendor tells them they need a "penetration test," a compliance auditor asks about their "attack surface," their cyber insurer wants a "risk register," and their board keeps saying the word "audit" to mean five different things. After 200-plus security assessments across 14 countries since 2013, I can tell you that most failed security programs do not fail because of a missing firewall. They fail because two people used the same word to mean two different things, and nobody noticed until an incident.
This glossary is the plain-English reference I wish every executive had before their first assessment. I have grouped the terms the way they actually come up in a real engagement, and I have flagged where people commonly confuse them. No filler definitions - only the terms you will actually hear from an auditor, a pentester, or a regulator.
Why Terminology Matters More Than You Think
Precise language is a security control in its own right. If your team believes a "vulnerability scan" and a "penetration test" are the same thing, you will buy the cheaper one, check a compliance box, and walk away believing you are protected when you are not. If your board thinks "risk" means "the chance we get hacked" while your auditor means "the product of likelihood and impact against a specific asset," your risk conversations will go in circles.
The terms below are the vocabulary of a mature security program. Learn them and your next IT security audit will move twice as fast, because you and the assessor will be speaking the same language from hour one.
Core Assessment Terms
These are the foundational words. Get these wrong and every downstream conversation gets muddier.
- Asset. Anything of value you need to protect - servers, laptops, cloud accounts, source code, customer data, even the reputation of your brand. Every assessment starts by defining assets, because you cannot protect what you have not listed.
- Threat. A potential cause of harm. A ransomware group, a careless insider, a natural disaster, or a misconfigured backup are all threats. A threat is the "who or what could hurt us."
- Vulnerability. A weakness a threat can exploit - an unpatched server, a reused password, an open storage bucket. Vulnerabilities are the "how they could get in."
- Risk. The combination of a threat exploiting a vulnerability, measured by likelihood and impact. Risk is not a vague feeling; it is a calculation. "High likelihood, high impact" is the risk you fund first.
- Exploit. The specific technique or piece of code that turns a vulnerability into an actual compromise. A vulnerability is the unlocked window; the exploit is climbing through it.
- Attack surface. The total set of points where an attacker could try to get in - every exposed port, login page, API, employee inbox, and third-party integration. Reducing your attack surface is one of the cheapest, highest-return security investments you can make.
- Threat actor. The person or group behind a threat. Ranges from opportunistic criminals to organized ransomware crews to nation-state teams. The type of actor you realistically face shapes how much you should spend.
Types of Security Assessment
This is where I see the most expensive confusion. These are not interchangeable, and buying the wrong one wastes money and creates false confidence.
- Vulnerability assessment. A broad, mostly automated sweep that identifies and ranks known weaknesses across your systems. It answers "what is wrong?" It is wide but shallow. See our vulnerability assessment service for what a proper one includes.
- Penetration test. A human-led, goal-oriented simulation of a real attack. A tester chains vulnerabilities together to prove what an attacker could actually achieve - reach your customer database, for example. It answers "what could someone actually do to us?" It is narrow but deep. Read our penetration testing page for the distinction that saves clients thousands.
- Security audit. A structured review of whether your controls exist, work, and match a defined standard or policy. An audit answers "are we doing what we said we would do?" It is about verification and evidence, not attack simulation.
- Risk assessment. The process of identifying assets, threats, and vulnerabilities, then prioritizing risks so you know what to fix first. It is the planning brain of your whole program.
- Red team engagement. A no-holds-barred, multi-vector simulation - technical exploitation, phishing, sometimes physical entry - designed to test your detection and response, not just find holes. Reserved for organizations that have already matured past basic hygiene.
| Assessment type | Question it answers | Depth | Mostly automated or human? |
|---|---|---|---|
| Vulnerability assessment | What is wrong across our systems? | Wide, shallow | Automated with human review |
| Penetration test | What could an attacker actually achieve? | Narrow, deep | Human-led |
| Security audit | Do our controls match the standard? | Broad, evidence-based | Human review of evidence |
| Risk assessment | What should we fix first? | Strategic | Human analysis |
| Red team | Can we detect and respond to a real attack? | Deep, multi-vector | Human-led |
Findings, Severity, and Reporting Terms
Once an assessment is done, the report uses its own vocabulary. Misreading these leads teams to fix the wrong things.
- Finding. A single documented issue in the report, usually with a description, evidence, severity, and remediation advice.
- Severity. How serious a finding is, typically Critical, High, Medium, Low, or Informational. Severity should reflect real-world impact in your environment, not just a generic score.
- CVSS. The Common Vulnerability Scoring System, a 0-to-10 scale for rating known vulnerabilities. Useful for triage, but a CVSS 9.8 on an isolated test box matters less than a CVSS 6.0 on your payment server. Context beats the number.
- CVE. Common Vulnerabilities and Exposures - a unique ID (like CVE-2024-XXXXX) assigned to a publicly known flaw so everyone refers to the same issue.
- False positive. A reported issue that is not actually exploitable. Good assessors validate findings to cut these down; a report full of false positives wastes your team's time.
- False negative. A real issue the assessment missed. More dangerous than a false positive, because it hides in silence. This is why depth and tester skill matter.
- Remediation. The fix - patch, reconfigure, or redesign - that closes a finding.
- Compensating control. An alternative safeguard when you cannot apply the ideal fix. If you cannot patch a legacy system, isolating it on its own network segment is a compensating control.
- Risk register. A living document listing each risk, its owner, its severity, and its status. It is how a serious program tracks whether it is actually getting safer over time.
Compliance and Framework Terms
If you sell to enterprises, handle card data, or process health records, these will dominate your conversations.
- Framework. A structured set of security controls and practices - ISO 27001, NIST CSF, CIS Controls. A framework gives you a checklist of what "good" looks like.
- Control. A specific safeguard - technical, administrative, or physical - that reduces risk. Multi-factor authentication is a control; so is a background check.
- Scope. The exact systems, data, and locations an assessment or certification covers. Scope is negotiable and hugely consequential; a narrow scope can make a certification nearly meaningless.
- Gap analysis. A comparison of where you are today versus what a framework requires, producing a to-do list to reach compliance. This is the first step in our SOC 2 readiness and ISO 27001 readiness work.
- Attestation. A formal statement, often from an independent auditor, that your controls meet a standard. A SOC 2 report is an attestation.
- Evidence. The proof - logs, screenshots, policies, configurations - that a control actually operates. Auditors do not take your word for it; they want evidence.
If you are heading into a formal audit, the specific standard matters. Our teams handle SOC 2, HIPAA, and PCI DSS engagements, and the terminology shifts subtly between them.
Testing and Access Terms
- Black box. Testing with no prior knowledge of the system, simulating an outside attacker starting from zero.
- White box. Testing with full information - source code, architecture diagrams, credentials - to find as much as possible efficiently.
- Gray box. A middle ground with partial knowledge, often simulating a logged-in user or a compromised low-level account.
- Privilege escalation. An attacker moving from limited access to higher-level control, such as from a normal user to an administrator.
- Lateral movement. Spreading from one compromised system to others across your network, a hallmark of serious intrusions.
- Least privilege. The principle of giving every user and system only the access it strictly needs. One of the most effective ways to limit the damage of any single compromise.
How to Use This Glossary in Practice
Do not try to memorize all of this at once. Instead, keep it open during vendor calls and reports. When someone uses a term, stop and confirm you both mean the same thing - especially "audit," "risk," and "penetration test," the three most abused words in the industry. When you receive an assessment report, read the severity definitions the assessor used before you read the findings, because a "High" in one firm's methodology may be a "Medium" in another's.
Most importantly, treat terminology as the entry point to a real program, not the goal. Knowing what "attack surface" means is worthless if you never measure or reduce yours. If you want help translating any of these terms into a concrete plan for your organization, a virtual CISO can sit between your technical teams and your board and keep everyone speaking the same language.
Frequently Asked Questions
What is the difference between a vulnerability assessment and a penetration test?
A vulnerability assessment is a broad, largely automated scan that lists known weaknesses and ranks them. A penetration test is a human-led simulation where an expert chains weaknesses together to prove what an attacker could actually accomplish. The first tells you what is wrong; the second tells you what it would mean if someone attacked. Most organizations need both, but they are not substitutes for each other.
Is a security audit the same as a security assessment?
Not exactly. An audit checks whether your controls match a defined standard or policy and is evidence-driven. "Assessment" is a broader umbrella that includes audits, vulnerability assessments, penetration tests, and risk assessments. When someone says they need "an audit," it is worth asking which of these they actually mean.
Why do CVSS scores sometimes mislead people?
CVSS rates a vulnerability in isolation, without knowing your environment. A 9.8 on a disconnected test server may be irrelevant, while a 6.0 on your internet-facing payment system could be business-ending. Use CVSS to triage, but always weigh the score against the real-world context of the affected asset.
What is scope and why does it matter so much?
Scope defines exactly which systems, data, and locations an assessment or certification covers. A narrow scope can produce an impressive-looking report or certificate that excludes the systems most likely to be attacked. Always confirm scope before you trust any assessment result, whether it is your own or a vendor's.
Do I need to know all this terminology to work with a security firm?
No, but knowing the core terms makes the engagement faster, cheaper, and more accurate, because you will spot when definitions are being stretched. A good consultant will explain any term in plain language on request. If a vendor cannot or will not, that itself is a warning sign.

Alexander Sverdlov
Founder of Atlant Security. Author of 2 information security books, cybersecurity speaker at the largest cybersecurity conferences in Asia and a United Nations conference panelist. Former Microsoft security consulting team member, external cybersecurity consultant at the Emirates Nuclear Energy Corporation.