Security budgets are finite. Attacker creativity is not.

The practical discipline of cybersecurity is not staying aware of every threat — it is identifying which threats create real business risk for organisations like yours, and investing in controls that address more than one at a time.

This guide covers the five threats with the highest probability of costing businesses in 2026, why each one is effective, and the controls that have the most leverage. It is written for organisations that manage sensitive data, handle client relationships, and cannot absorb a major security incident — not for security professionals with enterprise-scale tooling.

How to read the threat landscape without being manipulated by it

Threat landscape reports exist on a spectrum from genuinely useful to vendor-sponsored fear. Before acting on any threat intelligence, apply a basic filter:

  • Probability: How common is this threat for organisations of your size and sector?
  • Impact: If it succeeds, what does it actually cost — operationally, financially, reputationally?
  • Controllability: Are effective defences available at your budget and maturity level?

Threats that score low on all three are interesting but not actionable. The five threats below score high on at least two.

Threat 1: Ransomware with pre-encryption exfiltration

Ransomware has evolved from a pure encryption play to a two-stage extortion: steal the data first, then encrypt. This means that even a clean recovery from backup does not eliminate the threat — the data may already be in attacker hands.

Why it works: It exploits the human factors that remain stubbornly persistent across organisations: phishing susceptibility, reused credentials, and broad network access that allows lateral movement after initial compromise.

What it costs: Recovery costs include downtime, remediation, incident response, and often regulatory fines. For organisations managing sensitive deal information or client data, the exfiltration component can mean breach notification obligations and reputational damage independent of operational recovery.

Controls with the highest leverage:

  • MFA on every remote access path and email account — this blocks the majority of credential-based entry points
  • Network segmentation that limits lateral movement after initial compromise
  • Tested, isolated backups (immutable or air-gapped) that ransomware cannot reach
  • Incident response playbook exercised before it is needed

For the full response workflow, see ransomware response: step by step.

Threat 2: Credential compromise at scale

Credential attacks have not become less sophisticated — they have become less necessary. Password reuse means that credentials leaked in one breach work across dozens of services. Credential stuffing tools automate this at scale. Phishing kits harvest credentials without requiring technical sophistication.

Why it works: The gap between credential exposure and MFA adoption. Many organisations have deployed MFA on primary systems but left gaps — legacy VPN access, older internal applications, partner portals — that attackers exploit.

What it costs: A single compromised account in the right place can mean access to sensitive files, financial systems, or the ability to impersonate a legitimate user in a business email compromise scheme.

Controls with the highest leverage:

  • Conditional access policies that block authentication from unexpected locations or devices
  • Phishing-resistant MFA (passkeys, hardware tokens) for high-privilege roles
  • Regular cross-referencing of corporate credentials against known breach databases
  • Rapid revocation capability — you need to be able to disable an account within minutes

Threat 3: Business email compromise (BEC) targeting finance and deal processes

BEC attacks do not rely on malware. They rely on impersonation: a convincing email, a plausible pretext, and a financial process that lacks verification steps. Attackers impersonate executives, counterparties, and vendors to redirect payments or extract sensitive information.

Why it works: Finance and deal processes are time-pressured, and the social dynamics in those environments — deference to authority, urgency, and confidentiality — create exactly the conditions that BEC exploits. For organisations running active M&A processes or fundraising rounds, the combination of urgency and sensitive information is a high-value target.

What it costs: Direct financial loss (often unrecoverable) and, in deal contexts, exposure of sensitive deal terms or counterparty information.

Controls with the highest leverage:

  • Verified out-of-band confirmation for any payment instruction or access request that arrives via email
  • DMARC, DKIM, and SPF configuration to reduce spoofing of your own domain
  • MFA and login anomaly alerts for executive and finance mailboxes
  • Clear escalation path: any payment change above a threshold requires a phone call to a verified number

Threat 4: Supply chain and third-party access abuse

Third-party access is a structural feature of modern business operations. Accountants, lawyers, auditors, technology vendors, and external contractors all need access to systems and data. Every one of them is a potential entry point if their credentials are compromised or their own security posture is weak.

Why it works: Organisations typically apply strong controls to their own users and lighter controls to third parties — partly for practical reasons (third parties resist friction), partly for governance reasons (procurement and legal do not always involve security). Attackers know this and specifically target contractor credentials and vendor access as lower-resistance entry paths.

What it costs: A compromised third-party credential with broad access can be indistinguishable from a legitimate user. Detection is harder; blast radius is wide.

Controls with the highest leverage:

  • Separate accounts and access paths for each external organisation — never shared credentials
  • Least-privilege access: third parties see only what they need, not the full environment
  • Time-limited access that expires automatically — remove the requirement to actively revoke
  • Regular access reviews specifically focused on third-party accounts

Threat 5: Cloud misconfiguration and identity over-permissioning

Cloud misconfigurations remain one of the most common and most preventable sources of data exposure. Publicly accessible storage buckets, overly permissive IAM roles, and API keys committed to code repositories continue to cause incidents that are entirely avoidable with basic governance.

Why it works: Cloud environments are fast to provision and easy to misconfigure. Development and operations teams prioritise speed; security reviews happen later (or not at all). IAM roles accumulate permissions over time as permissions are added but rarely removed.

What it costs: Exposed cloud storage can mean direct data breach. Overly permissive IAM roles provide attackers with escalation paths after initial access. Neither requires sophisticated techniques — both are regularly exploited with commodity tools.

Controls with the highest leverage:

  • Cloud security posture management (CSPM) tooling — automated detection of public-facing resources and policy violations
  • Least privilege for all IAM roles, reviewed on a regular cadence (quarterly minimum)
  • Automated alerts for permission escalation and public resource creation
  • Remove default permissive configurations — deny by default, allow explicitly

The controls that address more than one threat at once

If you are prioritising, these controls appear in the defence against three or more of the threats above:

ControlThreats it addresses
Mandatory MFA everywhereRansomware, credential compromise, BEC
Least privilege accessRansomware lateral movement, third-party abuse, cloud IAM
Centralised logging and alertingAll five — detection depends on visibility
Access reviews (quarterly)Credential abuse, third-party exposure, cloud IAM
Network segmentationRansomware lateral movement, credential abuse blast radius

Start with MFA and logging. They are the two controls with the highest coverage per unit of implementation effort.

FAQ

How do we measure security improvement against these threats?

Track coverage metrics, not activity metrics. MFA adoption percentage, percentage of privileged accounts under just-in-time access, number of third-party accounts with active access reviews, time to revoke a departing user. These numbers tell you whether your posture is improving.

Our sector is not high-profile. Does this still apply to us?

Most ransomware and credential attacks are opportunistic, not targeted. Attackers do not distinguish by industry — they distinguish by ease of access. An organisation with weak MFA coverage and a flat network is a target regardless of what it does.