VMware ESXi and vSphere Cluster Management

Basic IT Security Terms: Assets, Vulnerabilities, Threats, Risk, and the CIA Triad

Learn the foundations of IT security: assets, vulnerabilities, threats, attacks, exploits, risk, controls, and the confidentiality, integrity, and availability triad.

Why foundational security terminology matters

Effective security begins with a shared vocabulary. Before choosing a firewall, writing a policy, or deploying monitoring, an organization must understand what it needs to protect, what could go wrong, how serious the consequences could be, and which safeguards are appropriate.

A practical security sequence is:

  1. Identify valuable assets.
  2. Identify relevant threats and vulnerabilities.
  3. Evaluate the resulting risk.
  4. Select and operate appropriate countermeasures, also called security controls.

The core security terms are related, but they are not interchangeable. A vulnerability is a weakness, a threat is a potential source of harm, and an attack is an action that attempts to cause harm.

Core security terms and their relationships

TermWhat it representsExampleRelationship to other terms
AssetA resource with organizational value that should be protectedCustomer records or a network routerThreats and vulnerabilities affect assets
VulnerabilityA weakness in technology, design, configuration, process, or physical protectionOverly broad cloud storage permissionsProvides a possible path for a threat to cause harm
ThreatA potential cause of unwanted harmMalware, an equipment failure, or a malicious insiderMay exploit a vulnerability or cause harm through another failure
Threat actorA person, group, system, or source capable of carrying out a threatAn internet-based attackerMay use an attack and exploit to target an asset
ExploitA method or tool that takes advantage of a specific vulnerabilityCommands sent to trigger a software flawConnects a vulnerability to a concrete attack
AttackAn action intended to compromise, disrupt, expose, alter, or obtain an asset without authorizationDownloading exposed customer filesMay use an exploit and produce an impact
ImpactThe business, technical, legal, financial, or operational consequence of an eventService outage or regulatory penaltyHelps determine the seriousness of risk
RiskThe potential for loss or adverse impactPossible data exposure from a public storage bucketIs influenced by asset value, likelihood, vulnerability exposure, and impact
Countermeasure or security controlA safeguard used to manage security riskEncryption, patching, or backupsReduces likelihood, impact, or recovery time

The causal model is: an organization has valuable assets; assets or their supporting environments have vulnerabilities; threat sources may use attacks or exploits against those weaknesses; successful events create impact; that exposure is risk; and controls reduce the risk.

Assets

An asset is anything of value to an organization that warrants protection. Assets are not limited to computers. They include resources that support business operations, contain information, enable services, or contribute to trust.

Types of assets

  • Physical or tangible assets: laptops, desktops, servers, routers, switches, storage devices, buildings, and backup power equipment.
  • Digital assets: applications, operating systems, databases, cloud resources, credentials, configuration files, and network services.
  • Information assets: customer data, business records, financial information, authentication data, and employee records.
  • Intangible assets: intellectual property, trade secrets, business processes, organizational reputation, and customer trust.

An asset's value can depend on its business importance, sensitivity, replacement cost, legal obligations, and operational dependence. A small configuration file may be highly valuable if it contains credentials. A public marketing page may be less sensitive, but its availability and integrity can still affect reputation.

Asset protection aims to prevent unauthorized viewing, use, modification, deletion, disclosure, theft, and disruption. The required protection should match the asset's value and the consequences of losing control over it.

Asset classification

Asset classification assigns a handling or protection level based on sensitivity and business value. Classification helps determine who may access an asset, where it may be stored, how it should be transmitted, and how long it should be retained. Labels vary by organization, so the following are examples rather than a universal standard.

Classification levelTypical data or asset exampleRequired handling and access expectations
Public or unclassifiedPublished product informationMay be openly shared; integrity and availability may still require protection
InternalRoutine procedures or internal contact listsAvailable to approved personnel; avoid unnecessary external disclosure
SensitiveOperational details or employee informationRestrict access, use approved storage, and monitor handling
ConfidentialCustomer records, financial data, or proprietary designsStrong access control, secure transmission, encryption, and auditing
SecretHighly restricted strategic or technical informationAccess only for specifically authorized roles with enhanced monitoring
Top secretExtremely sensitive information in organizations that use this labelExceptional restrictions, formal authorization, and rigorous handling procedures

Vulnerabilities

A vulnerability is a weakness that could defeat or reduce security protections. Vulnerabilities can exist in software, operating systems, protocols, network devices, applications, configurations, processes, physical security, or system architecture.

