Skip to main content
JOJonas Osman
· 3 min read

Frontier AI and Cyber Risk

By , Actuary & Quantitative Risk Expert

Frontier AI does not invent new attack categories. It removes the cost and skill constraints that used to keep the existing ones rare.

This article relates to my work on Model Validation & Model Risk, AI & Quantitative Risk Models and Climate & Catastrophe Risk.

By Jonas Osman Abdelghafour.

European supervisors issued a joint warning in 2026 about systemic cyber risks associated with frontier AI models, and the framing was deliberate: the concern is not a novel attack type but a change in the economics of attack. Capabilities that previously required a skilled operator and meaningful time now require a prompt and a few minutes. When the marginal cost of a sophisticated attack falls by an order of magnitude, the volume and the target set both change.

What actually changes for a bank

Social engineering at scale and quality. Phishing that is fluent, contextually accurate, personalised from public data and delivered in the target's own language removes the linguistic and formatting cues that awareness training relies on. Voice cloning extends the problem to callback verification and to payment authorisation processes that depend on recognising a colleague.

Faster exploitation cycles. Automated code analysis compresses the time between disclosure and weaponisation, which compresses the patch window banks assume in their vulnerability management SLAs. A thirty-day remediation standard calibrated on historical exploitation speed may now be a policy for being breached on schedule.

Attacks on the model layer itself. Institutions deploying AI acquire attack surfaces their security frameworks were not designed for: prompt injection through documents or emails an agent is asked to process, poisoning of retrieval corpora, extraction of sensitive information embedded in context, and abuse of tool-using agents that hold real system permissions. An agent with database access and a naive trust boundary is an authenticated insider with no judgement.

Concentration. A small number of model providers underpin a growing share of financial-sector AI. A defect, compromise or outage at that layer propagates simultaneously across institutions — the same correlation problem as cloud concentration, at an earlier stage of maturity.

Controls that respond to the economics

Awareness training remains necessary and is no longer sufficient, because it depends on the detectability of the lure. Controls should shift toward process design that does not rely on human recognition:

  • Out-of-band verification for payment and credential changes, with no exceptions for seniority or urgency.
  • Phishing-resistant authentication, so that a convincingly deceived user cannot hand over a reusable credential.
  • Shortened patch cycles for internet-facing and high-severity vulnerabilities, with an exception process that has teeth.
  • Least privilege and human approval gates for AI agents with write access or transaction capability, and treatment of all retrieved content as untrusted input.
  • Input and output validation around AI systems, including provenance controls on retrieval sources.
  • Detection tuned for anomalous internal behaviour rather than only for perimeter signatures.

Governance and third-party linkage

Frontier AI cyber risk sits at the intersection of operational resilience, third-party risk and model risk, which is why it often falls between three committees. It needs one accountable owner, an explicit place in the risk taxonomy, and reporting that connects the threat to critical business services rather than to technology assets.

For providers, the diligence questions are specific: what safeguards exist against misuse of the model, what security controls protect the model and the data sent to it, what notice is given of material changes, what happens to prompts and outputs, and how the institution would operate if the service were withdrawn. Contractual audit and change-notice rights are the practical minimum.

Testing

Scenario testing should include an AI-enabled attack path — an agent-mediated compromise, a synthetic-voice authorisation fraud, or a poisoned retrieval source — and should test recovery when the tooling used for response is itself degraded. Red-team exercises that use the same capabilities available to attackers give a more honest read than a control checklist.

The strategic point is straightforward. Defences calibrated to the cost of attack in the last decade are now calibrated to the wrong number. Recalibrating them is an operational resilience decision, and it belongs on the board agenda alongside the institution's own AI adoption plans.

Primary sources: ESAs support for the ESRB warning on systemic cyber risks from frontier AI models, July 2026; DORA operational resilience requirements; FSB work on AI adoption and financial stability.