CyberSaint Blog | Expert Thought

Does AI Create New Cybersecurity Risks? What Actually Changes

Written by Padraic O'Reilly | August 24, 2026

AI does not create new attack vectors. It accelerates the ones that already dominate most risk registers. Code exploitation, injection, credential and identity abuse, phishing, and misconfiguration are the same vectors security teams tracked before generative AI reached the enterprise. What changed is how quickly they can be found and exploited, and the volume of findings that reach a security team as a result.

That distinction matters because it determines the work. If AI created new categories of attack, it would require new categories of control. It does not, and it does not. What it requires is existing controls operating at a faster cadence and a defensible way to prioritize far more findings than a team can act on.

What Do People Mean by "AI Risk"?

Two different problems are being discussed under one name, and they have very little in common.

  1. AI governance concerns what happens when your organization deploys AI: model drift, bias, data handling, transparency, and the accountability structure around systems that make or influence decisions. It is largely a governance and process problem, addressed by instruments like the NIST AI Risk Management Framework and the EU AI Act.

  2. AI-enabled attack risk concerns what happens when adversaries use AI against infrastructure you already run. It is a technical problem, addressed by security control frameworks such as NIST SP 800-53 Rev 5.

Most organizations asking which AI framework they need are asking about the second problem and being pointed toward answers built for the first. The NIST AI RMF will not reduce exposure to an AI-accelerated attack. It was not designed to.

Are AI-enabled Attacks a New Type of Attack?

No. AI-enabled attacks exploit the same weaknesses that appeared on enterprise risk registers before AI adoption accelerated:

  • Code exploitation
  • Injection
  • Credential and identity abuse
  • Phishing and social engineering
  • Misconfiguration
  • Exposed certificate and domain infrastructure

The register a security team maintains today is still the right register. AI changes how quickly these vectors can be discovered and weaponized, not what they are.

What Does AI Actually Change?

Three things change, and each has a distinct operational consequence.

  1. Speed. AI compresses the interval between a weakness becoming known and becoming exploitable. Patch and remediation cycles built around a slower discovery process are the first thing to come under pressure.

  2. Volume. Automated discovery returns findings at a scale human triage was not designed for. A single scan of a modest environment routinely produces hundreds of technically valid findings. Volume without ordering is not intelligence — it is backlog.

  3. Depth. AI-driven discovery surfaces weaknesses earlier in their lifecycle, frequently before they have been formally cataloged as named vulnerabilities.

Which Controls Carry the Most Weight Against AI-enabled Attacks?

Four control areas do most of the work. Security teams almost always have all four already. The question is whether they operate at the cadence current conditions require.

 

Control area

NIST SP 800-53 Rev 5 anchors

Why it matters now

Vulnerability monitoring and scanning

RA-5, SI-2

Discovery and weaponization now outpace patch cycles. Frequency matters more than breadth.

Continuous monitoring and detection

CA-7, SI-4

Detection speed is the variable that moves. Everything downstream depends on it.

Identity and access management

AC-2, AC-3, AC-6, IA-2

Privilege abuse is a recurring source of high-impact exposure.

Configuration management

CM-2, CM-6, CM-7

Misconfiguration is what automated discovery finds fastest and most reliably.

 

Two supplements are worth knowing. The OWASP Top 10 for LLM Applications and Agentic AI is the most useful current vector reference for organizations deploying models or agents in their own environment — though it catalogs attack surface rather than controls, and should be mapped onto an existing control set rather than adopted as a framework. MITRE ATLAS catalogs adversary tactics and techniques against AI systems, structured much like ATT&CK. It is worth tracking, and still maturing.

Does Scanning More Often Solve the Problem?

Not on its own. More frequent scanning is usually correct, but without a defensible way to order the results, it produces a larger backlog rather than a smaller exposure window. Prioritization capacity and scan frequency need to increase together.

Two questions determine whether a finding set is actionable at all. The first is scope: what the scan targeted, and which domains, asset groups, and environments were inside the boundary. A hundred findings from one business unit and a hundred findings across a global enterprise carry the same headline number but mean something completely different. The second is consequence: severity ranks technical seriousness, not business impact. A high-severity finding on an isolated system and a moderate finding on a revenue-carrying system are not the same decision, and severity scoring cannot tell them apart.

Do You Need a Separate AI Risk Program?

For AI-enabled attack risk, no. The vectors are ones already managed, so the controls are ones already in place. What changes is emphasis and cadence, not architecture. Standing up a parallel AI security program creates work without reducing exposure.

For AI governance, it depends on how much AI the organization deploys and in what contexts. An organization running a handful of internal productivity tools has an inventory and policy problem. An organization embedding models into customer-facing decisions has a genuine governance program to build. Those are very different amounts of work, and conflating them with the attack question is how both end up done badly.

Frequently Asked Questions

Is AI risk a new category of cyber risk? No. AI accelerates existing attack vectors rather than creating new ones. The controls that address those vectors are the controls organizations already maintain.

Do we need a new framework for AI risk? For adversarial AI risk, NIST SP 800-53 Rev 5 is the most mature answer available today. For AI governance, the NIST AI Risk Management Framework and the EU AI Act are the relevant instruments. They answer different questions.

Learn about the top frameworks for security and AI governance.

Why do AI-generated findings lack CVE identifiers? Because they describe weakness classes catalogued in the Common Weakness Enumeration rather than specific named vulnerabilities. The weakness class is understood before the individual variant is named.

Should AI risk be reported separately to the board? Generally not. Board questions have not changed: where exposure is concentrated, what is being addressed first, and what the downside case looks like. AI-accelerated findings fold into the existing risk narrative. AI governance, where an organization deploys AI in consequential ways, is a legitimate separate board topic.