Common forms of vulnerability

  • Software flaw: A programming error permits an unexpected or unauthorized action.
  • Configuration error: A secure feature is disabled, permissions are too broad, or a service is unnecessarily exposed.
  • Design weakness: The system's architecture lacks an effective security boundary or depends on an unsafe assumption.
  • Process weakness: There is no reliable patching, approval, review, or account-removal process.
  • Physical weakness: Equipment is accessible to unauthorized people or lacks environmental protection.

A vulnerability may be deliberately exploited, or it may cause harm when triggered accidentally. For example, an invalid input could be used by an attacker or could cause a service to crash during normal activity.

A vulnerability alone does not necessarily mean that a system has been compromised. A relevant threat and a feasible path to exploitation are also needed. A flaw on an isolated, unused system may present less immediate risk than the same flaw on an internet-facing server containing sensitive data.

Threats and threat actors

A threat is a potential source of harm to an asset or organization. A threat actor is a person, group, system, or other source capable of creating or carrying out that threat.

  • Intentional threats: malicious outsiders, criminal groups, espionage operators, malicious insiders, and attackers seeking money or disruption.
  • Accidental threats: careless users, mistaken data deletion, incorrect configurations, and emails sent to the wrong recipient.
  • Environmental threats: floods, fires, storms, earthquakes, extreme temperatures, and other natural events.
  • Operational threats: equipment failure, power loss, software failure, telecommunications interruption, and third-party service-provider failures.

Malware is a threat source or mechanism that can cause harm, but not every threat requires an attacker. A failed disk, utility outage, or supplier interruption can also threaten an asset.

A threat becomes a security incident when an event successfully causes an adverse impact or violates a security requirement. A suspicious email may represent a threat without being a successful incident; a stolen password used to access a system is an incident.

Attacks and exploits

An attack is an action intended to compromise, disrupt, expose, alter, or obtain an asset without authorization. An exploit is the technique, tool, or method used to take advantage of a specific vulnerability.

For example, an unpatched web server may contain a software vulnerability. An internet-based attacker is the threat actor. The attacker uses an exploit that sends specially formed requests. The resulting attack may execute unauthorized commands, alter web pages, steal data, or stop the service.

These terms describe different parts of the same chain:

  1. A threat actor or other threat source exists.
  2. The target contains a vulnerability or has insufficient protection.
  3. The actor uses an exploit, when one is required.
  4. The actor carries out an attack.
  5. The event produces an impact if it succeeds.

A threat is broad and potential: “ransomware could affect this file server.” An attack is concrete: “a malicious attachment was opened and ransomware began encrypting files.”

The CIA triad

The CIA triad is a foundational model of three security objectives: confidentiality, integrity, and availability. It helps analysts describe what a system must protect and how an event affects it.

Security objectiveWhat must be protectedExample of failureExample controls
ConfidentialityInformation access and disclosure, limited to authorized people, systems, and processesA stranger downloads customer recordsLeast privilege, encryption, authentication, and access logging
IntegrityAccuracy, completeness, consistency, and authorized state of data and systemsAn attacker changes payment details or modifies application codeChange control, checksums, digital signatures, permissions, and backups
AvailabilityReliable access to information and services for authorized users when neededA denial-of-service event or power failure stops a critical serviceRedundancy, patching, capacity planning, backups, and disaster recovery

One event can affect more than one objective. Ransomware usually harms availability by encrypting files, may harm integrity by altering data, and may harm confidentiality if the operator copies the data before encryption.

Risk

Risk is the possibility and consequence of harm when a threat can exploit a vulnerability affecting an asset. Risk is not identical to a threat or vulnerability:

  • A threat is a potential cause of harm.
  • A vulnerability is a weakness that may be used or triggered.
  • Risk considers the likelihood and consequences of harm in a particular situation.
  • Impact is the consequence if an event occurs.

Practical risk analysis considers asset value, likelihood, vulnerability exposure, and impact. A simple conceptual expression is:

Risk is driven by likelihood and impact.

This is a reasoning model, not a universal calculation. Organizations may use qualitative ratings such as low, medium, and high, quantitative estimates, or combinations of both.

Common impact categories

  • Financial loss or recovery expense
  • Service interruption or lost productivity
  • Data exposure, theft, or privacy harm
  • Regulatory penalties and legal liability
  • Safety consequences
  • Reputational damage and loss of customer trust

Risk can remain after controls are implemented. This remaining exposure is often called residual risk. Security teams manage risk; they do not usually eliminate every possible failure.

Countermeasures and security controls

A countermeasure, or security control, is a safeguard used to prevent, deter, detect, respond to, or recover from security events. Controls can reduce the likelihood of an event, reduce its impact, improve detection, or support recovery.

Control categories

  • Administrative controls: policies, standards, risk assessments, contracts, approvals, training, and incident response procedures.
  • Technical controls: authentication, least-privilege permissions, firewalls, patching, encryption, endpoint protection, vulnerability scanning, and monitoring.
  • Physical controls: locks, access badges, guards, cameras, fences, secure server rooms, fire suppression, and backup power.

