0xnhl

Security Risks

/ Update
4 min read

Threats#

A threat is any circumstance or event that can negatively impact assets.

  • People are the biggest threat to a company’s security. This is why educating employees about security challenges is essential for minimizing the possibility of a breach.
    A threat is a potential danger associated with a weakness or vulnerability.

Vulnerabilities#

A vulnerability is a weakness that can be exploited by a threat.

  • Vulnerable means susceptible to attack or damage.

Risk#

The risk is concerned with the likelihood of a threat actor exploiting a vulnerability and the consequent impact on the business.
A risk is anything that can impact the confidentiality, integrity, or availability of an asset.

  • A low-risk asset is information that would not harm the organization’s reputation or ongoing operations, and would not cause financial damage if compromised. This includes public information such as website content, or published research data.

  • A medium-risk asset might include information that’s not available to the public and may cause some damage to the organization’s finances, reputation, or ongoing operations. For example, the early release of a company’s quarterly earnings could impact the value of their stock.

  • A high-risk asset is any information protected by regulations or laws, which if compromised, would have a severe negative impact on an organization’s finances, ongoing operations, or reputation. This could include leaked assets with SPII, PII, or intellectual property.

  • Security posture: refers to an organization’s ability to manage its defense of critical assets and data and react to change.

Security Frameworks#

Security Controls#

Security controls are safeguards designed to reduce specific security risks. They are used with security frameworks to establish a strong security posture.
Security controls can be organized into three types: Technical, operational, and managerial. 

  1. Technical control types include the many technologies used to protect assets. This includes encryption, authentication systems, and others. 
  2. Operational controls relate to maintaining the day-to-day security environment. Generally, people perform these controls like awareness training and incident response. 
  3. Managerial controls are centered around how the other two reduce risk. Examples of management controls include policies, standards, and procedures. Typically, organization’s security policy outlines the controls needed to achieve their goals. 
  • Information privacy is the protection of unauthorized access and distribution of data.
  • Security controls should be designed with the principle of least privilege in mind. 
  • A data owner is a person who decides who can access, edit, use, or destroy their information.

OWASP Security principles#

  • Minimize attack surface area: Attack surface refers to all the potential vulnerabilities a threat actor could exploit.
  • Principle of least privilege: Users have the least amount of access required to perform their everyday tasks.
  • Defense in depth: Organizations should have varying security controls that mitigate risks and threats.
  • Separation of duties: Critical actions should rely on multiple people, each of whom follow the principle of least privilege. 
  • Keep security simple: Avoid unnecessarily complicated solutions. Complexity makes security difficult. 
  • Fix security issues correctly: When security incidents occur, identify the root cause, contain the impact, identify vulnerabilities, and conduct tests to ensure that remediation is successful.
    Additional OWASP security principles
  • Fail securely: It means that when a control fails or stops, it should do so by defaulting to its most secure option.
  • Don’t trust services: organization shouldn’t explicitly trust that their partners’ systems are secure.
  • Avoid security by obscurity: The security of key systems should not rely on keeping details hidden.

CISSP Domains

Asset Security#

Asset management is the process of tracking assets and the risks that affect them. The idea behind this process is simple: you can only protect what you know you have.
Asset classification is the practice of labeling assets based on sensitivity and importance to an organization.

Common asset classifications#

Asset classification helps organizations implement an effective risk management strategy. It also helps them prioritize security resources, reduce IT costs, and stay in compliance with legal regulations.

  • Restricted is the highest level. This category is reserved for incredibly sensitive assets,  like need-to-know information.
  • Confidential refers to assets whose disclosure may lead to a significant negative impact on an organization.
  • Internal-only describes assets that are available to employees and business partners.
  • Public is the lowest level of classification. These assets have no negative consequences to the organization if they’re released.
Security Risks
https://nahil.xyz/vault/grc/security-risks/
AuthorNahil Rasheed
Published atJune 24, 2025
CopyrightCC BY 4.0
DisclaimerThis content is provided strictly for educational purposes only.