Least privilege means granting only the access needed for an approved role or task. It limits the damage that can result from a stolen account, a compromised application, or a user mistake.

Control functions

Control categoryControl functionExampleRisk reduction purpose
AdministrativePreventiveA policy requiring approved access reviewsPrevents unsafe practices before an event
TechnicalDetectiveCentralized monitoring and alertingIdentifies suspicious activity quickly
PhysicalDeterrentVisible cameras and access badgesDiscourages unauthorized activity
TechnicalCorrectivePatching a vulnerable applicationRemoves or reduces an identified weakness
Administrative or technicalCompensatingExtra monitoring when a required legacy control cannot be usedProvides an alternative reduction in exposure
Technical or physicalRecoveryOffline tested backups and redundant powerRestores service or data after an event

Layered controls are important because one control can fail, be bypassed, or address only one part of the risk. For example, protecting a file server may require user training, email filtering, endpoint detection, network segmentation, access control, monitoring, and tested backups.

Worked examples

Customer database exposed through cloud storage

  • Asset: Customer records and personally identifiable information.
  • Vulnerability: Publicly accessible or excessively broad storage permissions.
  • Threat: An external attacker or data scraper.
  • Attack or exploit: Discovering and downloading exposed files.
  • CIA effect: Primarily a loss of confidentiality; integrity and availability may also matter if records are altered or deleted.
  • Risk: Privacy harm, regulatory consequences, fraud, and reputational damage.
  • Controls: Least-privilege access policies, configuration reviews, encryption, logging and alerts, and data classification.

Unpatched web server

  • Asset: A public web service and the data it processes.
  • Vulnerability: A known, unpatched software flaw.
  • Threat: An internet-based attacker.
  • Attack or exploit: Using an exploit to execute unauthorized commands.
  • CIA effect: Integrity and availability loss, with possible confidentiality loss.
  • Risk: Defacement, malware installation, service outage, or data theft.
  • Controls: Patch management, vulnerability scanning, a web application firewall, network segmentation, backups, and incident response procedures.

Ransomware encrypts a file server

  • Asset: Shared business files and the file-server service.
  • Vulnerability: Phishing susceptibility, weak endpoint protection, or insufficient segmentation.
  • Threat: A criminal ransomware operator.
  • Attack or exploit: A malicious attachment or link followed by malware execution.
  • CIA effect: Availability loss, possible integrity loss, and possible confidentiality loss if data is exfiltrated.
  • Risk: Operational downtime, recovery expense, and potential data disclosure.
  • Controls: User awareness training, email filtering, multi-factor authentication, endpoint detection and response, and offline tested backups.

Power failure interrupts a critical service

  • Asset: Network connectivity and critical applications.
  • Vulnerability: A single power source with no backup power.
  • Threat: A utility outage or equipment failure.
  • Attack or exploit: Not applicable; this is an accidental or environmental event.
  • CIA effect: Availability loss.
  • Risk: Inability to conduct business operations.
  • Controls: Uninterruptible power supplies, generators, redundant power feeds, and disaster recovery planning.

Common points of confusion

“The vulnerability is the attack.”

No. The vulnerability is the weakness. The attack is the action that attempts to use it. The exploit is the specific method or tool used to take advantage of the weakness.

“A threat means the system is compromised.”

No. A threat describes potential harm. Compromise requires a successful event, usually involving a feasible path through a vulnerability or insufficient protection.

“Sensitive data only needs confidentiality.”

Sensitive records also require integrity and availability. Unauthorized edits can cause financial or safety problems, and inability to retrieve records can interrupt essential operations.

“One control removes all risk.”

Controls reduce risk but do not guarantee safety. Residual risk remains, so organizations also need layered safeguards, monitoring, response planning, and recovery capabilities.

“Only hackers are threats.”

Threats also include user mistakes, equipment faults, power loss, natural events, software failures, and third-party service interruptions.

Exam-relevant summary

  • An asset is valuable and needs protection.
  • A vulnerability is a weakness, not an attack.
  • A threat is potential harm; a threat actor is a source capable of creating it.
  • An exploit uses a specific vulnerability, while an attack is the unauthorized action.
  • Risk combines the possibility of an event with its consequences and depends on context.
  • Confidentiality limits unauthorized disclosure.
  • Integrity protects accuracy, completeness, consistency, and authorized state.
  • Availability ensures authorized access when needed.
  • A security control can prevent, deter, detect, correct, compensate for, or help recover from security events.
  • Security classification and access controls should reflect asset value and the required confidentiality, integrity, and availability.